2010. március 7.

Image rotation nautilus script in the right click menu

create folder:
/home/user/.gnome2/nautilus-script

create files:
"Rotate CW"
"Rotate CCW"
"Rotate 180"

edit these in gedit, and than make them executable.

This is the script for Rotate CW:
#!/bin/bash
mogrify -rotate 90 $NAUTILUS_SCRIPT_SELECTED_FILE_PATHS
for CCW use 270 and for 180 use 180 instead of 90.

2010. március 6.

VirtualBox printing

http://funwithlinux.wordpress.com/2009/05/22/sharing-ubuntu-host-printer-with-windows-xp-running-in-virtualbox/

2010. március 2.

Screen rotation with stylus rotation on Karmic

Here's what changed:

To reach metacity type in terminal: gconf-editor /apps/metacity

To rotate the screen use xinput --list to determine the nape of the stylus, and replace "stylus" to the new name in the rotate script. My stylus has the name of: "Wacom Serial Tablet PC Pen Tablet/Digitizer"