This bug could be a result of a simple malicious javascript segment:
document.body.onload = window.open(window.location);
That said, I would've thought the popup blocking features would prevent
such a script...
Still, if it is the cause of the bug then chances are it can only be
"fixed" by making
Public bug reported:
Binary package hint: gadmin-tools
On the website for gadmin-tools, gadmin-httpd is listed. I can build it
from source, but I don't get why it's not included in the gadmin-tools
package. Not even in Intrepid!
Someone might want to add it, considering it is by far the most u
The removable drive fix works. Let me explain what's happening.
Gparted unmounts a file system. The program used to auto-mount
removable drives detects an unmounted filesystem, and mounts it. It
doesn't matter if it's removable or not, if you c an unmount it, it
counts as removable to the progr
ch...@chris-desktop:~$ glxinfo | grep "glx version"
server glx version string: 1.4
client glx version string: 1.4
ch...@chris-desktop:~$ X -version
X.Org X Server 1.7.6
Release Date: 2010-03-17
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-25-server i686 Ubuntu
Current Ope
Workaround:
sudo mount /dev/cdrom /media/cdrom -o rw,uid=`id -u USERNAME`,gid=`id -g
USERNAME`,loop
If necessary, add -t iso9660 (but I've found that actually -breaks- the
command sometimes!).
Note: replace USERNAME with your user name (obviously); I've provided
gid's equivalent for reference bu
Public bug reported:
Binary package hint: gnome-applets
I've been using the gnome panel for quite some time, and have recently
noticed that occasionally, the time applet seems to "skip" a few
seconds. On closer inspection, it's not a sync issue because it freezes
in the mean time, so it's not ju