File: org.gnome.Taquin.desktop.in

package info (click to toggle)
gnome-taquin 3.38.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 7,328 kB
  • sloc: xml: 81; python: 11; makefile: 6
file content (27 lines) | stat: -rw-r--r-- 1,093 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[Desktop Entry]
Name=Taquin
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
Icon=org.gnome.Taquin
# Translators: a GenericName that gives the application goal, as defined in the desktop file spec
GenericName=15-puzzle
# Translators: a Comment that gives the application function, as defined in the desktop file spec
Comment=Slide tiles to their correct places
# Translators: some search Keywords to find this application, as defined in the desktop file spec. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon!
Keywords=puzzle;
Exec=gnome-taquin
Terminal=false
Type=Application
Categories=GNOME;GTK;Game;LogicGame;
StartupNotify=true
DBusActivatable=true
Actions=fifteen;sixteen;

[Desktop Action fifteen]
# Translators: an action Name, as defined in the desktop file spec; name of the traditional Taquin game
Name=15-Puzzle
Exec=gnome-taquin --fifteen

[Desktop Action sixteen]
# Translators: an action Name, as defined in the desktop file spec; name of the alternative game
Name=16-Puzzle
Exec=gnome-taquin --sixteen