2012-05-06

CorelDraw for Linux?


  • CorelDRAW Graphics Suite X5
  • CorelDRAW Graphics Suite X4
  • CorelDRAW Graphics Suite X3

2012-05-05

Install Mac OS X Lion Theme On Ubuntu

Install Icons
  • mkdir ~/.icons
  • wget http://dl.dropbox.com/u/47950494/Mac-Lion-Icons.tar.gz
  • tar -xzvf Mac-Lion-Icons.tar.gz -C ~/.icons
Install Cursors
  • wget http://dl.dropbox.com/u/47950494/Mac-Lion-Cursors.tar.gz
  • sudo tar -xzvf Mac-Lion-Cursors.tar.gz -C /usr/share/icons
Install Theme
  • mkdir ~/.themes
  • wget http://dl.dropbox.com/u/47950494/Mac-Lion-Theme.tar.gz
  • tar -xzvf Mac-Lion-Theme.tar.gz -C ~/.themes
Enable Theme/Icons/Cursors

Method 1:
  • gsettings set org.gnome.desktop.interface gtk-theme 'Mac-Lion-Theme'
  • gsettings set org.gnome.desktop.interface icon-theme 'Mac-Lion-Icons'
  • gconftool-2 --set --type string /apps/metacity/general/theme 'Mac-Lion-Theme'
Method 2:
  • install GNOME Tweak Tool
    install sudo apt-get install gnome-tweak-tool
  • open Theme tab and select:
    Cursor theme > Mac-Lion-Cursors
    Icon theme   > Mac-Lion-Icons
    GTK+ theme   > Mac-Lion-Theme
    Window theme > Mac-Lion-Theme