[SCM] GUI front-end for Debian Live. branch, master, updated. 11e67a56b24563c3f7a488602604f9ba897740c3

Chris Lamb chris at chris-lamb.co.uk
Tue Mar 4 03:01:16 UTC 2008


The following commit has been merged in the master branch:
commit 49456018a458d92a320c7e9ba640b332cb961f67
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Mon Mar 3 17:21:49 2008 +0000

    Move .desktop file to misc dir.
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

diff --git a/live-magic.desktop b/live-magic.desktop
deleted file mode 100644
index 07a4f7f..0000000
--- a/live-magic.desktop
+++ /dev/null
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Type=Application
-Version=1.0
-Name=Live Magic
-Comment=Debian Live configuration utility
-Icon=debian-logo.png
-Exec=/usr/bin/live-magic
-Categories=Application;Tools;
diff --git a/misc/live-magic.desktop b/misc/live-magic.desktop
new file mode 100644
index 0000000..ac39f1d
--- /dev/null
+++ b/misc/live-magic.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Encoding=UTF-8
+Type=Application
+Version=1.0
+Name=Live Magic
+Comment=Create Debian Live systems (LiveCDs, etc.)
+Icon=/usr/share/live-magic/debian_openlogo-nd-100.png
+Exec=/usr/bin/live-magic
+Categories=Application;Utility;GTK
diff --git a/setup.py b/setup.py
index 8a1884a..3c0f72f 100755
--- a/setup.py
+++ b/setup.py
@@ -25,6 +25,9 @@ setup(
             'glade/kde.png',
             'glade/world_map-960.png',
             'glade/xfce.png',
-            ])
-        ]
+            ]),
+        ('share/applications', [
+            'misc/live-magic.desktop'
+        ]),
+    ]
 )

-- 
GUI front-end for Debian Live.



More information about the debian-live-changes mailing list