komputes wrote:
> Emilio,
> 
> Not quite sure what you mean by "desktop files". Packages have multiple
> files in them. I'm asking why there are two entries of the same program
> in Add/Remove. Either it's not packaged properly or I am overlooking
> something.
> 

The problem is that startupmanager ships 2 desktop files:
[EMAIL PROTECTED]:~$ dpkg -L startupmanager | grep desktop
/usr/share/applications/startupmanager.desktop
/usr/share/applications/kde/startupmanager-kde.desktop


But there's no need for that AFAICS:

[EMAIL PROTECTED]:~$ diff /usr/share/applications/startupmanager.desktop
/usr/share/applications/kde/startupmanager-kde.desktop
--- /usr/share/applications/startupmanager.desktop      2008-01-17 
18:50:48.000000000
+0100
+++ /usr/share/applications/kde/startupmanager-kde.desktop      2008-01-17
18:50:48.000000000 +0100
@@ -39,10 +39,11 @@ Comment[pt_BR]=Alterar configurações d
 Comment[sv]=Ändra inställningar för starthanterare och startskärm
 Comment[zh_CN]=修改启动加载器和闪屏的设置
 Comment[zh_TW]=變更開機程式的開機畫面設定
-Exec=su-to-root -X -c /usr/sbin/startupmanager
+Exec=/usr/sbin/startupmanager
 Icon=/usr/share/startupmanager/startupmanager.svg
-NotShowIn=KDE;
+OnlyShowIn=KDE;
+X-KDE-SubstituteUID=true
 Terminal=false
 StartupNotify=false
 Type=Application
-Categories=GNOME;System;Settings;
+Categories=System;
[EMAIL PROTECTED]:~$


su-to-root works on KDE so I don't think there's a real need to ship a different
.desktop file for KDE.

This would be solved by removing the kde.desktop file and making the other one
show everywhere (including KDE).

 status triaged


** Attachment added: "signature.asc"
   http://launchpadlibrarian.net/13342706/signature.asc

** Changed in: startupmanager (Ubuntu)
       Status: New => Triaged

-- 
Two occurences of StartUp-Manager
https://bugs.launchpad.net/bugs/214569
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to