<?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>Abraxas &#187; Gnome</title>
	<atom:link href="http://www.effinger.org/blog/tag/gnome/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.effinger.org/blog</link>
	<description>a personal knowledge base</description>
	<lastBuildDate>Mon, 23 Jan 2012 22:05:51 +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>Intrepid: Ordner werden mit totem statt Nautilus geöffnet</title>
		<link>http://www.effinger.org/blog/2008/11/09/intrepid-ordner-werden-mit-totem-statt-nautilus-geoffnet/</link>
		<comments>http://www.effinger.org/blog/2008/11/09/intrepid-ordner-werden-mit-totem-statt-nautilus-geoffnet/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 22:07:18 +0000</pubDate>
		<dc:creator>Markus Effinger</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[Gnome]]></category>

		<guid isPermaLink="false">http://www.effinger.org/blog/?p=212</guid>
		<description><![CDATA[<p>Nach dem Upgrade von Ubuntu Hardy Heron auf Intrepid Ibex hatte ich das Problem, dass mein Persönlicher Ordner und alle Lesezeichen auf Ordner auf einmal mit totem geöffnet wurden. Nach langem Suchen im Internet stellte sich heraus, dass das ein Bug ist, dessen Ursache in der Datei .local/share/applications/mimeapps.list liegt. Bei mir sah der relevante Abschnitt [...]]]></description>
			<content:encoded><![CDATA[<p>Nach dem Upgrade von Ubuntu Hardy Heron auf Intrepid Ibex hatte ich das Problem, dass mein Persönlicher Ordner und alle Lesezeichen auf Ordner auf einmal mit totem geöffnet wurden. Nach langem Suchen im Internet stellte sich heraus, dass das ein <a href="https://bugs.launchpad.net/ubuntu/intrepid/+source/nautilus/+bug/260492">Bug</a> ist, dessen Ursache in der Datei .local/share/applications/mimeapps.list liegt. Bei mir sah der relevante Abschnitt dieser Datei so aus:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">inode<span style="color: #000000; font-weight: bold;">/</span><span style="color: #007800;">directory</span>=totem-xine.desktop;totem.desktop;nautilus-folder-handler.desktop;nautilus.desktop;</pre></div></div>

<p>Nachdem ich die Reihenfolge wie nachfolgend geändert hatte, funktionierte alles wieder wie gewünscht:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">inode<span style="color: #000000; font-weight: bold;">/</span><span style="color: #007800;">directory</span>=nautilus-folder-handler.desktop;nautilus.desktop;totem-xine.desktop;totem.desktop;</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.effinger.org/blog/2008/11/09/intrepid-ordner-werden-mit-totem-statt-nautilus-geoffnet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Gnome Panel Position korrigieren</title>
		<link>http://www.effinger.org/blog/2008/11/03/gnome-panel-position-korrigieren/</link>
		<comments>http://www.effinger.org/blog/2008/11/03/gnome-panel-position-korrigieren/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 18:55:49 +0000</pubDate>
		<dc:creator>Markus Effinger</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Panel]]></category>

		<guid isPermaLink="false">http://www.effinger.org/blog/?p=200</guid>
		<description><![CDATA[<p>Leider räumt Gnome bislang keine Konfigurationsmöglichkeit ein, um die Reihenfolge von gleich angeordneten Panels festzulegen. Beispielsweise möchte ich Gnome so konfigurieren, dass die Anwendungsleiste ganz oben ist und die Fensterliste direkt darunter. Leider merkt sich Gnome aber nur, dass beide Panels oben sein sollen und bei jedem Start entscheidet der Zufall, welches Panel nun ganz [...]]]></description>
			<content:encoded><![CDATA[<p>Leider räumt Gnome bislang keine Konfigurationsmöglichkeit ein, um die Reihenfolge von gleich angeordneten Panels festzulegen. Beispielsweise möchte ich Gnome so konfigurieren, dass die Anwendungsleiste ganz oben ist und die Fensterliste direkt darunter. Leider merkt sich Gnome aber nur, dass beide Panels oben sein sollen und bei jedem Start entscheidet der Zufall, welches Panel nun ganz oben ist. Der <a href="http://bugzilla.gnome.org/show_bug.cgi?id=126990">Bug ist bei Gnome bekannt</a>, aber offensichtlich wird ihm keine große Priorität eingeräumt, da er bereits seit 2003!! offen ist. Deshalb poste ich hier einen Workaround, der die Position meiner Panels wie gewünscht herstellt. Dieses Skript muss man unter System&gt;Einstellungen&gt;Sitzungen unter Startprogramme hinzufügen, wenn man das Problem beheben will. Die sleep-Anweisung am Anfang ist notwendig, da die Panels auf jeden Fall schon da sein müssen, damit der Workaround funktioniert:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#!/bin/sh</span>
<span style="color: #c20cb9; font-weight: bold;">sleep</span> <span style="color: #000000;">10</span>
gconftool <span style="color: #660033;">-s</span> <span style="color: #000000; font-weight: bold;">/</span>apps<span style="color: #000000; font-weight: bold;">/</span>panel<span style="color: #000000; font-weight: bold;">/</span>toplevels<span style="color: #000000; font-weight: bold;">/</span>top_panel_screen0<span style="color: #000000; font-weight: bold;">/</span>orientation <span style="color: #660033;">--type</span>=string bottom
<span style="color: #c20cb9; font-weight: bold;">sleep</span> <span style="color: #000000;">1</span>
gconftool <span style="color: #660033;">-s</span> <span style="color: #000000; font-weight: bold;">/</span>apps<span style="color: #000000; font-weight: bold;">/</span>panel<span style="color: #000000; font-weight: bold;">/</span>toplevels<span style="color: #000000; font-weight: bold;">/</span>top_panel_screen0<span style="color: #000000; font-weight: bold;">/</span>orientation <span style="color: #660033;">--type</span>=string top
gconftool <span style="color: #660033;">-s</span> <span style="color: #000000; font-weight: bold;">/</span>apps<span style="color: #000000; font-weight: bold;">/</span>panel<span style="color: #000000; font-weight: bold;">/</span>toplevels<span style="color: #000000; font-weight: bold;">/</span>bottom_panel_screen0<span style="color: #000000; font-weight: bold;">/</span>orientation <span style="color: #660033;">--type</span>=string bottom
<span style="color: #c20cb9; font-weight: bold;">sleep</span> <span style="color: #000000;">1</span>
gconftool <span style="color: #660033;">-s</span> <span style="color: #000000; font-weight: bold;">/</span>apps<span style="color: #000000; font-weight: bold;">/</span>panel<span style="color: #000000; font-weight: bold;">/</span>toplevels<span style="color: #000000; font-weight: bold;">/</span>bottom_panel_screen0<span style="color: #000000; font-weight: bold;">/</span>orientation <span style="color: #660033;">--type</span>=string top</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.effinger.org/blog/2008/11/03/gnome-panel-position-korrigieren/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

