<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; menus</title> <atom:link href="http://www.ghacks.net/tag/menus/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 13:20:58 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Add a quick-access shortcuts to the GNOME right-click menu</title><link>http://www.ghacks.net/2010/11/29/add-a-quick-access-shortcuts-to-the-gnome-right-click-menu/</link> <comments>http://www.ghacks.net/2010/11/29/add-a-quick-access-shortcuts-to-the-gnome-right-click-menu/#comments</comments> <pubDate>Mon, 29 Nov 2010 19:20:26 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Desktop Manager]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[contextual menus]]></category> <category><![CDATA[desktop shortcuts]]></category> <category><![CDATA[menus]]></category> <category><![CDATA[start-menu]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=37416</guid> <description><![CDATA[I use the terminal A LOT. Why? Because I&#8217;m an old-school Linux user. Because of this I like to have multiple ways to quickly access my terminal. In my never-ending search for more and more ways to make my desktop life easier, I came across a nifty way to add a program shortcut to the [...]]]></description> <content:encoded><![CDATA[<p>I use the terminal A LOT. Why? Because I&#8217;m an old-school Linux user. Because of this I like to have multiple ways to quickly access my terminal. In my never-ending search for more and more ways to make my desktop life easier, I came across a nifty way to add a program shortcut to the right-click desktop menu in the GNOME desktop environment.</p><p>This shortcut is actually the Location Context Menu in the Nautilus Actions tool. Thanks to that little feature you can create plenty of quick-access shortcuts which will start up those applications from the right-click menu. Let&#8217;s see how this is done.</p><p><span
id="more-37416"></span><strong>Nautilus Actions Configuration</strong></p><p>I have covered this topic before (see <a
title="Nautilus Actions" href="http://www.ghacks.net/index.php?s=nautilus+actions" target="_blank">Nautilus Actions content on Ghacks</a>) on Ghacks, so the idea of creating a Nautilus Action should be familiar. In case you haven&#8217;t read any of the other content, the idea behind Nautilus Actions is that you can create an action, based on location and/or MIME type. These actions are highly customizable and incredibly handy to use.</p><p>Usually these actions are created not only with the command to be executed, but with command parameters that are used to inform the command what it is acting on (for example: %M for space-separated list of full pathnames for selected files). We are going to NOT add parameters for any actions we create for the purpose of command shortcuts. Why? Because for the shortcut you are not going to be acting on any file or directory, it is just to start an application.</p><p><strong>Create the action</strong></p><p>Click on <strong>System &gt; Preferences &gt; Nautilus Actions Configuration</strong>. This will start up the Nautilus Actions Configuration window. Let&#8217;s say you want to create a short cut used to open the GNOME Terminal application. Here are the steps you need to use to do that:</p><ol><li>Click the &#8220;Define a new action&#8221; button.</li><li>In the Action tab make sure you check the box for &#8220;Display item in location context menu&#8221; and enter &#8220;GNOME Terminal&#8221; in the Context Label area.</li><li>In the Command tab enter <em>/usr/bin/gnome-terminal</em> for the Command Path. Do not enter anything for the Parameters.</li><li>Click the Save button.</li></ol><p>Your action has been created. Now, to make sure it will appear, you need to restart Nautilus. To do this you can either log out and log back in or you can open up a terminal window and issue the command <code>nautilus -q</code>.</p><div
id="attachment_37417" class="wp-caption alignleft" style="width: 285px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/11/nautilus_shortcut.png"><img
class="size-full wp-image-37417" src="http://www.ghacks.net/wp-content/uploads/2010/11/nautilus_shortcut.png" alt="" width="275" height="255" /></a><p
class="wp-caption-text">Figure 1</p></div><p>After Nautilus has restarted right-click anywhere on your desktop and you should see an entry in your menu that looks like that shown in Figure 1.</p><p>Of course you can do this with just about any application you want. But know that this really wasn&#8217;t the intended use of this tool&#8230;but it is a handy way to create those shortcuts.</p><p>You could get very creative with this set up and create shortcuts for various commands and actions.</p><p><strong>Final thoughts</strong></p><p>One of the aspects of the Enlightenment desktop that I&#8217;ve always like was the ability to quickly access applications from a simple click of the mouse anywhere on the desktop. This little &#8220;shortcut&#8221; on GNOME will give you a similar feature.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/11/29/add-a-quick-access-shortcuts-to-the-gnome-right-click-menu/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>A walk around the GNOME desktop</title><link>http://www.ghacks.net/2010/09/26/a-walk-around-the-gnome-desktop/</link> <comments>http://www.ghacks.net/2010/09/26/a-walk-around-the-gnome-desktop/#comments</comments> <pubDate>Sun, 26 Sep 2010 18:44:02 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Advice]]></category> <category><![CDATA[Desktop Manager]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[desktop]]></category> <category><![CDATA[GNOME]]></category> <category><![CDATA[GNOME control center]]></category> <category><![CDATA[GNOME Desktop]]></category> <category><![CDATA[linux configuration]]></category> <category><![CDATA[menus]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=35266</guid> <description><![CDATA[Recently I had a reader request a bit of a &#8220;how to&#8221; on the GNOME desktop. After giving it some thought, and at first wondering why anyone would need a walk around for the GNOME desktop, I realized that some users simply don&#8217;t have the ability to look at the computer desktop from the same [...]]]></description> <content:encoded><![CDATA[<p>Recently I had a reader request a bit of a &#8220;how to&#8221; on the GNOME desktop. After giving it some thought, and at first wondering why anyone would need a walk around for the GNOME desktop, I realized that some users simply don&#8217;t have the ability to look at the computer desktop from the same vantage point as those of us who &#8220;get it&#8221;. With that thought in mind, I thought it would be a good idea to give a sort of walk through of the GNOME desktop from the perspective of the new user.</p><p>For many of you this walk around might be pointless. But for those of you who need a basic introduction to a different desktop environment, this could be your first step in migrating to the Linux desktop. Read on!</p><p><span
id="more-35266"></span><strong>What is GNOME?</strong></p><div
id="attachment_35267" class="wp-caption alignleft" style="width: 510px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/09/gnome_desktop.png"><img
class="size-medium wp-image-35267" src="http://www.ghacks.net/wp-content/uploads/2010/09/gnome_desktop-500x281.png" alt="" width="500" height="281" /></a><p
class="wp-caption-text">Figure 1</p></div><p>First off, GNOME is a desktop environment. What this means is that all of the GNOME applications are aware of one another. Everything is integrated. That means you can open your file manager and drag and drop files into, say, Rhythmbox (a music player similar to iTunes).</p><p>GNOME has been around for quite some time and you will it to be the default desktop environment for many of the different Linux distributions.</p><p>Figure 1 shows the GNOME desktop in action. You will notice it has all of the typical elements of just about any desktop you have used. Let&#8217;s take a look at the more important, basic, elements one at a time.</p><p><strong>Panel</strong></p><p>A panel is a taskbar is a tray is a shelf. In GNOME you have two basic panels. The upper panel (at the top edge of the desktop) holds the Main Menus, Notification Area (aka System Tray),  Application Launchers, Clock, and User menu. The lower panel (at the lower edge of the desktop) holds the Winlist (where applications are minimized), the Pager (the tool that allows you to switch workspaces), and the Recycle Bin.</p><p>You can add various types of items to the panels by right-clicking a panel and selecting &#8220;Add to panel&#8230;&#8221;.</p><p><strong>Menus</strong></p><p>What is different about GNOME, versus WIndows, is that you do not have a single &#8220;Start&#8221; menu. Instead you have three main menus. These menus are:</p><ul><li>Applications: This is where you can launch all of your applications.</li><li>Places: This is a menu that holds shortcuts for the various important folder locations (such as Home, Pictures, Music, Downloads, etc). When you click on one of these entries Nautilus (the file manager) will open to that particular directory.</li><li>System: This menu is where you configure your system. The System menu has two very important sub-menus: Preferences (where you set all of your user preferences) and Administration (where you can open up tools for administrative purposes &#8211; such as Printers).</li></ul><p>When you install a new application that new application will add its menu entry to the Applications menu.</p><p><strong>Mouse menu</strong></p><p>There is another menu that you should know about. If you right-click on the desktop you will see a menu that allows you to create Folders, Launchers, and Documents (you have to create new templates for this &#8211; a more advanced feature). From this menu you can also select to Change Desktop Background. This action is exactly what it sounds like.</p><p><strong>Windows</strong></p><p>I&#8217;m not talking Microsoft here. The windows I am speaking of are the actual windows that contain the applications you use. These windows interact in the same manner you have grown accustomed to. In the upper right hand corner (or upper left if you are using Ubuntu &gt;= 10.04) are three buttons that allow you to minimize a window, maximize a window, or close a window. Sound familiar?</p><p>Now, if you right click the titlebar (that is the bar that runs across the top of your application window) you will notice a new menu. From this menu you can also send the window to a different workspace, set the window to always be on top, and more.</p><p><strong>Run dialog</strong></p><p>Let&#8217;s say you want to start an application but don&#8217;t know where it is in the menu hierarchy. You do, however, know the command to start the application. For this you can use the Run Dialog. Open the run dialog by clicking Alt-F2 together. This will open up a small window where you can enter your command.</p><p><strong>GNOME Control Center</strong></p><p><a
href="http://www.ghacks.net/wp-content/uploads/2010/09/gnome_control_center.png"><img
class="alignright size-full wp-image-35268" src="http://www.ghacks.net/wp-content/uploads/2010/09/gnome_control_center.png" alt="" width="379" height="326" /></a>This tool is the heart of the GNOME configuration. You can open it up by opening up the Run Dialog and entering <code>gnome-control-center </code> in this window (see Figure 2) you will find every configuration option you can imagine for the GNOME desktop.</p><p>NOTE: You may not see every item in your control center that you see in Figure 2. This particular control center is from a Fedora 13 installation that has a number of applications installed.</p><p><strong>Final thoughts</strong></p><p>Although a very cursory glance at the GNOME desktop, I hope this has helped those of you who feel lost when trying to use the Linux desktop to become more familiar. My ultimate goal, of course, is to get those of you who are unsure to migrate from your current OS to Linux.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/09/26/a-walk-around-the-gnome-desktop/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>Tweak your RGBA enabled desktop</title><link>http://www.ghacks.net/2010/06/17/tweak-your-rgba-enabled-desktop/</link> <comments>http://www.ghacks.net/2010/06/17/tweak-your-rgba-enabled-desktop/#comments</comments> <pubDate>Thu, 17 Jun 2010 11:23:36 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Desktop Manager]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[desktop]]></category> <category><![CDATA[emerald]]></category> <category><![CDATA[GNOME]]></category> <category><![CDATA[menus]]></category> <category><![CDATA[RGBA]]></category> <category><![CDATA[transparency]]></category> <category><![CDATA[transparent]]></category> <category><![CDATA[window decorator]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=26756</guid> <description><![CDATA[Recently I covered the addition of RGBA support in Ubuntu (see my article &#8220;Enable RGBA support in Ubuntu&#8220;). I&#8217;ve had a lot of people contact me about various tweaks to that desktop to further refine the look. So I thought I would take the time to show you just how to tweak a Ubuntu desktop [...]]]></description> <content:encoded><![CDATA[<p>Recently I covered the addition of RGBA support in Ubuntu (see my article &#8220;<a
title="Enable RGBA support in Ubuntu" href="http://www.ghacks.net/2010/06/12/enable-rgba-support-in-ubuntu/" target="_blank">Enable RGBA support in Ubuntu</a>&#8220;). I&#8217;ve had a lot of people contact me about various tweaks to that desktop to further refine the look. So I thought I would take the time to show you just how to tweak a Ubuntu desktop to give it a more complete look for complete RGBA goodness.</p><p>Why RGBA? If you are a fan of good old Transparency (like me) then you understand this is something Linux has needed for a long time. Yes it can sort of be done through Compiz with some tweaking&#8230;but not GTK+-wide. That&#8217;s what RGBA support is all about, allowing a themable transparency throughout the GTK+ widget set. The only problem I have found (outside of non-GTK+ apps not playing well with RGBA) is that certain features don&#8217;t want to accept the transparency as well as others. That and a need to give the desktop some finishing touches. And that is just what we are going to do here.</p><p><span
id="more-26756"></span><strong>First things first</strong></p><p>One of the things you are going to want to do, upon completion of adding RGBA support, is to install the Emerald decorator. Why would you want to do this? Because Emerald will give you the feeling of continuing that RGBA support into the window decorations, whereas the default decorator will not. I&#8217;ve covered Emerald before (see my article &#8220;<a
title="Add Emerald for slick window decorations" href="http://www.ghacks.net/2009/08/18/add-emerald-for-slick-window-decorations/" target="_blank">Add Emerald for slick window decorations</a>&#8220;) so installation shouldn&#8217;t be a problem. Once installed you want to use the right theme. For the Murrine themes I have found the <a
title="Glassified Mac" href="http://compiz-themes.org/content/show.php/Glassified+MacOS?content=125626&amp;PHPSESSID=303c6933ac6905fe1b910aeae0a804b6" target="_blank">Glassified Mac</a> theme to work best. You can browse through the entire <a
title="Emerald themes" href="http://compiz-themes.org/index.php?xcontentmode=103" target="_blank">Emerald Themes</a> page to find the one that matches your desktop perfectly.</p><p>One of the issues you might find is that you have to replace your window decorator every time you log out and log in. This can be a hassel. Instead open up the CompizConfig Settings Manager (click <strong>System &gt; Preferences &gt; Compiz Config Settings Manager</strong>), do a search for &#8220;decorations&#8221; (no quotes), select Window Decoration, and replace the command with <em>/usr/bin/emerald. </em>Now your default window decorator is Emerald.</p><p><strong>The panel</strong></p><p>Probably one of the biggest glitches is portions of the GNOME panel just don&#8217;t seem to want to work with RGBA. It took me a while but I figured out a &#8220;way&#8221; around it.</p><div
id="attachment_26757" class="wp-caption aligncenter" style="width: 510px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/06/rgba_panel.png"><img
class="size-medium wp-image-26757" src="http://www.ghacks.net/wp-content/uploads/2010/06/rgba_panel-500x9.png" alt="" width="500" height="9" /></a><p
class="wp-caption-text">Figure 1</p></div><p>The biggest issue are the three main menus. No matter what you try you can not get them to work with the transparency. So what I found is to get rid of that applet (it&#8217;s actually one applet called Menu Bar) and replace it with the Main Menu Applet. Once you have done that you can then set the panel to transparent. You can&#8217;t set it to complete transparency, however, or you will have a bit of a disconnect with the notification area. There are still issues with some of the applets in the notification area&#8230;but they don&#8217;t stand out as much as the Menu Bar. Figure 1 shows the changes I have made. It&#8217;s not perfect, but it fits much better with the new desktop.</p><div
id="attachment_26758" class="wp-caption alignleft" style="width: 510px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/06/rgba_menus.png"><img
class="size-medium wp-image-26758" src="http://www.ghacks.net/wp-content/uploads/2010/06/rgba_menus-500x281.png" alt="" width="500" height="281" /></a><p
class="wp-caption-text">Figure 2</p></div><p>What does that new Main Menu applet look like when used with RGBA support? Take a look at Figure 2 for a sample.</p><p><strong>Final thoughts</strong></p><p>The addiction to eye candy is a rough one. You find yourself tweaking and tweaking until you think you can tweak nor more&#8230;until you find yet another tiny customization that looks better. The RGBA-enabled desktop is a fairly slick one. I hope you find it to be as eye-candy-tastic as I have.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/06/17/tweak-your-rgba-enabled-desktop/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Get some serious transparency in GNOME and Compiz</title><link>http://www.ghacks.net/2009/08/22/get-some-serious-transparency-in-gnome-and-compiz/</link> <comments>http://www.ghacks.net/2009/08/22/get-some-serious-transparency-in-gnome-and-compiz/#comments</comments> <pubDate>Sat, 22 Aug 2009 16:35:01 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Advice]]></category> <category><![CDATA[Desktop Manager]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[Compiz]]></category> <category><![CDATA[emerald]]></category> <category><![CDATA[GNOME]]></category> <category><![CDATA[menus]]></category> <category><![CDATA[transparent panels]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=15607</guid> <description><![CDATA[As I have said repeated, I like eye candy. One of the aspects of eye candy I like more than any other is transparency. With the right Linux desktop there is almost no limit on how you can configure the look and feel of your desktop. And that means you can  have as transparent a [...]]]></description> <content:encoded><![CDATA[<p>As I have said repeated, I like eye candy. One of the aspects of eye candy I like more than any other is transparency. With the right Linux desktop there is almost no limit on how you can configure the look and feel of your desktop. And that means you can  have as transparent a desktop as you like.</p><p>To really push the limits of transparency you will need to have Compiz working. For more information on Compiz check out my articles: &#8220;<a
title="Compiz cube" href="http://www.ghacks.net/2009/05/25/enabling-the-cube-in-compiz/" target="_blank">Enabling the Cube in Compiz</a>&#8221; and &#8220;<a
title="Compiz Cube appearance" href="http://www.ghacks.net/2009/07/30/configuring-the-appearance-of-the-compiz-cube/" target="_blank">Configuring the appearance of the Compiz Cube</a>&#8220;. You might also want to check out my article &#8220;<a
title="Emerald" href="http://www.ghacks.net/2009/08/18/add-emerald-for-slick-window-decorations/" target="_blank">Add Emerald for slick window decorations</a>&#8221; to get the full effect of transparent titlebars and window decorations. As well you can check out my article &#8220;<a
title="Avant" href="http://www.ghacks.net/2009/08/12/avant-window-navigator-os-x-dock-on-linux-desktop/" target="_blank">Avant Window Navigator: OS X-like dock on Linux desktop</a>&#8221; if you&#8217;re wanting to mimic my personal desktop.</p><p><span
id="more-15607"></span></p><p><strong>The big picture</strong></p><div
id="attachment_15615" class="wp-caption alignleft" style="width: 471px"><a
rel="attachment wp-att-15615" href="http://www.ghacks.net/2009/08/22/get-some-serious-transparency-in-gnome-and-compiz/transparent_screenshot-2/"><img
class="size-full wp-image-15615  " src="http://www.ghacks.net/wp-content/uploads/2009/08/transparent_screenshot1.png" alt="Figure 1" width="461" height="288" /></a><p
class="wp-caption-text">Figure 1</p></div><p>I thought I would start out by showing you the desktop I am working with so you can decide if this is something you want to achieve. Figure 1 shows the end result of the configurations (Click on the image to see the full-size version).</p><p><strong>The tools to will use</strong></p><p>In order to get the transparency you see in the image the following configuration tools will be used:</p><p>Compiz Settings</p><p>Panel properties</p><p>The following themes will be used:</p><p>GNOME: Dust Sand</p><p>Avant Window Navigator: <a
title="AWN themes" href="http://wiki.awn-project.org/index.php?title=Themes" target="_blank">Glass 3D</a></p><p>Emerald: Gabriel</p><p>Wallpaper: <a
title="Wallpaper" href="http://images.google.com/imgres?imgurl=http://awesomewallpapers.files.wordpress.com/2009/06/ubuntu-black-1440x900.jpg&amp;imgrefurl=http://awesomewallpapers.wordpress.com/2009/06/19/ubuntu-wallpaper-set-4/&amp;usg=__JofrDnswpVSouQ0_KLuxw7agfGY=&amp;h=900&amp;w=1440&amp;sz=324&amp;hl=en&amp;start=293&amp;um=1&amp;tbnid=SYOayw17O1jkaM:&amp;tbnh=94&amp;tbnw=150&amp;prev=/images%3Fq%3Dubuntu%2Bwallpaper%26ndsp%3D20%26hl%3Den%26client%3Dfirefox-a%26rls%3Dorg.mozilla:en-US:official%26sa%3DN%26start%3D280%26um%3D1" target="_blank">Awesome Wallpapers Ubuntu Charcoal</a></p><p>I am going to assume you know how to install the various themes and wallpaper used, so I won&#8217;t go over those topics.</p><p><strong>Configurations</strong></p><div
id="attachment_15616" class="wp-caption alignright" style="width: 173px"><a
rel="attachment wp-att-15616" href="http://www.ghacks.net/2009/08/22/get-some-serious-transparency-in-gnome-and-compiz/panel_properties-2/"><img
class="size-full wp-image-15616 " src="http://www.ghacks.net/wp-content/uploads/2009/08/panel_properties.png" alt="Figure 2" width="163" height="214" /></a><p
class="wp-caption-text">Figure 2</p></div><p>The first thing to take care of happens to be the easiest &#8211; the GNOME panel. You will notice I removed the bottom panel on my desktop and replaced it with the Avant Window Navigator. So the only GNOME panel to deal with is the upper panel. To set the transparency on this right click an empty spot in the panel and select &#8220;Properties&#8221;. When the Properties window opens (see Figure 2) click on the &#8220;Background&#8221; tab and do the following:</p><ul><li>Check the Solid Color radio button.</li><li>Slide the Style bar to the left until it is as transparent as you like.</li><li>Click Close.</li></ul><p>Your panel should now be transparent.</p><p><strong>Compiz</strong></p><div
id="attachment_15617" class="wp-caption alignleft" style="width: 453px"><a
rel="attachment wp-att-15617" href="http://www.ghacks.net/2009/08/22/get-some-serious-transparency-in-gnome-and-compiz/ccsm-2/"><img
class="size-full wp-image-15617 " src="http://www.ghacks.net/wp-content/uploads/2009/08/ccsm.png" alt="Figure 3" width="443" height="316" /></a><p
class="wp-caption-text">Figure 3</p></div><p>Now that your panel is transparent you don&#8217;t want to ruin the over all look by having solid menus and/or drop downs. So let&#8217;s take care of these pieces.  The first thing to do is open up the Compiz Settings tool. You will find this in the Preferences sub-menu of the System menu.  When the settings window is open you will want to click on the Opacity Brightness and Saturation section (see Figure 3).</p><p>What you need to do is add new Window specific settings. When you click the New button a small window will open where you add the type of &#8220;window&#8221; you want to set transparency for. When the window opens you want to add the following line to get Menus, Drop down windows, and popups set for transparency:</p><p><code>(type=Menu) || (type=PopupMenu) || (type=DropDownMenu)</code></p><p>Once you have that entered, set the transparency level to 67 (to match what you see in this article) or to whatever level you desire.</p><p>And that&#8217;s it. You should now have full-on transparency on your desktop.</p><p><strong>Final thoughts</strong></p><p>Of course you can take this farther. You can even set application windows as transparent as you like. The only problem with that is you need to be able to clearly see your work.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/08/22/get-some-serious-transparency-in-gnome-and-compiz/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>The different ways to execute a Linux application</title><link>http://www.ghacks.net/2009/06/22/the-different-ways-to-execute-a-linux-application/</link> <comments>http://www.ghacks.net/2009/06/22/the-different-ways-to-execute-a-linux-application/#comments</comments> <pubDate>Mon, 22 Jun 2009 20:37:21 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Advice]]></category> <category><![CDATA[Desktop Manager]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[executables]]></category> <category><![CDATA[icons]]></category> <category><![CDATA[menus]]></category> <category><![CDATA[run dialog]]></category> <category><![CDATA[starting applications]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=13783</guid> <description><![CDATA[I remember, way back, when I first started using Linux either was either in full-on command line only Linux or I was using Fvwm95. Executing commands in command line meant I had to know the name of the command. And when I was in the Fvwm95 desktop, if there wasn&#8217;t a menu entry for an [...]]]></description> <content:encoded><![CDATA[<p>I remember, way back, when I first started using Linux either was either in full-on command line only Linux or I was using Fvwm95. Executing commands in command line meant I had to know the name of the command. And when I was in the Fvwm95 desktop, if there wasn&#8217;t a menu entry for an application the only other way I could start up an application was to open up the command line and hope I could find the exact command to run. Typically this meant scrolling through the contents of <strong>/usr/bin</strong> with the command <em>ls -l | less</em>. And in today&#8217;s Linux (or at least in my main machine) there are approximately 2004 commands within <strong>/usr/bin</strong>. That could mean a lot of searching.</p><p>Fortunately Linux has grown up quite a bit so it&#8217;s not that difficult to start an application. In fact, I would argue that starting an application in Linux is easier than it is in Windows. How can I say that? Well, why don&#8217;t we examine the various ways you can start an application within Linux and you can make the judgment yourself.</p><p><span
id="more-13783"></span><strong>Command line</strong></p><p>We&#8217;ll start with the more challenging first. Not that the command line is difficult, but it&#8217;s not nearly as easy as finding a menu entry and selecting it.</p><p>If you&#8217;ve been following me enough you probably have read an instance where I have mentioned global commands. A global command is a command that is located within your users&#8217; $PATH. NOTE: You can learn more about this in my article  &#8220;<a
title="Adding directories to your $PATH" href="http://www.ghacks.net/2009/06/03/adding-a-directory-to-your-path/" target="_blank">Adding directories to your $PATH</a>&#8220;. To find out what directories are in your $PATH issue the command <em>echo $PATH</em>. What you see printed out at your prompt are all of the directories which contain commands you can run from anywhere on your system. There may be times when you do not install an application within your path. For those applications you have to enter the <strong>explicit</strong> path to the executable command. Let me explain&#8230;</p><p>Say you install the beta version of Firefox (for testing purposes) in the <strong>/opt</strong> directory. So now you will have a directory <strong>/opt/firefox</strong> and within that directory is the executable command <em>firefox</em>. Since <strong>/opt</strong> isn&#8217;t in your $PATH, if you execute only <em>firefox</em> what will start up is the default firefox on your system. In order to start up Firefox installed in <strong>/opt</strong> you will have to execute the command <em>/opt/firefox/firefox</em>.</p><p>Now let&#8217;s say you are looking for the apt command to add a gpg key<strong></strong> but you&#8217;re not sure of the name. You <strong>are</strong> sure, however, of two things: It is in <strong>/usr/bin</strong> and it has the string &#8220;key&#8221; in the command. You could issue this command to find all matching commands:</p><p><em>ls /usr/bin/*key* </em></p><p>which will list all commands in <strong>/usr/bin<em> </em></strong>that contain the word &#8220;key&#8221;. In that listing you will see <em>apt-key</em>. You now know the name of the command.</p><p><strong>GUI</strong></p><p>There are two main (and universal) ways to start up an application in Linux. The first, and easiest, is to look through your main menu for that command&#8217;s entry. Once you find that command you simply select it to open up the application. One of the issues that is not a universal truth in Linux is menu layout. All Linux desktops lay out their menus differently. But for the most part they hold true to some similarities (Primarily the grouping of applications into submenus like &#8220;Office&#8221;, &#8220;Networking&#8221;, &#8220;Graphics&#8221;, &#8220;Games&#8221;, etc.)</p><p>The next universal method of starting up an application is to open up your desktops&#8217; file manager, navigate to the directory that contains the executable, and double click on the executable. This is much like it is in Windows. Most often you will be navigating to <strong>/usr/bin</strong> to find these executables.</p><p>NOTE: If a command requires a terminal to run you can not run it in this method. The only commands you can start up this way are graphical commands.</p><p><strong>Run prompt</strong></p><div
id="attachment_13784" class="wp-caption alignleft" style="width: 268px"><a
href="http://www.ghacks.net/wp-content/uploads/2009/06/run_dialog.png"><img
class="size-full wp-image-13784" src="http://www.ghacks.net/wp-content/uploads/2009/06/run_dialog.png" alt="Figure 1" width="258" height="167" /></a><p
class="wp-caption-text">Figure 1</p></div><p>In some desktops you will have a &#8220;Run prompt&#8221; within your Start menu. In GNOME and KDE you can open up this dialog by pressing Alt-F2. In my favorite distribution, Elive Compiz, I set this to the Windows Key+F1. Figure 1 shows the Run Dialog in Elive. As you can see I want to start the game Torus Trooper. I start to type &#8220;torus&#8221; and the first matching entry pops up which I can click on to start up the application.</p><p><strong>Final thoughts</strong></p><p>Of course this is Linux so there are many more ways you can find to start up an application. You can create keyboard shortcuts for just about anything or, in some desktops, you can create desktop Icons. In some desktops you can create specific shelves for applications or add mini launchers. But, in general, the methods outlined above will get you through the day in Linux.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/06/22/the-different-ways-to-execute-a-linux-application/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> </channel> </rss>
