- CorelDRAW Graphics Suite X5
- WineHQ.org - cannot be installed
- CorelDRAW Graphics Suite X4
- WineHQ.org - cannot be installed
- CorelDRAW Graphics Suite X3
- WineHQ.org - cannot be installed
2012-05-06
CorelDraw for Linux?
Location:
Timisoara, Romania
2012-05-05
Install Mac OS X Lion Theme On Ubuntu
Install Icons
Method 1:
- mkdir ~/.icons
- wget http://dl.dropbox.com/u/47950494/Mac-Lion-Icons.tar.gz
- tar -xzvf Mac-Lion-Icons.tar.gz -C ~/.icons
- wget http://dl.dropbox.com/u/47950494/Mac-Lion-Cursors.tar.gz
- sudo tar -xzvf Mac-Lion-Cursors.tar.gz -C /usr/share/icons
- mkdir ~/.themes
- wget http://dl.dropbox.com/u/47950494/Mac-Lion-Theme.tar.gz
- tar -xzvf Mac-Lion-Theme.tar.gz -C ~/.themes
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'
- 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
Location:
Timisoara, Romania
2012-04-04
Remove applications menu from top panel [Unity/Ubuntu]
Applications menu will be displayed in the main window, not in the top panel:
sudo apt-get remove indicator-appmenu
Location:
Timisoara, Romania
2012-03-19
Google Chrome: Restore Last Session
In case your browser crushes, run chrome with this parameter: --restore-last-session
2012-03-18
Disable Ubuntu Startup sounds
- go to System / Preferences / Startup Applications
2012-03-17
Install Conky (Linux Theme)
- install Conky: sudo apt-get install conky
Location:
Timisoara, Romania
2012-03-07
Create shortcuts to special folders
- Create a folder using Name.CLSID
- GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}
- run from cmd (or create a shortcut) explorer.exe shell:::CLSID
- explorer.exe shell:::{ED7BA470-8E54-465E-825C-99712043E01C}
Labels:
CLSID,
Special Folder,
Windows
Location:
Timisoara, Romania
2012-02-19
Setting window opacity (trasnparency) level in C++ / C# / VB.NET
- C++: form1->Opacity = .#
- C#: form1.Opacity = .#
- VB.NET: Me.Opacity = #
MSDN
Labels:
C#,
C++,
Opacity,
Transparency,
VB.NET
Location:
Timisoara, Romania
Show/hide Desktop icons (Computer/Home/Network) [Ubuntu]
- run in terminal (Ctrl+Alt+T):
sudo gconf-editor
- go to apps / nautilus / desktop and enable/disable the icons you need
Labels:
Desktop Icons,
Ubuntu
Location:
Timisoara, Romania
2012-02-12
Desktop Gadgets for Ubuntu
sudo apt-add-repository ppa:screenlets/ppa sudo apt-get update sudo apt-get install screenlets
Labels:
Desktop Gadgets,
Ubuntu
Location:
Timisoara, Romania
2012-02-11
Change login Screen [Ubuntu]
- Activate the Appearance window at login:
sudo cp /usr/share/applications/gnome-appearance-properties.desktop /usr/share/gdm/autostart/LoginWindow
- re-login
- select a wallpaper from the background tab
- Disable the Appearance window at login:
sudo unlink /usr/share/gdm/autostart/LoginWindow/gnome-appearance-properties.desktop
Subscribe to:
Posts (Atom)