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
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
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
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
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
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
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-
*** 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