Mark, I tried to follow those instructions, but the awn-manager refused to allow any deletion of those applets. All it says is: "Unable to delete applet". At first I did it without use of sudo, which in terminal window outputs this while launching awn-manager from the terminal window and removing the phantom launchers: /usr/bin/awn-manager:68: GtkWarning: GtkSpinButton: setting an adjustment with non-zero page size is deprecated self.wTree = gtk.glade.XML(self.GLADE_PATH, domain=defs.I18N_DOMAIN) (awn-manager:14506): GConf-WARNING **: Directory `/apps/avant-window-navigator/applets/-71792140_1232572988' was not being monitored by GConfClient 0xa50e750 /usr/bin/awn-manager:213: Warning: invalid uninstantiatable type `(null)' in cast to `AwnConfigClient' gtk.main() (awn-manager:14506): GConf-WARNING **: Directory `/apps/avant-window-navigator/applets/-31457284_1232574357' was not being monitored by GConfClient 0xa50e750 (awn-manager:14506): GConf-WARNING **: Directory `/apps/avant-window-navigator/applets/-83886090_1232574382' was not being monitored by GConfClient 0xa50e750 (awn-manager:14506): GConf-WARNING **: Directory `/apps/avant-window-navigator/applets/-85983236_1232574402' was not being monitored by GConfClient 0xa50e750 Then if I simply try to run it with sudo I get this instead and cannot launch the awn-manager at all: /usr/bin/awn-manager:68: GtkWarning: GtkSpinButton: setting an adjustment with non-zero page size is deprecated self.wTree = gtk.glade.XML(self.GLADE_PATH, domain=defs.I18N_DOMAIN) Traceback (most recent call last): File "/usr/bin/awn-manager", line 216, in awnmanager = AwnManager() File "/usr/bin/awn-manager", line 131, in __init__ self.prefManager = awnPreferences(self.wTree) File "/usr/share/avant-window-navigator/awn-manager/awnPreferences.py", line 85, in __init__ self.setup_autostart (self.wTree.get_widget("autostart")) File "/usr/share/avant-window-navigator/awn-manager/awnPreferences.py", line 510, in setup_autostart self.load_autostart(check) File "/usr/share/avant-window-navigator/awn-manager/awnPreferences.py", line 514, in load_autostart autostart_file = self.get_autostart_file_path() File "/usr/share/avant-window-navigator/awn-manager/awnPreferences.py", line 528, in get_autostart_file_path if os.environ['DESKTOP_SESSION'].startswith('kde'): File "/usr/lib/python2.5/UserDict.py", line 22, in __getitem__ raise KeyError(key) KeyError: 'DESKTOP_SESSION' (awn-manager:14491): GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in cast to `AwnConfigClient' I'm not even using KDE, but rather GNOME in Ubuntu Intrepid, so I don't know what's the whole fuss about desktop session starting in KDE. -----Original Message----- >From: Mark Lee