mirror of
https://git.launchpad.net/~ubuntu-qt-code/ubuntu/+source/calamares/+git/calamares
synced 2025-02-26 21:01:15 +00:00
21 lines
638 B
Plaintext
21 lines
638 B
Plaintext
|
Description: fix fdo desktop entry
|
||
|
Add "Keywords=calamares;system;installer" to .desktop file.
|
||
|
This has been accepted upstream and will be in calamares 2.4.6.
|
||
|
.
|
||
|
calamares (2.4.5-1) unstable; urgency=low
|
||
|
.
|
||
|
* Initial release (Closes: #842671)
|
||
|
Author: Jonathan Carter <jcarter@linux.com>
|
||
|
Bug-Debian: https://bugs.debian.org/842671
|
||
|
|
||
|
--- calamares-2.4.5.orig/calamares.desktop
|
||
|
+++ calamares-2.4.5/calamares.desktop
|
||
|
@@ -3,6 +3,7 @@ Type=Application
|
||
|
Version=1.0
|
||
|
Name=Calamares
|
||
|
GenericName=System Installer
|
||
|
+Keywords=calamares;system;installer
|
||
|
TryExec=calamares
|
||
|
Exec=pkexec /usr/bin/calamares
|
||
|
Comment=Calamares — System Installer
|