mirror of
https://github.com/ankitects/anki.git
synced 2025-11-19 02:57:14 -05:00
Since this commit (ebd2acd98e),
Plasma Desktop will check "X-GNOME-SingleWindow" property to determine
whether to show "Open New Window" action in the context menu of a task.
Anki cannot launch a new instance or open a new window, so add the
property and set it to true to hide the action.
13 lines
331 B
Desktop File
13 lines
331 B
Desktop File
[Desktop Entry]
|
|
Name=Anki
|
|
Comment=An intelligent spaced-repetition memory training program
|
|
GenericName=Flashcards
|
|
Exec=anki %f
|
|
TryExec=anki
|
|
Icon=anki
|
|
Categories=Education;Languages;KDE;Qt;
|
|
Terminal=false
|
|
Type=Application
|
|
Version=1.0
|
|
MimeType=application/x-apkg;application/x-anki;application/x-ankiaddon;
|
|
X-GNOME-SingleWindow=true
|