Installing the Veetle player on Ubuntu by running the install script as super user causes issues by changing the owner of your home directory to 1016 (or a similar #). This can easily be rectified by simply chown/chgrp your home directory back to your user and by replacing .ICEauthority file in your home directory with the /var/lib/gdm/.ICEauthority file (you also have to chown/chgrp the .ICEauthority file once you've copied it).
Source
Friday, April 22, 2011
Adding locales for gettext
Go to System -> Administration -> Language Support and add the languages you want to support.
Once those have installed, run
Done
Source
Once those have installed, run
sudo dpkg-reconfigure locales
Done
Source
Wednesday, April 6, 2011
Emacs Tramp Cheatsheet
Open a file on a remote machine:
Sudo with Tramp:
C-c C-f /user@machine:path/to.file
Sudo with Tramp:
C-c C-f /sudo::/path/to/file
Source
Subscribe to:
Posts (Atom)