<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>LinuxQuestions.org - Blogs - MTK358</title>
		<link>http://www.linuxquestions.org/questions/blog/mtk358-492316/</link>
		<description>LinuxQuestions.org offers a free Linux forum where Linux newbies can ask questions and Linux experts can offer advice. Topics include security, installation, networking and much more.</description>
		<language>en</language>
		<lastBuildDate>Sun, 19 May 2013 17:08:57 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>https://lqo-thequestionsnetw.netdna-ssl.com/questions/images/misc/rss.jpg</url>
			<title>LinuxQuestions.org - Blogs - MTK358</title>
			<link>http://www.linuxquestions.org/questions/blog/mtk358-492316/</link>
		</image>
		<item>
			<title>Usability Problems With Unity</title>
			<link>http://www.linuxquestions.org/questions/blog/mtk358-492316/usability-problems-with-unity-3867/</link>
			<pubDate>Thu, 02 Jun 2011 16:35:15 GMT</pubDate>
			<description>I think that the sidebar is really confusing. When you click on an icon, it launches the app. You click on it again, and it brings that app to the...</description>
			<content:encoded><![CDATA[<div>I think that the sidebar is really confusing. When you click on an icon, it launches the app. You click on it again, and it brings that app to the top. There's no obvious way to start another instance (you have to right-click). If there are multiple instances of an app open, you have to go through two steps to choose it: first click on the icon, then on the instance you want. Why combine the unrelated concepts of launching a process and window management?<br />
<br />
Second, the way the menubar is now on top of the screen rather than in each application. Personally I find it confusing, but maybe it's becasue I'm not used to it. But it has two very, very serious flaws:<br />
<br />
It shows the name of the currently active window. This is really confusing if there's a maximized window in the background and a smaller, active one selected, because the title of the active window looks like the title of the maximized window.<br />
<br />
I like focus follows mouse (you don't have to click to select a window). The problem is that this makes it <b>literally impossible (!)</b> to use the menubar of an application that has a larger window behind it. Basically, when you move the mouse out of the application you're working on to get to the menubar, the mouse travels across another window to get there and the menubar changes to the one from the app you just moved the mouse over. Yes, it only happens when you change the default focus policy, but in my opinion it's still a fatal flaw.<br />
<br />
And this is just a minor annoyance, some apps don't support the menubar in the top panel, and this is really inconsistent.<br />
<br />
Third, the launcher &quot;menu&quot; (that takes up the whole screen) has no easy way to access favorite apps right away. You either have to use the keyboard or click and scroll through lots of menus and icons.<br />
<br />
Finally, the workspace switcher isn't really obvoius, and for some reason you have to double-click to select a desktop.<br />
<br />
I wonder what kind of &quot;usability experts&quot; designed this, and how many newbies will be put off from Linux by this?</div>

]]></content:encoded>
			<dc:creator>MTK358</dc:creator>
			<guid isPermaLink="true">http://www.linuxquestions.org/questions/blog/mtk358-492316/usability-problems-with-unity-3867/</guid>
		</item>
		<item>
			<title>How to enable the Compose key in X</title>
			<link>http://www.linuxquestions.org/questions/blog/mtk358-492316/how-to-enable-the-compose-key-in-x-2885/</link>
			<pubDate>Sat, 12 Jun 2010 16:33:09 GMT</pubDate>
			<description><![CDATA[Here I will show you how to enable the Compose key in X. It lets you type unusual characters like this: 
 
Çøµþö§&#601; kæÿ 
 
by pressing the Compose key...]]></description>
			<content:encoded><![CDATA[<div>Here I will show you how to enable the Compose key in X. It lets you type unusual characters like this:<br />
<br />
Çøµþö§&#601; kæÿ<br />
<br />
by pressing the Compose key followed by a predefined sequence of keys. Here are some good references:<br />
<br />
<a href="http://en.wikipedia.org/wiki/Compose_key" target="_blank" rel="nofollow">http://en.wikipedia.org/wiki/Compose_key</a><br />
<a href="http://www.hermit.org/Linux/ComposeKeys.html" target="_blank" rel="nofollow">http://www.hermit.org/Linux/ComposeKeys.html</a><br />
<br />
Anyway, first you need to choose which key you want to be the Compose key. Then, open a terminal and enter the command &quot;xev&quot; (without the quotes). A window called &quot;Event Tester&quot; will pop up. Make sure that it's focused by clicking on it and leaving the mouse cursor in it.<br />
<br />
Now press and release the key that you want to become the Compose key. Remember or write down the number after the word &quot;keycode&quot; in the output (see below image):<br />
<br />
<img src="http://img155.imageshack.us/img155/1609/xev.png" border="0" alt="" /><br />
<br />
Now open the file &quot;.Xmodmap&quot; (the name begins with a dot) in your home directory (create it if it isn't there already) with a text editor and type in the following line, replacing &lt;keycode number&gt; with the number you got in xev.<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<pre class="bbcodeblock" dir="ltr" style="
		margin: 0px;
		margin-right: -99999px;
		padding: 3px;
		border: 1px inset;
		width: 98%;
		height: 34px;
		text-align: left;
		overflow: auto">keycode &lt;keycode number&gt; = Multi_key</pre>
</div>Now, open the file .xinitrc (it's in your home directory, and it's a hidden file) in a text editor. Insert this line in the beginning of the file:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<pre class="bbcodeblock" dir="ltr" style="
		margin: 0px;
		margin-right: -99999px;
		padding: 3px;
		border: 1px inset;
		width: 98%;
		height: 34px;
		text-align: left;
		overflow: auto">xmodmap ~/.Xmodmap</pre>
</div>And next time you log in the Compose key should work! To start using the Compose key right now, enter the command &quot;<b>xmodmap ~/.Xmodmap</b>&quot; in a terminal.<br />
<br />
Here's some more information abotu the Compose key, including what characters you can type and how:<br />
<br />
<a href="http://en.wikipedia.org/wiki/Compose_key" target="_blank" rel="nofollow">http://en.wikipedia.org/wiki/Compose_key</a><br />
<a href="http://www.hermit.org/Linux/ComposeKeys.html" target="_blank" rel="nofollow">http://www.hermit.org/Linux/ComposeKeys.html</a><br />
<br />
<font color="Red"><font size="4"><b>IMPORTANT: I can't guarantee that this will work for systems that use a GUI login manager, I don't know how those work. I can only guarantee that this will work with the &quot;startx&quot; command.</b></font></font></div>

]]></content:encoded>
			<dc:creator>MTK358</dc:creator>
			<guid isPermaLink="true">http://www.linuxquestions.org/questions/blog/mtk358-492316/how-to-enable-the-compose-key-in-x-2885/</guid>
		</item>
		<item>
			<title>How to fix Arch Linux file manager mounting error</title>
			<link>http://www.linuxquestions.org/questions/blog/mtk358-492316/how-to-fix-arch-linux-file-manager-mounting-error-2720/</link>
			<pubDate>Sun, 04 Apr 2010 14:47:58 GMT</pubDate>
			<description>When you plug in a removable storage device in your Arch box and get an error dialog with some kind of errors about HAL when you try mounting it with...</description>
			<content:encoded><![CDATA[<div>When you plug in a removable storage device in your Arch box and get an error dialog with some kind of errors about HAL when you try mounting it with your favorite file manager, this should fix your problems:<br />
<br />
First, edit &quot;/etc/dbus-1/system.d/hal.conf&quot;.<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<pre class="bbcodeblock" dir="ltr" style="
		margin: 0px;
		margin-right: -99999px;
		padding: 3px;
		border: 1px inset;
		width: 98%;
		height: 34px;
		text-align: left;
		overflow: auto">vim /etc/dbus-1/system.d/hal.conf</pre>
</div>You can obviously use whatever your favorite editor is in place of vim.<br />
<br />
Now find something that looks like this in the file:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<pre class="bbcodeblock" dir="ltr" style="
		margin: 0px;
		margin-right: -99999px;
		padding: 3px;
		border: 1px inset;
		width: 98%;
		height: 194px;
		text-align: left;
		overflow: auto">&lt;policy context=&quot;default&quot;&gt;
    &lt;allow send_destination=&quot;org.freedesktop.Hal&quot;
           send_interface=&quot;org.freedesktop.DBus.Introspectable&quot;/&gt;
    &lt;allow send_destination=&quot;org.freedesktop.Hal&quot;
           send_interface=&quot;org.freedesktop.DBus.Properties&quot; /&gt;

    &lt;allow send_destination=&quot;org.freedesktop.Hal&quot;
           send_interface=&quot;org.freedesktop.Hal.Device&quot;/&gt;
    &lt;allow send_destination=&quot;org.freedesktop.Hal&quot;
           send_interface=&quot;org.freedesktop.Hal.Manager&quot;/&gt;
  &lt;/policy&gt;</pre>
</div>Make sure that the block starts with the line &quot;&lt;policy context=&quot;default&quot;&gt;&quot;. Now add in the part highlighted in bold. It probably doesn't matter where you put it, though, as long as it's within the &quot;&lt;policy context=&quot;default&quot;&gt; ... &lt;/policy&gt;&quot; block and NOT within another &lt;allow ... /&gt; block:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<pre class="bbcodeblock" dir="ltr" style="
		margin: 0px;
		margin-right: -99999px;
		padding: 3px;
		border: 1px inset;
		width: 98%;
		height: 242px;
		text-align: left;
		overflow: auto">&lt;policy context=&quot;default&quot;&gt;
    &lt;allow send_destination=&quot;org.freedesktop.Hal&quot;
           send_interface=&quot;org.freedesktop.DBus.Introspectable&quot;/&gt;
    &lt;allow send_destination=&quot;org.freedesktop.Hal&quot;
           send_interface=&quot;org.freedesktop.DBus.Properties&quot; /&gt;

    <b>&lt;allow send_destination=&quot;org.freedesktop.Hal&quot;
           send_interface=&quot;org.freedesktop.Hal.Device.Volume&quot;/&gt;</b>

    &lt;allow send_destination=&quot;org.freedesktop.Hal&quot;
           send_interface=&quot;org.freedesktop.Hal.Device&quot;/&gt;
    &lt;allow send_destination=&quot;org.freedesktop.Hal&quot;
           send_interface=&quot;org.freedesktop.Hal.Manager&quot;/&gt;
  &lt;/policy&gt;</pre>
</div>Save the modified file and restart the HAL daemon:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<pre class="bbcodeblock" dir="ltr" style="
		margin: 0px;
		margin-right: -99999px;
		padding: 3px;
		border: 1px inset;
		width: 98%;
		height: 34px;
		text-align: left;
		overflow: auto">/etc/rc.d/hal restart</pre>
</div>It should work now!</div>

]]></content:encoded>
			<dc:creator>MTK358</dc:creator>
			<guid isPermaLink="true">http://www.linuxquestions.org/questions/blog/mtk358-492316/how-to-fix-arch-linux-file-manager-mounting-error-2720/</guid>
		</item>
	</channel>
</rss>
