<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Open Camp</title>
	<atom:link href="http://opencamp.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://opencamp.wordpress.com</link>
	<description>experiencing open software</description>
	<lastBuildDate>Fri, 30 Dec 2011 02:50:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='opencamp.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Open Camp</title>
		<link>http://opencamp.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://opencamp.wordpress.com/osd.xml" title="Open Camp" />
	<atom:link rel='hub' href='http://opencamp.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Squashing some local bugs in my system</title>
		<link>http://opencamp.wordpress.com/2011/12/29/squashing-some-local-bugs-in-my-system/</link>
		<comments>http://opencamp.wordpress.com/2011/12/29/squashing-some-local-bugs-in-my-system/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 22:26:22 +0000</pubDate>
		<dc:creator>opencamp</dc:creator>
				<category><![CDATA[configuration]]></category>

		<guid isPermaLink="false">http://opencamp.wordpress.com/?p=363</guid>
		<description><![CDATA[To celebrate the LibreOffice Bug Hunting Session yesterday and today I wanted to make notes of some desktop issues I&#8217;ve had lately, and have mostly overcome. To preface, there have been times in the last year where I have been very close to pitching my Linux desktop operating system over issues that seem to reveal [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=opencamp.wordpress.com&amp;blog=4311698&amp;post=363&amp;subd=opencamp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>To celebrate the <a href="http://wiki.documentfoundation.org/QA/BugHunting_Session_3.5.0.-1" target="_blank">LibreOffice Bug Hunting Session yesterday and today</a> I wanted to make notes of some desktop issues I&#8217;ve had lately, and have mostly overcome.</p>
<p>To preface, there have been times in the last year where I have been very close to pitching my Linux desktop operating system over issues that seem to reveal that it just does not have the stability, reliability or &#8220;usability&#8221; that an average person needs.  Like when a home computer is malfunctioning, or I&#8217;m trying to support a family member&#8217;s new system and issues keep coming up I have been tempted to toss the system and move back to Windows, primarily to simplify things and create an environment where the variables are less dependent upon me.</p>
<p>I&#8217;ll add a couple of caveats to the paragraph above.  Linux is <em>very</em> customizable, which is a great strength of it, but also is dangerous.  It is easy to delve into configurations that are open which should be left alone; in a Microsoft or Apple environment those doors are sealed shut for the most part.  Another issue is that I update a lot.  Almost everyday.  I should be more patient&#8211; it&#8217;s a bad habit.</p>
<p>Overall the last six months has actually strengthened my resolve to stick with the OSS community, and especially their operating system.  My OS of choice is <a href="http://www.opensuse.org/en/" target="_blank">OpenSUSE</a>, and I have found that <a href="http://forums.opensuse.org/" target="_blank">the forum</a> members have been sincere, jovial and compassionate.  It is worth sticking with the Linux system if for nothing else than the community.</p>
<p>Here is a log of some issues I&#8217;ve allowed to build up in my system, and how I went about solving them.</p>
<h3>Hibernation Mode broken</h3>
<p>My hibernate splash screen has been &#8220;command line&#8221; instead of a graphical splash screen.  So I began following this <a href="https://bugzilla.novell.com/show_bug.cgi?id=664793" target="_blank">bug</a> and this <a href="http://en.opensuse.org/SDB:Suspend_to_disk#Splash_screen" target="_blank">page</a>.  Eventually by adding a development build of splashy and adding some custom code I got a fix.</p>
<p>I found you could adjust settings here /etc/suspend.conf to:</p>
<pre>## use splash picture? (default y)
splash = y</pre>
<p>Since then the standard repositories have updated, and I think for the most part this is fixed.  I have also found some splashy configuration files here: /etc/splashy/ and usr/share/splashy/themes/.</p>
<h3>LibreOffice won&#8217;t load because of Java issue</h3>
<p>I began having an issue whenever I would try to launch LibreOffice.  The error would state: javaldx failed! Warning: failed to read path from javaldx.</p>
<p>I knew this had something to do with Java, and thought perhaps it was a Java 1.6 vs 1.7 issue.  Earlier this year I was finding that LibreOffice would have issues when I installed the new Java application on Windows computers, I think this is fixed now.  But no Java upgrades or downgrades would help.  Currently I use Java 1.6 OpenJDK which I&#8217;m happy with, except for the occational propritary webap which requires Oracle&#8217;s version, rather than the opensource OpenJDK version&#8211; see here for <a href="http://www.h-online.com/open/news/item/Oracle-retires-licence-for-distributing-its-Java-with-Linux-1332835.html" target="_blank">the news of the removal of Oracle pulling back their free licence</a> earlier this year.</p>
<p>Finally this was a very basic fix.  I simply changed the permissions of my ~/.libreoffice directory to 766 in Terminal and LibreOffice worked!  Then I realized that I had recreated my user profile, and this is when I began having trouble.</p>
<p>Next time I create, copy or attempt to duplicate a username I need to make sure I adjust all the directory permissions.</p>
<h3>Private XMPP server on kde?</h3>
<p>I would like to use a kde client with a private xmpp server like OpenFire, but I haven&#8217;t had luck with kopete or telepathy, spark and pidgin work for me though.  I used to use Kopete entirely on my KDE desktop, but now have reverted to using Pidgin which I haven&#8217;t used for a long time.</p>
<p>There is a <a href="https://bugs.kde.org/show_bug.cgi?id=221533" target="_blank">KDE Bug</a> out there which seems to be getting no love.  I would love to see a patch for this&#8230; but fix in sight yet.</p>
<h3>Discombobulated Font Rendering</h3>
<p>After installing quite a few updates on a system my font rendering was entirely messed up.  This was at a point when the unstable kde-telepathy presence module really messed up my system, and I had to delete and restart my ~/.kde4 directory.  I reinstalled fonts, and the freetype2-devel package (which is <em>REALLY, REALLY </em>great), and fetchmsttfonts (or msttcorefonts in some systems).  Still no help.</p>
<p>I then realized I had not readjusted my KDE Font Settings.  So then I went in and enable anti-aliasing, and then configured the rest of it.  I still had issues. I rebooted, tried different profiles, still no fix.  But my other Linux computers were fine, and the issue was especially related to Google Fonts on a particular website which now looked really ugly.</p>
<p>Finally today I found the issue.  I had not configured my anti-alias font setting correctly, or I had gone overboard.  I had selected an &#8220;excluded range.&#8221;  Taking this off, and keeping sub-pixel rendering to RGB, and hinting style to Medium I had a beautiful desktop once again!</p>
<p>By the way, if you have not taken advantage of freetype 2.4, please do, it makes for a shiny, clear looking graphical interface.  Also, upgrading graphics cards and adding DVI cables where ever possible lately has also made a huge difference!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/opencamp.wordpress.com/363/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/opencamp.wordpress.com/363/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/opencamp.wordpress.com/363/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/opencamp.wordpress.com/363/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/opencamp.wordpress.com/363/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/opencamp.wordpress.com/363/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/opencamp.wordpress.com/363/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/opencamp.wordpress.com/363/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/opencamp.wordpress.com/363/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/opencamp.wordpress.com/363/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/opencamp.wordpress.com/363/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/opencamp.wordpress.com/363/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/opencamp.wordpress.com/363/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/opencamp.wordpress.com/363/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=opencamp.wordpress.com&amp;blog=4311698&amp;post=363&amp;subd=opencamp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://opencamp.wordpress.com/2011/12/29/squashing-some-local-bugs-in-my-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/05597cc7e5e0c2e46c941aa470e00158?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">opencamp</media:title>
		</media:content>
	</item>
		<item>
		<title>Running on OpenSUSE 12.1</title>
		<link>http://opencamp.wordpress.com/2011/11/29/running-on-opensuse-12-1/</link>
		<comments>http://opencamp.wordpress.com/2011/11/29/running-on-opensuse-12-1/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 18:14:36 +0000</pubDate>
		<dc:creator>opencamp</dc:creator>
				<category><![CDATA[releases]]></category>
		<category><![CDATA[opensuse]]></category>

		<guid isPermaLink="false">http://opencamp.wordpress.com/?p=354</guid>
		<description><![CDATA[I&#8217;m currently running on one of the newest Linux distributions to be released!  So I thought I would post my specs: OpenSUSE 12.1 (32-bit) Linux 3.1.0 KDE 4.7.3 AMD Athlon II X2 processor 4GB RAM (3.68GB available) ATI Radeon 4350 I primarily had three issues: Proprietary ATI driver NTFS fstab entry which caused boot failure [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=opencamp.wordpress.com&amp;blog=4311698&amp;post=354&amp;subd=opencamp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m currently running on one of the newest Linux distributions to be released!  So I thought I would post my specs:</p>
<p><strong>OpenSUSE 12.1</strong> (32-bit)<br />
Linux 3.1.0<br />
KDE 4.7.3</p>
<p>AMD Athlon II X2 processor<br />
4GB RAM (3.68GB available)<br />
ATI Radeon 4350</p>
<p>I primarily had three issues:</p>
<p>Proprietary ATI driver</p>
<p>NTFS fstab entry which caused boot failure until I commented it out.  Since then I&#8217;ve added it back, so I&#8217;m not sure what the issue was.</p>
<p>ALSA dropped my audio settings, adding back my user to audio group fixed it.</p>
<p>Other than that it is a beautiful system!</p>
<div id="attachment_388" class="wp-caption aligncenter" style="width: 617px"><a href="http://opencamp.files.wordpress.com/2011/11/snapshot2.png"><img class=" wp-image-388" title="OpenSUSE 12.1 " src="http://opencamp.files.wordpress.com/2011/11/snapshot2.png?w=607&#038;h=379" alt="" width="607" height="379" /></a><p class="wp-caption-text">desktop screenshot</p></div>
<p>UPDATE:<br />
There was, in my opinion, a strange change to the login window (KDM) in the 12.1 release.  There is no graphical way to select users, you have to know their username and type it in manually.  To fix this, here is a link to change the settings:<br />
<a href="http://forums.opensuse.org/blogs/jdmcdaniel3/opensuse-12-1-suse-kdm-login-screen-user-listing-80/" target="_blank">http://forums.opensuse.org/blogs/jdmcdaniel3/opensuse-12-1-suse-kdm-login-screen-user-listing-80/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/opencamp.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/opencamp.wordpress.com/354/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/opencamp.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/opencamp.wordpress.com/354/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/opencamp.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/opencamp.wordpress.com/354/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/opencamp.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/opencamp.wordpress.com/354/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/opencamp.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/opencamp.wordpress.com/354/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/opencamp.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/opencamp.wordpress.com/354/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/opencamp.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/opencamp.wordpress.com/354/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=opencamp.wordpress.com&amp;blog=4311698&amp;post=354&amp;subd=opencamp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://opencamp.wordpress.com/2011/11/29/running-on-opensuse-12-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/05597cc7e5e0c2e46c941aa470e00158?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">opencamp</media:title>
		</media:content>

		<media:content url="http://opencamp.files.wordpress.com/2011/11/snapshot2.png?w=1024" medium="image">
			<media:title type="html">OpenSUSE 12.1 </media:title>
		</media:content>
	</item>
		<item>
		<title>Booting up a Dual System</title>
		<link>http://opencamp.wordpress.com/2011/08/07/booting-up-a-dual-system/</link>
		<comments>http://opencamp.wordpress.com/2011/08/07/booting-up-a-dual-system/#comments</comments>
		<pubDate>Sun, 07 Aug 2011 23:08:49 +0000</pubDate>
		<dc:creator>opencamp</dc:creator>
				<category><![CDATA[configuration]]></category>

		<guid isPermaLink="false">http://opencamp.wordpress.com/?p=339</guid>
		<description><![CDATA[I succumbed to allowing Microsoft back on my hard drive this week. With the desire for others to have a &#8220;familiar expectation&#8221; in the operating system they encounter on my computer, and ability to load some win32 programs (natively), and also give me the ability to be creative and keep up with both worlds at [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=opencamp.wordpress.com&amp;blog=4311698&amp;post=339&amp;subd=opencamp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I succumbed to allowing Microsoft back on my hard drive this week. With the desire for others to have a &#8220;familiar expectation&#8221; in the operating system they encounter on my computer, and ability to load some win32 programs (natively), and also give me the ability to be creative and keep up with both worlds at the same time&#8230; I pulled out my Windows discs.</p>
<p>First I booted off a Linux LiveCD&#8211; PartitionMagic 3.6.  I created a 65GB NTFS partition and left the rest of my 150GB unallocated.</p>
<p>I booted off a WinXP disc and installed into the first NTFS partion.</p>
<p>Then I booted off OpenSUSE 11.4 DVD and installed my Linux desktop on the unallocated portion, formatting it in EXT4 format.  I saw the installer identified by windows partition and chose to leave it alone, and I chose to boot off my MBR as the only customization.</p>
<p>This gave me a GRUB menu with OpenSUSE and Windows both as options automatically!</p>
<p>I then upgraded Windows XP to 7, which wiped out my GRUB.  So I booted off my OpenSUSE DVD and chose &#8220;Upgrade&#8221; which I don&#8217;t believe really did anything except reinstall GRUB.  After a reboot I was backbone business with my boot menu displaying OpenSUSE Linux as the default, a &#8220;Failsafe&#8221; Linux option, and then Windows.</p>
<p>So far it has been great! From within Linux I can also access my Windows partition and so I created a link to my user directory to be able to easily share items. I&#8217;m not sure if I can do the same from within Windows and mount my EXT4 /home drive&#8230;</p>
<p>I&#8217;m currently exploring how I can sync apps within the two OSs. For the first time I&#8217;ve used Firefox Sync and it seems to to the job between using browsers in both systems, although thy was probably not the top reason it was designed.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/opencamp.wordpress.com/339/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/opencamp.wordpress.com/339/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/opencamp.wordpress.com/339/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/opencamp.wordpress.com/339/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/opencamp.wordpress.com/339/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/opencamp.wordpress.com/339/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/opencamp.wordpress.com/339/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/opencamp.wordpress.com/339/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/opencamp.wordpress.com/339/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/opencamp.wordpress.com/339/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/opencamp.wordpress.com/339/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/opencamp.wordpress.com/339/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/opencamp.wordpress.com/339/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/opencamp.wordpress.com/339/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=opencamp.wordpress.com&amp;blog=4311698&amp;post=339&amp;subd=opencamp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://opencamp.wordpress.com/2011/08/07/booting-up-a-dual-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/05597cc7e5e0c2e46c941aa470e00158?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">opencamp</media:title>
		</media:content>
	</item>
		<item>
		<title>TDF vs. Apache</title>
		<link>http://opencamp.wordpress.com/2011/07/29/tdf-vs-apache/</link>
		<comments>http://opencamp.wordpress.com/2011/07/29/tdf-vs-apache/#comments</comments>
		<pubDate>Fri, 29 Jul 2011 04:30:59 +0000</pubDate>
		<dc:creator>opencamp</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[thoughts]]></category>

		<guid isPermaLink="false">http://opencamp.wordpress.com/2011/07/06/tdf-vs-apache/</guid>
		<description><![CDATA[The recent donation of the OpenOffice.org code to the Apache Foundation has been proceeded by months of PR by The Document Foundation arguing for the consolidation and conciliation that the Oo.org code best belongs to a community project such as TDF&#8217;s LibreOffice. TDF has toughed the principles of it&#8217;s meritocracy and drive to create a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=opencamp.wordpress.com&amp;blog=4311698&amp;post=348&amp;subd=opencamp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The recent donation of the <a href="http://www.openoffice.org" target="_blank">OpenOffice.org</a> code to the <a href="http://incubator.apache.org/openofficeorg/" target="_blank">Apache Foundation</a> has been proceeded by months of PR by <a href="http://www.documentfoundation.org/" target="_blank">The Document Foundation</a> arguing for the consolidation and conciliation that the Oo.org code best belongs to a community project such as TDF&#8217;s <a href="http://www.libreoffice.org" target="_blank">LibreOffice</a>. TDF has toughed  the principles of it&#8217;s meritocracy and drive to create a quality, user-focused product through many blog posts; it seems they hope to convince Oracle and sway the global consensus toward the donation of the Oo.org code to allow the projects to work as one.</p>
<p>I&#8217;ve been very impressed all along with the amiable attitude eminating from the LibreOffice developers toward Oracle, despite the obvious philosophical split and project splintering.</p>
<p>Currently I feel that the incubation and soon &#8220;re-hatching&#8221; of the OpenOffice.org project under Apache creates the opportunity for a great new dynamic within the FLOSS world!  The supposition seems to have been that OpenOffice.org has just stagnated, and will only continue to do so under the Apache license.  I can&#8217;t speak to that or how future creative development may happen within the milieu of Apache.  However a the catalyst of competition <em>within</em> FLOSS is rare, and we may see it&#8217;s birth here.  That is exciting for me.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/opencamp.wordpress.com/348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/opencamp.wordpress.com/348/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/opencamp.wordpress.com/348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/opencamp.wordpress.com/348/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/opencamp.wordpress.com/348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/opencamp.wordpress.com/348/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/opencamp.wordpress.com/348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/opencamp.wordpress.com/348/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/opencamp.wordpress.com/348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/opencamp.wordpress.com/348/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/opencamp.wordpress.com/348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/opencamp.wordpress.com/348/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/opencamp.wordpress.com/348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/opencamp.wordpress.com/348/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=opencamp.wordpress.com&amp;blog=4311698&amp;post=348&amp;subd=opencamp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://opencamp.wordpress.com/2011/07/29/tdf-vs-apache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/05597cc7e5e0c2e46c941aa470e00158?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">opencamp</media:title>
		</media:content>
	</item>
		<item>
		<title>Getting used to the Gnome 3 interface adjustments</title>
		<link>http://opencamp.wordpress.com/2011/06/16/getting-used-to-the-gnome-3-interface-adjustments/</link>
		<comments>http://opencamp.wordpress.com/2011/06/16/getting-used-to-the-gnome-3-interface-adjustments/#comments</comments>
		<pubDate>Thu, 16 Jun 2011 22:33:46 +0000</pubDate>
		<dc:creator>opencamp</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://opencamp.wordpress.com/?p=294</guid>
		<description><![CDATA[I upgraded my OpenSUSE 11.4/Tumbleweed desktop to Gnome 3 at the beginning of May. I had tried Gnome-shell here and there in 2.30 and 2.32 releases and it crashed so frequently I never stuck with it.  But the simplicity of the interface and attempt at creating an environment that was intuitively unique was very interesting [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=opencamp.wordpress.com&amp;blog=4311698&amp;post=294&amp;subd=opencamp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I upgraded my OpenSUSE 11.4/Tumbleweed desktop to Gnome 3 at the beginning of May. I had tried Gnome-shell here and there in 2.30 and 2.32 releases and it crashed so frequently I never stuck with it.  But the simplicity of the interface and attempt at creating an environment that was intuitively unique was very interesting for me.  So when OpenSUSE added a stable Gnome-3 repo to it&#8217;s 11.4/Gnome 2.32 release I soon upgraded and began using it.</p>
<p>To start with I have included the <a href="http://repos.opensuse-community.org/subpixel/" target="_blank">subpixel repository</a> which improves the look and other <a href="http://forums.opensuse.org/new-user-how-faq-read-only/407184-multi-media-restricted-format-installation-guide.html#post2298003" target="_blank">restricted drivers</a>.</p>
<p>The &#8220;gnome-tweak-tool&#8221; was an essential add-on to adjust the environment. I&#8217;m still confused why it is not added by default, as the Gnome2 Appearance tool is always a default package.  I needed to add the Adwaita theme separately from OpenSUSE repos, which then helped the default and ugly interface.  But since then I&#8217;ve switched to Sonar which I prefer because the window decoration is smaller.  I&#8217;m currently using the Tango icon theme.</p>
<p>I finally figured out two shortcuts that made a world of difference. Like a Mac ALT-TAB changes your apps in a workspace, not your windows. This makes a big difference when wanting to switch between Firefox or LibreOffice windows. The typical shortcut I&#8217;ve always used for years doesn&#8217;t help. For awhile I limped a long using a combination of ALT-TAB and my mouse to hover over submenus that appeared to navigate to the window I wanted. Finally I realized last week that, like Mac, ALT-~ toggles between windows within the same app! This is an immense help.</p>
<p>The other issue was shutting down or rebooting my computer. There just did not seem to be any option available for it! The User Status menu in the top right corner is where I thought it should be, and I really like the menu&#8211; but it&#8217;s total functionally has puzzled me as the shutdown and reboot options are not present.</p>
<p>The &#8220;Super&#8221; or Windows-Start button opens the shell application browser.  I&#8217;m used to using Gnome-Do, but this shortcut and interface has begun to replace my use of Gnome-Do so far.  But I still summon it when I need to get to an OpenSUSE-specific app or YAST2 module, such as my Repositories list.</p>
<p><a href="http://opencamp.files.wordpress.com/2011/06/gnome3.jpg"><img class="aligncenter size-full wp-image-343" title="gnome3" src="http://opencamp.files.wordpress.com/2011/06/gnome3.jpg" alt="My current Gnome 3 desktop" width="950" height="594" /></a></p>
<p>Just today I have found that there are a number of Gnome Shell extensions available in the <a href="http://download.opensuse.org/repositories/GNOME:/STABLE:/3.0/openSUSE_11.4" target="_blank">GNOME-3 repository</a>, this is a great help!  I started by installing them all, which then kept crashing shell.  So after removing a few I&#8217;m able to use it again.  I think &#8220;gnome-shell-extension-user-theme&#8221; is the one that has made it crash, but I&#8217;m not positive.  The &#8220;gnome-shell-extension-alt-status-menu&#8221; has given me my &#8220;Power Off&#8230;&#8221; option to my User Status Menu again!</p>
<p>I&#8217;ve also found this post (<a href="http://stick.gk2.sk/blog/2011/06/gnome-shell-extension-yast-status-menu/" target="_blank">GNOME-Shell Extension: YaST (item in) Status Menu</a>), which I will attempt to add.  YAST2 certainly needs to be integrated with the Gnome 3 Shell to keep pace with where Gnome is at.  Try downloading it <a href="http://download.opensuse.org/repositories/home:/prusnak/openSUSE_11.4/noarch/gnome-shell-extension-yast-status-menu-3.0-5.1.noarch.rpm" target="_blank">directly here</a>:</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/opencamp.wordpress.com/294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/opencamp.wordpress.com/294/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/opencamp.wordpress.com/294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/opencamp.wordpress.com/294/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/opencamp.wordpress.com/294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/opencamp.wordpress.com/294/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/opencamp.wordpress.com/294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/opencamp.wordpress.com/294/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/opencamp.wordpress.com/294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/opencamp.wordpress.com/294/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/opencamp.wordpress.com/294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/opencamp.wordpress.com/294/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/opencamp.wordpress.com/294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/opencamp.wordpress.com/294/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=opencamp.wordpress.com&amp;blog=4311698&amp;post=294&amp;subd=opencamp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://opencamp.wordpress.com/2011/06/16/getting-used-to-the-gnome-3-interface-adjustments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/05597cc7e5e0c2e46c941aa470e00158?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">opencamp</media:title>
		</media:content>

		<media:content url="http://opencamp.files.wordpress.com/2011/06/gnome3.jpg" medium="image">
			<media:title type="html">gnome3</media:title>
		</media:content>
	</item>
		<item>
		<title>The (Re)design of (Libre)Office</title>
		<link>http://opencamp.wordpress.com/2011/03/22/the-redesign-of-libreoffice/</link>
		<comments>http://opencamp.wordpress.com/2011/03/22/the-redesign-of-libreoffice/#comments</comments>
		<pubDate>Tue, 22 Mar 2011 04:18:25 +0000</pubDate>
		<dc:creator>opencamp</dc:creator>
				<category><![CDATA[thoughts]]></category>

		<guid isPermaLink="false">http://opencamp.wordpress.com/?p=286</guid>
		<description><![CDATA[I believe The Document Foundation needs to take a critical, wise and courageous look at its LibreOffice design it has inherited from OpenOffice.org. This analysis would best be effective if performed fast and among an open community.   Currently, here&#8217;s a shot of what my LibreOffice 3.3 Writer module looks like: The last few months have [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=opencamp.wordpress.com&amp;blog=4311698&amp;post=286&amp;subd=opencamp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I believe <a href="http://www.documentfoundation.org/" target="_blank">The Document Foundation</a> needs to take a critical, wise and courageous look at its <a href="http://www.libreoffice.org" target="_blank">LibreOffice</a> design it has inherited from <a href="http://www.openoffice.org" target="_blank">OpenOffice.org</a>. This analysis would best be effective if performed fast and among an open community.   Currently, here&#8217;s a shot of what my LibreOffice 3.3 Writer module looks like:</p>
<div id="attachment_334" class="wp-caption aligncenter" style="width: 537px"><a href="http://opencamp.files.wordpress.com/2011/03/libreoffice-oxygen.jpg"><img class="size-full wp-image-334" title="libreoffice-oxygen" src="http://opencamp.files.wordpress.com/2011/03/libreoffice-oxygen.jpg" alt="" width="527" height="273" /></a><p class="wp-caption-text">LibreOffice 3.3 with Oxygen icon theme</p></div>
<p>The last few months have bred numerous ideas that creatively rearrange  the layout of LibreOffice&#8211; especially the Writer application module.   See some examples here:</p>
<div id="attachment_329" class="wp-caption aligncenter" style="width: 592px"><a href="http://usrnametaken.deviantart.com/gallery/28215513#/d37dwbf"><img class="size-full wp-image-329" src="http://opencamp.files.wordpress.com/2011/03/usrnametaken2.jpeg" alt="" width="582" height="246" /></a><p class="wp-caption-text">by usrnametaken at DeviantArt</p></div>
<p style="text-align:center;">&nbsp;</p>
<div id="attachment_328" class="wp-caption aligncenter" style="width: 650px"><a href="http://usrnametaken.deviantart.com/gallery/28185662#/d375abm"><img class="size-full wp-image-328" title="usrnametaken1" src="http://opencamp.files.wordpress.com/2011/03/usrnametaken1.png" alt="" width="640" height="301" /></a><p class="wp-caption-text">by usrnametaken at DeviantArt</p></div>
<div id="attachment_327" class="wp-caption aligncenter" style="width: 472px"><a href="http://pauloup.deviantart.com/gallery/28216273#/d37dxkj"><img class="size-full wp-image-327" title="pauloup" src="http://opencamp.files.wordpress.com/2011/03/pauloup.jpg" alt="" width="462" height="262" /></a><p class="wp-caption-text">by pauloup at DeviantArt</p></div>
<div id="attachment_325" class="wp-caption aligncenter" style="width: 633px"><a href="http://clickortap.wordpress.com/2011/01/17/citrus-ui-review/"><img class="size-full wp-image-325" title="citrus" src="http://opencamp.files.wordpress.com/2011/03/citrus.png" alt="" width="623" height="192" /></a><p class="wp-caption-text">by clickortap</p></div>
<p>These prototype designs show a promising future and a sleek user interface if the developers on The Document Foundation indeed pay attention and latch on to one of these ideas.  However another possibility would be a downstream submission which would provide an alternative interface for users of a particular Linux distribution&#8211;I&#8217;m thinking of Ubuntu&#8217;s <a href="http://www.canonical.com/" target="_blank">Canonical</a> here (although I personally think <a href="http://www.scribus.net/" target="_blank">Scribus</a> would be a better use of their time).</p>
<p>In my opinion these designs each demonstrate that an eye-pleasing layer could be placed over the existing suite of applications and offer a user a sense that they are working in a 21st century program and aesthetically compete with Microsoft and Apple a little more directly.  But there is another, more compelling reason for this to be considered.  To offer innovation within the GUI (emphasis on USER) would be a benefit not simply because everyone else is doing it, but because it fits exactly in-line with the philosophy of free software, if done right.</p>
<p>Commercial software companies spend an enormous amount of money on interfaces focused on end-user studies, ergonomics, usability and intuitive design.  In fact it would seem sometimes that new versions of these commercial programs update the graphical design more than the actual features or capabilities of the software.  <a href="http://blog.documentfoundation.org/2011/03/18/status-quo-on-the-foundation/" target="_blank">The Document Foundation now has a 40.000 € budget</a> and growing.  Even this is a small amount in comparison if it was all tossed to specialists and third-party advisers in these critical development areas. We can do better, not because we are Linux, but because we have a different understanding of freedom/liberty.</p>
<p>In each presentation of the best, latest, shiniest software release there is a subtle, sneaky lock-in, learning curve and dictation from the supplier to the user as to &#8220;what is <em>the best way</em> to interact with this program&#8221; and what functions will be the best tools to accomplish what you want to get done.</p>
<p>LibreOffice will be successful not because of innovation (dictation) but because of freedom (customization).</p>
<p>My suggestion, is to take the best of tabs, ribbons and docks.  Take the finest customization techniques built into LibreOffice and already available in the Linux-sphere and pack them into an upgrade of this suite that will offer users what they want, what they need, and what works for them.</p>
<p>What this would look like is full customization of tools, groups, position, appearance and visibility.  My term for this is &#8220;toolgroups.&#8221;  This reaches beyond the function of static tools grouped within a ribbon tab.  Rather, this is a user-customized group of tools tagged to appear always, or workspace dependent.  The group can be placed in a sidebar, floating dock or in an inactive tabset.</p>
<p>I hate to even upload a mockup of what this would look like.  Partly because I&#8217;m not wanting to compete with the great DeviantArt works that are out there.  They are done well and speak for themselves that creativity and time has been invested in them.  I especially do not want to post something now because a display of my toolgroup arrangement would be personally descriptive, not imperative.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/opencamp.wordpress.com/286/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/opencamp.wordpress.com/286/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/opencamp.wordpress.com/286/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/opencamp.wordpress.com/286/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/opencamp.wordpress.com/286/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/opencamp.wordpress.com/286/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/opencamp.wordpress.com/286/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/opencamp.wordpress.com/286/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/opencamp.wordpress.com/286/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/opencamp.wordpress.com/286/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/opencamp.wordpress.com/286/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/opencamp.wordpress.com/286/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/opencamp.wordpress.com/286/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/opencamp.wordpress.com/286/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=opencamp.wordpress.com&amp;blog=4311698&amp;post=286&amp;subd=opencamp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://opencamp.wordpress.com/2011/03/22/the-redesign-of-libreoffice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/05597cc7e5e0c2e46c941aa470e00158?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">opencamp</media:title>
		</media:content>

		<media:content url="http://opencamp.files.wordpress.com/2011/03/libreoffice-oxygen.jpg" medium="image">
			<media:title type="html">libreoffice-oxygen</media:title>
		</media:content>

		<media:content url="http://opencamp.files.wordpress.com/2011/03/usrnametaken2.jpeg" medium="image" />

		<media:content url="http://opencamp.files.wordpress.com/2011/03/usrnametaken1.png" medium="image">
			<media:title type="html">usrnametaken1</media:title>
		</media:content>

		<media:content url="http://opencamp.files.wordpress.com/2011/03/pauloup.jpg" medium="image">
			<media:title type="html">pauloup</media:title>
		</media:content>

		<media:content url="http://opencamp.files.wordpress.com/2011/03/citrus.png" medium="image">
			<media:title type="html">citrus</media:title>
		</media:content>
	</item>
		<item>
		<title>LibreOffice for Windows needs improvement</title>
		<link>http://opencamp.wordpress.com/2011/02/28/libreoffice-for-windows-needs-improvement/</link>
		<comments>http://opencamp.wordpress.com/2011/02/28/libreoffice-for-windows-needs-improvement/#comments</comments>
		<pubDate>Mon, 28 Feb 2011 15:15:45 +0000</pubDate>
		<dc:creator>opencamp</dc:creator>
				<category><![CDATA[thoughts]]></category>

		<guid isPermaLink="false">http://opencamp.wordpress.com/2011/02/24/libreoffice-for-windows-needs-improvement/</guid>
		<description><![CDATA[After using LibreOffice and installing it multiple times now on Windows machines I feel a discontent regarding the fact the fact that even in the initial release some glaring features in my eyes were not addressed. The Windows installer itself needs improvement.  I state this first because this is the initial encounter a user has [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=opencamp.wordpress.com&amp;blog=4311698&amp;post=300&amp;subd=opencamp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After using LibreOffice and installing it multiple times now on Windows machines I feel a discontent regarding the fact the fact that even in the initial release some glaring features in my eyes were not addressed.</p>
<p>The Windows installer itself needs improvement.  I state this first because this is the initial encounter a user has with the software.  I often consider suggesting opensource software apps to new people based especially on how simple and intuitive the installation process is.  The particular installer for LibreOffice immediately asks the awkward question of where installation files should be &#8220;unpacked&#8221;.  For most elementary PC users this is confounding&#8211;&#8221;Is this the installation directory I&#8217;m choosing?&#8221;  &#8221;I thought I already downloaded the application, what&#8217;s this?&#8221;  I don&#8217;t know why this a necessary step in the process.  It would seem it could easily be bypassed by simply hiding this step even if it is necessary and assign it to the background while a hidden, temporary directory is created and then deleted afterwards.  The remaining directory on one&#8217;s Desktop or anywhere else chosen is a confusing item unless one already understands the process and is confident in quickly deleting it.</p>
<p>Here are some other items on my wishlist, especially for the Windows-based development of LibreOffice:</p>
<p>A 64-bit installer.  Really, I don&#8217;t think it&#8217;s that unreasonable to ask for this.  The simple reasons are: it is available in Linux, it is inevitable that it will be done eventually so it will be a pleasing benefit the sooner it is accomplished, and finally it will satisfy the insatiable desire for 64-bit OS users to migrate all their apps to native (even if the gain is negligible).</p>
<p>Another issue is the setting of default save formats.  One of the first steps I perform after installing LibreOffice on a friend&#8217;s computer is quickly get into the Options and change the Load/Save-&gt;General settings for the Document type.  I typically will reset these to doc, xls and ppt for respective programs.  I&#8217;m <em>not</em> against ODF.  But I do this to avoid the conversation sometimes with persons I know will not be convinced within the time we have to talk, or will immediately complain and trash the application as soon as they discover &#8220;it is not compatible with Word.&#8221;  So, it order to make this an obvious option and capability of the office suite I would suggest adding this into the installer or first-boot.  Why not have a series of radio boxes such as this:</p>
<p><a href="http://opencamp.files.wordpress.com/2011/02/default-save-format.jpg"><img class="aligncenter size-full wp-image-303" title="default save format" src="http://opencamp.files.wordpress.com/2011/02/default-save-format.jpg" alt="" width="371" height="263" /></a><br />
There needs to be serious consideration of the toolbars.  Other commercial software companies have been creative in this area, I hope LibreOffice attempts this too.  I&#8217;ve heard requests for &#8220;ribbon&#8221; (aka Microsoft&#8217;s <a href="http://msdn.microsoft.com/en-us/office/aa905530" target="_blank">Fluent User Interface</a>) for awhile.  My preference would be to have something more along the lines of &#8220;tabs&#8221; in the toolbar and improved icons.  I would especially approve of downward facing tabs, as it is less mouse-movement to reach tabs that are closer to the workspace than above the tools I <em>don&#8217;t want to use</em> in order to get to the ones on the new tab I do want to use.</p>
<p>There needs to be easier style creation.  Impress has made a step in the right direction with the implementation of the OOo <a href="http://wiki.services.openoffice.org/wiki/Renaissance" target="_blank">Renaissance </a>project.  This needs to be spread into the Writer and Calc applications, especially in regards to table formatting.  The DataPilot tool in Calc would look great with &#8220;sticky styles&#8221; that could be applied to dynamic data.</p>
<p>Finally, Base needs unique, attractive features to allure people.   If access control features were available so that a file could be distributed with preset permissions built in this would be very helpful ( I realize one method is to do this on the backend of  a ODBC database for example).</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/opencamp.wordpress.com/300/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/opencamp.wordpress.com/300/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/opencamp.wordpress.com/300/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/opencamp.wordpress.com/300/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/opencamp.wordpress.com/300/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/opencamp.wordpress.com/300/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/opencamp.wordpress.com/300/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/opencamp.wordpress.com/300/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/opencamp.wordpress.com/300/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/opencamp.wordpress.com/300/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/opencamp.wordpress.com/300/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/opencamp.wordpress.com/300/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/opencamp.wordpress.com/300/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/opencamp.wordpress.com/300/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=opencamp.wordpress.com&amp;blog=4311698&amp;post=300&amp;subd=opencamp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://opencamp.wordpress.com/2011/02/28/libreoffice-for-windows-needs-improvement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/05597cc7e5e0c2e46c941aa470e00158?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">opencamp</media:title>
		</media:content>

		<media:content url="http://opencamp.files.wordpress.com/2011/02/default-save-format.jpg" medium="image">
			<media:title type="html">default save format</media:title>
		</media:content>
	</item>
		<item>
		<title>Nautilus search results</title>
		<link>http://opencamp.wordpress.com/2010/12/09/nautilus-search-results/</link>
		<comments>http://opencamp.wordpress.com/2010/12/09/nautilus-search-results/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 07:16:46 +0000</pubDate>
		<dc:creator>opencamp</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">https://opencamp.wordpress.com/2010/12/09/nautilus-search-results/</guid>
		<description><![CDATA[A pet peeve of mine lately has been the difficulty of finding file location properties of search results sighing Gnome&#8217;s Nautilus file browser. I need to just solve this issue&#8211; I&#8217;m sure there&#8217;s an answer out there! So here&#8217;s the commencement my search to find a satisfactory search result view.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=opencamp.wordpress.com&amp;blog=4311698&amp;post=291&amp;subd=opencamp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A pet peeve of mine lately has been the difficulty of finding file location properties of search results sighing Gnome&#8217;s Nautilus file browser.<br />
I need to just solve this issue&#8211; I&#8217;m sure there&#8217;s an answer out there! So here&#8217;s the commencement my search to find a satisfactory search result view.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/opencamp.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/opencamp.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/opencamp.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/opencamp.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/opencamp.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/opencamp.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/opencamp.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/opencamp.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/opencamp.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/opencamp.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/opencamp.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/opencamp.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/opencamp.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/opencamp.wordpress.com/291/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=opencamp.wordpress.com&amp;blog=4311698&amp;post=291&amp;subd=opencamp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://opencamp.wordpress.com/2010/12/09/nautilus-search-results/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/05597cc7e5e0c2e46c941aa470e00158?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">opencamp</media:title>
		</media:content>
	</item>
		<item>
		<title>Facebook for Mobile</title>
		<link>http://opencamp.wordpress.com/2010/12/09/facebook-for-mobile/</link>
		<comments>http://opencamp.wordpress.com/2010/12/09/facebook-for-mobile/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 05:00:33 +0000</pubDate>
		<dc:creator>opencamp</dc:creator>
				<category><![CDATA[mobile]]></category>
		<category><![CDATA[device]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[olpc]]></category>

		<guid isPermaLink="false">http://opencamp.wordpress.com/?p=284</guid>
		<description><![CDATA[Since Facebook Lite died earlier this year I&#8217;ve missed the simpler interface. At some point Facebook reintroduced a mobile site which I&#8217;ve enjoyed using on my XO laptop running Sugar and iPhone. Here it is (at least the SSL version I prefer): touch.facebook.com Apparently this site began more than a year ago, but I don&#8217;t [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=opencamp.wordpress.com&amp;blog=4311698&amp;post=284&amp;subd=opencamp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Since <a href="http://news.cnet.com/8301-13577_3-20002954-36.html" target="_blank">Facebook Lite died</a> earlier this year I&#8217;ve missed the simpler interface.</p>
<p>At some point Facebook reintroduced a mobile site which I&#8217;ve enjoyed using on my<a href="http://www.laptop.org/" target="_blank"> XO laptop</a> running <a href="http://www.sugarlabs.org/">Sugar </a>and iPhone.  Here it is (at least the SSL version I prefer):<br />
<a href="https://touch.facebook.com/" target="_blank">touch.facebook.com</a></p>
<p>Apparently this site began more than a year ago, but I don&#8217;t hear much reference to it.</p>
<p>UPDATE April 2011:<br />
<a href="https://m.facebook.com/" target="_blank">m.facebook.com</a><br />
This is the new, and much improved site now.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/opencamp.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/opencamp.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/opencamp.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/opencamp.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/opencamp.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/opencamp.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/opencamp.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/opencamp.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/opencamp.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/opencamp.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/opencamp.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/opencamp.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/opencamp.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/opencamp.wordpress.com/284/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=opencamp.wordpress.com&amp;blog=4311698&amp;post=284&amp;subd=opencamp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://opencamp.wordpress.com/2010/12/09/facebook-for-mobile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/05597cc7e5e0c2e46c941aa470e00158?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">opencamp</media:title>
		</media:content>
	</item>
		<item>
		<title>Free and Opensource Office: My Wishlist</title>
		<link>http://opencamp.wordpress.com/2010/11/16/free-and-opensource-office-my-wishlist/</link>
		<comments>http://opencamp.wordpress.com/2010/11/16/free-and-opensource-office-my-wishlist/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 07:37:49 +0000</pubDate>
		<dc:creator>opencamp</dc:creator>
				<category><![CDATA[thoughts]]></category>

		<guid isPermaLink="false">http://opencamp.wordpress.com/?p=277</guid>
		<description><![CDATA[As I&#8217;ve been watching the LibreOffice vs. OpenOffice.org developments, battles and news releases I&#8217;ve had some more thoughts.  I&#8217;ve recently installed the latest 3.3 betas for OpenOffice.org and LibreOffice Beta2. I feel like this is a very important subject for the FLOSS community OpenOffice Wish List: Table number formatting off by default in Writer, this [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=opencamp.wordpress.com&amp;blog=4311698&amp;post=277&amp;subd=opencamp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>As I&#8217;ve been watching the LibreOffice vs. OpenOffice.org developments, battles and news releases I&#8217;ve had some more thoughts.  I&#8217;ve recently installed the latest 3.3 betas for OpenOffice.org and LibreOffice Beta2.</p>
<p>I feel like this is a very important subject for the FLOSS community</p>
<p><strong>OpenOffice Wish List:</strong></p>
<ul>
<li>Table number formatting off by default in Writer, this is one of the first things I change because of surprise and unwanted format recognition of numbers (especially dates) within table cells in Writer.</li>
</ul>
<p><strong>LibreOffice Wish List:</strong></p>
<ul>
<li>Be creative and bold when releasing newly designed icon sets!</li>
<li>Table formatting off by default in Writer (as above).</li>
<li>Save option at install ODF (odt, ods) or MS Office (doc, xls) or &#8220;basic&#8221; (rtf, csv).</li>
<li>Do away with StarWriter save formats, an overall simpler list would be much more friendly.</li>
<li>For Windows installers <em>please</em> do away with the step of prompting where to extract the install folder&#8211;just hide it, drop it in &#8220;temp&#8221; or anything.  This is more than anything a waste of time, clicking and decision-making for novices.</li>
</ul>
<p><strong>xOffice 3.4 Wish List:</strong></p>
<ul>
<li>Tabbed-toolbars and conditional menus&#8211; all optional.</li>
<li>Deep development and GUI enhancements of Base.</li>
<li>Are there multiple applications, or just one suite?
<ul>
<li> This means we need to clearly segment the applications more, for entry-level users to understand&#8211;even though they may all share the same foundation.</li>
<li>Or, we make them interwoven even more, in a very innovative and workable way.</li>
</ul>
<li>The styling that entered into Impress is great, spread it all through Writer and Calc also.  A LivePreview type feature would certainly be worth the code.</li>
<ul></ul>
</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/opencamp.wordpress.com/277/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/opencamp.wordpress.com/277/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/opencamp.wordpress.com/277/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/opencamp.wordpress.com/277/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/opencamp.wordpress.com/277/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/opencamp.wordpress.com/277/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/opencamp.wordpress.com/277/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/opencamp.wordpress.com/277/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/opencamp.wordpress.com/277/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/opencamp.wordpress.com/277/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/opencamp.wordpress.com/277/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/opencamp.wordpress.com/277/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/opencamp.wordpress.com/277/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/opencamp.wordpress.com/277/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=opencamp.wordpress.com&amp;blog=4311698&amp;post=277&amp;subd=opencamp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://opencamp.wordpress.com/2010/11/16/free-and-opensource-office-my-wishlist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/05597cc7e5e0c2e46c941aa470e00158?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">opencamp</media:title>
		</media:content>
	</item>
	</channel>
</rss>
