Turn on puppet syntax highlight in vim
On Debian/Ubuntu: $ sudo apt-get install vim-puppet $ ln -s /usr/share/vim/addons/syntax/puppet.vim ~/.vim/plugin/
On Debian/Ubuntu: $ sudo apt-get install vim-puppet $ ln -s /usr/share/vim/addons/syntax/puppet.vim ~/.vim/plugin/
This how Evolution looks like on Kubuntu 11.10 (Oneiric). To fix this, make sure this package is installed: “humanity-icon-theme”, then create $HOME/.config/gtk-3.0/settings.ini. [Settings] gtk-fallback-icon-theme = Humanity Restart Evolution, and it should be fixed. Credit: [solution] Evolution in Kubuntu 11.10
Unknown Authn provider: ldap a2enmod authnz_ldap<br /> apache2ctl restart
After upgrading to Xfce 4.10 from 4.8, I noticed that the clock/notification area no longer pushed to the right edge of the panel. This is due to a change in the Window Buttons panel plugin which no longer expands to fill the available space[1]. To emulate the old behavior, add a transparent separator between the window buttons and the clock/notification area, setting its expand property. Voilla! [1] https://wiki.archlinux.org/index.php/Xfce
It’s a bit unintuitive to set non-persistent session on FreeNX server. After a few attempts, here is the working settings: Edit /usr/NX/etc/node.cfg: ENABLE_PERSISTENT_SESSION=""<br /> DISABLE_PERSISTENT_SESSION="all"