Screenlets are small applications to represent things such as sticky notes, clocks, calendars around on your Ubuntu desktop. You can launch a pre-installed screenlet from Screenlet Manager, or install a new one into the Manager for launching it. Here are the steps for installing and launching a screenlet, for example, WaterMark System Information.
– Install Screenlets Manager if it has not been added.
– Go to Applications (or Main Menu) > Ubuntu Software Center.
– Enter screenlets in the Search Box.
– Select Screenlets, click the “Install” button.
– Download the screenlet e.g. “WaterMark System Information” to a folder.
– Go to Applications (or Main Menu) > Accessories > Screenlets.
– Click Install, select Install Screenlet and click OK.
– Browse to the folder, select the file downloaded and click “Open” to install the screenlet into the Screenlets Manager.
– Select the screenlet “WaterMark” and click “Launch/Add”. (Tips: you can add more than one WaterMark screenlet and set it to display other system information.)
More screenlets are available for installation from screenlets.org.
Tag Archives: Compiz
Video – Compiz with Gnome Classic (Fallback Mode) – Ubuntu 11.10 by gotbletu
Enable Windows 7 Aero Snap in Ubuntu
In Windows 7, you can click and drag a window to the left or right edge of the desktop and it will fill half of the screen, or snap a window to the top edge of the desktop and it will be maximized.
In Ubuntu, you can click and drag a window to the left, right or top edge of the desktop to achieve the same result.
In addition to CompizConfig Settings Manager, install WmCtrl if not added:
– go to Applications (or Main Menu) > Accessories > Terminal.
– enter sudo apt-get install wmctrl
– enter password when prompted.
– go To System > Preferences > CompizConfig Settings Manager.
– select “General” from the left panel and click “Commands”.
In Command line 0, 1 and 2, paste the following codes:
Command line 0, paste:
WIDTH=`xdpyinfo | grep ‘dimensions:’ | cut -f 2 -d ‘:’ | cut -f 1 -d ‘x’` && HALF=$(($WIDTH/2)) && wmctrl -r :ACTIVE: -b add,maximized_vert && wmctrl -r :ACTIVE: -e 0,0,0,$HALF,-1
Command line 1, paste:
WIDTH=`xdpyinfo | grep ‘dimensions:’ | cut -f 2 -d ‘:’ | cut -f 1 -d ‘x’` && HALF=$(($WIDTH/2)) && wmctrl -r :ACTIVE: -b add,maximized_vert && wmctrl -r :ACTIVE: -e 0,$HALF,0,$HALF,-1
Command line 2, paste:
wmctrl -r :ACTIVE: -b add,maximized_vert,maximized_horz
In the same window, click “Edge Bindings” tab.
Change Run Command 0, 1 and 2 from “None” to “Left”, “Right” and “Top” respectively.
Click “Back” button and select “General Options”, change “Edge Trigger Delay” to about 500.
Set Aero Glass Effect in Ubuntu
In Ubuntu you can set nearly the same aero glass effect to window borders with alpha transparency as available in Windows 7:
– press Alt+F2 to bring up “Run Application” window.
– type gconf-editor into the box, click “Run” to bring up Configuration Editor.
– browse to apps > gwd, look for “metacity_theme_active_opacity” on the right panel.
– change the value in “metacity_theme_active_opacity” from 1 to 0.75 (or smaller such as 0.5 for more transparency).
Then go to System > Preferences > CompizConfig Settings Manager:
– select “Effects” from the left panel.
– tick “Blur Windows” and click the “Close” button. (Note: default values in Blur Windows can be applied.)
Note: If the aero glass effect doesn’t work, check if you have updated your display driver. To check, go to System > Administration > Additional Drivers, activate the recommended graphics driver and restart the system.