annotate trix/Trix.desktop @ 13:fa0307eb70b7
immposiblerush-typo correction
author |
prymula <prymula76@outlook.com> |
date |
Fri, 09 Feb 2024 16:40:54 +0100 (14 months ago) |
parents |
2787f5e749ae |
children |
|
rev |
line source |
0
|
1 #!/usr/bin/env xdg-open
|
|
2
|
|
3 [Desktop Entry]
|
|
4 Encoding=UTF-8
|
|
5 Type=Application
|
|
6 Categories=Game;
|
|
7
|
|
8 Name=Trix
|
|
9
|
|
10 Exec=/usr/bin/trix
|
|
11 #Exec=gnome-terminal -e "bash -c 'gdb /opt/pietraszczyk/arkanoid/arkanoid;$SHELL'"
|
|
12 Terminal=false
|
|
13 Icon=/usr/share/trix/img/trix-icon.png
|
|
14
|
|
15 Name[pl_PL]=Trix
|