<?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>Cyberborean Chronicles &#187; desktop</title>
	<atom:link href="http://blog.cyberborean.org/tag/desktop/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.cyberborean.org</link>
	<description>by Alex Alishevskikh</description>
	<lastBuildDate>Wed, 16 Dec 2009 04:33:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Nepomuk-KDE with the Sesame backend</title>
		<link>http://blog.cyberborean.org/2009/10/07/nepomuk-kde-with-the-sesame-backend</link>
		<comments>http://blog.cyberborean.org/2009/10/07/nepomuk-kde-with-the-sesame-backend#comments</comments>
		<pubDate>Wed, 07 Oct 2009 22:10:31 +0000</pubDate>
		<dc:creator>Alex Alishevskikh</dc:creator>
				<category><![CDATA[Howtos]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Semantic Web]]></category>
		<category><![CDATA[tagging]]></category>

		<guid isPermaLink="false">http://blog.cyberborean.org/?p=487</guid>
		<description><![CDATA[There is a helpful article on how to make Nepomuk a lot faster by switching its default storage backend to Sesame2:

Pimp my Nepomuk 

Being both a really old KDE user and a semantic desktop partisan at the same time, I am, of course, keeping my eye on the progress in Nepomuk project.  It was apparently [...]]]></description>
			<content:encoded><![CDATA[<p>There is a helpful article on how to make <a href="http://nepomuk.kde.org/">Nepomuk</a> a lot faster by switching its default storage backend to <a href="http://openrdf.org">Sesame2</a>:</p>
<ul>
<li><a href="http://tokoe-kde.blogspot.com/2009/09/pimp-my-nepomuk.html">Pimp my Nepomuk </a></li>
</ul>
<p><span id="more-487"></span>Being both a really old KDE user and a semantic desktop partisan at the same time, I am, of course, keeping my eye on the progress in Nepomuk project.  It was apparently close to my old dream of a tagging framework supported natively and consistently across the whole desktop environment, so I highly appreciated this effort and it was nice to hear that Nepomuk would be officially included into KDE &#8211; my desktop of choice for many years.</p>
<p>Unfortunately, the experience was rather disappointing. It&#8217;s turned out to be painfully slow, not only slow by itself, but being a brake for overall desktop navigation. Even hovering the cursor over files and folders in Dolphin made Nepomuk process to eat above 50% of CPU time and caused annoying delays. The simple operations like assigning a tag to a file took seconds, the responsiveness which is obviously inappropriate for a real-world desktop system. It thus was turned off in a hope that the things would be improved in future versions (I was confused a bit by how it might appear in the production release, but, frankly, early KDE 4 was full of much more disastrous things). Since then, I checked it after every KDE version upgrade, but there was no visible progress in performance, alas.</p>
<p>It was really good news &#8211; the author of the post above argues that the performance issues are in fact, caused by a storage backend which <a href="http://soprano.sourceforge.net/">Soprano</a>, an RDF framework underlying to Nepomuk, uses to keep RDF data. By default, it&#8217;s shipped with <a href="http://librdf.org">Redland</a> (aka librdf), an RDF database library written in C. Luckily, the backend is easily replaceable and it&#8217;s worth to try to install a faster alternative seeking for a better performance. The author recommends <a href="http://openrdf.org">Sesame2</a> &#8211; a 100% pure Java RDF framework which works (surprisingly for many, I think &#8211; but not for me!) much faster than it&#8217;s native code counterpart.</p>
<p>I tested Nepomuk with Sesame and convinced that now it works really faster &#8211; as it should, in fact. There is of course, a room for improvements in Nepomuk to be a real end-user tool &#8211; e.g. a tag navigation interface without which the tags are rather useless, but its another story. At least, the performance is not a blocker anymore, so Nepomuk now is enabled in my KDE all the time.</p>
<h3>For Kubuntu users: How-to</h3>
<p>I tested the Sesame2 backend for Nepomuk on Kubuntu 9.04 Jaunty Jackalope, KDE 4.3.0 and Sun JRE 6 (I have no idea if it works with GNU Java, but you can give it a try).</p>
<ol>
<li>Install <strong>soprano-backend-sesame</strong> package (<code>sudo apt-get install soprano-backend-sesame</code>)</li>
<li>Make a symlink from <code>$JAVA_HOME/jre/lib/i386/client/libjvm.so</code> in the <code>/usr/lib</code> directory</li>
<li>Restart Nepomuk server</li>
</ol>
<p>Check if Sesame2 backend is used now:</p>
<pre>qdbus org.kde.NepomukStorage /nepomukstorage usedSopranoBackend</pre>
<p>It should answer &#8220;<code>sesame2</code>&#8220;. If it still answers &#8220;<code>redland</code>&#8220;, something was wrong. You may need also to replace the value &#8220;<code>redland</code>&#8221; to &#8220;<code>sesame2</code>&#8221; in <code>~/.kde/share/config/nepomukserverrc</code> file manually and restart Nepomuk again.</p>
 <img src="http://blog.cyberborean.org/wp-content/plugins/feed-statistics.php?view=1&post_id=487" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://blog.cyberborean.org/2009/10/07/nepomuk-kde-with-the-sesame-backend/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SCAN Version 1.3 released</title>
		<link>http://blog.cyberborean.org/2008/05/12/scan-version-13-released</link>
		<comments>http://blog.cyberborean.org/2008/05/12/scan-version-13-released#comments</comments>
		<pubDate>Mon, 12 May 2008 19:41:24 +0000</pubDate>
		<dc:creator>Alex Alishevskikh</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[Information Retrieval]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[SCAN]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[tagging]]></category>

		<guid isPermaLink="false">http://cyberborean.wordpress.com/?p=258</guid>
		<description><![CDATA[What&#8217;s new in 1.3 version »
 ]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-259" src="http://cyberborean.org/blog/wp-content/uploads/2008/05/scan.png" alt="" width="64" height="64" /><a href="http://scan.sourceforge.net/?page_id=30">What&#8217;s new in 1.3 version »</a></p>
 <img src="http://blog.cyberborean.org/wp-content/plugins/feed-statistics.php?view=1&post_id=211" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://blog.cyberborean.org/2008/05/12/scan-version-13-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCAN FAQ updated</title>
		<link>http://blog.cyberborean.org/2008/02/11/scan-faq-updated</link>
		<comments>http://blog.cyberborean.org/2008/02/11/scan-faq-updated#comments</comments>
		<pubDate>Mon, 11 Feb 2008 13:31:05 +0000</pubDate>
		<dc:creator>Alex Alishevskikh</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[Information Retrieval]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[SCAN]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[tagging]]></category>

		<guid isPermaLink="false">http://cyberborean.wordpress.com/?p=249</guid>
		<description><![CDATA[New version of SCAN Frequently Asked Questions page is available.
&#8220;How does SCAN help me?&#8221;, &#8220;Why should I use it?&#8221;, &#8220;Who are the users?&#8221;, &#8220;Why it is smart?&#8221;, &#8220;Can it replace a &#8230;?&#8221;, &#8220;What is autotagging?&#8221;, technical tips-n-tricks, development questions and a lot of other things you would want to know about Smart Content Aggregation &#38; [...]]]></description>
			<content:encoded><![CDATA[<p>New version of <a href="http://scan.sourceforge.net/?page_id=20">SCAN Frequently Asked Questions</a> page is available.</p>
<p>&#8220;How does SCAN help me?&#8221;, &#8220;Why should I use it?&#8221;, &#8220;Who are the users?&#8221;, &#8220;Why it is smart?&#8221;, &#8220;Can it replace a &#8230;?&#8221;, &#8220;What is autotagging?&#8221;, technical tips-n-tricks, development questions and a lot of other things you would want to know about Smart Content Aggregation &amp; Navigation technology.</p>
<p><a href="http://scan.sourceforge.net/?page_id=20">Read SCAN FAQ »</a></p>
 <img src="http://blog.cyberborean.org/wp-content/plugins/feed-statistics.php?view=1&post_id=202" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://blog.cyberborean.org/2008/02/11/scan-faq-updated/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCAN 1.2 released</title>
		<link>http://blog.cyberborean.org/2008/01/08/scan-12-released</link>
		<comments>http://blog.cyberborean.org/2008/01/08/scan-12-released#comments</comments>
		<pubDate>Tue, 08 Jan 2008 08:58:33 +0000</pubDate>
		<dc:creator>Alex Alishevskikh</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[Information Retrieval]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[SCAN]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[tagging]]></category>

		<guid isPermaLink="false">http://cyberborean.wordpress.com/2008/01/08/scan-12-released/</guid>
		<description><![CDATA[Along with lots of minor bugfixes and performance tweaks, SCAN 1.2 introduces few essential improvements, mainly in search experience and plugins management&#8230;
(Read more on SCAN website)
 ]]></description>
			<content:encoded><![CDATA[<p>Along with lots of minor bugfixes and performance tweaks, SCAN 1.2 introduces few essential improvements, mainly in search experience and plugins management&#8230;</p>
<p><a href="http://scan.sourceforge.net/?page_id=28">(Read more on SCAN website)</a></p>
 <img src="http://blog.cyberborean.org/wp-content/plugins/feed-statistics.php?view=1&post_id=198" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://blog.cyberborean.org/2008/01/08/scan-12-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCAN 1.1 released</title>
		<link>http://blog.cyberborean.org/2007/10/22/scan-11-released</link>
		<comments>http://blog.cyberborean.org/2007/10/22/scan-11-released#comments</comments>
		<pubDate>Mon, 22 Oct 2007 02:03:09 +0000</pubDate>
		<dc:creator>Alex Alishevskikh</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[Information Retrieval]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[SCAN]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[tagging]]></category>

		<guid isPermaLink="false">http://cyberborean.wordpress.com/2007/10/22/scan-11-released/</guid>
		<description><![CDATA[See what&#8217;s new in 1.1 version.
 ]]></description>
			<content:encoded><![CDATA[<p>See <a href="http://scan.sourceforge.net/?page_id=26">what&#8217;s new in 1.1 version</a>.</p>
 <img src="http://blog.cyberborean.org/wp-content/plugins/feed-statistics.php?view=1&post_id=185" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://blog.cyberborean.org/2007/10/22/scan-11-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCAN project announce</title>
		<link>http://blog.cyberborean.org/2007/09/14/scan-project-announce</link>
		<comments>http://blog.cyberborean.org/2007/09/14/scan-project-announce#comments</comments>
		<pubDate>Fri, 14 Sep 2007 12:36:54 +0000</pubDate>
		<dc:creator>Alex Alishevskikh</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[IA]]></category>
		<category><![CDATA[Information Retrieval]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[metadata]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[SCAN]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[tagging]]></category>
		<category><![CDATA[taxonomy]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://cyberborean.wordpress.com/2007/09/14/scan-project-announce/</guid>
		<description><![CDATA[ViceVersa Technologies presents the first public release of SCAN (Smart Content Aggregation and Navigation) platform. SCAN  is a personal        Information Retrieval framework, combining search, text analysis,        tagging and metadata functions to provide new user experience of desktop    [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://scan.sourceforge.net"><img src='http://cyberborean.org/blog/wp-content/uploads/2007/09/scan100i.png' alt='SCAN' align='left' hspace='5'></a><em>ViceVersa Technologies presents the first public release of <a href="http://scan.sourceforge.net">SCAN (Smart Content Aggregation and Navigation)</a> platform. SCAN  is a personal        Information Retrieval framework, combining search, text analysis,        tagging and metadata functions to provide new user experience of desktop        navigation and document management.</em></p>
<p><span id="more-179"></span></p>
<h3>About SCAN</h3>
<blockquote><p>&#8220;&#8230; the abundance of information will be such that either you have        reached such a level of maturity that you are able to be your own        filter, or you will desperately need a filter&#8230; some professional        filter.&#8221;<br />
<em>Umberto Eco: A Conversation on Information<br />
(<a href="http://carbon.cudenver.edu/~mryder/itc_data/eco/eco.html" class="broken_link" >an interview  by Patrick Coppock</a>, February, 1995)</em></p></blockquote>
<p style="margin-top:0;">       SCAN is aiming for a solution of major problems of content organization        and findability in information overload era.</p>
<p style="margin-top:0;"><a href='http://scan.sourceforge.net/uploads/images/browse.png' title='Browse documents'><img src='http://scan.sourceforge.net/uploads/images/browse_tmb.png' alt='Browse documents' align='left' hspace='5' vspace='5' /></a>SCAN aggregates content from different sources into a single documents        collection. This repository may keep records on thousands of documents        independently of their original locations and formats. Every document        record contains a number of metadata properties (such as title,        description, author, creation date, etc) which can be either set        automatically or edited manually.</p>
<p style="margin-top:0;">       Adding documents to the repository is an automated operation. A user        only need to point SCAN to a location and the application will find and        add every document from there. Added document locations will be        monitored for changes (new, modified or deleted documents) to keep the        repository up-to-date.</p>
<p style="margin-top:0;">       The documents content is indexed for search and text analysis. You can        search the documents either by simple text queries, or by using special        forms to make complex queries for searching on document text and        properties. The queries can be saved for repeatable use.</p>
<p style="margin-top:0;"> <a href='http://scan.sourceforge.net/uploads/images/tags.png' title='Tags panel'><img src='http://scan.sourceforge.net/uploads/images/tags_tmb.png' alt='Tags panel' align='left' hspace='5' vspace='5' /></a>      The documents collection is structured with a system of tags, similar to        the services like <a href="http://del.icio.us/">del.icio.us</a> or <a href="http://flickr.com/">Flickr</a>.        Tags are keywords or labels attached to the items to identify them for        quick navigation and finding. All tags together form a t<em>axonomy</em>        representing the semantics of the documents collection. The taxonomy can        be viewed as a &#8220;tags cloud&#8221; for navigating through the documents        repository.</p>
<p style="margin-top:0;">       SCAN text analysis mechanism simplifies the process of tagging. It        analyzes a document content and suggests the most relevant words as to-be tags. It makes manual tagging as simple as selecting the tags from        the proposed candidates. It also can undertake the whole manual process        of tagging, either by automated assigning the tags to the documents, or        by finding the documents, relevant to a specific tag. Another text        analysis application is searching the documents similar to a specific        one (search by pattern).</p>
<p style="margin-top:0;">       SCAN is a component-based software using a number of plugins for        specific features. The basic SCAN platform can be easily extended with        plugins for new document formats, document locations (RSS feeds,        web-sites, e-mail, etc) and language analyzers. Whole new areas of        functionality can be added with user interface extensions. An example of        such extensions is the plugin to browse the repository with a calendar        (grouping the documents by their creation dates).</p>
<p style="margin-top:0;">       SCAN is a <a href="http://java.sun.com/">Java</a> application, so it        works on any Java-enabled platform. SCAN is a free open source software,        distributed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache        License, Version 2.0</a></p>
<h3>See also:</h3>
<ul>
<li><a href="http://scan.sourceforge.net/?page_id=19">List of current features</a></li>
<li><a href="http://sourceforge.net/project/showfiles.php?group_id=189359">Download SCAN</a></li>
<li><a href="http://scan.sourceforge.net/?page_id=7">How to obtain SCAN sources from SVN repository</a></li>
<li><a href="http://scan.sourceforge.net/?page_id=4">User&#8217;s Manual</a></li>
</ul>
 <img src="http://blog.cyberborean.org/wp-content/plugins/feed-statistics.php?view=1&post_id=179" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://blog.cyberborean.org/2007/09/14/scan-project-announce/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make a shortcut for Memoranda in KDE</title>
		<link>http://blog.cyberborean.org/2007/05/17/how-to-make-a-shortcut-for-memoranda-in-kde</link>
		<comments>http://blog.cyberborean.org/2007/05/17/how-to-make-a-shortcut-for-memoranda-in-kde#comments</comments>
		<pubDate>Thu, 17 May 2007 22:49:20 +0000</pubDate>
		<dc:creator>Alex Alishevskikh</dc:creator>
				<category><![CDATA[Howtos]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Memoranda]]></category>

		<guid isPermaLink="false">http://cyberborean.wordpress.com/2007/05/17/how-to-make-a-shortcut-for-memoranda-in-kde/</guid>
		<description><![CDATA[Because of its crossplatform nature (&#8220;run anywhere&#8221;), Memoranda has no default &#8220;installer&#8221; to be embedded into user&#8217;s desktop environment automatically. But it is pretty easy to integrate it into that environment. Let&#8217;s see how to do that in KDE case.

We assuming Memoranda is already installed on your Linux system (that is, ZIP archive is unpacked) [...]]]></description>
			<content:encoded><![CDATA[<p><em>Because of its crossplatform nature (&#8220;run anywhere&#8221;), Memoranda has no default &#8220;installer&#8221; to be embedded into user&#8217;s desktop environment automatically. But it is pretty easy to integrate it into that environment. Let&#8217;s see how to do that in KDE case.</em></p>
<p><span id="more-168"></span></p>
<p>We assuming Memoranda is already installed on your Linux system (that is, ZIP archive is unpacked) into, say, &#8220;/opt/memoranda&#8221; directory. To be sure that the executables have proper permissions, run:</p>
<pre>chmod 755 /opt/memoranda/memoranda.sh
chmod 755 /opt/memoranda/lib/kde/systray4jd</pre>
<h3>Creating a desktop shortcut</h3>
<ol>
<li>Right-click anywhere on your desktop, select &#8220;Create New-&gt;Link to application&#8230;&#8221; and enter &#8220;Memoranda&#8221;.</li>
<li>Go to &#8220;Application&#8221; tab and enter into the fields<br />
<strong>Command:</strong> /opt/memoranda/memoranda.sh<br />
<strong>Work path:</strong> /opt/memoranda</li>
<li>Go back to &#8220;General&#8221; tab and click the icon. In the icon dialog box select &#8220;Other icons&#8221;, &#8220;Browse&#8221; and point it to &#8216;/opt/memoranda/lib/icons/memoranda48&#215;48.png&#8217;</li>
<li>Press &#8220;Ok&#8221;</li>
</ol>
<p>To put new shortcut into KDE panel also, simply drag-n-drop it from the desktop.</p>
<h3>Creating a menu item</h3>
<ol>
<li>Right click the desktop shortcut created before and select &#8220;Copy&#8221;</li>
<li>Open Konqueror and navigate to &#8220;/home/<em>you</em>/.kde/share/applnk&#8221; directory. Tip: if Konqueror does not display &#8220;.kde&#8221; directory, select &#8220;Show hidden files&#8221; in its &#8220;View&#8221; menu.</li>
<li>Create new subdirectory (say, &#8220;Utilites&#8221;, &#8220;Office&#8221; or &#8220;PIM&#8221;) or go into an existing one. These subdirectories are the sections of your K menu. Right click anywhere in this directory and select &#8220;Paste file&#8221;.</li>
</ol>
<p>Done.</p>
 <img src="http://blog.cyberborean.org/wp-content/plugins/feed-statistics.php?view=1&post_id=168" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://blog.cyberborean.org/2007/05/17/how-to-make-a-shortcut-for-memoranda-in-kde/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beryl</title>
		<link>http://blog.cyberborean.org/2007/05/10/beryl</link>
		<comments>http://blog.cyberborean.org/2007/05/10/beryl#comments</comments>
		<pubDate>Thu, 10 May 2007 19:39:48 +0000</pubDate>
		<dc:creator>Alex Alishevskikh</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[beryl]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://cyberborean.wordpress.com/2007/05/10/beryl/</guid>
		<description><![CDATA[I&#8217;m feeling diggy a bit, because my desktop is shaking and spinning now. I&#8217;m trying Beryl &#8211; a 3D desktop and window manager for Linux.


A lot of people know about Beryl due to its show-stopper  feature &#8211; a 3D-dimensional &#8220;Desktop cube&#8221; where each edge of it is a separate desktop. You can place the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m feeling diggy a bit, because my desktop is shaking and spinning now. I&#8217;m trying <a href="http://www.beryl-project.org/">Beryl</a> &#8211; a 3D desktop and window manager for Linux.</p>
<p><a href="http://cyberborean.org/blog/wp-content/uploads/2007/05/desktopcube.jpg"><img src="http://cyberborean.files.wordpress.com/2007/05/desktopcube.thumbnail.jpg" alt="desktopcube.jpg" /></a></p>
<p><span id="more-162"></span></p>
<p>A lot of people know about Beryl due to its show-stopper  feature &#8211; a 3D-dimensional &#8220;Desktop cube&#8221; where each edge of it is a separate desktop. You can place the windows on separate edges and rotate the cube to change the current desktop. For those who are not on Linux, I should say that multiple desktops is a common practice in Linux desktop environments, and Beryl&#8217;s cube is just a metaphor for to visualise that old concept.</p>
<h3>What&#8217;s good</h3>
<ul>
<li>Switching between windows using their scaled live previews (like in OS X) is great.</li>
</ul>
<p><img src="http://cyberborean.org/blog/wp-content/uploads/2007/05/berylscaling.jpg" /></p>
<ul>
<li>It is an eye-candy. True transparency and realistic shadows effects make the windows looking awesome.</li>
</ul>
<p><img src="http://cyberborean.org/blog/wp-content/uploads/2007/05/berylopacity.jpg" /></p>
<ul>
<li>It is very customizable. You can spend hours to explore all options and adjust Beryl settings by your taste.</li>
<li>A rich set of customizable window decoration themes.</li>
<li>Zooming the screen is amusing and pays for accessibility.</li>
</ul>
<h3>What&#8217;s bad</h3>
<ul>
<li>Beryl didn&#8217;t work out of the box with ATI Radeon graphic card. <a href="http://www.howtoforge.com/ubuntu_feisty_beryl_ati_radeon">This howto</a> helped to fix the problem.</li>
<li>Java applications do not display correctly. See the <a href="http://wiki.beryl-project.org/wiki/Java" class="broken_link" >solution</a>.</li>
<li>I could not find an option to display taskbar icons only for a current desktop, as I used to do in default KDE mode.</li>
<li>There is a sort of conflict of Beryl and default KDE desktop switcher (&#8220;Pager&#8221;). It is better to turn it off when using Beryl.</li>
</ul>
<p><strong>[Upd:</strong> Unfortunately, the bad things list is growing<strong>]</strong></p>
<ul>
<li>Beryl makes SuperKaramba widgets invisible if SuperKaramba is started first. See <a href="https://bugs.launchpad.net/ubuntu/+source/beryl-core/+bug/104439">a trick with autostarting order</a>.</li>
<li>Beryl prevents the system to awake from Hibernate or Suspend mode. The solution is to <a href="http://forum.beryl-project.org/viewtopic.php?f=39&amp;t=789" class="broken_link" >kill Beryl before hibernating and to start it automatically on awakening</a>.</li>
</ul>
<p><strong>[/Upd]</strong><br />
Resume: Install it if you care about the desktop aesthetics or want to amaze your Windows friends.</p>
 <img src="http://blog.cyberborean.org/wp-content/plugins/feed-statistics.php?view=1&post_id=162" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://blog.cyberborean.org/2007/05/10/beryl/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Survey: How do you find your documents?</title>
		<link>http://blog.cyberborean.org/2007/03/26/survey-how-do-you-find-your-documents</link>
		<comments>http://blog.cyberborean.org/2007/03/26/survey-how-do-you-find-your-documents#comments</comments>
		<pubDate>Mon, 26 Mar 2007 15:50:00 +0000</pubDate>
		<dc:creator>Alex Alishevskikh</dc:creator>
				<category><![CDATA[Essays]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[IA]]></category>
		<category><![CDATA[metadata]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[survey]]></category>
		<category><![CDATA[tagging]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://cyberborean.wordpress.com/2007/03/26/survey-how-do-you-find-your-documents/</guid>
		<description><![CDATA[For my ongoing research, it would be helpful to gather some feedback from random people on their personal document management, navigation and information seeking preferences. Please send your answers to alexeya (at) gmail (dot) com or just attach a comment below. Thanks in advance!


When you are looking for a document on your machine, the following [...]]]></description>
			<content:encoded><![CDATA[<p>For my ongoing research, it would be helpful to gather some feedback from random people on their personal document management, navigation and information seeking preferences. Please send your answers to alexeya (at) gmail (dot) com or just attach a comment below. Thanks in advance!</p>
<p><span id="more-153"></span></p>
<ol>
<li><strong>When you are looking for a document on your machine, the following navigation hints are important (specify an order, e.g. &#8220;a, d, c, b&#8221;):</strong></li>
<p>a. File name<br />
b. File name and folder<br />
c. Date of creation/modification<br />
d. Document metadata properties<br />
e. Full-text search results</p>
<li><strong>Do you use document titles (or another semantic data) as the file names?</strong></li>
<p>a. Yes, always<br />
b. For important documents only<br />
c. Don&#8217;t care about the file names</p>
<li><strong>Do you keep a sort of semantic folder structure for storing your documents?</strong></li>
<p>a. Yes, and I keep all my documents in a single folders hierarchy, organized semantically<br />
b. Yes, but use the structure for important documents only<br />
c. Use random folder structures, depending on a context of my work<br />
d. Don&#8217;t care about where I&#8217;m saving my files</p>
<li><strong>Do you use document shortcuts (Windows) or symbolic links (*nix) for improving  navigation?</strong></li>
<p>a. Yes, often<br />
b. Rarely<br />
c. No</p>
<li><strong>How often do you use the system full-text search for finding a specific document?</strong></li>
<p>a. This is my everyday way of finding the documents<br />
b. Only when I need to find the document quickly<br />
c. Only when I gave up to find the document by other ways<br />
d. Only when I&#8217;m not sure the document on this topic exists<br />
e. Never use the search for this purpose</p>
<li><strong>Do you use &#8220;advanced search&#8221; capabilities?</strong></li>
<p>a. Yes, often<br />
b. Rarely<br />
c. No, basic search is enough</p>
<li><strong>Do you use the system &#8220;Recent documents&#8221; list?</strong></li>
<p>a. Yes, often<br />
b. Rarely<br />
c. No</p>
<li><strong>Do you enter the metadata (title, author, subject, keywords etc) in the &#8220;Document properties&#8221; dialog box of your text editor?</strong></li>
<p>a. Yes, always<br />
b. For important documents only<br />
c. Don&#8217;t care about it</p>
<li><strong>How do you mark an importance of a document?</strong></li>
<p>a. Place it into a special folder<br />
b. Place it on the desktop<br />
c. Bookmark it (place into the &#8220;Favorites&#8221;)<br />
d. Do nothing</p>
<li><strong>How many documents (in percentage against all documents on your machine) are used actively?</strong></li>
<li><strong>How do you handle outdated documents?</strong></li>
<p>a. Keep them in place<br />
b. Move to a special folder<br />
c. Move to backup media, then delete<br />
d. Delete them</p>
<li><strong>Which formats you use for the text documents </strong><strong>(specify in order of importance, e.g. &#8220;a, d, c, b&#8221;):</strong></li>
<p>a. MS Word<br />
b. OpenDocument<br />
c. PDF<br />
d. HTML<br />
e. XML or SGML (DocBook etc)<br />
f.  Plain text<br />
g. Other</p>
<li><strong>Do you save online documents on your local hard drive?</strong></li>
<p>a. Yes, often<br />
b. Save important or very large documents only<br />
c. Never</p>
<li><strong>Do you keep a sort of a personal electronic library?</strong></li>
<p>a. Yes<br />
b. No</p>
<li><strong>Do you use specialized software for photo albums or multimedia collections management?</strong></li>
<p>a. Yes<br />
b. No, standard system tools are enough</p>
<li><strong>How do you estimate efforts on supporting your local document collections?</strong></li>
<p>a. It is a burden, it takes a lot of my time and harms for my work<br />
b. It takes some time but it worths it<br />
c. It is not a problem with help of the modern desktops<br />
d. Do not see any problem</p>
<li><strong>Do you use <a href="http://del.icio.us">del.icio.us</a>?</strong></li>
<p>a. Yes, for every interesting stuff I meet on the Web<br />
b. Yes, for important links only<br />
c. Yes, for links I want to share with somebody else<br />
d. No</p>
<li><strong>How many tags are in your del.icio.us profile?</strong></li>
<li><strong>How many del.icio.us tags you usually assign per a single link (in average)?</strong></li>
<li><strong>When choosing the del.icio.us tags, you prefer</strong></li>
<p>a. Your own tags<br />
b. Other&#8217;s tags, suggested  by the service</p>
<li><strong>When choosing the del.icio.us tags, you prefer to</strong></li>
<p>a. Reuse the existing tags, as possible<br />
b. Create new tags</p>
<li><strong> Do you try to avoid tags synonymity?</strong></li>
<p>a. Yes<br />
b. No, I don&#8217;t care about synonyms</p>
<li><strong>Do you use tag bundles?</strong></li>
<p>a. Yes<br />
b. No</p>
<li><strong>Which factors are important for tags selection </strong><strong>(specify in order of importance, e.g. &#8220;a, d, c, b&#8221;)?</strong></li>
<p>a. My own subjective associations<br />
b. My vision of of the implicit topic semantics (tend to be objective)<br />
c. Explicit textual properties of the document (terms frequency, etc)<br />
d. Tags, assigned by other people</p>
<li><strong>The best synonym of  the&#8221;tag&#8221; is:</strong></li>
<p>a. Category<br />
b. Term<br />
c. Topic<br />
d. Keyword<br />
e. Label</p>
<li><strong>The purpose of the tags is:</strong></li>
<p>a. Distinction<br />
b. Unification</p>
<li><strong>A number of tags per document is a measure of:</strong></li>
<p>a. Document importance<br />
b. Information diversity<br />
c. Collection size<br />
d. Selection quality</p>
<li><strong>Would automatical tags generation be useful?</strong></li>
<p>a. Yes, and it could completely replace human brains in this area<br />
b. Yes, but it matters as a help for human brains only<br />
c. No, the tags should belong to humans</ol>
<p>Thank you!</p>
 <img src="http://blog.cyberborean.org/wp-content/plugins/feed-statistics.php?view=1&post_id=153" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://blog.cyberborean.org/2007/03/26/survey-how-do-you-find-your-documents/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using &#8220;win-key&#8221; in KDE</title>
		<link>http://blog.cyberborean.org/2006/10/19/using-win-key-in-kde</link>
		<comments>http://blog.cyberborean.org/2006/10/19/using-win-key-in-kde#comments</comments>
		<pubDate>Thu, 19 Oct 2006 14:37:24 +0000</pubDate>
		<dc:creator>Alex Alishevskikh</dc:creator>
				<category><![CDATA[Howtos]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://cyberborean.wordpress.com/2006/10/19/using-win-key-in-kde/</guid>
		<description><![CDATA[It is nearly impossible to buy a PC keyboard without a key with the flag icon, which is usually referred as a &#8220;Win-key&#8221;.   It is, of course, a question if there are any logical reasons to stamp a particular private OS logo on a universal hardware, but I am not going to discuss [...]]]></description>
			<content:encoded><![CDATA[<p>It is nearly impossible to buy a PC keyboard without a key with the flag icon, which is usually referred as a &#8220;Win-key&#8221;.   It is, of course, a question if there are any logical reasons to stamp a particular private OS logo on a universal hardware, but I am not going to discuss it right now. Instead of that, let&#8217;s see how to use this additional key for improving Linux user productivity.<br />
<span id="more-142"></span></p>
<p>I have no idea what is it doing in Windows, but the greatest advantage of this key in KDE is that it does nothing by default. Also, this is a modifier key (like Shift, Ctrl or Alt), so it can be used for setting a lot of custom keyboard shortcuts. While the most of &#8220;Ctrl+&#8221; and &#8220;Alt+&#8221; combinations are usually reserved by applications, &#8220;Win+&#8221; is vacant and ideal for defining various global system shortcuts.</p>
<p>There is my experience of using Win-key combinations:</p>
<h3>&#8220;Win&#8221; is for the windows, I think</h3>
<p>The most of shortcuts are related to the windows and desktop management actions:</p>
<ul>
<li><strong>Win+Return</strong> maximizes a window and <strong>Ctrl+Win+Return</strong> makes it full-screen.</li>
<li><strong>Win+Backspace</strong> minimizes a window.</li>
<li><strong>Win+Esc</strong> closes a window.</li>
<li><strong>Win+Space</strong> shows desktop (minimizes all windows).</li>
<li><strong>Win+<em>number</em></strong> (<strong>Win+1</strong>, <strong>Win+2</strong>&#8230;) switches to the given desktop. Also, <strong>Win+Up/Down</strong> switches to the previous or next desktop (I use vertical desktop pager).</li>
<li><strong>Ctrl+Win+<em>number</em></strong> and <strong>Ctrl+Win+Up/Down</strong> moves active window to the specified desktop.</li>
<li><strong>Win+Menu</strong> shows a list of all windows on all desktops.</li>
</ul>
<h3>AmaroK</h3>
<p>Win-key in combination with additional numeric keypad (aka &#8220;grey keys&#8221;) is used for controlling AmaroK audioplayer.</p>
<ul>
<li><strong>Win+GrayInsert</strong> is for play/pause.</li>
<li><strong>Win+GrayPlus</strong> and <strong>Win+GrayMinus</strong> manage sound volume and <strong>Win+GrayMultiply</strong> mutes volume.</li>
<li><strong>Win+GrayLeft/Win+GrayRight</strong> switches the tracks</li>
</ul>
<h3>Launching the applications</h3>
<p>Combinations of the Win-key with alphabetic keys are used for quick launching the most needed applications and utilities. There are lot of them and it makes no sense to enumerate them here &#8211; every user has her own list of preferred software.</p>
<p>Win-key is a good thing, whatever a logo is there. Finally, everyone might put a penguin or K-gear sticker on it :-)</p>
 <img src="http://blog.cyberborean.org/wp-content/plugins/feed-statistics.php?view=1&post_id=142" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://blog.cyberborean.org/2006/10/19/using-win-key-in-kde/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
