Le 03/09/2011 10:20, David Paleino a écrit : > On Sat, 03 Sep 2011 09:24:36 +0200, Sami FANTAR wrote: > >> Here is what dpkg -L disk-manager shows : >> >> dpkg -L disk-manager >> >> [..] >> /etc/xdg/autostart/disk-manager-check.desktop >> >> dpkg -S disk-manager-check >> disk-manager: /etc/xdg/autostart/disk-manager-check.desktop > > That's weird. :( > > $ dpkg -L disk-manager | grep autostart > $ dpkg -S disk-manager-check > dpkg-query: no path found matching pattern *disk-manager-check*. > > I suspect this is due to some interaction with other packages. > > Does that file still exist after running: > > # apt-get --purge remove disk-manager > # apt-get install disk-manager > > ? > > Thanks, > David >
After running the commands below, there is no more mistake : dpkg -S disk-manager-check dpkg-query: no path found matching pattern *disk-manager-check*. The following file '/etc/xdg/autostart/disk-manager-check.desktop' has been modified. It used to exist in the previous version of the package disk-manager. It has now a new name : '/usr/share/applications/disk-manager.desktop'. Before reinstalling disk-manager, I used to have : $grep '^Exec' /etc/xdg/autostart/disk-manager-check.desktop Exec= /usr/bin/disk-manager And now : $grep '^Exec' /usr/share/applications/disk-manager.desktop Exec= /usr/sbin/disk-manager It seems that the problem does no longer exist due to an upgrade of the package. :-) -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

