View Single Post
  #8 (permalink)  
Old 05-Dec-2008, 02:41
guydeschepper guydeschepper is offline
Puzzled Penguin
 
Join Date: Jun 2008
Posts: 14
guydeschepper hasn't been rated much yet
Default Re: Slab popups all the time

Code:
/etc/gconf/gconf.xml.schemas/schemas/desktop/gnome/url-handlers/callto/%gconf.xml
/etc/gconf/gconf.xml.schemas/schemas/desktop/gnome/url-handlers/mailto
/etc/gconf/gconf.xml.schemas/schemas/desktop/gnome/url-handlers/mailto/%gconf.xml
/etc/gconf/gconf.xml.schemas/schemas/desktop/gnome/url-handlers/http
/etc/gconf/gconf.xml.schemas/schemas/desktop/gnome/url-handlers/http/%gconf.xml
/root/.gconf/desktop/gnome/url-handlers
/root/.gconf/desktop/gnome/url-handlers/%gconf.xml
/root/.gconf/desktop/gnome/url-handlers/cai
/root/.gconf/desktop/gnome/url-handlers/cai/%gconf.xml
/root/.gconf/schemas/desktop/gnome/url-handlers
/root/.gconf/schemas/desktop/gnome/url-handlers/%gconf.xml
/root/.gconf/schemas/desktop/gnome/url-handlers/cai
/root/.gconf/schemas/desktop/gnome/url-handlers/cai/%gconf.xml
find: `/var/lib/ntp/proc/6599/net': Invalid argument
find: `/proc/6599/net': Invalid argument
Unfortunately grepping on vmware doesn't give any results:
Code:
# for x in `find / | grep /desktop/gnome/url-handlers`; do grep -i vmware $x; done
find: `/home/gds/.gvfs': Permission denied
find: `/var/lib/ntp/proc/6599/net': Invalid argument
find: `/proc/6599/net': Invalid argument
BTW: Glad to know I'm not the only one with this problem
Reply With Quote