<?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>All things free and open</title>
	<atom:link href="http://tranzistors.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://tranzistors.wordpress.com</link>
	<description>A web log about free and open source and data</description>
	<lastBuildDate>Thu, 23 Aug 2012 09:17:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='tranzistors.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>All things free and open</title>
		<link>http://tranzistors.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://tranzistors.wordpress.com/osd.xml" title="All things free and open" />
	<atom:link rel='hub' href='http://tranzistors.wordpress.com/?pushpress=hub'/>
		<item>
		<title>GSoC final report on Lockdown</title>
		<link>http://tranzistors.wordpress.com/2012/08/20/gsoc-final-report-on-lockdown/</link>
		<comments>http://tranzistors.wordpress.com/2012/08/20/gsoc-final-report-on-lockdown/#comments</comments>
		<pubDate>Mon, 20 Aug 2012 11:56:10 +0000</pubDate>
		<dc:creator>tranzistors</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[en]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[GSoC]]></category>
		<category><![CDATA[pessulus]]></category>

		<guid isPermaLink="false">http://tranzistors.wordpress.com/?p=112</guid>
		<description><![CDATA[So, the GSoC is over. During the summer the project changed form the initial vision quite a bit. Instead of  being a simple standalone profile editor, the lockdown solution I&#8217;ve been working on requires some changes in: Accountsservice, where the &#8230; <a href="http://tranzistors.wordpress.com/2012/08/20/gsoc-final-report-on-lockdown/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tranzistors.wordpress.com&#038;blog=35437514&#038;post=112&#038;subd=tranzistors&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>So, the GSoC is over. During the summer the project changed form the initial vision quite a bit. Instead of  being a simple standalone profile editor, the lockdown solution I&#8217;ve been working on requires some changes in:</p>
<ul>
<li><a href="https://gitorious.org/accounts-service-plus/accounts-service-plus">Accountsservice</a>, where the changes are in gitorious for now.<br />
Status — everything seems to be working, except role path validation.</li>
<li>Gnome control center (<a href="https://live.gnome.org/SummerOfCode2012/Projects/RudolfsMazurs_Pessulus_revamp?action=AttachFile&amp;do=get&amp;target=gnome-control-center-3.4.2.tar.xz">code tarball</a>), where I did the work on the older version that ships with Ubuntu 12.04.<br />
Status — as of this moment unusable. Setting and getting lockdown profiles for existing users is there, but creating a new user with profile is not functional and some polish is needed for smooth UX.</li>
<li>The lockdown editor itself (<a href="https://live.gnome.org/SummerOfCode2012/Projects/RudolfsMazurs_Pessulus_revamp?action=AttachFile&amp;do=get&amp;target=pessulus.tar.xz">code tarball</a>).<br />
Status — Totally unusable. Very early prototype.</li>
</ul>
<p>As a GSoC project it would be hard to call it a success. The main item — the lockdown editor itself — did not materialize.</p>
<h2>Pitfalls during the project</h2>
<ul>
<li>Knowing  a programming language doesn&#8217;t help much if you don&#8217;t know the libraries. I thought I knew data structures in C, but glibc has its own ideas about everything and this was a new thing to learn.<br />
Solution — get to know the environment before taking up the task.</li>
<li>Moving targets. At the beginning of this project, there was just the lockdown editor, now it is a lockdown delivery system, where the editor itself is not really that important. It is hard to stick with a floating schedule.<br />
Solution — before making a proposal, talk with interested parties and find out what they want.</li>
<li>Exams and GSoC don&#8217;t blend well. One month of the GSoC period was wasted in exams.<br />
Solution — start working on the project before the GSoC even starts to get some breathing space.</li>
<li>Working with the cutting edge cuts badly. During the project several times I tried to get gnome-control-center to compile with jhbuild. Most of the time it failed to compile (to get to g-c-c, about 100 modules must be compiled beforehand). The only time it did compile, it crashed and burned.<br />
Solution — if you are not an expert in the environment, don&#8217;t work with master.</li>
</ul>
<p>In short — don&#8217;t just jump in with proposal in the last minute. It will hurt.</p>
<h2>Interesting things I learned</h2>
<ul>
<li>GOTO statements are OK in some situations.</li>
<li>Code comments are not really necessary. Just read the code and an epiphany will hit you. &lt;/sarcasm&gt;</li>
<li>Sometimes pre-existing code is like math — you don&#8217;t understand it, you just get used to it.</li>
</ul>
<h2>Future perspective</h2>
<p>For this all to have any meaning at all, these things have to happen:</p>
<ul>
<li>distributions must ship with the new accountsservice, which is not even merged upstream (quite likely to happen);</li>
<li>changes made in g-c-c must be merged in master (should be possible with some pain);</li>
<li>gdm should support all this lockdown sorcery  (yes, I didn&#8217;t mention gdm before, but someone will have to code the support for all this);</li>
<li>distributions should have the these packages included (like Ubuntu, which just loves to ship the latest gdm. Or was it lightdm? Oh my!&lt;/sarcasm&gt;).</li>
</ul>
<p>In short, these changes will most likely not see daylight in the next round of distribution releases.</p>
<h2>Conclusion</h2>
<p>By normal project criteria, my project has failed, but in its new form it seems more useful than at the beginning. It is behind schedule, but I expect this to be working as intended in the 3.8 GNOME release.</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tranzistors.wordpress.com&#038;blog=35437514&#038;post=112&#038;subd=tranzistors&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tranzistors.wordpress.com/2012/08/20/gsoc-final-report-on-lockdown/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6381e8ca7f3618b3255158a4629cd829?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tranzistors</media:title>
		</media:content>
	</item>
		<item>
		<title>Progress on GNOME lockdown #5</title>
		<link>http://tranzistors.wordpress.com/2012/08/09/progress-on-gnome-lockdown-5/</link>
		<comments>http://tranzistors.wordpress.com/2012/08/09/progress-on-gnome-lockdown-5/#comments</comments>
		<pubDate>Thu, 09 Aug 2012 16:42:10 +0000</pubDate>
		<dc:creator>tranzistors</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[en]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[GSoC]]></category>
		<category><![CDATA[pessulus]]></category>

		<guid isPermaLink="false">http://tranzistors.wordpress.com/?p=108</guid>
		<description><![CDATA[During the last GUADEC the vision on lockdown editor specifics got quite clear: The information about which user has which profile is stored in AccountsService. The newest changes are found in forked repository. It allows basic reading and writing of &#8230; <a href="http://tranzistors.wordpress.com/2012/08/09/progress-on-gnome-lockdown-5/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tranzistors.wordpress.com&#038;blog=35437514&#038;post=108&#038;subd=tranzistors&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>During the last GUADEC the vision on lockdown editor specifics got quite clear:</p>
<ol>
<li>The information about which user has which profile is stored in AccountsService. The newest changes are found in <a href="https://gitorious.org/accounts-service-plus/accounts-service-plus">forked repository</a>. It allows basic reading and writing of profile information.</li>
<li>I previously hacked gnome-control-center to support different user roles. At the time the back-end wasn&#8217;t decided yet, so I now I will update it to get data from AccountsService. This time I hope to get g-c-c to compile with jhbuild.</li>
<li>The profiles themselves will be in keyfile format, so they should be easily editable by hand. This should make the lockdown usable even before the lockdown editor itself is made.</li>
</ol>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tranzistors.wordpress.com&#038;blog=35437514&#038;post=108&#038;subd=tranzistors&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tranzistors.wordpress.com/2012/08/09/progress-on-gnome-lockdown-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6381e8ca7f3618b3255158a4629cd829?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tranzistors</media:title>
		</media:content>
	</item>
		<item>
		<title>News from translation BoF from GUADEC</title>
		<link>http://tranzistors.wordpress.com/2012/07/31/news-from-translation-bof-from-guadec/</link>
		<comments>http://tranzistors.wordpress.com/2012/07/31/news-from-translation-bof-from-guadec/#comments</comments>
		<pubDate>Tue, 31 Jul 2012 10:45:19 +0000</pubDate>
		<dc:creator>tranzistors</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[en]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[GUADEC]]></category>
		<category><![CDATA[l10n]]></category>

		<guid isPermaLink="false">http://tranzistors.wordpress.com/?p=100</guid>
		<description><![CDATA[Yesterday I spent the whole day with translators discussing how to make localization efforts easier for everyone. The work in progress is documented on GNOME wiki page. A quick overview of things to be done: Make a release calendar, to &#8230; <a href="http://tranzistors.wordpress.com/2012/07/31/news-from-translation-bof-from-guadec/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tranzistors.wordpress.com&#038;blog=35437514&#038;post=100&#038;subd=tranzistors&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Yesterday I spent the whole day with translators discussing how to make localization efforts easier for everyone. The work in progress is documented on GNOME <a title="GUADEC meeting of l10n team" href="https://live.gnome.org/TranslationProject/Events/GtpBofGuadec2012">wiki page</a>.</p>
<p>A quick overview of things to be done:</p>
<ul>
<li>Make a release calendar, to keep translators in the flow of  the software release cycle.</li>
<li>Give priorities to modules to help new/small teams make the best use of their time and effort.</li>
<li>Make a policy of deprecating modules and asking maintainers to make a new release when new translations are added to an otherwise inactive project.</li>
<li>Statistics should be based on words, not strings (still being discussed).</li>
<li>Increase required string percentage from 80% to 90% for supported languages, but limit the modules which have to be translated.</li>
<li>Increase participation in outreach programs.</li>
</ul>
<p><a href="http://tranzistors.files.wordpress.com/2012/07/banner-1253.png"><img class="alignnone size-full wp-image-86" title="banner-125" src="http://tranzistors.files.wordpress.com/2012/07/banner-1253.png?w=640" alt=""   /></a><a href="http://tranzistors.files.wordpress.com/2012/07/sponsored-badge-shadow2.png"><img class="alignnone  wp-image-84" title="sponsored-badge-shadow" src="http://tranzistors.files.wordpress.com/2012/07/sponsored-badge-shadow2.png?w=230&#038;h=230" alt="" width="230" height="230" /></a></p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tranzistors.wordpress.com&#038;blog=35437514&#038;post=100&#038;subd=tranzistors&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tranzistors.wordpress.com/2012/07/31/news-from-translation-bof-from-guadec/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6381e8ca7f3618b3255158a4629cd829?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tranzistors</media:title>
		</media:content>

		<media:content url="http://tranzistors.files.wordpress.com/2012/07/banner-1253.png" medium="image">
			<media:title type="html">banner-125</media:title>
		</media:content>

		<media:content url="http://tranzistors.files.wordpress.com/2012/07/sponsored-badge-shadow2.png" medium="image">
			<media:title type="html">sponsored-badge-shadow</media:title>
		</media:content>
	</item>
		<item>
		<title>Help us (translators) help you</title>
		<link>http://tranzistors.wordpress.com/2012/07/28/help-us-translators-help-you/</link>
		<comments>http://tranzistors.wordpress.com/2012/07/28/help-us-translators-help-you/#comments</comments>
		<pubDate>Sat, 28 Jul 2012 11:58:01 +0000</pubDate>
		<dc:creator>tranzistors</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[en]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[GSoC]]></category>
		<category><![CDATA[GUADEC]]></category>
		<category><![CDATA[l10n]]></category>

		<guid isPermaLink="false">http://tranzistors.wordpress.com/?p=78</guid>
		<description><![CDATA[A lot of talks here at GUADEC are about communication between developers and newbies, technical writers, etc. As a translator I want to point out that it would be great if you remembered about us as well. And by “remember” &#8230; <a href="http://tranzistors.wordpress.com/2012/07/28/help-us-translators-help-you/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tranzistors.wordpress.com&#038;blog=35437514&#038;post=78&#038;subd=tranzistors&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>A lot of talks here at GUADEC are about communication between developers and newbies, technical writers, etc. As a translator I want to point out that it would be great if you remembered about us as well. And by “remember” I mean send a letter to gnome-i18n [at] gnome.org and inform, that the strings are frozen and the deadline, for example:</p>
<blockquote><p>Hi all,<br />
in two weeks the next version of  next-best-thing will be released. This is a great time to update translations.<br />
Cheers!</p></blockquote>
<p>While most GNOME programs follow the 6 month cycle, the rest of them need to notify us. Many developers already do this (banshee, rhythmbox, gbrainy), but some don’t. The most noticeable example was the release of GIMP 2.8. I waited for years for it, and prepared for the string freeze, and then &#8212; out of the blue &#8212; it is released!</p>
<p>For those who think that translators should follow Damn Lies, this is not an answer, because:</p>
<ol>
<li>not all of the GNOME stuff is there (getting-things-gnome, inkscape);</li>
<li>there is no point in translating active development branch where the strings come and go;</li>
<li>it is far easier to translate 100 strings once than 10 strings 10 times.</li>
</ol>
<p><a href="http://tranzistors.files.wordpress.com/2012/07/banner-1253.png"><img class="alignnone size-full wp-image-86" title="banner-125" src="http://tranzistors.files.wordpress.com/2012/07/banner-1253.png?w=640" alt=""   /></a><a href="http://tranzistors.files.wordpress.com/2012/07/sponsored-badge-shadow2.png"><img class="alignnone size-full wp-image-84" title="sponsored-badge-shadow" src="http://tranzistors.files.wordpress.com/2012/07/sponsored-badge-shadow2.png?w=640" alt=""   /></a></p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tranzistors.wordpress.com&#038;blog=35437514&#038;post=78&#038;subd=tranzistors&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tranzistors.wordpress.com/2012/07/28/help-us-translators-help-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6381e8ca7f3618b3255158a4629cd829?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tranzistors</media:title>
		</media:content>

		<media:content url="http://tranzistors.files.wordpress.com/2012/07/banner-1253.png" medium="image">
			<media:title type="html">banner-125</media:title>
		</media:content>

		<media:content url="http://tranzistors.files.wordpress.com/2012/07/sponsored-badge-shadow2.png" medium="image">
			<media:title type="html">sponsored-badge-shadow</media:title>
		</media:content>
	</item>
		<item>
		<title>How does your software feel?</title>
		<link>http://tranzistors.wordpress.com/2012/07/27/how-does-your-software-feel/</link>
		<comments>http://tranzistors.wordpress.com/2012/07/27/how-does-your-software-feel/#comments</comments>
		<pubDate>Fri, 27 Jul 2012 18:23:51 +0000</pubDate>
		<dc:creator>tranzistors</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[en]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[GSoC]]></category>
		<category><![CDATA[GUADEC]]></category>

		<guid isPermaLink="false">http://tranzistors.wordpress.com/?p=72</guid>
		<description><![CDATA[Disclaimer — I write this as a software user, not a developer. After the speech “Every detail matter”, I wanted to share some anecdotal experience on quality of software. When I have to determine quality of software, I don&#8217;t have &#8230; <a href="http://tranzistors.wordpress.com/2012/07/27/how-does-your-software-feel/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tranzistors.wordpress.com&#038;blog=35437514&#038;post=72&#038;subd=tranzistors&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Disclaimer — I write this as a software user, not a developer.</p>
<p>After the speech “Every detail matter”, I wanted to share some anecdotal experience on quality of software.</p>
<p>When I have to determine quality of software, I don&#8217;t have a lot of criteria on which to judge it. List of features and number of crashes plays part in decision, but if basics are covered and it is stable, then how do I choose? A quick list of things, that I believe matter:</p>
<ul>
<li>indicator of activities on longer operations;</li>
<li>polished, consistent UI;</li>
<li>proper spelling and grammar;</li>
<li>if translated, translated fully.</li>
</ul>
<p>Most of these things are covered in HIGs anyway, but my point essentially is — even if software is solid but looks flimsy, it will seem flimsy.</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tranzistors.wordpress.com&#038;blog=35437514&#038;post=72&#038;subd=tranzistors&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tranzistors.wordpress.com/2012/07/27/how-does-your-software-feel/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6381e8ca7f3618b3255158a4629cd829?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tranzistors</media:title>
		</media:content>
	</item>
		<item>
		<title>Progress on GNOME lockdown #4</title>
		<link>http://tranzistors.wordpress.com/2012/07/19/progress-on-gnome-lockdown-4/</link>
		<comments>http://tranzistors.wordpress.com/2012/07/19/progress-on-gnome-lockdown-4/#comments</comments>
		<pubDate>Wed, 18 Jul 2012 22:13:16 +0000</pubDate>
		<dc:creator>tranzistors</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[en]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[GSoC]]></category>
		<category><![CDATA[pessulus]]></category>

		<guid isPermaLink="false">http://tranzistors.wordpress.com/?p=68</guid>
		<description><![CDATA[OK, so it is time to report on the progress with the lockdown editor. During the previous week I did some gnome-control-center poking, and Ryan (desrt) is pushing to extend account services to support mandatory dconf profiles, group management and &#8230; <a href="http://tranzistors.wordpress.com/2012/07/19/progress-on-gnome-lockdown-4/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tranzistors.wordpress.com&#038;blog=35437514&#038;post=68&#038;subd=tranzistors&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>OK, so it is time to report on the progress with the lockdown editor.</p>
<p>During the previous week I did some gnome-control-center poking, and Ryan (desrt) is pushing to extend account services to support mandatory dconf profiles, group management and such things. The discussions of how [if] this should be implemented are still ongoing. I coded a prototype that gives some idea how it would look to an administrator:<br />
<a href="http://tranzistors.files.wordpress.com/2012/07/account-service.png"><img class="size-full wp-image-69 aligncenter" title="Extended account service" src="http://tranzistors.files.wordpress.com/2012/07/account-service.png?w=640" alt="How the extended account service should look like"   /></a>In addition to the Standard and Administrator, there are custom account types in system, and  choosing “Manage” opens a new application that can create/delete/modify types of accounts.</p>
<p>Meanwhile, I am working on the “Manage” part. After talking to my mentor about the most appropriate language for this, I figured I&#8217;d write it in Vala. So far all problems I&#8217;ve had with it were solved either by reading documentation, or just by assuming it is very closely modelled to C (well, at least when it comes to functions). Alas, right now I have no pretty screenshots to show — only ugly ones — since I am writing backend functions, but I should have something pretty to show this weekend.</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tranzistors.wordpress.com&#038;blog=35437514&#038;post=68&#038;subd=tranzistors&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tranzistors.wordpress.com/2012/07/19/progress-on-gnome-lockdown-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6381e8ca7f3618b3255158a4629cd829?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tranzistors</media:title>
		</media:content>

		<media:content url="http://tranzistors.files.wordpress.com/2012/07/account-service.png" medium="image">
			<media:title type="html">Extended account service</media:title>
		</media:content>
	</item>
		<item>
		<title>Progress on GNOME lockdown #3</title>
		<link>http://tranzistors.wordpress.com/2012/07/04/progress-on-gnome-lockdown-3/</link>
		<comments>http://tranzistors.wordpress.com/2012/07/04/progress-on-gnome-lockdown-3/#comments</comments>
		<pubDate>Wed, 04 Jul 2012 20:07:45 +0000</pubDate>
		<dc:creator>tranzistors</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[en]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[GSoC]]></category>
		<category><![CDATA[pessulus]]></category>

		<guid isPermaLink="false">http://tranzistors.wordpress.com/?p=65</guid>
		<description><![CDATA[Now that I am back form the final month of studies, which stalled my progress for good 4 weeks, some things in my initial plan has changed. After some consultation with my mentor on how to implement the creation and &#8230; <a href="http://tranzistors.wordpress.com/2012/07/04/progress-on-gnome-lockdown-3/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tranzistors.wordpress.com&#038;blog=35437514&#038;post=65&#038;subd=tranzistors&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Now that I am back form the final month of studies, which stalled my progress for good 4 weeks, some things in my initial plan has changed. After some consultation with my mentor on how to implement the creation and management of user profiles, it was decided, that I should integrate it into gnome-control-center user management (in account type, to be precise) and form here see, if it is working out. I couldn&#8217;t find any g-c-c documentation and comments in code are few and far between, so I have to rely on my investigation skills here, but I think I have figured the system out, so some hard results should be coming soon.</p>
<p>While this sounds rather easy, I found out, that jhbuild on Ubuntu system is an uphill battle, so after a some advice form fellow gnome developer, I installed Fedora 17 on my laptop and will see how it will turn out. Right now I am in step 18 of 94 and have no idea, why some sqlite patch is missing.</p>
<p>This is it for now.</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tranzistors.wordpress.com&#038;blog=35437514&#038;post=65&#038;subd=tranzistors&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tranzistors.wordpress.com/2012/07/04/progress-on-gnome-lockdown-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6381e8ca7f3618b3255158a4629cd829?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tranzistors</media:title>
		</media:content>
	</item>
		<item>
		<title>Going to GUADEC</title>
		<link>http://tranzistors.wordpress.com/2012/05/31/going-to-guadec/</link>
		<comments>http://tranzistors.wordpress.com/2012/05/31/going-to-guadec/#comments</comments>
		<pubDate>Thu, 31 May 2012 19:02:28 +0000</pubDate>
		<dc:creator>tranzistors</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Akademy]]></category>
		<category><![CDATA[en]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[GSoC]]></category>
		<category><![CDATA[GUADEC]]></category>

		<guid isPermaLink="false">http://tranzistors.wordpress.com/?p=57</guid>
		<description><![CDATA[In short, I am going to GUADEC. The badge roughly represents my feelings about this: I will take my three GNOME hats: GSoC student — to meet all those involved in making the lockdown editor; translator from the Latvian team &#8230; <a href="http://tranzistors.wordpress.com/2012/05/31/going-to-guadec/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tranzistors.wordpress.com&#038;blog=35437514&#038;post=57&#038;subd=tranzistors&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>In short, I am going to GUADEC. The badge roughly represents my feelings about this:</p>
<p style="text-align:center;"><img class="alignnone" title="GNOME sponsors the trip" src="https://live.gnome.org/Travel/Policy?action=AttachFile&amp;do=get&amp;target=sponsored-badge-shadow.png" alt="" width="230" height="230" /></p>
<p>I will take my three GNOME hats:</p>
<ul>
<li>GSoC student — to meet all those involved in making the lockdown editor;</li>
<li>translator from the Latvian team — to meet fellow translators and exchange best practices;</li>
<li>local free software community builder — since I am just starting to do anything in this field, any experience gained will be helpful.</li>
</ul>
<p>Considering this, I have no idea where will I find a time slot to blog about the event <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>On a related note, I will visit Akademy (since it is just a few hours&#8217; drive from Riga) and try to find out how the Estonians convinced their government to actively help free software and maybe peek into some KDE stuff, like Lokalize.</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tranzistors.wordpress.com&#038;blog=35437514&#038;post=57&#038;subd=tranzistors&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tranzistors.wordpress.com/2012/05/31/going-to-guadec/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6381e8ca7f3618b3255158a4629cd829?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tranzistors</media:title>
		</media:content>

		<media:content url="https://live.gnome.org/Travel/Policy?action=AttachFile&#38;do=get&#38;target=sponsored-badge-shadow.png" medium="image">
			<media:title type="html">GNOME sponsors the trip</media:title>
		</media:content>
	</item>
		<item>
		<title>Progress on GNOME lockdown #2 — mockups</title>
		<link>http://tranzistors.wordpress.com/2012/05/29/progress-on-gnome-lockdown-2-mockups/</link>
		<comments>http://tranzistors.wordpress.com/2012/05/29/progress-on-gnome-lockdown-2-mockups/#comments</comments>
		<pubDate>Tue, 29 May 2012 19:48:27 +0000</pubDate>
		<dc:creator>tranzistors</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[en]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[GSoC]]></category>
		<category><![CDATA[pessulus]]></category>

		<guid isPermaLink="false">http://tranzistors.wordpress.com/?p=20</guid>
		<description><![CDATA[My first mockup of  the next incarnation of Pessulus: As you can see, it is very closely modelled on the old user interface. The basic idea is that the administrator selects a lockdown profile on the left pane and reviews &#8230; <a href="http://tranzistors.wordpress.com/2012/05/29/progress-on-gnome-lockdown-2-mockups/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tranzistors.wordpress.com&#038;blog=35437514&#038;post=20&#038;subd=tranzistors&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>My first mockup of  the next incarnation of Pessulus:</p>
<p><a href="http://tranzistors.files.wordpress.com/2012/05/glade_proto_12.png"><img class="alignnone size-full wp-image-54" title="glade_proto_1" src="http://tranzistors.files.wordpress.com/2012/05/glade_proto_12.png?w=640" alt=""   /></a></p>
<p>As you can see, it is very closely modelled on the old user interface. The basic idea is that the administrator selects a lockdown profile on the left pane and reviews the options on the right pane. I am still reading the HIG and so far the only true problem is that the options are quite negative <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Also, it does not show dconf profile usage, mainly because I haven&#8217;t figured it out yet.</p>
<p>Right now most of the work is  planning — so far pessulus was basically a specialized front end  to gconf, but now we (I and my mentor Ryan) are looking into using  policy-kit for some of the  lockdown options.</p>
<p>My next few weeks will be spent deciding the proper implementation of lockdown and taking the last exams at the university (so my work on Pessulus will go more slowly till the end of June).</p>
<p>So long for now.</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tranzistors.wordpress.com&#038;blog=35437514&#038;post=20&#038;subd=tranzistors&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tranzistors.wordpress.com/2012/05/29/progress-on-gnome-lockdown-2-mockups/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6381e8ca7f3618b3255158a4629cd829?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tranzistors</media:title>
		</media:content>

		<media:content url="http://tranzistors.files.wordpress.com/2012/05/glade_proto_12.png" medium="image">
			<media:title type="html">glade_proto_1</media:title>
		</media:content>
	</item>
		<item>
		<title>Progress on gnome lockdown #1 — feature list</title>
		<link>http://tranzistors.wordpress.com/2012/05/23/progress-on-gnome-lockdown-1-feature-list/</link>
		<comments>http://tranzistors.wordpress.com/2012/05/23/progress-on-gnome-lockdown-1-feature-list/#comments</comments>
		<pubDate>Tue, 22 May 2012 22:35:55 +0000</pubDate>
		<dc:creator>tranzistors</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[en]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[GSoC]]></category>
		<category><![CDATA[pessulus]]></category>

		<guid isPermaLink="false">http://tranzistors.wordpress.com/?p=38</guid>
		<description><![CDATA[My first task was to identify, how would a locked down computer be used and by whom. The list so far: single purpose kiosk — users can see only pages of a particular site; Internet access point — users can &#8230; <a href="http://tranzistors.wordpress.com/2012/05/23/progress-on-gnome-lockdown-1-feature-list/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tranzistors.wordpress.com&#038;blog=35437514&#038;post=38&#038;subd=tranzistors&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>My first task was to identify, how would a locked down computer be used and by whom. The list so far:</p>
<ul>
<li>single purpose kiosk — users can see only pages of a particular site;</li>
<li>Internet access point — users can browse web, save and view downloaded files;</li>
<li>Classroom — users must be restricted from accessing unneeded material and protected form ruining their configuration;</li>
<li>Workstation — less restrictive, but something like classroom;</li>
<li>Home computer for children — similar to classroom.</li>
</ul>
<p>The features and their default settings for now are organized in <a title="Feature Matrix" href="http://tranzistors.files.wordpress.com/2012/05/feature-matrix.pdf">feature matrix</a> [PDF]. The list is only a draft and all ideas are welcomed.</p>
<p>I am not sure what to do with non-gnome software, that is using dconf, like Unity. Should it be supported? Also, should other features, that come with lockdown, be implemented? For example:</p>
<ul>
<li>quotas;</li>
<li>resetting home directories;</li>
<li>resetting configuration;</li>
<li>lockdown of non-dconf settings like FireFox, LibreOffice.</li>
</ul>
<p>To me this seems like a feature creep, but maybe this is worth it.</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tranzistors.wordpress.com&#038;blog=35437514&#038;post=38&#038;subd=tranzistors&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tranzistors.wordpress.com/2012/05/23/progress-on-gnome-lockdown-1-feature-list/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6381e8ca7f3618b3255158a4629cd829?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tranzistors</media:title>
		</media:content>
	</item>
	</channel>
</rss>
