Showing posts with label linux. Show all posts
Showing posts with label linux. Show all posts

Monday, August 11, 2014

Menu icons in eclipse linux

This very tiny issue in the linux version of Eclipse has bugged me for a couple of years. Despite the bug reports and suggested corrections I have not been able to get it to work. But today I somehow managed to figure it out. And the solution is very simple.

dconf write /org/gnome/desktop/interface/menus-have-icons true

Wednesday, April 3, 2013

Broken mount.cifs after upgrade to ubuntu 12.10

After upgrading to Ubuntu 12.10 (Quantal Quetzal) my samba mounts stopped working and the mount commands only gave me this
mount error(22): Invalid argument
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
I did spend some time figuring this out, many google hits didn't give any hints whatsoever other than how to enable more verbose logging. And the solution was ridiculously simple.

In your fstab you probably have something like
/// cifs    user,noauto,noexec,noatime,uid=1000,file_mode=0644,dir_mode=0755
 Just remove noatime and you are good to go!