<?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>Bohemian Blog &#187; Linux</title>
	<atom:link href="http://www.bohemianalps.com/blog/category/digitalia/linux-ubuntu-xubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bohemianalps.com/blog</link>
	<description>sharing bohunk ingenuity with the world</description>
	<lastBuildDate>Sat, 04 Feb 2012 13:28:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Replace Icons for Windows Applications on Linux via Wine</title>
		<link>http://www.bohemianalps.com/blog/2012/replace-icons-for-windows-applications-on-linux-via-wine/</link>
		<comments>http://www.bohemianalps.com/blog/2012/replace-icons-for-windows-applications-on-linux-via-wine/#comments</comments>
		<pubDate>Sat, 21 Jan 2012 20:30:38 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Digitalia]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.bohemianalps.com/blog/?p=1435</guid>
		<description><![CDATA[I recent pulled my old copy of Adobe Photoshop 7 for Windows out of mothballs and was delighted to discover that it now runs perfectly on Linux by the magical powers of Wine. I&#8217;ve been using the much more recent CS5 version on OSX at work, but Photoshop 7 has all of the features that [...]]]></description>
			<content:encoded><![CDATA[<p>I recent pulled my old copy of Adobe Photoshop 7 for Windows out of mothballs and was delighted to discover that <a href="http://appdb.winehq.org/objectManager.php?sClass=version&amp;iId=1336&amp;iTestingId=68894">it now runs perfectly on Linux by the magical powers of Wine</a>. I&#8217;ve been using the much more recent CS5 version on OSX at work, but Photoshop 7 has all of the features that I rely on except for layer groups. Which is not much of a problem, really.</p>
<p><a href="http://www.bohemianalps.com/blog/wp-content/uploads/2012/01/old_pshop_icon2.png"><img class="alignright size-full wp-image-1451" title="old_pshop_icon" src="http://www.bohemianalps.com/blog/wp-content/uploads/2012/01/old_pshop_icon2.png" alt="" width="128" height="128" /></a>The only problem was that the old 48-pixel icon that came with this version for Windows looked pretty hideous in my lovely new Gnome 3 Shell and Gnome Do menus. Customizing these icons means replacing whatever file the system is using for the default image. Conceptually, this is very straightforward. In reality, the location of these icon images is not always obvious. This post will explain how to replace icons for Windows applications running on Linux via Wine in as concise a manner as possible.</p>
<h3>Find or Create New Icon Images</h3>
<p><img class="alignright size-full wp-image-1447" title="pshop7icon" src="http://www.bohemianalps.com/blog/wp-content/uploads/2012/01/pshop7icon.png" alt="" width="128" height="128" />A quick search online gave me exactly what I was looking for: a 128-pixel PNG of the Photoshop 7 icon! It doesn&#8217;t always work out to be that easy. Or maybe you want to create your own, original icon. Whatever the case, you just need to create your icon as big as you need it or even a little larger, usually 128, 256, 512 or some other square dimensions that are divisible by 8.</p>
<h3>Replace Default Icon Image File</h3>
<p>Usually Linux systems will save icon image files somewhere around here:</p>
<pre>/usr/share/pixmaps</pre>
<p>or here:</p>
<pre>/usr/share/icons/your_icon_themes_name/</pre>
<p>but Wine saves these icons in a special place no doubt due to the &#8220;special&#8221; nature of running Windows applications on Linux:</p>
<pre>/home/your_username/.local/share/icons/</pre>
<p><img class="aligncenter size-full wp-image-1443" title="icons_folder" src="http://www.bohemianalps.com/blog/wp-content/uploads/2012/01/icons_folder.png" alt="" width="588" height="168" />In my specific case on Ubuntu 11.10 I found a folder titled &#8220;hicolor&#8221; in the &#8220;icons&#8221; folder. And inside of that I found the 48-pixel Photoshop 7 icon file in folders titled &#8220;48&#215;48&#8243; and &#8220;apps&#8221;. So I created a new folder titled &#8220;128&#215;128&#8243; as well as a folder titled &#8220;apps&#8221; inside of that.</p>
<p>And, finally, to correctly add a new icon image file navigate to that location and &#8230;</p>
<ol>
<li>Find the icon that you would like to replace.</li>
<li>In another file browser window navigate to your new icon image file.</li>
<li>Copy your new image file to &#8230; /icons/128&#215;128/apps.</li>
<li>Navigate back to &#8230; /icons/48&#215;48/apps and copy the complete filename of the original image file.</li>
<li>Return to &#8230;/icons/128&#215;128/apps and update the filename of your new icon file by pasting in the copied filename.</li>
</ol>
<p>In my case the filename was not as simple as &#8220;photoshop.png&#8221;. It had some arbitrary letters and numbers in it, so make sure the filename is the exact same otherwise it might not work.</p>
<p>Log out and log in to see if you are successful!</p>
<p><a href="http://www.bohemianalps.com/blog/wp-content/uploads/2012/01/gnome-shell-overlay-apps.png"><img class="aligncenter size-medium wp-image-1448" title="gnome-shell-overlay-apps" src="http://www.bohemianalps.com/blog/wp-content/uploads/2012/01/gnome-shell-overlay-apps-300x187.png" alt="" width="300" height="187" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bohemianalps.com/blog/2012/replace-icons-for-windows-applications-on-linux-via-wine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gnome 3: Activate Overlay and More by Mouse Button</title>
		<link>http://www.bohemianalps.com/blog/2011/gnome-3-activate-overlay-and-more-by-mouse-button/</link>
		<comments>http://www.bohemianalps.com/blog/2011/gnome-3-activate-overlay-and-more-by-mouse-button/#comments</comments>
		<pubDate>Sun, 04 Dec 2011 21:42:25 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Digitalia]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.bohemianalps.com/blog/?p=1382</guid>
		<description><![CDATA[I would like to activate the “Gnome 3/Shell Overlay” with the click of an otherwise-unused mouse button. As I posted earlier, Gnome 3 does not currently have any ability to assign actions/functions to mouse buttons. But there is a way to make it work using xdotool and xbindkeys. Thanks to AlphaLux (see comment below) I [...]]]></description>
			<content:encoded><![CDATA[<p>I would like to activate the “Gnome 3/Shell Overlay” with the click of an otherwise-unused mouse button. <a href="http://www.bohemianalps.com/blog/2011/12/how-to-switch-from-unity-to-gnome-3-on-ubuntu-11-10/">As I posted earlier</a>, Gnome 3 does not currently have any ability to assign actions/functions to mouse buttons. But there is a way to make it work using <a href="http://www.semicomplete.com/projects/xdotool/">xdotool</a> and xbindkeys. Thanks to AlphaLux (see comment below) I was able to replace my earlier easystroke solution with xbindkeys.</p>
<p>There&#8217;s also a program called <a href="http://sourceforge.net/apps/trac/easystroke/wiki">easystroke</a> that employs mouse gestures for executing shortcuts. The only reason I know this is because someone smarter than myself described the solution on the Ubuntu Forums. So, to “stinkeye” of the magical land of “Woop Woop”, I bequeath a laurel . . . and hearty handshake for <a href="http://ubuntuforums.org/showthread.php?t=1859697#post11378606">answering this question about keyboard and mouse shortcuts in Gnome 3</a>. <strong>Though I am including two solutions below, I recommend the xbindkeys solution.</strong></p>
<p>First, descriptions of what  xdotool, xbindkeys and easystroke do:</p>
<ul>
<li><strong>xdotool</strong><br />
This tool is invisible. You will not directly use it. But it will give you the ability to compose a commandline instruction for telling your computer that a button or group of buttons have been pressed. There is more to it than that, but for our purposes that&#8217;s all that matters.</li>
<li><strong>xbindkeys</strong><br />
This tool allows you to use bind keyboard and mouse keys to shell commands.</li>
<li><strong>easystroke</strong><br />
This tool allows you to use “mouse gestures” to submit commands to your computer. Mouse gestures are akin to the “touch gestures” that are an important part of newer touch interface computer systems like Apple’s iOS and even OSX via their ever-growing touchpads as well as Android, Windows Phone 7, etc. etc. The instructions below will be using this program to merely <em>press</em> a mouse button. I won&#8217;t be talking about gestures today.</li>
</ul>
<h3>Making a Mouse Button Make Things Happen with xbindkeys</h3>
<p>As described above my only motivation for this functionality is to summon the Gnome Shell Overview. The directions below will describe how to do that. Feel free to substitute your own functionality as you see fit. Hopefully the instructions will be written in a clear enough way as to make that easy to do.</p>
<ol>
<li><strong>AssignKeyboard Input to the Desired Functionality</strong><br />
System Settings &gt; Keyboard &gt; Shortcuts<br />
In my case I set <strong>Show the activities overview</strong> to the <strong>Menu</strong> key, because I use the<strong> Super/Windows</strong> key for <a href="http://www.bohemianalps.com/blog/2009/03/special-characters-in-linux/">Third- and Fourth-level switching</a>.</li>
<li><strong>Install xdotool and xbindkeys </strong><br />
You&#8217;ll have to figure out the best/easiest way to do this for your flavor of Linux. If you are running Ubuntu you can install them via the Software Center or:</p>
<pre dir="ltr">sudo apt-get install xbindkeys xdotool</pre>
</li>
<li><strong>Determine Mouse Button Identity with xev</strong><br />
Open a terminal and enter this command</p>
<pre>xev</pre>
<p>Xev will create a small, empty window. Hover your mouse over this window and click the various buttons on your mouse. After you click xev will tell you the identity of that button. Now that you know their identities we can use xbindkeys to associate them with shell commands.</li>
<li><strong>Configure xbindkeys</strong><br />
Open a terminal and enter this command:</p>
<pre>gedit ~/.xbindkeysrc</pre>
<p>and press <em>Enter</em>. This will open the xbindkeys configuration file in Gedit. It should be a blank file. Add the following to the document and save.</p>
<pre># Gnome Shell Mouse Button 8 to Overview
"xdotool key Menu"
release + b:8</pre>
<p>The above configuration sets the mouse button 8 to activate the Gnome Shell Overview. The first line is a comment to help you remember what this setting does. The second line defines the shell command to be enacted within double quotes. The third line defines the button action, in this case upon the <em>release</em> of the mouse button 8 the command will be executed.</li>
<li><strong>Set xbindkeys to autostart on login<br />
</strong>From the Gnome Shell Overview &gt; Applications list, look for “Startup Applications” and start it. After the application window appears click the <strong>Add</strong>button. You can title the entry whatever you want, but “xbindkeys” is nice and concise. Most importantly though, enter the following into the Command input:</p>
<pre>xbindkeys &amp;</pre>
<p>Once correctly entered, click <strong>OK</strong> and then <strong>Close</strong>. Now xbindkeys will automatically start upon logging in.</li>
</ol>
<h3>Making a Mouse Button Make Things Happen with easystroke</h3>
<ol>
<li><strong><strong><strong>Install xdotool and easystroke</strong><br />
</strong></strong>You&#8217;ll have to figure out the best/easiest way to do this for your flavor of Linux. If you are running Ubuntu you can install them via the Software Center or:</p>
<pre dir="ltr">sudo apt-get install easystroke xdotool</pre>
</li>
<li><strong>Easystroke Preferences</strong><br />
Start Easystroke. Go to the <strong>Preferences</strong> tab. Under the <strong>Behavior</strong> section, click the <strong>Gesture Button</strong> button. Move your cursor to the empty gray space in the resulting window and click the mouse button that you would like to associate to activating the Gnome Shell Activities Overlay (or whatever you are trying to do at the click of a mouse button). Once you click you should see a change in the settings at the bottom of the small window. In my case I have a Logitech laser mouse and I am using “Button 8”. Also under the <strong>Appearance</strong> section check the option “Autostart Easystroke”.</li>
<li><strong>Create New Easystroke Action</strong><br />
Go to the <strong>Actions</strong> tab. Click the <strong>Add Action</strong> button. <em>Name</em> the action “Overlay via Mouse”. The <em>Type</em> should be “Command” and the <em> Details</em>will be:</p>
<pre>xdotool key Menu</pre>
</li>
<li><strong>Associate Mouse Button to Easystroke Action</strong><br />
In Easystroke highlight your new “Action” by clicking on it. Click the <strong>Record Stroke</strong> button. Move your cursor to the small resulting window and click the desired mouse button. Click the <strong>Yes</strong> button to confirm your mouse button input. Click the <strong>Hide</strong> button when you are finished.</li>
</ol>
<p><strong>Again, unless you specifically want to use mouse gestures, I think xbindkeys is a better, more responsive solution than easystroke.</strong> You should be able to test this fancy new functionality immediately. If not, try logging out and logging back in. Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bohemianalps.com/blog/2011/gnome-3-activate-overlay-and-more-by-mouse-button/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to Switch from Unity to Gnome 3 on Ubuntu 11.10</title>
		<link>http://www.bohemianalps.com/blog/2011/how-to-switch-from-unity-to-gnome-3-on-ubuntu-11-10/</link>
		<comments>http://www.bohemianalps.com/blog/2011/how-to-switch-from-unity-to-gnome-3-on-ubuntu-11-10/#comments</comments>
		<pubDate>Sun, 04 Dec 2011 16:58:52 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Digitalia]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.bohemianalps.com/blog/?p=1339</guid>
		<description><![CDATA[I&#8217;ve been begrudgingly using Ubuntu Unity as my desktop environment since upgrading to Ubuntu 11.10 shortly after it was released. At the time of the upgrade I had hoped to jump into the shiny new world of Gnome 3 from the recently-near-perfected Gnome 2. The Gnome Shell looked very polished and sophisticated next to Unity. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been begrudgingly using Ubuntu Unity as my desktop environment since upgrading to Ubuntu 11.10 shortly after it was released. At the time of the upgrade I had hoped to jump into the shiny new world of Gnome 3 from the recently-near-perfected Gnome 2. The Gnome Shell looked very polished and sophisticated next to Unity. Especially the Unity Launcher and Application/Window switcher&#8230; every icon is highlighted with a border or background color&#8230; I frequently mistake which icon is active/highlighted.</p>

<a href='http://www.bohemianalps.com/blog/2011/how-to-switch-from-unity-to-gnome-3-on-ubuntu-11-10/gnome3-alt-tab2-web/' title='Gnome 3 Application Switcher'><img width="252" height="150" src="http://www.bohemianalps.com/blog/wp-content/uploads/2011/12/gnome3-alt-tab2-web-252x150.jpg" class="attachment-thumbnail" alt="Gnome 3 Application Switcher" title="Gnome 3 Application Switcher" /></a>
<a href='http://www.bohemianalps.com/blog/2011/how-to-switch-from-unity-to-gnome-3-on-ubuntu-11-10/alttab-switcher-ubuntu-1110-web/' title='Ubuntu Unity Application Switcher'><img width="252" height="150" src="http://www.bohemianalps.com/blog/wp-content/uploads/2011/12/ALT+TAB-Switcher-Ubuntu-1110-web-252x150.jpg" class="attachment-thumbnail" alt="Ubuntu Unity Application Switcher" title="Ubuntu Unity Application Switcher" /></a>

<p style="text-align: center;"><span style="color: #999999;"><em>Images above are from other sites:<br />
Gnome 3 from <a href="http://gnomeshell.wordpress.com/page/2/"><span style="color: #999999;">gnomeshell.wordpress.com</span></a> , Ubuntu Unity from <a href="http://www.ubuntuvibes.com/2011/07/ubuntu-1110-updates-dark-toolbars-new.html"><span style="color: #999999;">ubuntuvibes.com</span></a></em></span></p>
<p>However, there were a few small details with Gnome 3 that I found frustrating and ultimately unacceptable:</p>
<ol>
<li><strong>Adwaita, the default theme, had excessive amounts of chrome and seemed excessively bright.</strong> The default theme of this new version of Gnome was not all that bad, but it certainly wasn&#8217;t exciting or a massive step forward from Gnome 2. Ubuntu&#8217;s default theme seemed much more refined and distinct.</li>
<li><strong>The Shutdown Option was not available</strong> unless you pressed the Alt (or Shift?) key. If you didn&#8217;t realize this secret, you would only be able to put your computer in Suspend mode. Apparently the Gnome developers didn&#8217;t read any of the articles about <a href="http://www.pcworld.com/article/153245/unplug_for_dollars_stop_vampire_power_waste.html">how much power we are wasting with gadgets in standby mode</a>. Way to be green.</li>
<li><strong>The top panel is too tall</strong>, the panel and Shell text is too big and, confusingly, the panel icons are too small.</li>
<li><strong>Wasted Screen Real Estate.</strong> Maximized windows have a too-tall title bar smashed up against a too-tall top panel. Next to Ubuntu Unity, which employs a global menu and a somewhat quirky but very efficient maximized title bar that merges with the top panel, this felt like a step back.</li>
<li><strong>No Application Menu.</strong> Launching an application went from taking two clicks to taking 4 or 5 clicks via Gnome Shell.</li>
<li><strong>No Native Appearance Adjustment.</strong> If I wanted a desktop environment that only gave me the option to use blue or graphite highlights, I&#8217;d go back to using OSX. At the moment the only way in Gnome 3 that an ordinary user can change their theme, font and font settings is via a hack called Gnome Tweak. It works well, but it&#8217;s interface is pretty raw and it&#8217;s not integrated with the new Gnome Systems Settings.</li>
<li><strong>No Custom Mouse Buttons.</strong> This is probably due to the fact that the Gnome developers are imagining that their interface is for computers with touch screens. (sarcasm) Most likely the functionality simply hasn&#8217;t been created yet, but it seems like customizing mouse buttons on Linux should be baseline functionality.</li>
</ol>
<p>Many of these problems were due to Gnome 3&#8242;s relative immaturity. These details need to be carefully worked out. And the only way to get a lot of developers and users involved enough to care and get excited is to flip the switch and migrate everybody to the new environment. At least the early adopters, anyway.</p>
<h3>The Rise of Shell Extensions</h3>
<p><a href="https://extensions.gnome.org/"><img class="alignright" src="http://www.bohemianalps.com/blog/wp-content/uploads/2011/12/Screenshot_shellextensionsweb.png" alt="" width="300" height="373" /></a></p>
<p>The good news is that Gnome has not been standing still. A new capability was recently enabled that has allowed hackers to correct some of the above problems. This new capability is called Gnome Shell Extensions. These Extensions make it possible to alter the way Gnome Shell looks and works. The available set of extensions is not very large at the moment, but a handful of good ones suggests just how powerful this new feature is. Shell Extensions are actually not new, but being able to install them easily <em>IS</em>. Check it out: <a href="https://extensions.gnome.org/">https://extensions.gnome.org/</a></p>
<p>In a nut, Shell Extensions are now as easy to install as Firefox Addons via the above website. Actually, the Gnome folks have made something much better thanks to the fact that Gnome is a desktop environment. The website functions more like your very own Shell Extensions Control Panel. No downloading, just two clicks and the extension is enabled. Here&#8217;s a handful that I just installed:</p>
<ul>
<li><a href="https://extensions.gnome.org/extension/5/alternative-status-menu/">Alternative Status Menu</a> (adds “Power Off” and “Hibernate” options)</li>
<li><a href="https://extensions.gnome.org/extension/33/">Jump Lists</a> (advanced contextual menus for the Gnome Shell Launcher for recent docs, bookmarks, etc.)</li>
<li><a href="https://extensions.gnome.org/extension/30/">Music Integration</a> (an Ubuntu Unity-esque sound menu with music player controls)</li>
<li><a href="https://extensions.gnome.org/extension/43/">No a11y</a> (removes the accessibility settings icon from the top panel)</li>
</ul>
<p>Now, after installing at least the above list of Shell Extensions, there are a few more small tweaks that I think really make Gnome 3 sing. Well, singing with a few missed notes here and there.</p>
<h3>Remove Title Bar from Maximized Windows</h3>
<p>Sure, you could <a href="https://extensions.gnome.org/extension/42/">set the top panel to autohide</a>, but I personally like having the clock and system status indicators visible at all times unless I&#8217;m watching a video. Ubuntu Unity does a great job at this and since the usefulness of the title bar is completely diminished once there&#8217;s only one mostly-full-screen window, why not simply remove it on maximized windows?</p>
<p><a href="http://www.bohemianalps.com/blog/wp-content/uploads/2011/12/Screenshot_Gnome3_titlebar.jpg"><img class="alignright" src="http://www.bohemianalps.com/blog/wp-content/uploads/2011/12/Screenshot_Gnome3_titlebar.jpg" alt="" width="400" height="138" /></a> Thankfully, somebody at <a href="http://apathyonline.net/archives/420">apathyonline.net described how to decrease the height of the title bar on maximized windows</a>. They explain how to do this for the Adwaita theme. However, I wanted to do this same thing for Ubuntu&#8217;s Ambiance theme and unfortunately all Gnome 3 themes are not made in the same way. If you&#8217;re a fan of Ambiance, here&#8217;s how to do it:</p>
<ol>
<li>Open a Terminal</li>
<li>Enter:
<pre>sudo gedit /usr/shared/themes/Ambiance/metacity-1/metacity-theme-1.xml</pre>
<p>and click <strong>ENTER</strong>.</li>
<li>Search for
<pre>&lt;frame_geometry name="geometry_maximized"</pre>
<p>and add the attribute and value</p>
<pre>has_title="false"</pre>
<p>to the <strong>frame_geometry</strong> element.</li>
<li>Then, as one of the <strong>distance</strong> elements within the <strong>frame_geometry</strong>element, make sure one looks like this:
<pre>&lt;distance name="title_vertical_pad" value="1"/&gt;</pre>
</li>
<li>Save the document and quit the text editor application. You might need to restart Gnome to see the change.</li>
</ol>
<p>This seems like such an obvious enhancement. I&#8217;m curious why the Gnome 3 developers didn&#8217;t think of it or decided against it. However, <a href="https://live.gnome.org/Design/Whiteboards/Menus">they <em>are</em> discussing how to eliminate the menu bar</a>, so that&#8217;s interesting.</p>
<h3>Install an Applications Menu Extension and/or Gnome Do</h3>
<p><a href="http://www.bohemianalps.com/blog/wp-content/uploads/2011/12/frippery_appmenu_screenshot_13.png"><img class="alignright" src="http://www.bohemianalps.com/blog/wp-content/uploads/2011/12/frippery_appmenu_screenshot_13.png" alt="" width="188" height="356" /></a> Along with the shell extensions that I mentioned above, there are also two extensions available that add an Applications Menu back to the top-left of the top panel. Both seem to employ the same menu drop-down, but the way they are accessed from the top panel differ:</p>
<ul>
<li><a href="https://extensions.gnome.org/extension/6/">Applications Menu</a> Adds a small Gnome-Foot icon to the right of “Activities” that summons the menu on click.</li>
<li><a href="https://extensions.gnome.org/extension/13/">Frippery Applications Menu</a> Replaces “Activities” with the word “Applications” and inserts the logo-icon of your system in the left corner the way the Gnome 2 applications menu traditionally did.</li>
</ul>
<p>Again, since Gnome 3 is apparently designed for computers with touch screens (sarcasm, can&#8217;t help it) the functionality of hovering has been demoted. So this application menu involves 3 instead of 2 clicks to start an application (if you know which section the application is in to begin with). So it&#8217;s not quite business as usual, but it&#8217;s close. And maybe the Gnome team is showing a lot of foresight in removing any primary functionality from the “hover” state.</p>
<p>I guess I&#8217;ve embraced the brave new world of Gnome 3/Unity enough that the Applications Menu mentioned above feels out of place in Gnome 3. I was already a big fan of <a href="http://do.davebsd.com/">Gnome Do</a> and <a href="http://do.davebsd.com/wiki/Docky">Docky</a> in the Gnome 2 world (and originally <a href="http://qsapp.com/">Quicksilver on OSX</a>). Although Docky is obviously getting pushed aside by Gnome Shell&#8217;s and Unity&#8217;s built-in launcher bars, I find that the functionality, appearance and interface of Gnome Do is very consistent with both Gnome 3 and Unity. Actually, Gnome Do&#8217;s functionality is also being pushed aside by the built-in search-and-launch functionalities in Gnome 3 and Unity but, <em>Gnome Do is still so much faster</em> than either of these. So I am using Gnome Do as my primary launcher until something better comes along.</p>
<h3>Good Enough</h3>
<p>Let&#8217;s take another look at my list of show-stopping problems:</p>
<ol>
<li><strong>A Better-Looking Theme</strong> – The Ambiance theme from Ubuntu is an improvement over Adwaita in my opinion, but with the know-how to remove the title bar from any given theme you can certainly switch to whatever theme you prefer. Just be prepared to discover that not all themes define the height of the title bar in the same way.</li>
<li><strong>Shutdown and Hibernation Options Restored</strong> – Shell Extensions save the day.</li>
<li><span style="color: #800000;"><strong>Top Panel Is Still Too Tall, Shell UI Seems Oversized</strong></span> – Strike 1.</li>
<li><strong>Title Bar Removed from Maximized Windows</strong> – See #1.</li>
<li><strong>Application Menu Restored</strong> (or Replaced by Gnome Do) – Shell Extensions save the day again.</li>
<li><span style="color: #800000;"><strong>No Native Appearance Adjustment</strong></span> – Well, Gnome Tweak does the job for now.</li>
<li><del><span style="color: #800000;"><strong>No Custom Mouse Buttons</strong></span> – Strike 2.</del> <strong>Custom Mouse Button via xdotool and easystroke!<br />
</strong>I&#8217;m on a roll this weekend. <a href="http://www.bohemianalps.com/blog/2011/12/gnome-3-activate-overlay-and-more-by-mouse-button/">Read about how to set up custom mouse button shortcuts in my next post</a><strong><a href="http://www.bohemianalps.com/blog/2011/12/gnome-3-activate-overlay-and-more-by-mouse-button/">.</a><br />
</strong></li>
</ol>
<p>So with a few extensions, additional applications and tweaks Gnome 3 is good enough to get work done. <del>The lack of a mouse button shortcut for summoning the Exposé-like Shell Window Overview will continue to interrupt the way I work.</del> Though Compiz feels like a massive kludge, it is a relatively mature kludge that supports mouse shortcuts. Since Unity is a Compiz plugin it can take advantage of Compiz&#8217;s maturity. But Compiz will always be a sort of stopgap, a great temporary fix that probably help spawn some of the new thinking about user interfaces that we are being experimented with in Gnome Shell and Unity. I&#8217;m sure that the thought and design that went into the foundation of Gnome 3 will continue to bear fruit, resulting in a useful and well-integrated desktop environment. At least I hope that&#8217;s the case!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bohemianalps.com/blog/2011/how-to-switch-from-unity-to-gnome-3-on-ubuntu-11-10/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Managing Your Multitudes of Passwords</title>
		<link>http://www.bohemianalps.com/blog/2011/managing-your-multitudes-of-passwords/</link>
		<comments>http://www.bohemianalps.com/blog/2011/managing-your-multitudes-of-passwords/#comments</comments>
		<pubDate>Tue, 16 Aug 2011 15:43:25 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Digitalia]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows OS]]></category>

		<guid isPermaLink="false">http://www.bohemianalps.com/blog/?p=1092</guid>
		<description><![CDATA[I found a funny comic about password complexity this weekend: http://xkcd.com/936/ It makes a good point. And I was actually taken to that comic by an article that breaks down the futility of how we all generally manage our passwords:  “I’m sorry, but were you actually trying to remember your comical passwords?” by Troy Hunt  http://www.troyhunt.com/2011/08/im-sorry-but-were-you-actually-trying.html [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: 'Lucida Grande';">I found a funny comic about password complexity this weekend: <a href="http://xkcd.com/936/">http://xkcd.com/936/</a></span></p>
<p><span style="font-family: 'Lucida Grande';">It makes a good point. And I was actually taken to that comic by an article that breaks down the futility of how we all generally manage our passwords: </span></p>
<p><strong>“I’m sorry, but were you actually trying to remember your comical passwords?”<br />
</strong>by Troy Hunt <strong><br />
</strong><span class="Apple-style-span" style="font-family: 'Lucida Grande';"><a href="http://www.troyhunt.com/2011/08/im-sorry-but-were-you-actually-trying.html">http://www.troyhunt.com/2011/08/im-sorry-but-were-you-actually-trying.html</a></span></p>
<p><span style="font-family: 'Lucida Grande';">It’s some good food for thought. I’m certainly looking in to programs like</span></p>
<p><strong>1Password</strong> <a href="http://agilebits.com/products/1Password">http://agilebits.com/products/1Password</a></p>
<p>And the prominent cross-platform (Mac, Windows and Linux/*NIX) but not nearly as easy to look at &#8230;</p>
<p><strong>KeePassX</strong> <a href="http://www.keepassx.org/">http://www.keepassx.org/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bohemianalps.com/blog/2011/managing-your-multitudes-of-passwords/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What’s Wrong With Gnome 3?</title>
		<link>http://www.bohemianalps.com/blog/2011/what%e2%80%99s-wrong-with-gnome-3/</link>
		<comments>http://www.bohemianalps.com/blog/2011/what%e2%80%99s-wrong-with-gnome-3/#comments</comments>
		<pubDate>Sat, 09 Apr 2011 14:49:44 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Digitalia]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.bohemianalps.com/blog/?p=956</guid>
		<description><![CDATA[Just read and commented on Ars Technica&#8217;s review of Gnome 3, the latest release of the Gnome desktop environment for Linux. It was a long enough comment that I wanted to republish it here: The worst thing I see, because the available screen typeface discussion is off-topic, is by the active application&#8217;s name in the [...]]]></description>
			<content:encoded><![CDATA[<p>Just read and commented on <a href="http://arstechnica.com/open-source/reviews/2011/04/ars-reviews-gnome-30-a-shiny-new-ornament-for-your-linux-lawn.ars">Ars Technica&#8217;s review of Gnome 3</a>, the <a href="http://www.gnome.org/gnome-3/">latest release of the Gnome desktop environment</a> for Linux. It was <a href="http://arstechnica.com/open-source/reviews/2011/04/ars-reviews-gnome-30-a-shiny-new-ornament-for-your-linux-lawn.ars?comments=1&amp;start=120#comment-21523573">a long enough comment</a> that I wanted to republish it here:</p>
<p>The worst thing I see, because the available screen typeface discussion  is off-topic, is by the active application&#8217;s name in the top-left. That  presentation of the application&#8217;s icon by the name is distracting and  not helpful. The top bar is supposed to recede, but including the app  icon there breaks with that goal. It would have looked much cleaner to  replace &#8220;Activities&#8221; with the Gnome icon (or ubuntu logo or take your  pic) and simply present the name of the application.</p>
<p>I prefer  Unity&#8217;s approach in that regard except for the idiotic  window-close-minimize-buttons being squashed into the main menu bar.  That is awkward and I think they&#8217;ll find a lot of people, trying to  click on the Ubuntu icon in the top-left, accidentally closing their  application window. But we&#8217;ll see.</p>
<p>My other big gripe is the  prominence and amount of work that has gone into workspaces/multiple  desktops. Gnome claims that this system is focused on simplicity, but  most users I know struggle to get their mind around using ONE  desktop/workspace. The multiple workspace feature is purely for advanced  users. It&#8217;s way too abstract of a concept for the basic user. I  consider myself a VERY advanced user and workspaces are the first thing I  turn off on a new Linux install. I am much better at organizing my  workflow in terms of applications. Trying to break those applications up  over workspaces is redundant and I don&#8217;t care where the window is if I  can summon it when I need it and hide/minimize it when I&#8217;m working on  something else.</p>
<p>They should be working harder to make  workflow/task management even MORE organic. It should be so organic that  I don&#8217;t have to be thinking about how to organize it. Right now I get  along great with a basic Ubuntu install, simple keybinding to summon the  Scale function (Expose) to switch between documents, Alt+Tab to quickly  switch apps and Docky to open/switch apps. I think the problem is that  Linux developers think in terms of Window management when they should be  thinking about Application and Workflow management.</p>
<p>Supposedly  these new desktop interface designs have been run by test groups, but  I&#8217;m a little skeptical. With that said, there are a LOT of good and cool  ideas in both Gnome 3 and Unity. When in doubt, try many things. And  seeing these ideas being developed is refreshing. Neither Microsoft or  Apple is attempting to make such dramatic changes to the way their  desktop interfaces work.</p>
<h3>One More Thought</h3>
<p>After publishing the above comment it also occurred to me that the new Gnome desktop defines a specific functionality to the &#8220;Windows&#8221; key on most keyboards. I have been using my Windows key to summon a third-level (and fourth) keyboard to make it easy to enter larger group and &#8220;special characters&#8221;. [<a href="http://www.bohemianalps.com/blog/2009/03/special-characters-in-linux/">I wrote about this in detail here</a>] It baffles me that making third and fourth levels of keyboard characters is not a bigger priority. This is a MAJOR advantage that Apple has over Microsoft in the world of desktop publishing. Every graphic designer knows it. And people like me that find Linux to be a good and soon to be great graphics platform would like to see some focus on these details.</p>
<p>I need to make time to get involved with the Gnome development community. I need to get in there and push for better keyboard functionality and, more importantly, better integration of color management. Granted, both of these area DO get a lot of love. It&#8217;s just that they have to be implemented manually. Neither of these two features are addressed by default installs of the major Linux distributions.</p>
<p>Do take a moment to check out the Gnome 3 features: <a href="http://www.gnome.org/gnome-3/">http://www.gnome.org/gnome-3/</a> There&#8217;s still a lot of cool stuff coming to a Linux desktop near you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bohemianalps.com/blog/2011/what%e2%80%99s-wrong-with-gnome-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>20 Years of Linux</title>
		<link>http://www.bohemianalps.com/blog/2011/20-years-of-linux/</link>
		<comments>http://www.bohemianalps.com/blog/2011/20-years-of-linux/#comments</comments>
		<pubDate>Thu, 07 Apr 2011 13:11:48 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Digitalia]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.bohemianalps.com/blog/?p=952</guid>
		<description><![CDATA[This video doesn&#8217;t have a lot of detail, but it&#8217;s a good review of the basic history. I&#8217;m only on my sixth or seventh year of using Linux myself. I can only imagine that if Wayne&#8217;s World 2 would have come out in 1996, instead of 1993, Garth&#8217;s soon-to-be girlfriend would probably have been reading [...]]]></description>
			<content:encoded><![CDATA[<p>This video doesn&#8217;t have a lot of detail, but it&#8217;s a good review of the basic history. I&#8217;m only on my sixth or seventh year of using Linux myself. I can only imagine that if Wayne&#8217;s World 2 would have come out in 1996, instead of 1993, Garth&#8217;s soon-to-be girlfriend would probably have been reading a book on Linux rather than UNIX. But you might disagree with me on that.</p>
<p><iframe title="YouTube video player" width="650" height="396" src="http://www.youtube.com/embed/5ocq6_3-nEw" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bohemianalps.com/blog/2011/20-years-of-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HP LaserJet CP1525nw and Linux</title>
		<link>http://www.bohemianalps.com/blog/2011/hp-laserjet-cp1525nw-and-linux/</link>
		<comments>http://www.bohemianalps.com/blog/2011/hp-laserjet-cp1525nw-and-linux/#comments</comments>
		<pubDate>Mon, 21 Feb 2011 18:48:10 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Computer Hardware]]></category>
		<category><![CDATA[Digitalia]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.bohemianalps.com/blog/?p=905</guid>
		<description><![CDATA[Just bought a new HP LaserJet CP1525nw color laser printer for my home office. My wife and I have been making due for many years with an ancient HP inkjet printer that I had got second hand. Went it comes to needing something nice printed we relied on going to Kinkos or wherever. However, even [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.bohemianalps.com/blog/wp-content/uploads/2011/02/HP_LaserJet_Pro_CP1525nw_Front.jpg"><img class="alignright size-medium wp-image-906" title="HP_LaserJet_Pro_CP1525nw_Front" src="http://www.bohemianalps.com/blog/wp-content/uploads/2011/02/HP_LaserJet_Pro_CP1525nw_Front-300x231.jpg" alt="" width="300" height="231" /></a>Just bought a new HP LaserJet CP1525nw color laser printer for my home office. My wife and I have been making due for many years with an ancient HP inkjet printer that I had got second hand. Went it comes to needing something nice printed we relied on going to Kinkos or wherever. However, even small jobs end up taking more than 30 minutes at those places, so I finally decided that we needed to upgrade. And I wanted a laser printer because of the output quality and the more-practical toner cartridges as opposed to the unreliable and low-output ink cartridges.</p>
<p>You have to be a bit more selective when shopping for a printer when you are running Linux. But HP provides good drivers for their printers on Linux, so I looked at their offerings and found a too-good-to-be-true color pinter priced at $200 on sale at a local office supply store. I had originally planned on getting a black-only laser printer to avoid the high-cost of color laser printers, but prices have come down considerable since I last looked a few years ago. And the concept of a small printer that is network-ready is altogether new to me, but a great feature and one that lends printers to be more and more independent of any given operating system.</p>
<p>The HP LaserJet CP1525nw has turned out to be a very good choice for any home/office set up, but especially one running Linux. The HP packaging certainly doesn&#8217;t make it apparent that this machine will work with Linux, but it does just fine. Below I will provide a few pointers on getting this printer up and running on your home network.</p>
<p>The minimal printed documentation that comes with the printer is a joke. It basically instructs you how to plug your printer into the wall, then to your computer or router and then, with an illustration, how to put the provided CD/DVD into your computer&#8217;s optical drive. It&#8217;s ridiculous. No surprise the software auto-setup is only provided for Windows and Mac OSX. Fortunately, the setup is completely unnecessary.</p>
<h3>The No-Bullshit Way To Setup Your HP CP1525nw For Wireless Printing</h3>
<ol>
<li>Unpack the printer, remove the tape and stuff and plug it into a power outlet. Check the built-in LCD monitor and wait for the printer to complete its self-setup.</li>
<li>Connect the printer to your router via ethernet cable.</li>
<li>At this point you might need to navigate via the LCD and printer buttons to the Network setup. It&#8217;s a simple menu tree that you navigate via clicking the arrow buttons and clicking OK. Just connect via Ethernet and use DHCP. It should connect itself to your network.</li>
<li>Once the printer connects to your network it will display its IP address on the printer&#8217;s built-in LCD screen.</li>
<li>
<h3><a href="http://www.bohemianalps.com/blog/wp-content/uploads/2011/02/hplaserjet_webadmin.png"><img class="size-medium wp-image-909 alignright" title="hplaserjet_webadmin" src="http://www.bohemianalps.com/blog/wp-content/uploads/2011/02/hplaserjet_webadmin-269x300.png" alt="" width="269" height="300" /></a></h3>
<p>Enter that IP address into a web browser on a computer that is on the same network. After you click enter you will be presented with a web-based administration interface for your printer.</li>
<li>Click on the &#8220;Networking&#8221; tab.</li>
<li>Click on &#8220;Wireless Configuration&#8221; on the left-hand options.</li>
<li>Status should be &#8220;ON&#8221;<br />
Configuration Method should be &#8220;Join an existing network&#8221;.<br />
Network Name should present a list of available networks. Click on yours.<br />
Authentication should be set according to your network</li>
<li>Click APPLY and disconnect the wired connection to the router. The little wireless light on the front of the printer will start blinking as it connects to your router wirelessly. Once the light is solid the printer&#8217;s new IP address should be displayed on the built-in LCD display.</li>
<li>On your computer try adding the network-available printer. There is lots of documentation out there to do this for the most popular Linux distributions. I won&#8217;t repeat those instructions here. The HP Linux driver that&#8217;s currently available does not specifically include support for this model, but just look for the latest HP CP15XX model number and it will work fine.</li>
</ol>
<p>That should be it. You should be able to run test prints and confirm that your printing settings are all correct. Hopefully this is helpful.</p>
<h3>Addendum</h3>
<p>If you like to pinch pennies like me, you probably turn off your printer when it&#8217;s sitting idle for long periods of time. I discovered that, using the DHCP mode, sometimes the printer would get a different IP address. This might not be a problem for some networks, but for me it would cause my Ubuntu desktops to automatically add a new printer at that different IP address.</p>
<p>To resolve this issue all you have to do is:</p>
<ol>
<li><strong>Set a Fixed IP Address </strong><br />
If you know that your two or five computers on the network are relatively low in the IP range, pick an IP address for the printer that will most likely not interfere with other systems. Something like 192.168.1.50 would probably work. Regardless, decide on a number for the printer.</li>
<li><strong>Configure the Printer’s IP Address</strong><br />
From the on-printer LCD screen and simple navigation button, go to<br />
Network Setup &gt; TCP/IP Config &gt; Manual<br />
You can set the IP address with the left-right arrow and the OK button.</li>
</ol>
<p>With that set up, your printer should be able to reconnect to the wireless network and every time you turn the printer off and on it will always have the same IP address.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bohemianalps.com/blog/2011/hp-laserjet-cp1525nw-and-linux/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Why GIMP Is NOT Inadequate</title>
		<link>http://www.bohemianalps.com/blog/2011/why-gimp-is-not-inadequate/</link>
		<comments>http://www.bohemianalps.com/blog/2011/why-gimp-is-not-inadequate/#comments</comments>
		<pubDate>Thu, 13 Jan 2011 17:50:47 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Digitalia]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Print Design]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.bohemianalps.com/blog/?p=799</guid>
		<description><![CDATA[Troy Sobotka, who appears to be a very accomplished commercial artist working in video, illustration and photography, made a relatively brief list of problem areas for Gimp on his blog: http://troy-sobotka.blogspot.com/2011/01/why-gimp-is-inadequate.html He makes some good points, but the last half of his post is a lot of alarmist speculation. The obvious answer to improving Gimp [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://troy-sobotka.blogspot.com"><img class="alignright size-full wp-image-801" title="gimp" src="http://www.bohemianalps.com/blog/wp-content/uploads/2011/01/gimp.png" alt="" width="256" height="256" />Troy Sobotka</a>, who appears to be a very accomplished commercial artist working in video, illustration and photography, made a relatively brief list of problem areas for <a href="http://www.gimp.org/">Gimp</a> on his blog: <a href="http://troy-sobotka.blogspot.com/2011/01/why-gimp-is-inadequate.html">http://troy-sobotka.blogspot.com/2011/01/why-gimp-is-inadequate.html</a></p>
<p>He makes some good points, but the last half of his post is a lot of alarmist speculation. The obvious answer to improving Gimp is to contribute to its development. Complaints about difficult developers sounds like a bunch of complaining. With any open source project you have to earn the respect of the senior developers through consistent work, usually the not-so-exciting kind. With any open source project there are more users than developers and certainly more users suggesting ideas than making any attempt to squash bugs, write documentation or provide objective and helpful feedback. Opinions and assholes.</p>
<p>Anyway, I left a LONG comment today and wanted to duplicate that comment here. The only thing I should have added is a need for Gimp to continue improving color management and that&#8217;s why I <em>just said it</em>. Anyway, here&#8217;s my comment:</p>
<p>I&#8217;m a professional graphic designer. I use Photoshop and Gimp at a very high level of proficiency. Just to point out where I&#8217;m coming from. I like Pshop and Gimp for their different strengths, but some of the above arguments are wrong. Gimp certainly has room for improvement, but anyone that actually used Photoshop in 1996 knows that Pshop itself has come a LONG way in 15 years.</p>
<p>I would like to point out something that needs to be understood about the importance of bit-depth. I am constantly working with hi-res jpegs from a wide variety of professional photographers every day. You know how many of those files use 32 bits/channel? None. You know how many of those files use 16 bits/channel? None. They are ALL in 8 bits/channel. It&#8217;s certainly great to have the higher bit-depth options, but the importance of that capability in terms of graphic design/manipulating images for press is greatly exaggerated.</p>
<p>Also, CMYK color space in Photoshop is misused by graphic designers because most of them know very little about color space and/or color management. Some of us know (I don&#8217;t mean to offend anyone) but the majority of designers I have worked with are completely oblivious. I&#8217;ve even seen creative directors explicitly instruct their designers to select &#8220;discard color profile&#8221; when confronted with the &#8220;What should I do?&#8221; dialog in Photoshop. The need for CMYK color space, though useful and great, is also greatly exaggerated.</p>
<p>I also think the complaints about the UX are very subjective and usually only illustrate how little effort the commenter put into learning about and using the Gimp.</p>
<p>Two things that would greatly improve Gimp and many people&#8217;s impressions of Gimp are:</p>
<ul>
<li>better image scaling/anti-aliasing algorithms</li>
<li>layer groups and layer styles</li>
</ul>
<p>Those two things are certainly complex, but if they were implemented, and it sounds like they will be soon, I would be extremely satisfied with Gimp&#8217;s capabilities.</p>
<p>I think it&#8217;s healthy to critique software, but the Gimp rarely receives praise for its remarkable capabilities.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bohemianalps.com/blog/2011/why-gimp-is-not-inadequate/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Gnome Global Menu: Apple Immigrants Rejoice!</title>
		<link>http://www.bohemianalps.com/blog/2011/gnome-global-menu/</link>
		<comments>http://www.bohemianalps.com/blog/2011/gnome-global-menu/#comments</comments>
		<pubDate>Sat, 08 Jan 2011 02:41:30 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Digitalia]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.bohemianalps.com/blog/?p=770</guid>
		<description><![CDATA[If you are a Linux user that either used to or still does use Apple’s OSX, the Gnome Global Menu might be just what you were looking for to feel at home on Linux. At least if you&#8217;re running Gnome or XFCE. Anybody that has every run an Apple computer with a mouse knows that [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.bohemianalps.com/blog/wp-content/uploads/2011/01/Gimp_with_global-menu.png"><img class="alignright size-medium wp-image-771" title="Global Menu In Action" src="http://www.bohemianalps.com/blog/wp-content/uploads/2011/01/Gimp_with_global-menu-300x187.png" alt="" width="300" height="187" /></a>If you are a Linux user that either used to or still does use Apple’s OSX, the <a href="http://code.google.com/p/gnome2-globalmenu/">Gnome Global Menu</a> might be just what you were looking for to feel at home on Linux. At least if you&#8217;re running Gnome or XFCE.</p>
<p>Anybody that has every run an Apple computer with a mouse knows that every application on a Mac displays its menu bar (File, Edit, etc.) in the top-left of the system&#8217;s overall screen. This is in contrast with Windows and most Linux window managers that show each application&#8217;s menu bar within its own windows, even if that application employs more than one window. This difference is one of those things that most people love one way or the other religiously.</p>
<p>I&#8217;ve always preferred the Apple-way since it&#8217;s more efficient, especially when it comes to applications like Photoshop or Gimp that are frequently used with multiple windows actively being used in a non-maximized state.</p>
<p>I always assumed this difference was central to how each individual OS&#8217;s worked and managed windows. The <a href="http://code.google.com/p/gnome2-globalmenu/">Gnome Global Menu</a> project seems to make it look pretty easy though. The only programs that don&#8217;t cooperate on my system are Firefox and OpenOffice. From what I understand this is due to both having developed their own OS-independent methods for generating their primary menu. (I have a fix for Firefox that I&#8217;ll blog about later. Check out the &#8220;Tiny Menu&#8221; addon.)</p>
<p>All you have to do is <a href="http://code.google.com/p/gnome2-globalmenu/wiki/Installation">install the Global Menu packages</a> and then add the Global Menu Panel Applet to your main menu bar. I also replaced Ubuntu&#8217;s custom menu applet with the single-icon Gnome Menu applet, placing it directly in the left corner with the Global Menu applet directly to its right. Looks just like home (on a Mac)! You might need to restart or log out/in to see the menus removed from all of the individual windows, but as you can see in the screenshot above, the Global Menu works great.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bohemianalps.com/blog/2011/gnome-global-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lenovo G530 Touchpad (Trackpad) Disabled</title>
		<link>http://www.bohemianalps.com/blog/2010/lenovo-g530-touchpad-trackpad-disabled/</link>
		<comments>http://www.bohemianalps.com/blog/2010/lenovo-g530-touchpad-trackpad-disabled/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 14:50:53 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Computer Hardware]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.bohemianalps.com/blog/?p=487</guid>
		<description><![CDATA[Recently my wife was using my Lenovo G530 (running Ubuntu Linux) in the living room and somehow managed to disable the trackpad. She could not recall pressing anything unusual. This particular laptop has a little blue light that glows in between the two trackpad buttons with an icon indicating that the light means that the [...]]]></description>
			<content:encoded><![CDATA[<p>Recently my wife was using my Lenovo G530 (running Ubuntu Linux) in the living room and somehow managed to disable the trackpad. She could not recall pressing anything unusual. This particular laptop has a little blue light that glows in between the two trackpad buttons with an icon indicating that the light means that the touchpad was disabled. Great, so the built-in feedback that the laptop had was working correctly, but how did we get the laptop in this state? At the time we had a friend over, so I just pulled out a spare mouse rather than attempt to solve the problem.</p>
<p>The next morning I expected that, upon restarting the laptop, the trackpad would be functioning correctly. There are many bugs in the computer world that can be resolved with a system restart. But that didn&#8217;t work this time. The touchpad continued to have no influence over the cursor on the screen.</p>
<p>I then proceeded to search the web for more information about this touchpad-disabling bug either associated to the Lenovo G530, to the particular version of Ubuntu that I was running or to a combination of the two. I found several listings but they mostly had to do with the touchpad being completely unavailable after a recent operating system install or upgrade. My touchpad had worked perfectly including horizontal and vertical scrolling until this recent change.</p>
<p>Well, after an hour or so of casually poking around the internet I discovered an important, but rarely noticed touch-sensitive button next to some touch-sensitive volume controls that I almost never use:</p>
<p><a href="http://www.bohemianalps.com/blog/wp-content/uploads/2010/07/LenovoG530_DisableTrackpad.jpg"><img class="aligncenter size-full wp-image-488" title="LenovoG530_DisableTrackpad" src="http://www.bohemianalps.com/blog/wp-content/uploads/2010/07/LenovoG530_DisableTrackpad.jpg" alt="" width="400" height="300" /></a></p>
<p>Sure enough, touching that quasi-button re-enabled the touchpad. My wife had apparently touched it accidentally when trying to increase the volume. All I could do was laugh at my stupidity. And be a bit delighted that Linux so completely supports the hardware on my laptop.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bohemianalps.com/blog/2010/lenovo-g530-touchpad-trackpad-disabled/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

