Mercurial > hg > pub > prymula > scripts
annotate postagelabels/postagelabels.desktop @ 33:1d063d3bf7ff
bing4desktop-0.240208-2.1
author | prymula <prymula76@outlook.com> |
---|---|
date | Thu, 08 Feb 2024 20:41:03 +0100 |
parents | dcd610585610 |
children |
rev | line source |
---|---|
0 | 1 #!/usr/bin/env xdg-open |
2 | |
3 [Desktop Entry] | |
4 Encoding=UTF-8 | |
5 Type=Application | |
6 Categories=Office; | |
7 | |
8 Name=Postage Labels | |
9 | |
10 Exec=python3 /usr/bin/postagelabels.py | |
11 #Exec=gnome-terminal -e "bash -c 'python3 /usr/bin/postagelabels.py;$SHELL'" | |
12 Terminal=false | |
13 Icon=/usr/share/postagelabels/postagelabels.png | |
14 | |
15 Name[pl_PL]=Naklejki Pocztowe |