﻿<?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>Linux und Ich</title>
	<atom:link href="http://linuxundich.de/en/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxundich.de</link>
	<description>Blog über Ubuntu, Linux, Android und IT</description>
	<lastBuildDate>Tue, 21 May 2013 16:31:11 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Single-Window Gimp with GimpBox</title>
		<link>http://linuxundich.de/en/software/gimp-in-nur-einem-fenster-mit-gimpbox/</link>
		<comments>http://linuxundich.de/en/software/gimp-in-nur-einem-fenster-mit-gimpbox/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 00:32:04 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[GimpBox]]></category>

		<guid isPermaLink="false">http://linuxundich.de/de/?p=9511</guid>
		<description><![CDATA[When people speak about the Pros and Cons of Gimp you often hear that the &#8220;multi window mode&#8221; is the most annoying point. Personally I&#8217;m used to the way Gimp handles it&#8217;s windows, especially when you work on a dual &#8230; <a href="http://linuxundich.de/en/software/gimp-in-nur-einem-fenster-mit-gimpbox/">Continue reading <span class="meta-nav">&#8594;</span></a><p><small><a href="http://linuxundich.de/en/software/gimp-in-nur-einem-fenster-mit-gimpbox/">Single-Window Gimp with GimpBox</a> ist ein Beitrag von <a href="http://linuxundich.de">Linux und Ich</a>. Der Beitrag ist lizenziert unter <a href="http://creativecommons.org/licenses/by-sa/3.0/de/">CC BY-SA 3.0 (German)</a>. Weitere Informationen und News: <a href="http://twitter.com/ChrisZwitschert">Twitter</a> || <a href="http://identi.ca/chrissss/">Identi.ca</a> || <a href="https://flattr.com/thing/4288/Linux-Und-Ich">Flattr</a></small></p>
]]></description>
				<content:encoded><![CDATA[<p>When people speak about the Pros and Cons of Gimp you often hear that the &#8220;multi window mode&#8221; is the most annoying point. Personally I&#8217;m used to the way Gimp handles it&#8217;s windows, especially when you work on a dual monitor setup or a big screen. But I&#8217;ve got to admit, that working with gimp on a small screen is not a fun thing to do. Gimp will get a redesign in the <a href="http://gui.gimp.org/index.php/GIMP_UI_Redesign">near</a> <a href="http://www.mmiworks.net/eng/publications/2009/09/gimp-single-mode.html">future</a>, but until then you can you <a href="http://code.google.com/p/gimpbox/">GimpBox</a> to integrate all Gimp windows into a single frame.</p>
<p><span id="more-9511"></span></p>
<p>GimpBox is not a &#8220;new&#8221; Gimp, it&#8217;s also not a Fork like the outdated and abandoned <a href="http://en.wikipedia.org/wiki/GIMPshop">GIMPshop</a>. GimpBox is just a little Python script which acts as a wrapper for Gimp. I tested the script successfully with Ubuntu Lucid and Maverick. Unfortunately it looks like that it needs GNOME, users with Kubuntu told me that the script crashes&#8230;</p>
<div id="attachment_9512" class="wp-caption aligncenter" style="width: 485px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; display: block; margin-right: auto; margin-left: auto;"><a href="http://linuxundich.de/wp-content/uploads/2010/09/gimpbox.jpg" class="fancyboxgroup" rel="gallery-9511" title="Single-Window Gimp with GimpBox"><img class="size-medium wp-image-9512" title="Single-Window Gimp with GimpBox" src="http://linuxundich.de/wp-content/uploads/2010/09/gimpbox-475x335.jpg" alt="" width="475" height="335" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Single-Window Gimp with GimpBox</p></div>
<p>The installation of GimpBox is easy. The authors don&#8217;t offer packages nor a PPA. But that&#8217;s not necessary, just download the script, copy it to /usr/local/bin and set the necessary right.s</p>
<pre>
$ sudo apt-get install python-wnck (Usually this package is installed)
$ sudo wget http://gimpbox.googlecode.com/hg/gimpbox.py -O /usr/local/bin/gimpbox
$ sudo chmod +x /usr/local/bin/gimpbox
</pre>
<p>After this you can start GimpBox via the command.</p>
<pre>
$ gimpbox
</pre>
<p>Additionally you could adjust the start menu entry inside the menus. Just change the start command from &#8220;gimp %U&#8221; to &#8220;gimpbox %U&#8221;.</p>
<p>Are there drawbacks? Unfortunately there are. After I changed the menu entry, I noticed that I can&#8217;t load a images from within Nautilus into Gimp anymore. GimpBox opens, but without the requested image. Another issue is that keyboard shortcuts <a href="http://code.google.com/p/gimpbox/issues/detail?id=3">don&#8217;t work</a> inside GimpBox any more.</p>
<p>I hope that the author is able to fix those issues, because this Wrapper is a blessing for everyone who uses Gimp on a small screen.</p>
<p><small><a href="http://linuxundich.de/en/software/gimp-in-nur-einem-fenster-mit-gimpbox/">Single-Window Gimp with GimpBox</a> ist ein Beitrag von <a href="http://linuxundich.de">Linux und Ich</a>. Der Beitrag ist lizenziert unter <a href="http://creativecommons.org/licenses/by-sa/3.0/de/">CC BY-SA 3.0 (German)</a>. Weitere Informationen und News: <a href="http://twitter.com/ChrisZwitschert">Twitter</a> || <a href="http://identi.ca/chrissss/">Identi.ca</a> || <a href="https://flattr.com/thing/4288/Linux-Und-Ich">Flattr</a></small></p>
<div id="vgwpixel"><img src="http://vg05.met.vgwort.de/na/847fed9df57d4e87970601668c4563e4" width="1" height="1" alt="" /></div>]]></content:encoded>
			<wfw:commentRss>http://linuxundich.de/en/software/gimp-in-nur-einem-fenster-mit-gimpbox/feed/</wfw:commentRss>
		<slash:comments>38</slash:comments>
		</item>
		<item>
		<title>Record Skype calls with Linux</title>
		<link>http://linuxundich.de/en/ubuntu/skype-gesprache-unter-linux-aufzeichnen/</link>
		<comments>http://linuxundich.de/en/ubuntu/skype-gesprache-unter-linux-aufzeichnen/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 14:42:18 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Karmic]]></category>
		<category><![CDATA[Skype]]></category>

		<guid isPermaLink="false">http://linuxundich.de/de/?p=5662</guid>
		<description><![CDATA[Sometimes you need to record a telephone call, e.g. when you do a interview via phone and create an audio-blog afterwards. The Skype Call Recorder is a simple program to do this, it is a little tool to record the &#8230; <a href="http://linuxundich.de/en/ubuntu/skype-gesprache-unter-linux-aufzeichnen/">Continue reading <span class="meta-nav">&#8594;</span></a><p><small><a href="http://linuxundich.de/en/ubuntu/skype-gesprache-unter-linux-aufzeichnen/">Record Skype calls with Linux</a> ist ein Beitrag von <a href="http://linuxundich.de">Linux und Ich</a>. Der Beitrag ist lizenziert unter <a href="http://creativecommons.org/licenses/by-sa/3.0/de/">CC BY-SA 3.0 (German)</a>. Weitere Informationen und News: <a href="http://twitter.com/ChrisZwitschert">Twitter</a> || <a href="http://identi.ca/chrissss/">Identi.ca</a> || <a href="https://flattr.com/thing/4288/Linux-Und-Ich">Flattr</a></small></p>
]]></description>
				<content:encoded><![CDATA[<p>Sometimes you need to record a telephone call, e.g. when you do a interview via phone and create an audio-blog afterwards. The <a href="http://atdot.ch/scr/">Skype Call Recorder</a> is a simple program to do this, it is a little tool to record the audio of your Skype calls. It&#8217;s licensed under the GPL and the author created packages for all mayor Linux distributions. He offers package sources for Ubuntu/Debian too, but the packages are not signed, so better stick to the .deb files.</p>
<p>After you installed Skype Call Recorder you&#8217;ll find an entry inside &#8220;Applications -> Accessories&#8221; to start the program.  When you start Skype Call Recorder the first time while Skype is running, Skype will ask if you permit Skype Call Recorder to access the Skype-API. Of course you have to allow this.</p>
<div id="attachment_5690" class="wp-caption aligncenter" style="width: 485px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; display: block; margin-right: auto; margin-left: auto;"><a href="http://linuxundich.de/wp-content/uploads/2010/01/recordskype1.jpg" class="fancyboxgroup" rel="gallery-5662" title="recordskype1"><img src="http://linuxundich.de/wp-content/uploads/2010/01/recordskype1-475x265.jpg" alt="" title="recordskype1" width="475" height="265" class="size-medium wp-image-5690" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Allow access to the Skype-API</p></div>
<p>The recorder doesn&#8217;t have a &#8220;full&#8221; GUI. After you started the tool, it will show up inside the GNOME panel as an icon. When you start or receive a call within Skype, the Recorder will ask you if you like to record the call. If you do this, you will find the recording as .mp3-file inside the directory &#8220;~/Skype Calls&#8221;.</p>
<p>You can reach the settings when you click with the right mouse button on the panel icon of the Skype Call Recorder. Here you can set rules for your contacts, so that the recording starts automatically when you call this contact, you can change the location where the program stores the recordings or adjust the file format to your need. I prefer Ogg Vorbis with &#8220;Quality 3&#8243; and Mono.</p>
<div id="attachment_5693" class="wp-caption aligncenter" style="width: 485px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; display: block; margin-right: auto; margin-left: auto;"><a href="http://linuxundich.de/wp-content/uploads/2010/01/recordskype2.jpg" class="fancyboxgroup" rel="gallery-5662" title="recordskype2"><img src="http://linuxundich.de/wp-content/uploads/2010/01/recordskype2-475x276.jpg" alt="" title="recordskype2" width="475" height="276" class="size-medium wp-image-5693" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Adjust Skype Call Recorders to your need.</p></div>
<p><small><a href="http://linuxundich.de/en/ubuntu/skype-gesprache-unter-linux-aufzeichnen/">Record Skype calls with Linux</a> ist ein Beitrag von <a href="http://linuxundich.de">Linux und Ich</a>. Der Beitrag ist lizenziert unter <a href="http://creativecommons.org/licenses/by-sa/3.0/de/">CC BY-SA 3.0 (German)</a>. Weitere Informationen und News: <a href="http://twitter.com/ChrisZwitschert">Twitter</a> || <a href="http://identi.ca/chrissss/">Identi.ca</a> || <a href="https://flattr.com/thing/4288/Linux-Und-Ich">Flattr</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://linuxundich.de/en/ubuntu/skype-gesprache-unter-linux-aufzeichnen/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Secure and unique passwords with PwdHash for Chromium</title>
		<link>http://linuxundich.de/en/ubuntu/sichere-passworter-pwdhash-google-chrome-chromium/</link>
		<comments>http://linuxundich.de/en/ubuntu/sichere-passworter-pwdhash-google-chrome-chromium/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 03:37:33 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Chromium]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[PwdHash]]></category>
		<category><![CDATA[Sicherheit]]></category>

		<guid isPermaLink="false">http://linuxundich.de/de/?p=4906</guid>
		<description><![CDATA[I really like Google Chrome or Chromium when it comes to get the best performance out of a outdated computer. With Firefox the fan of my notebook gets pretty fast pretty noisy. With Chromium pages load faster and without much &#8230; <a href="http://linuxundich.de/en/ubuntu/sichere-passworter-pwdhash-google-chrome-chromium/">Continue reading <span class="meta-nav">&#8594;</span></a><p><small><a href="http://linuxundich.de/en/ubuntu/sichere-passworter-pwdhash-google-chrome-chromium/">Secure and unique passwords with PwdHash for Chromium</a> ist ein Beitrag von <a href="http://linuxundich.de">Linux und Ich</a>. Der Beitrag ist lizenziert unter <a href="http://creativecommons.org/licenses/by-sa/3.0/de/">CC BY-SA 3.0 (German)</a>. Weitere Informationen und News: <a href="http://twitter.com/ChrisZwitschert">Twitter</a> || <a href="http://identi.ca/chrissss/">Identi.ca</a> || <a href="https://flattr.com/thing/4288/Linux-Und-Ich">Flattr</a></small></p>
]]></description>
				<content:encoded><![CDATA[<p>I really like <a href="http://www.google.de/chrome">Google Chrome</a> or <a href="http://www.chromium.org/">Chromium</a> when it comes to get the best performance out of a outdated computer. With Firefox the fan of my notebook gets pretty fast pretty noisy. With Chromium pages load faster and without much strain on the cpu.</p>
<p>But I dearly miss my beloved Firefox extensions. One of them ist <a href="https://addons.mozilla.org/de/firefox/addon/1033">PwdHash</a>. With <a href="https://www.pwdhash.com/">PwdHash</a> you can give every website a secure and unique password. You don&#8217;t need a password manager or tricks to remember your complicated password. PwdHash creates a hashed password out of a master password and the URL of the webpage. This way you have unique and save passwords for every site you login. The extension makes the transition from master password plus URL to the hashed password smooth and easy.</p>
<p>I didn&#8217;t bother to find a PwdHash-extension for Chromium, but by pure luck I stumbled upon the site of the <a href="http://code.google.com/p/chrome-pwdhash/">pwdhash Extension for Google Chrome</a>. It&#8217;s easy to install that extension, but Chromium looses the plugin every time you restart the browser.</p>
<p>To install it permanently you&#8217;ve got to <a href="http://code.google.com/p/chrome-pwdhash/downloads/list">download the archive</a>, extract the .tar.gz file [1] and start Google Chrome or Chromium. After the browser showed up you enter the line&#8230;</p>
<pre>
chrome://extensions/
</pre>
<p>as URL [2]. Inside the extension manager click on &#8220;Pack extension&#8221; [3] and choose the folder you just extracted from the downloaded archive [4]&#8230;</p>
<div id="attachment_4912" class="wp-caption aligncenter" style="width: 485px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; display: block; margin-right: auto; margin-left: auto;"><a href="http://linuxundich.de/wp-content/uploads/2009/11/pwdhash_chromium_installation.jpg" class="fancyboxgroup" rel="gallery-4906" title="pwdhash_chromium_installation"><img src="http://linuxundich.de/wp-content/uploads/2009/11/pwdhash_chromium_installation-475x303.jpg" alt="Install PwdHash inside Chromium" title="pwdhash_chromium_installation" width="475" height="303" class="size-medium wp-image-4912" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Install PwdHash inside Chromium</p></div>
<p>You should get a message, that a file called pwdhash-chrome.crx has been created. This is your packaged extension. Go again into Chromium and enter &#8220;\&#8221; on Linux or &#8220;C:&#8221; on Windows to get into the file browser mode of Chromium. Navigate to the pwdhash-chrome.crx and click on the file to install the extension permanently. </p>
<p><em>A short note to all the fans of Microsoft Windows&#8230; The current version of Google Chrome doesn&#8217;t support extensions yet. You need the development version called Chromium. To update Google Chrome go to <a href="http://dev.chromium.org/getting-involved/dev-channel">dev.chromium.org</a> and click under &#8220;Subscribing to a channel&#8221; on the &#8220;Dev channel&#8221;. This way you will update Chrome to the current developer edition.</em></p>
<p>Well, if you read until this point and if you&#8217;re to lasy to build PwdHash for Chromium by yourself, you can download my <a href="/static/pwdhash-chrome.crx">pwdhash-chrome.crx</a>. Just fire up Chromium, go to my blog and click on the link. Chromium will download the extension and install PwdHash for Chromium.</p>
<p><small><a href="http://linuxundich.de/en/ubuntu/sichere-passworter-pwdhash-google-chrome-chromium/">Secure and unique passwords with PwdHash for Chromium</a> ist ein Beitrag von <a href="http://linuxundich.de">Linux und Ich</a>. Der Beitrag ist lizenziert unter <a href="http://creativecommons.org/licenses/by-sa/3.0/de/">CC BY-SA 3.0 (German)</a>. Weitere Informationen und News: <a href="http://twitter.com/ChrisZwitschert">Twitter</a> || <a href="http://identi.ca/chrissss/">Identi.ca</a> || <a href="https://flattr.com/thing/4288/Linux-Und-Ich">Flattr</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://linuxundich.de/en/ubuntu/sichere-passworter-pwdhash-google-chrome-chromium/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Time to boot of Ubuntu Karmic Alpha 2 and Windows 7</title>
		<link>http://linuxundich.de/en/ubuntu/bootzeit-ubuntu-karmic-windows-7-im-vergleich/</link>
		<comments>http://linuxundich.de/en/ubuntu/bootzeit-ubuntu-karmic-windows-7-im-vergleich/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 11:53:46 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Bootzeit]]></category>
		<category><![CDATA[Flamewar]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Karmic]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://linuxundich.de/de/?p=4133</guid>
		<description><![CDATA[For many people the time to boot up their system is quite essential. Every second counts. Especially when it comes to comparisons of operation systems, 5 seconds less waiting seems to proof that one system is better that another&#8230; Well &#8230; <a href="http://linuxundich.de/en/ubuntu/bootzeit-ubuntu-karmic-windows-7-im-vergleich/">Continue reading <span class="meta-nav">&#8594;</span></a><p><small><a href="http://linuxundich.de/en/ubuntu/bootzeit-ubuntu-karmic-windows-7-im-vergleich/">Time to boot of Ubuntu Karmic Alpha 2 and Windows 7</a> ist ein Beitrag von <a href="http://linuxundich.de">Linux und Ich</a>. Der Beitrag ist lizenziert unter <a href="http://creativecommons.org/licenses/by-sa/3.0/de/">CC BY-SA 3.0 (German)</a>. Weitere Informationen und News: <a href="http://twitter.com/ChrisZwitschert">Twitter</a> || <a href="http://identi.ca/chrissss/">Identi.ca</a> || <a href="https://flattr.com/thing/4288/Linux-Und-Ich">Flattr</a></small></p>
]]></description>
				<content:encoded><![CDATA[<p>For many people the time to boot up their system is quite essential. Every second counts. Especially when it comes to comparisons of operation systems, 5 seconds less waiting seems to proof that one system is better that another&#8230; Well Mark Shuttleworth announced for Karmic further improvement on the boot time, and it looks like the Ubuntu developers did a good job.</p>
<p>On YouTube there&#8217;s a video which shows two (nearly) identical laptops. One runs Ubuntu Ubuntu Karmic Koala Alpha 2 and the other one uses Windows 7 RC. The windows system uses a <a href="http://processorfinder.intel.com/details.aspx?sSpec=SLA49">Intel Core2 Duo Mobile T7250</a> which runs at 2Ghz where as the Ubuntu system only has a <a href="http://processorfinder.intel.com/details.aspx?sSpec=SLA4A">T7100</a> with 1.8Ghz.</p>
<p><span id="more-4133"></span></p>
<p>[youtube=ymbB8RT6Aas]</p>
<p><noembed>Dear readers of Planet Ubuntu Weblogs. It&#8217;s not possible to embed a video inside the Planet. Please got to my blog to watch the video. Thanks.</noembed></p>
<p>Ubuntu Karmic is fully up and running after only 29 seconds, where as Win7 takes up more than 44 seconds. Good job Ubuntu devs!&#8230; The next step would be rock solid suspend and resume in Ubuntu. <img src='http://linuxundich.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><small><a href="http://linuxundich.de/en/ubuntu/bootzeit-ubuntu-karmic-windows-7-im-vergleich/">Time to boot of Ubuntu Karmic Alpha 2 and Windows 7</a> ist ein Beitrag von <a href="http://linuxundich.de">Linux und Ich</a>. Der Beitrag ist lizenziert unter <a href="http://creativecommons.org/licenses/by-sa/3.0/de/">CC BY-SA 3.0 (German)</a>. Weitere Informationen und News: <a href="http://twitter.com/ChrisZwitschert">Twitter</a> || <a href="http://identi.ca/chrissss/">Identi.ca</a> || <a href="https://flattr.com/thing/4288/Linux-Und-Ich">Flattr</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://linuxundich.de/en/ubuntu/bootzeit-ubuntu-karmic-windows-7-im-vergleich/feed/</wfw:commentRss>
		<slash:comments>41</slash:comments>
		</item>
		<item>
		<title>Evince 2.28 for Windows</title>
		<link>http://linuxundich.de/en/ubuntu/evince-2-28-fur-windows/</link>
		<comments>http://linuxundich.de/en/ubuntu/evince-2-28-fur-windows/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 19:31:28 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Evince]]></category>
		<category><![CDATA[GNOME]]></category>
		<category><![CDATA[GTK]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://linuxundich.de/de/?p=3955</guid>
		<description><![CDATA[The world of free PDF-Readers for Microsoft Windows just got a little bit larger. With the release of GNOME 2.28 Evince, the PDF-Reader of the GNOME desktop enviroment, has been ported to windows&#8230; It&#8217;s pretty simple to install Evince on &#8230; <a href="http://linuxundich.de/en/ubuntu/evince-2-28-fur-windows/">Continue reading <span class="meta-nav">&#8594;</span></a><p><small><a href="http://linuxundich.de/en/ubuntu/evince-2-28-fur-windows/">Evince 2.28 for Windows</a> ist ein Beitrag von <a href="http://linuxundich.de">Linux und Ich</a>. Der Beitrag ist lizenziert unter <a href="http://creativecommons.org/licenses/by-sa/3.0/de/">CC BY-SA 3.0 (German)</a>. Weitere Informationen und News: <a href="http://twitter.com/ChrisZwitschert">Twitter</a> || <a href="http://identi.ca/chrissss/">Identi.ca</a> || <a href="https://flattr.com/thing/4288/Linux-Und-Ich">Flattr</a></small></p>
]]></description>
				<content:encoded><![CDATA[<p>The world of <a href="http://pdfreaders.org/index.en.html">free PDF-Readers</a> for Microsoft Windows just got a little bit larger. With the release of GNOME 2.28 Evince, the PDF-Reader of the GNOME desktop enviroment, has been ported to windows&#8230;</p>
<p><span id="more-3955"></span></p>
<p>It&#8217;s pretty simple to install Evince on windows. Go to <a href="http://live.gnome.org/Evince/Downloads">live.gnome.org</a>, download the .msi file and run the installer by double clicking on the file. </p>
<p>The installer itself has a few edges. On my system it didn&#8217;t create a entry inside the start menu, and the evince icon on the desktop doesn&#8217;t have a picture. But Evince runs fine.</p>
<div id="attachment_3956" class="wp-caption aligncenter" style="width: 478px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; display: block; margin-right: auto; margin-left: auto;"><a href="http://linuxundich.de/wp-content/uploads/2009/09/evince_windows.png" class="fancyboxgroup" rel="gallery-3955" title="evince_windows"><img src="http://linuxundich.de/wp-content/uploads/2009/09/evince_windows-468x475.png" alt="Evince on Microsoft Windows" title="evince_windows" width="468" height="475" class="size-medium wp-image-3956" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Evince on Microsoft Windows</p></div>
<p>Finally there&#8217;s new alternative to Adobe Reader, let&#8217;s hope that Evince can establish a little bit more open source on the windows desktop.</p>
<p><small><a href="http://linuxundich.de/en/ubuntu/evince-2-28-fur-windows/">Evince 2.28 for Windows</a> ist ein Beitrag von <a href="http://linuxundich.de">Linux und Ich</a>. Der Beitrag ist lizenziert unter <a href="http://creativecommons.org/licenses/by-sa/3.0/de/">CC BY-SA 3.0 (German)</a>. Weitere Informationen und News: <a href="http://twitter.com/ChrisZwitschert">Twitter</a> || <a href="http://identi.ca/chrissss/">Identi.ca</a> || <a href="https://flattr.com/thing/4288/Linux-Und-Ich">Flattr</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://linuxundich.de/en/ubuntu/evince-2-28-fur-windows/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>New Artwork for Ubuntu Karmic 9.10?</title>
		<link>http://linuxundich.de/en/ubuntu/ubuntu-karmic-9-10-doch-in-neuerem-design/</link>
		<comments>http://linuxundich.de/en/ubuntu/ubuntu-karmic-9-10-doch-in-neuerem-design/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 16:37:01 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Karmic]]></category>
		<category><![CDATA[Karmic Koala]]></category>

		<guid isPermaLink="false">http://linuxundich.de/de/?p=3930</guid>
		<description><![CDATA[Version after version Canonical promised a new look for Ubuntu, but since Ubuntu Dapper Drake 6.06 the desktop appearance didn&#8217;t change much. A couple of polished icons here and there, a new slightly different wallpaper with every release, but nothing &#8230; <a href="http://linuxundich.de/en/ubuntu/ubuntu-karmic-9-10-doch-in-neuerem-design/">Continue reading <span class="meta-nav">&#8594;</span></a><p><small><a href="http://linuxundich.de/en/ubuntu/ubuntu-karmic-9-10-doch-in-neuerem-design/">New Artwork for Ubuntu Karmic 9.10?</a> ist ein Beitrag von <a href="http://linuxundich.de">Linux und Ich</a>. Der Beitrag ist lizenziert unter <a href="http://creativecommons.org/licenses/by-sa/3.0/de/">CC BY-SA 3.0 (German)</a>. Weitere Informationen und News: <a href="http://twitter.com/ChrisZwitschert">Twitter</a> || <a href="http://identi.ca/chrissss/">Identi.ca</a> || <a href="https://flattr.com/thing/4288/Linux-Und-Ich">Flattr</a></small></p>
]]></description>
				<content:encoded><![CDATA[<p>Version after version Canonical promised a new look for Ubuntu, but since <a href="http://media.ubuntuusers.de/wiki/attachments/09/28/dapper_ubuntu.png" class="fancyboxgroup" rel="gallery-3930">Ubuntu Dapper Drake 6.06</a> the desktop appearance didn&#8217;t change much. A couple of polished icons here and there, a new slightly different wallpaper with every release, but nothing special. The main color stayed a bright orange for more than three years.</p>
<p>With the latest updates of Ubuntu Karmic Koala 9.10 things changed. It looks like that the  Artwork team takes up the &#8220;old&#8221; bronze tone from <a href="http://media.ubuntuusers.de/wiki/attachments/30/28/breezy_ubuntu.png" class="fancyboxgroup" rel="gallery-3930">Ubuntu Breezy Bager 5.04</a>&#8230;</p>
<p><span id="more-3930"></span></p>
<div id="attachment_3938" class="wp-caption aligncenter" style="width: 485px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; display: block; margin-right: auto; margin-left: auto;"><a href="http://linuxundich.de/wp-content/uploads/2009/09/ubuntukarmic.jpg" class="fancyboxgroup" rel="gallery-3930" title="ubuntukarmic"><img src="http://linuxundich.de/wp-content/uploads/2009/09/ubuntukarmic-475x356.jpg" alt="Das neue Ubuntu Human Theme mit Humanity Icons" title="ubuntukarmic" width="475" height="356" class="size-medium wp-image-3938" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Das neue Ubuntu Human Theme mit Humanity Icons</p></div>
<p>Together with the new <a href="https://wiki.ubuntu.com/Artwork/Incoming/Karmic/Humanity_Icons">Humanity Icons</a> and the flat mac-like icons on the panel this makes quite a decent impression. Except the wallpaper this might be the final design, since &#8211; according to the <a href="https://wiki.ubuntu.com/KarmicReleaseSchedule">release schedule</a> &#8211; today is the <a href="https://wiki.ubuntu.com/ArtworkDeadline">artwork deadline</a>. </p>
<p><small><a href="http://linuxundich.de/en/ubuntu/ubuntu-karmic-9-10-doch-in-neuerem-design/">New Artwork for Ubuntu Karmic 9.10?</a> ist ein Beitrag von <a href="http://linuxundich.de">Linux und Ich</a>. Der Beitrag ist lizenziert unter <a href="http://creativecommons.org/licenses/by-sa/3.0/de/">CC BY-SA 3.0 (German)</a>. Weitere Informationen und News: <a href="http://twitter.com/ChrisZwitschert">Twitter</a> || <a href="http://identi.ca/chrissss/">Identi.ca</a> || <a href="https://flattr.com/thing/4288/Linux-Und-Ich">Flattr</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://linuxundich.de/en/ubuntu/ubuntu-karmic-9-10-doch-in-neuerem-design/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>Paint Mono&#8230; Paint.NET for Linux</title>
		<link>http://linuxundich.de/en/ubuntu/paint-mono-paint-net-fur-linux/</link>
		<comments>http://linuxundich.de/en/ubuntu/paint-mono-paint-net-fur-linux/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 20:56:36 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Bildbearbeitung]]></category>
		<category><![CDATA[Gi]]></category>
		<category><![CDATA[mono]]></category>
		<category><![CDATA[Paint Mono]]></category>
		<category><![CDATA[Paint.NET]]></category>
		<category><![CDATA[Photoshop]]></category>

		<guid isPermaLink="false">http://linuxundich.de/de/?p=3104</guid>
		<description><![CDATA[Paint.NET is a popular graphics editing program for Microsoft Windows. It’s easier to use than Adobe Photoshop/GIMP but far more powerful than MS Paint. The program is build on the .NET Framework, so that it can be ported to Linux &#8230; <a href="http://linuxundich.de/en/ubuntu/paint-mono-paint-net-fur-linux/">Continue reading <span class="meta-nav">&#8594;</span></a><p><small><a href="http://linuxundich.de/en/ubuntu/paint-mono-paint-net-fur-linux/">Paint Mono&#8230; Paint.NET for Linux</a> ist ein Beitrag von <a href="http://linuxundich.de">Linux und Ich</a>. Der Beitrag ist lizenziert unter <a href="http://creativecommons.org/licenses/by-sa/3.0/de/">CC BY-SA 3.0 (German)</a>. Weitere Informationen und News: <a href="http://twitter.com/ChrisZwitschert">Twitter</a> || <a href="http://identi.ca/chrissss/">Identi.ca</a> || <a href="https://flattr.com/thing/4288/Linux-Und-Ich">Flattr</a></small></p>
]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.getpaint.net/index.html">Paint.NET</a> is a popular graphics editing program for Microsoft Windows. It’s easier to use than Adobe Photoshop/GIMP but far more powerful than MS Paint. The program is build on the <a href="http://en.wikipedia.org/wiki/.NET_Framework">.NET Framework</a>, so that it can be ported to Linux thanks to <a href="http://en.wikipedia.org/wiki/Mono_(software)">Mono</a>. Two years ago <a href="http://en.wikipedia.org/wiki/Miguel_de_Icaza">Miguel de Icaza</a> <a href="http://tirania.org/blog/archive/2007/Dec-21.html">announced</a> that he ported Paint.NET to Linux, but only now I can confirm that his port works…</p>
<p><span id="more-3104"></span></p>
<p>There’s no official Ubuntu or Debian package for Paint Mono yet, so you have to compile Paint Mono by your own. You need a couple of packages to be able to do so. So please install the following packages.</p>
<pre>
$ sudo apt-get install mono-devel monodevelop mono-tools-gui mono-tools-devel subversion
</pre>
<p>Afters this you should be able to download the latest source via subversion, compile and install Paint Mono via…</p>
<pre>
$ svn co http://paint-mono.googlecode.com/svn/trunk/src paint-mono
$ cd paint-mono
$ ./configure
$ make
$ sudo make install
</pre>
<p>There won’t be a icon inside your application menu for Paint Mono, the only way to start the program is by executing the following command.</p>
<pre>
$ paintdotnet
</pre>
<p>On your desktop Paint Mono should now look like this.</p>
<div id="attachment_3110" class="wp-caption aligncenter" style="width: 484px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; display: block; margin-right: auto; margin-left: auto;"><img src="http://linuxundich.de/wp-content/uploads/2009/08/paintmono1-474x326.jpg" alt="Paint Mono on Ubuntu 9.04" title="paintmono" width="474" height="326" class="size-medium wp-image-3110" /><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Paint Mono on Ubuntu 9.04</p></div>
<p>To sum this up… Is it worth the work? Absolutely not, don’t think “hey, the screenshot looks great, i’ll give it a chance”… Paint Mono is VERY slow, even on a Athlon X2 with 3Ghz dualcore cpu it way to slow to be able to paint. Besides that it looks pretty ugly on your desktop, especially with other themes like Shiki Colors. You’ll have with text on white backgrounds inside the menubar. I also noticed a couple of crashes, so stay with The GIMP or Krita, Paint Mono is not ready for your Desktop.</p>
<p><small><a href="http://linuxundich.de/en/ubuntu/paint-mono-paint-net-fur-linux/">Paint Mono&#8230; Paint.NET for Linux</a> ist ein Beitrag von <a href="http://linuxundich.de">Linux und Ich</a>. Der Beitrag ist lizenziert unter <a href="http://creativecommons.org/licenses/by-sa/3.0/de/">CC BY-SA 3.0 (German)</a>. Weitere Informationen und News: <a href="http://twitter.com/ChrisZwitschert">Twitter</a> || <a href="http://identi.ca/chrissss/">Identi.ca</a> || <a href="https://flattr.com/thing/4288/Linux-Und-Ich">Flattr</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://linuxundich.de/en/ubuntu/paint-mono-paint-net-fur-linux/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Dropbox-Beta syncs data inside lan via P2P</title>
		<link>http://linuxundich.de/en/ubuntu/dropbox-synchronisiert-daten-lan-p2p/</link>
		<comments>http://linuxundich.de/en/ubuntu/dropbox-synchronisiert-daten-lan-p2p/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 21:38:56 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Dropbox]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Netzwerk]]></category>
		<category><![CDATA[P2P]]></category>

		<guid isPermaLink="false">http://linuxundich.de/de/?p=2993</guid>
		<description><![CDATA[Dropbox evolves slowly step by step. Until now Dropbox clients could either up- or download data to/from dropbox. But they couldn&#8217;t sync files between computers inside a LAN. This will change with future releases and if you&#8217;re interested you can &#8230; <a href="http://linuxundich.de/en/ubuntu/dropbox-synchronisiert-daten-lan-p2p/">Continue reading <span class="meta-nav">&#8594;</span></a><p><small><a href="http://linuxundich.de/en/ubuntu/dropbox-synchronisiert-daten-lan-p2p/">Dropbox-Beta syncs data inside lan via P2P</a> ist ein Beitrag von <a href="http://linuxundich.de">Linux und Ich</a>. Der Beitrag ist lizenziert unter <a href="http://creativecommons.org/licenses/by-sa/3.0/de/">CC BY-SA 3.0 (German)</a>. Weitere Informationen und News: <a href="http://twitter.com/ChrisZwitschert">Twitter</a> || <a href="http://identi.ca/chrissss/">Identi.ca</a> || <a href="https://flattr.com/thing/4288/Linux-Und-Ich">Flattr</a></small></p>
]]></description>
				<content:encoded><![CDATA[<p>Dropbox evolves slowly step by step. Until now <a href="http://www.anrdoezrs.net/22111js0ys-FJLLNJGMFHGMOJGIL" target="_top" onmouseover="window.status='http://www.getdropbox.com';return true;" onmouseout="window.status=' ';return true;">Dropbox</a><img class="imglink" src="http://www.lduhtrp.net/7a81h48x20MQSSUQNTMONTVQNPS" width="1" height="1" border="0"/> clients could either up- or download data to/from dropbox. But they couldn&#8217;t sync files between computers inside a LAN. This will change with future releases and if you&#8217;re interested you can test the new LAN Sync feature already with the latest <a href="http://forums.getdropbox.com/topic.php?id=11372&#038;replies=21">public beta</a> of the new Dropbox 0.7.x . </p>
<p><span id="more-2993"></span></p>
<p>Until now Dropbox synced files only over the Internet. If you moved a file into your Dropbox folder on computer A, the file was uploaded to Dropbox and downloaded from Dropbox via the Internet on computer B. Imagine you have 2GB data inside you Dropbox folder and you attach a new computer to your account. Even though both computer are inside the same LAN, you have to download 2GB data from the internet. Now &#8211; with the latest beta &#8211; computers which share the same Dropbox account sync their data P2P inside the same LAN, so you save time and bandwith.</p>
<p>You can download the new version for Linux, Apple and of course Windos form the <a href="http://forums.getdropbox.com/topic.php?id=11372&#038;replies=21">Dropbox forums</a>. But please watch out: Dropbox declares this beta as &#8220;Highly Experimental Build&#8221;, so keep that in mind&#8230;</p>
<p>I you didn&#8217;t install Dropbox yet, get the <a href="https://www.getdropbox.com/install">current version</a> first and install the stable build. Those &#8220;unstable&#8221; archives contain only the dropbox client. You have to install the nautilus plugin first. If you already run Dropbox stop the client&#8230;</p>
<div id="attachment_2997" class="wp-caption aligncenter" style="width: 485px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; display: block; margin-right: auto; margin-left: auto;"><img src="http://linuxundich.de/wp-content/uploads/2009/08/dropboxstop.jpg" alt="Stop Dropox out of the dropdown menu." title="dropboxstop" width="475" height="231" class="size-full wp-image-2997" /><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Stop Dropox out of the dropdown menu.</p></div>
<p>Now you can delete the old version and download the new beta as a .tar.gz archive to e.g. your desktop. Delete the folder <strong>~/.dropbox-dist/</strong> and extract the downloaded archive. To do this execute e.g. these commands&#8230;</p>
<pre>
$ rm -rf ~/.dropbox-dist/
$ tar -xzf ~/Desktop/dropbox-lnx.*.tar.gz -C ~/
</pre>
<p>After this you can start Dropbox via <em>&#8220;Applications -> Internet -> Dropbox&#8221;</em> from the applications menu. Dropbox didn&#8217;t change much. the P2P sync doesn&#8217;t change the GUI. You can test the LAN sync e.g. by copying a large file into your Dropbox folder while there is a second computer inside your LAN which uses your Dropbox account too. If this computer receives the file with a couple of MB/s the LAN sync works (or you&#8217;ve got a pretty good internet connection <img src='http://linuxundich.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<div id="attachment_3014" class="wp-caption aligncenter" style="width: 485px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; display: block; margin-right: auto; margin-left: auto;"><img src="http://linuxundich.de/wp-content/uploads/2009/08/dropboxp2p1.jpg" alt="Dropbox LAN sync..." title="dropboxp2p" width="475" height="301" class="size-full wp-image-3014" /><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Dropbox LAN sync...</p></div>
<p><small><a href="http://linuxundich.de/en/ubuntu/dropbox-synchronisiert-daten-lan-p2p/">Dropbox-Beta syncs data inside lan via P2P</a> ist ein Beitrag von <a href="http://linuxundich.de">Linux und Ich</a>. Der Beitrag ist lizenziert unter <a href="http://creativecommons.org/licenses/by-sa/3.0/de/">CC BY-SA 3.0 (German)</a>. Weitere Informationen und News: <a href="http://twitter.com/ChrisZwitschert">Twitter</a> || <a href="http://identi.ca/chrissss/">Identi.ca</a> || <a href="https://flattr.com/thing/4288/Linux-Und-Ich">Flattr</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://linuxundich.de/en/ubuntu/dropbox-synchronisiert-daten-lan-p2p/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Windows 7 Fail and Congrats at KDE</title>
		<link>http://linuxundich.de/en/ubuntu/windows-7-fail-und-gratulation-an-kde/</link>
		<comments>http://linuxundich.de/en/ubuntu/windows-7-fail-und-gratulation-an-kde/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 10:44:13 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Fail]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://linuxundich.de/de/?p=2883</guid>
		<description><![CDATA[Since the first public screenshots of Microsoft&#8217;s Windows 7 the KDE Community noticed the remarkable similarity between Windows 7 and KDE 4. Could it be possible that Microsoft&#8217;s design team took a good look at the brand news KDE 4? &#8230; <a href="http://linuxundich.de/en/ubuntu/windows-7-fail-und-gratulation-an-kde/">Continue reading <span class="meta-nav">&#8594;</span></a><p><small><a href="http://linuxundich.de/en/ubuntu/windows-7-fail-und-gratulation-an-kde/">Windows 7 Fail and Congrats at KDE</a> ist ein Beitrag von <a href="http://linuxundich.de">Linux und Ich</a>. Der Beitrag ist lizenziert unter <a href="http://creativecommons.org/licenses/by-sa/3.0/de/">CC BY-SA 3.0 (German)</a>. Weitere Informationen und News: <a href="http://twitter.com/ChrisZwitschert">Twitter</a> || <a href="http://identi.ca/chrissss/">Identi.ca</a> || <a href="https://flattr.com/thing/4288/Linux-Und-Ich">Flattr</a></small></p>
]]></description>
				<content:encoded><![CDATA[<p>Since the first public screenshots of Microsoft&#8217;s Windows 7 the KDE Community noticed the remarkable similarity between Windows 7 and KDE 4. Could it be possible that Microsoft&#8217;s design team took a good look at the brand news KDE 4? Well, we don&#8217;t know. But what we know is that people can&#8217;t see the difference.</p>
<p>The German newspaper <a href="http://www.morgenpost.de/">Berliner Morgenpost</a> published today an article about Windows 7 and illustrated it with a computer showing KDE4. Mika1860 from the German ubuntuusers.de Community <a href="http://forum.ubuntuusers.de/topic/berliner-morgenpost-windows-7-bekommt-eine-kd/">stumbled</a> upon this article and made a quick scan&#8230;</p>
<p><span id="more-2883"></span></p>
<div class="wp-caption alignnone" style="width: 485px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center;"><a href="http://www.flickr.com/photos/41164510@N06/3791866990/" title="morgenpost by ChrissssWith4s, on Flickr"><img src="http://farm4.static.flickr.com/3475/3791866990_89591d1e88.jpg" width="475" height="500" alt="morgenpost" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Windows 7 und KDE4...</p></div>
<p>The good old time, when there was only Windows and Apple in the public interest, and mass media had to cover only both systems are over. Poor IT journalists, the days get harder and harder <img src='http://linuxundich.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Btw, when I&#8217;m already talking about KDE. Congratulations to the KDE Community for the Release of KDE 4.3. I know you had hard times after the Release of KDE 4.0 and had to bear a lot of criticism. But now everything comes together. KDE 4.3 looks GREAT and i&#8217;m looking forward to give it a chance on my desktop! This screencast&#8230;</p>
<p>[bliptv=hIsigZW3agI]</p>
<p><noembed><br />
<div id="attachment_2905" class="wp-caption aligncenter" style="width: 485px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; display: block; margin-right: auto; margin-left: auto;"><a href="/en/ubuntu/windows-7-fail-und-gratulation-an-kde/"><img src="http://linuxundich.de/wp-content/uploads/2009/08/video.jpg" alt="Dear Planet readers, please come to my blog to watch this video. Thanks." title="video" width="475" height="352" class="size-full wp-image-2905" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Dear Planet readers, please come to my blog to watch this video. Thanks.</p></div><br />
</noembed></p>
<p>&#8230;and the <a href="http://www.kde.org/announcements/4.3/index.php">release notes</a> are spectacular! Could it be possible that you guys convince an old GNOME-guy like me to switch to KDE?</p>
<p><small><a href="http://linuxundich.de/en/ubuntu/windows-7-fail-und-gratulation-an-kde/">Windows 7 Fail and Congrats at KDE</a> ist ein Beitrag von <a href="http://linuxundich.de">Linux und Ich</a>. Der Beitrag ist lizenziert unter <a href="http://creativecommons.org/licenses/by-sa/3.0/de/">CC BY-SA 3.0 (German)</a>. Weitere Informationen und News: <a href="http://twitter.com/ChrisZwitschert">Twitter</a> || <a href="http://identi.ca/chrissss/">Identi.ca</a> || <a href="https://flattr.com/thing/4288/Linux-Und-Ich">Flattr</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://linuxundich.de/en/ubuntu/windows-7-fail-und-gratulation-an-kde/feed/</wfw:commentRss>
		<slash:comments>43</slash:comments>
		</item>
		<item>
		<title>Improve your Screencasts with Key Status Monitor</title>
		<link>http://linuxundich.de/en/ubuntu/screencasts-mit-hilfe-von-key-status-monitor-verbessern/</link>
		<comments>http://linuxundich.de/en/ubuntu/screencasts-mit-hilfe-von-key-status-monitor-verbessern/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 11:28:41 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Key Status Monitor]]></category>
		<category><![CDATA[Screencasts]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://linuxundich.de/de/?p=2606</guid>
		<description><![CDATA[On the internet you stumble quite often upon screencasts which try to explain software tools or guide you through applications. The most popular site are probably ShowMeDo, who offer screencasts about FOSS software, Screencasters at heathenx.org who do videos on &#8230; <a href="http://linuxundich.de/en/ubuntu/screencasts-mit-hilfe-von-key-status-monitor-verbessern/">Continue reading <span class="meta-nav">&#8594;</span></a><p><small><a href="http://linuxundich.de/en/ubuntu/screencasts-mit-hilfe-von-key-status-monitor-verbessern/">Improve your Screencasts with Key Status Monitor</a> ist ein Beitrag von <a href="http://linuxundich.de">Linux und Ich</a>. Der Beitrag ist lizenziert unter <a href="http://creativecommons.org/licenses/by-sa/3.0/de/">CC BY-SA 3.0 (German)</a>. Weitere Informationen und News: <a href="http://twitter.com/ChrisZwitschert">Twitter</a> || <a href="http://identi.ca/chrissss/">Identi.ca</a> || <a href="https://flattr.com/thing/4288/Linux-Und-Ich">Flattr</a></small></p>
]]></description>
				<content:encoded><![CDATA[<p>On the internet you stumble quite often upon screencasts which try to explain software tools or guide you through applications. The most popular site are probably <a href="http://showmedo.com/">ShowMeDo</a>, who offer screencasts about FOSS software, <a href="http://screencasters.heathenx.org/">Screencasters at heathenx.org</a> who do videos on Inkscape or e.g. <a href="http://screencasts.ubuntu.com/">Ubuntu Screencasts</a> with screencasts on Ubuntu linux.</p>
<p>When you watch such a video and the Author follows his usual work flow you&#8217;ve got a little problem. Imagine you want to learn how you delete all files inside a directory. The author hits &#8220;Ctrl+A&#8221; and after that &#8220;Del&#8221; and all the files are gone. When you see this inside a video, you magically see the files disappear, but not how! You can solve this problem with the little tool <a href="http://www.programmer-art.org/projects/key-status-monitor">Key Status Monitor</a>&#8230;</p>
<p><span id="more-2606"></span></p>
<p>Key Status Monitor is a GTK+ application which shows which keys or mouse buttons are currently pressed. This way it&#8217;s very easy to give the user all the information he needs, even when you don&#8217;t add sound to your video.</p>
<p>You don&#8217;t have to install Key Status Monitor to run the tool. Just download the current version, extract the archive and start the included &#8220;key-status&#8221; script. On Ubuntu it should run out-of-the-box&#8230;</p>
<pre>
sudo ./key-status
</pre>
<p>If you want to save space, you can add the option &#8220;-d&#8221; bzw. &#8220;&#8211;no-decorations&#8221;, so that Key Status Monitor doesn&#8217;t use window decorations.</p>
<pre>
sudo ./key-status --no-decorations
</pre>
<p>To give you a small demonstation of Key Status Monitor I made a little screencast. If you don&#8217;t use Flash on your computer, you can use <a href="http://blip.tv/file/2333809?filename=Chrissss-CreateScreencastsWhereYouCanSeeWhichKeysArePressed410.ogv">this</a> link to get to a .ogv version of this video.</p>
<p>[bliptv=ga81gY_WLQA]</p>
<p><noembed><br />
<div id="attachment_2615" class="wp-caption aligncenter" style="width: 485px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; display: block; margin-right: auto; margin-left: auto;"><a href="/en/2009/07/screencasts-mit-hilfe-von-key-status-monitor-verbessern/"><img src="http://linuxundich.de/wp-content/uploads/2009/07/video.jpg" alt="Dear readers of Planet Ubuntu users or users of feed readers. Please go to my blog to watch this video." title="video" width="475" height="357" class="size-full wp-image-2615" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Dear readers of Planet Ubuntu users or users of feed readers. Please go to my blog to watch this video.</p></div><br />
</noembed></p>
<p>One small issue. I noticed that Key Status Monitor works fine on my desktop system, but it can&#8217;t find the mouse on my notebook. So it might not work on your system.</p>
<p><small><a href="http://linuxundich.de/en/ubuntu/screencasts-mit-hilfe-von-key-status-monitor-verbessern/">Improve your Screencasts with Key Status Monitor</a> ist ein Beitrag von <a href="http://linuxundich.de">Linux und Ich</a>. Der Beitrag ist lizenziert unter <a href="http://creativecommons.org/licenses/by-sa/3.0/de/">CC BY-SA 3.0 (German)</a>. Weitere Informationen und News: <a href="http://twitter.com/ChrisZwitschert">Twitter</a> || <a href="http://identi.ca/chrissss/">Identi.ca</a> || <a href="https://flattr.com/thing/4288/Linux-Und-Ich">Flattr</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://linuxundich.de/en/ubuntu/screencasts-mit-hilfe-von-key-status-monitor-verbessern/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
