Add these two three lines to AdBlock’s filtering rules:
facebook.com##span.UIActionLinks
facebook.com##div.commentActions>span
facebook.com##li.uiUfiAddComment
Add these two three lines to AdBlock’s filtering rules:
facebook.com##span.UIActionLinks
facebook.com##div.commentActions>span
facebook.com##li.uiUfiAddComment
Applying what Sekerob said on the WCG forums seemed to work for me:
You should now see WCG when you open Boinc Manager again, and be able to fetch work.
jani@saegusa:~$ cat > gs-debug.sh
#!/bin/sh
gnome-screensaver --debug 2>~/gs-debug.log
jani@saegusa:~$ chmod +x gs-debug.sh
jani@saegusa:~$ sed 's@^Exec=gnome-screensaver$@Exec=/home/jani/gs-debug.sh@' /etc/xdg/autostart/gnome-screensaver.desktop > ~/.config/autostart/gnome-screensaver.desktop
It looks like dconf (the command) doesn’t read values of keys that haven’t been explicitly set by the user.
jani@saegusa:~$ dconf read /org/gnome/desktop/session/idle-delay
jani@saegusa:~$
So how do I get the value of idle-delay whether or not it’s user-set?
By using gsettings instead of dconf:
jani@saegusa:~$ gsettings get org.gnome.desktop.session idle-delay
uint32 600
Note that setting the value to what is default for the key isn’t the same as resetting the key:
jani@saegusa:~$ dconf write /org/gnome/desktop/session/idle-delay 'uint32 600'
jani@saegusa:~$ dconf read /org/gnome/desktop/session/idle-delay
uint32 600
You see, now even according to dconf the key is set even though it just holds the default value.
To actually reset the dconf key, you use its reset command:
jani@saegusa:~$ dconf reset /org/gnome/desktop/session/idle-delay
jani@saegusa:~$ dconf read /org/gnome/desktop/session/idle-delay
jani@saegusa:~$ gsettings get org.gnome.desktop.session idle-delay
uint32 600
It’s the /org/gnome/desktop/session/idle-delay dconf key.
jani@saegusa:~$ dconf read /org/gnome/desktop/session/idle-delay
uint32 0
Today I got me a used Acer Aspire One ZG5. It came with preinstalled Ubuntu, but also with the previous owner’s data that they obviously wished to be wiped first.
The ZG5 doesn’t have an optical drive, and I don’t have any thumbdrives bigger than 256 MB, so reinstalling took a bit of creativity.
The obvious choice might have been to get an installation iso smaller than 256 MB, stick it to a thumbdrive and proceed from there. But I figured, I already have Grub and schtuff from the previous installation on the disk, so why not make use of it?
The Boot & Install Ubuntu from the Grub Rescue Prompt HOWTO on Ubuntu Forums looked like the way to go, but I wanted to use the toram option to make unmounting of the iso work. As the ZG5 (by default) only has 512 MB of memory, cramming an entire CD’s worth of data into it wouldn’t be possible, so I grabbed the minimal CD image of Precise, which currently is 24,1 MB. To do this I recovery-booted the pre-existing installation and used wget to download the image into /root.
I then rebooted and went to the Grub commandline. Just as in the Howto, I set the Grub modules path, loaded necessary modules (no Microsoft filesystems needed, the old / was ext2), set the loopback and root.
set prefix=(hd0,1)/boot/grub
insmod linux
insmod loopback
insmod iso9660
loopback loop (hd0,1)/root/mini.iso
set root=(loop)
Next was the linux commandline. The mini CD doesn’t have casper and location of files differs slightly from the Live CD. I also added the toram parameter:
linux /linux iso-scan/filename=/root/mini.iso noprompt noeject toram
initrd /initrd.gz
Then just
boot
I’m titling this the way it seemed to me back when I was wondering what was going on. In fact the issue is that system problems are reported with root privileges, and Opera had hijacked the system-level default browser position (my normal account still used my choice). You can see which browser is the superuser default by issuing
$ sudo xdg-open 'http://www.google.com'
You can configure the default with
$ sudo update-alternatives --config gnome-www-browser
$ sudo update-alternatives --config x-www-browser
Ubudu is a WordPress theme yada yada blah blah. If you want the code, download ubudu-2012-01-26_21-52.zip (114 KiB).
Set show-statusbar=false in ~/.config/midori/config.