mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-22 03:26:05 -04:00
Add a kiwix.desktop file.
This commit is contained in:
parent
a590d2ce50
commit
f07b074ab6
9
kiwix.desktop
Normal file
9
kiwix.desktop
Normal file
@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Name=Kiwix
|
||||
Exec=kiwix-desktop %F
|
||||
Icon=kiwix-desktop
|
||||
Type=Application
|
||||
Terminal=false
|
||||
StartupNotify=true
|
||||
NoDisplay=false
|
||||
Categories=Education
|
@ -10,6 +10,7 @@ KiwixApp::KiwixApp(int& argc, char *argv[])
|
||||
|
||||
setApplicationDisplayName("Kiwix");
|
||||
setApplicationName("Kiwix");
|
||||
setDesktopFileName("kiwix.desktop");
|
||||
|
||||
mainWindow = new MainWindow;
|
||||
mainWindow->show();
|
||||
|
Loading…
x
Reference in New Issue
Block a user