[Bug 35347] Re: bookmarks need subfolders

2010-11-20 Thread Eric Link
I agree w/ @Brazen > I can't believe this has still not been implemented. It's such a basic usability issue. If users don't want subfolders than they don't > have to use them, but it would be a huge improvement for those of us that need it. -- bookmarks need subfolders https://bugs.launchpad.net

[Bug 505085] Re: gnome-settings-daemon extensive disk usage

2010-09-22 Thread Eric Link
my hackaround it (remove thumbnail files older than 10 days, via cron, each hour: sudo vi /etc/cron.hourly/tmp-cleanup #!/bin/bash ## login disk thrashing find /home/elink/.thumbnails -mtime +10 -type f -exec rm -rf {} \; :wx sudo chmod 755 /etc/cron.hourly/tmp-cleanup -- gnome-settings-daem

[Bug 505085] Re: gnome-settings-daemon extensive disk usage

2010-09-22 Thread Eric Link
I've been suffering from this same problem as well. This s obviously broken on a few levels. @ylsdd you are right on all three points. +1 for those three. Immediate fix should be to make this low priority thread or something; it disables my computer usage for many minutes on login and is a usab

[Bug 390304] Re: unlabeled partitions are mounted under their UUIDs

2009-10-31 Thread Eric Link
Now add a label to the drive and remount it and the label is used in /media/your-disk-label. To label in Karmic 9.10 release, go to "System -> Administration -> Disk Utility" in Karmic release Select the drive and then partition, there will be a label field text box you can use their. Unmount

[Bug 365300] Re: Randomly I get double clicks when I do a single click.

2009-05-18 Thread Eric Link
I have the same problem w/ my HP Mouse (clean jaunty install): Bus 005 Device 002: ID 03f0:0b1d Hewlett-Packard -- Randomly I get double clicks when I do a single click. https://bugs.launchpad.net/bugs/365300 You received this bug notification because you are a member of Ubuntu Bugs, which is su

[Bug 365300] Re: Randomly I get double clicks when I do a single click.

2009-05-18 Thread Eric Link
lsusb -v Bus 005 Device 002: ID 03f0:0b1d Hewlett-Packard Device Descriptor: bLength18 bDescriptorType 1 bcdUSB 1.10 bDeviceClass0 (Defined at Interface level) bDeviceSubClass 0 bDeviceProtocol 0 bMaxPacketSize0

[Bug 219062] Re: "Could not read from resource" error when playing encrypted DVD

2009-05-09 Thread Eric Link
This is messy, but fixed it for both me and a friend in 9.04 (Jaunty, fresh installs): sudo apt-get remove vlc sudo apt-get install libdvdread4 sudo apt-get install libdvdnav4 sudo /usr/share/doc/libdvdread4/install-css.sh sudo apt-get install gstreamer0.10-plugins-ugly sudo apt-get install totem-

[Bug 117240] Re: Totem movie player could not read from resource. Known good disc, known good drive, latest gstream SW installed.

2009-05-09 Thread Eric Link
*** This bug is a duplicate of bug 41335 *** https://bugs.launchpad.net/bugs/41335 This is messy, but fixed it for me in 9.04 (Jaunty): sudo apt-get remove vlc sudo apt-get install libdvdread4 sudo apt-get install libdvdnav4 sudo /usr/share/doc/libdvdread4/install-css.sh sudo apt-get install g