<?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; startup applications</title> <atom:link href="http://www.ghacks.net/tag/startup-applications/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>Sat, 11 Feb 2012 17:32:23 +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 Emerald for slick window decorations</title><link>http://www.ghacks.net/2009/08/18/add-emerald-for-slick-window-decorations/</link> <comments>http://www.ghacks.net/2009/08/18/add-emerald-for-slick-window-decorations/#comments</comments> <pubDate>Tue, 18 Aug 2009 21:47:20 +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[Compiz]]></category> <category><![CDATA[emerald]]></category> <category><![CDATA[startup applications]]></category> <category><![CDATA[transparent windows]]></category> <category><![CDATA[window decorator]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=15501</guid> <description><![CDATA[I am a fan of eye candy. I have been for a long time. And, thankfully, Linux does eye candy better than any other operating system. Windows Aero? Linux has been doing that for year. Transparency? Linux has had that for years. And with Linux there are so many ways to add eye candy to [...]]]></description> <content:encoded><![CDATA[<p>I am a fan of eye candy. I have been for a long time. And, thankfully, Linux does eye candy better than any other operating system. Windows Aero? Linux has been doing that for year. Transparency? Linux has had that for years. And with Linux there are so many ways to add eye candy to your desktop.</p><p>One of those ways is using the Compiz &#8220;3D&#8221; desktop. But using Compiz is not enough for me. I want my windows decorated far more than the average window manager can handle. That&#8217;s where Emerald comes in. Emerald is a window decorator that usually ships with Compiz but does not always include everything you need. And in some instances, Compiz doesn&#8217;t include Emerald. That&#8217;s an easiest enough problem to figure out and solve.</p><p><span
id="more-15501"></span><strong>What is Emerald?</strong></p><p>As stated earlier, Emerald is a theme-able window decorator. But Emerald takes window decorating one step further by also allowing for full-composite window decorations. By adding composite to the decoration Emerald can include such features as transparency and drop shadow. And Emerald does this without taking any more of a hit on your resources than a normal window manager. That is, assuming you have the hardware that supports compositing. The main issue is that your graphics chip must support 3D/Direct Rendering. If your hardware can support that, your hardware will work with Emerald. You will also need to have Compiz installed (this article will assume you have Compiz up and running).</p><p><strong>Getting and installing</strong></p><p>The good news is that Emerald will be in your repository. Here are the steps to install Emerald:</p><ul><li>Open up your Add/Remove Software utility.</li><li>Do a search for &#8220;emerald&#8221; (no quotes)</li><li>Mark Emerald for installation.</li><li>Click Apply to install.</li></ul><p>Now, the bad news is that Emerald will only install with one theme. You will have to find new themes on line. There are plenty of places to find Emerald themes. The best location I have found is the Compiz Community. Search through those themes and download the ones you like. Download those files to a single directory (let&#8217;s say<strong> ~/THEMES</strong>) We&#8217;ll talk about adding them in a moment.</p><p><strong>Running Emerald</strong></p><p>In order to start Emerald you have to run it such that it will replace your current window decorator. To do this open up the Run Command dialog (in GNOME you&#8217;ll hit &lt;Alt&gt;F2) and enter the command:</p><p><em>emerald &#8211;replace</em></p><p>You will immediately see your window decorations change. The default theme is a transparent red-ish theme.</p><div
id="attachment_15503" class="wp-caption alignleft" style="width: 516px"><a
rel="attachment wp-att-15503" href="http://www.ghacks.net/2009/08/18/add-emerald-for-slick-window-decorations/emerald_theme_manager/"><img
class="size-full wp-image-15503" src="http://www.ghacks.net/wp-content/uploads/2009/08/emerald_theme_manager.png" alt="Figure 1" width="506" height="368" /></a><p
class="wp-caption-text">Figure 1</p></div><p>Now you will want to open up the theme manager. You will find the Emerald Theme manager in the Preferences sub-menu of the System menu. When the theme manager opens (see Figure 1) you will see no themes listed. In Figure 1 you can see a theme (Overglass) which has been added. All themes you have added to Emerald will be listed here.</p><p><strong>Adding themes</strong></p><p>The themes you download will be in .emerald format. All you need to do to add a theme is click on the Import button, navigate to the theme you want to add and click OK. The theme will change to the new theme, you actually have to select that new theme for it to take affect. To switch to the newly added them just select the theme from the listing in the Themes tab of the manager.</p><p><strong>Start Emerald at login</strong></p><p>One issue you will find is that Emerald doesn&#8217;t automatically start at login. Without setting it up to automatically start, you will have to start it via command line every time you log into your account. Fortunately you can set this up easily. To do so you open up the Startup Applications Preferences. Locate this tool in the Preferences sub-menu of the System menu.</p><div
id="attachment_15509" class="wp-caption alignright" style="width: 323px"><a
rel="attachment wp-att-15509" href="http://www.ghacks.net/2009/08/18/add-emerald-for-slick-window-decorations/startup/"><img
class="size-full wp-image-15509" src="http://www.ghacks.net/wp-content/uploads/2009/08/startup.png" alt="Figure 2" width="313" height="250" /></a><p
class="wp-caption-text">Figure 2</p></div><p>When it opens up you will see a simple window with two tabs and a few buttons. Click on the Add button to open up the Add Startup Program window (see Figure 2). You can see, in Figure 2, the details you need to add for this to work. Once you have added the information click the Add button and then click the Close button.</p><p>Now the next time you log in to your desktop Emerald will be your window decorator.</p><p><strong>Final thoughts</strong></p><p>Of all the window decorators out there you will find Emerald to be the best of the best. Not only does it offer numerous attractive themes, it won&#8217;t take as much of a hit on your performance as you might think it would. Give Emerald a try and you will see just how far the desktop can go.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/08/18/add-emerald-for-slick-window-decorations/feed/</wfw:commentRss> <slash:comments>11</slash:comments> </item> <item><title>Add an application to GNOME&#8217;s Autostart</title><link>http://www.ghacks.net/2009/04/08/add-an-application-to-gnomes-autostart/</link> <comments>http://www.ghacks.net/2009/04/08/add-an-application-to-gnomes-autostart/#comments</comments> <pubDate>Wed, 08 Apr 2009 16:00:48 +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[autostart]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[GNOME]]></category> <category><![CDATA[startup applications]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=11789</guid> <description><![CDATA[When you log into GNOME are there applications that you wish would start automatically? Are you one of those that fire up your web browser or your email client as your desktop is finishing the loading process? If that&#8217;s the case you&#8217;re in luck, GNOME (and most Linux desktops) allows you to add applications to [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://www.ghacks.net/wp-content/uploads/2009/04/gnome.png"><img
class="alignleft size-full wp-image-11784" src="http://www.ghacks.net/wp-content/uploads/2009/04/gnome.png" alt="gnome" width="48" height="48" /></a>When you log into GNOME are there applications that you wish would start automatically? Are you one of those that fire up your web browser or your email client as your desktop is finishing the loading process? If that&#8217;s the case you&#8217;re in luck, GNOME (and most Linux desktops) allows you to add applications to the autostart list so that when you start up your desktop those applications will start immediately.</p><p>In modern GNOME desktops (I am using 2.24.3) setting up autostart applications is much easier than it once was. In early releases you would have had to write a script to tell GNOME to launch a specific app once the desktop was loaded. Now, like nearly every aspect of the Linux desktop experience, there is &#8220;an app for that&#8221;.</p><p><span
id="more-11789"></span>To create an autostart application you need to visit the System menu in the top panel of the GNOME desktop. In that menu you will find the Preferences sub menu. Within the Preferences sub menu you will see the Personal menu which is where the Sessions tool. The Sessions tool is where you add applications for auto start.</p><div
id="attachment_11785" class="wp-caption alignleft" style="width: 309px"><a
href="http://www.ghacks.net/wp-content/uploads/2009/04/gnome_sessions.png"><img
class="size-full wp-image-11785" src="http://www.ghacks.net/wp-content/uploads/2009/04/gnome_sessions.png" alt="GNOME Sessions Window" width="299" height="220" /></a><p
class="wp-caption-text">GNOME Sessions Window</p></div><p>Once in the Sessions window (see the image to the left) you will want to click the Add button. When the new window opens for adding the application you won&#8217;t find a list of applications to choose from&#8230;you actually have to fill out the necessary information manually. What you have to fill out is simple:</p><p>Name: This doesn&#8217;t effect the actual startup of the application, but it does help you locate your new application in the long list of startup applications.</p><p>Command: This is the actual command the new application uses to execute. The application should be in your PATH, if not use the full path to the executable (i.e. <strong>/usr/bin/firefox </strong>instead of just <strong>firefox</strong>).</p><p>Comment: This will be the descriptive text underneath the name of the startup program.</p><div
id="attachment_11788" class="wp-caption alignright" style="width: 231px"><a
href="http://www.ghacks.net/wp-content/uploads/2009/04/gnome_startup_app.png"><img
class="size-full wp-image-11788" src="http://www.ghacks.net/wp-content/uploads/2009/04/gnome_startup_app.png" alt="Startup Application" width="221" height="106" /></a><p
class="wp-caption-text">Startup Application</p></div><p>As you can see (in the image to the right) the configuration is quite simple. Once you have your application configured, click the Save button and your start up application is ready to start up the next time you log in.</p><p><strong>Faster Route</strong></p><p>If you do not want to take the time to create a new start up application entry or you&#8217;re not sure what the commands are for the applications you want to auto start, there is an easier way.</p><p>If you click on the Options tab from the Sessions window you will notice a button labeled &#8220;Remember Currently Running Application&#8221;. What this allows you to do is to open up the application you want to autostart and click this button. When you do this an entry for that application will be automatically created in the Sessions window.</p><p>WARNING: There is a bug haunting GNOME &gt;= 2.24.1 that doesn&#8217;t allow the &#8220;Remember Currently Running Applications&#8221; feature to work. If you are working within a GNOME earlier than 2.24.1 you shouldn&#8217;t have any problem. Anything later than 2.24.1 this will not work. The GNOME development team is aware of the problem and is working to fix it.</p><p><strong>Final Thougths</strong></p><p>If you are like me there are certain applications that might as well start up as soon as the desktop is loaded. And fortunately the Linux desktop allows for such features.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/04/08/add-an-application-to-gnomes-autostart/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> </channel> </rss>
