<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Linux Mint Belgium</title>
	<atom:link href="http://www.linuxmintusers.be/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linuxmintusers.be/blog</link>
	<description>== From Freedom Came Elegance ==</description>
	<lastBuildDate>Sat, 18 Feb 2012 08:00:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Cinnamon 1.3 is uit</title>
		<link>http://www.linuxmintusers.be/blog/2012/02/cinnamon-1-3-is-uit/</link>
		<comments>http://www.linuxmintusers.be/blog/2012/02/cinnamon-1-3-is-uit/#comments</comments>
		<pubDate>Sat, 18 Feb 2012 08:00:46 +0000</pubDate>
		<dc:creator>drum</dc:creator>
				<category><![CDATA[Desktop]]></category>

		<guid isPermaLink="false">http://www.linuxmintusers.be/blog/?p=723</guid>
		<description><![CDATA[Applets improvements In Cinnamon 1.3, every panel component is an applet. This means you can remove the default menu or window list and replace them with 3rd party applets. Another important feature in this release, is the fact that applets can now be dragged and dropped with the mouse and placed wherever you want within [...]]]></description>
			<content:encoded><![CDATA[<h2>Applets improvements</h2>
<p>In Cinnamon 1.3, every panel component is an applet. This means you can remove the default menu or window list and replace them with 3rd party applets.</p>
<p>Another important feature in this release, is the fact that applets can now be dragged and dropped with the mouse and placed wherever you want within the panel(s). So you can now move any part of the panel(s) around and really fine-tune the layout of your desktop to what works best for you.</p>
<div><a href="http://www.linuxmint.com/tmp/cinnamon-blog/163/layout.png"><img src="http://www.linuxmint.com/tmp/cinnamon-blog/163/thumb_layout.png" alt="" width="427" height="277" /></a>Your panel, your rules. You can now drag and drop applets and order things in your panel exactly the way you want (The screenshot above is an extreme example of this).</p>
</div>
<h2>Settings improvements</h2>
<p>Cinnamon Settings gained a lot of new features and a lot of new tabs. You can now use it not only to change Cinnamon preferences themselves, but also to configure your fonts, windows, desktop icons, window, cursor, gtk+ themes..etc.</p>
<p>It’s graphical interface was also changed, for the tool to be able to show more information without using more screen estate.</p>
<div><a href="http://www.linuxmint.com/tmp/cinnamon-blog/163/settings.png"><img src="http://www.linuxmint.com/tmp/cinnamon-blog/163/thumb_settings.png" alt="" width="427" height="345" /></a>A new UI for Cinnamon Settings, similar to Gnome Settings, which allows the tool to feature more settings and use less space on the screen.</p>
</div>
<h2>Menu improvements</h2>
<p>The menu received the following improvements:</p>
<ul>
<li>New hover delay preference</li>
<li>Better icon sizes (crispier icons)</li>
<li>Fixed menu size when the number of favorites is high</li>
<li>More exhaustive search results</li>
</ul>
<h2>Other notable improvements</h2>
<ul>
<li>Panel launchers can now be re-ordered by drag &amp; drop</li>
<li>Improved visuals in the default theme</li>
<li>Workspace navigation is now possible in scale mode (note that we’re still planning an Expo mode)</li>
<li>Multiple bug fixes</li>
</ul>
<h2>Impact for themes artists</h2>
<p>If you’re developing a new theme, simply start from scratch using the following tutorial.</p>
<p>If you made a theme for Cinnamon 1.2:</p>
<ul>
<li>You don’t really need to add anything for your theme to work</li>
<li>The default theme was slightly improved, in particular it now uses more transitions and shadows, and it defines “ltr” sections for things to look better on Left-to-right locales (Arabic, Hebrew..etc). Have a look at the diff (list of changes) made to cinnamon.css: <a href="http://www.linuxmint.com/tmp/cinnamon-blog/163/cinnamon.css.diff">cinnamon.css.diff</a></li>
<li>PanelMenu isn’t used much anymore. Instead, all core components of the panel now are applets, so make sure your applet section of your theme (at the complete bottom of cinnamon.css) is up to date.</li>
</ul>
<p>Here’s the Applet style section present in cinnamon.css in Cinnamon 1.3:</p>
<div id="crayon-4f3f594529019">
<div>
<div>CSS</div>
</div>
<div><textarea readonly="readonly">/* ===================================================================<br />
* Applets (applet.js)<br />
* ===================================================================*/</p>
<p>.applet-box {<br />
margin: 1px;<br />
padding: 1px;<br />
color: #ccc;<br />
text-shadow: black 0px 0px 2px;<br />
transition-duration: 300;<br />
}</p>
<p>.applet-box:hover {<br />
color: #fff;<br />
}</p>
<p>.applet-label {<br />
padding-left: 4px;<br />
padding-right: 4px;<br />
font-weight: bold;<br />
color: #ccc;<br />
}</p>
<p>.applet-label:hover,<br />
.applet-box:hover &amp;gt; .applet-label {<br />
color: #fff;<br />
text-shadow: white 0px 0px 5px;<br />
}</p>
<p>.applet-icon {<br />
color: #ccc;<br />
}</p>
<p>.applet-icon:hover,<br />
.applet-box:hover &amp;gt; .applet-icon {<br />
color: #fff;<br />
icon-shadow: white 0px 0px 3px;<br />
}</textarea></div>
<div>
<table cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<div>
<div>1</div>
<div>2</div>
<div>3</div>
<div>4</div>
<div>5</div>
<div>6</div>
<div>7</div>
<div>8</div>
<div>9</div>
<div>10</div>
<div>11</div>
<div>12</div>
<div>13</div>
<div>14</div>
<div>15</div>
<div>16</div>
<div>17</div>
<div>18</div>
<div>19</div>
<div>20</div>
<div>21</div>
<div>22</div>
<div>23</div>
<div>24</div>
<div>25</div>
<div>26</div>
<div>27</div>
<div>28</div>
<div>29</div>
<div>30</div>
<div>31</div>
<div>32</div>
<div>33</div>
<div>34</div>
<div>35</div>
<div>36</div>
<div>37</div>
<div>38</div>
</div>
</td>
<td>
<div>
<div id="line-1">/* ===================================================================</div>
<div id="line-2">* Applets (applet.js)</div>
<div id="line-3">* ===================================================================*/</div>
<div id="line-4"></div>
<div id="line-5">.applet-box {</div>
<div id="line-6">margin: 1px;</div>
<div id="line-7">padding: 1px;</div>
<div id="line-8">color: #ccc;</div>
<div id="line-9">text-shadow: black 0px 0px 2px;</div>
<div id="line-10">transition-duration: 300;</div>
<div id="line-11">}</div>
<div id="line-12"></div>
<div id="line-13">.applet-box:hover {</div>
<div id="line-14">color: #fff;</div>
<div id="line-15">}</div>
<div id="line-16"></div>
<div id="line-17">.applet-label {</div>
<div id="line-18">padding-left: 4px;</div>
<div id="line-19">padding-right: 4px;</div>
<div id="line-20">font-weight: bold;</div>
<div id="line-21">color: #ccc;</div>
<div id="line-22">}</div>
<div id="line-23"></div>
<div id="line-24">.applet-label:hover,</div>
<div id="line-25">.applet-box:hover &amp;gt; .applet-label {</div>
<div id="line-26">color: #fff;</div>
<div id="line-27">text-shadow: white 0px 0px 5px;</div>
<div id="line-28">}</div>
<div id="line-29"></div>
<div id="line-30">.applet-icon {</div>
<div id="line-31">color: #ccc;</div>
<div id="line-32">}</div>
<div id="line-33"></div>
<div id="line-34">.applet-icon:hover,</div>
<div id="line-35">.applet-box:hover &amp;gt; .applet-icon {</div>
<div id="line-36">color: #fff;</div>
<div id="line-37">icon-shadow: white 0px 0px 3px;</div>
<div id="line-38">}</div>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<p>As you can see, it defines a different behavior when the applet is hovered, and it triggers a different behavior on applet-icon and applet-label as well. In the default theme we use this to add text-shadows and icon-shadows to applets when the mouse goes over them.</p>
<h2>Impact for applet developers</h2>
<p>Unless your applet is tightly linked to our code or referring to other panel components, it should continue to work in Cinnamon 1.3 the same way it did in Cinnamon 1.2.</p>
<h2>Impact for extension developers</h2>
<p>For all extensions, you need to change the version of Cinnamon from 1.2 to 1.3 in the metadata.json file.</p>
<p>If your extension refers to any part of Cinnamon that is a panel component (for instance: menu.js, windowlist.js, dateMenu.js, status/bluetooth.js, status/keyboard.js….etc), it will no longer work in Cinnamon 1.2. All these components were migrated to applets and are now located in /usr/share/cinnamon/applets.</p>
<p>Extensions which design was to modify the behavior of a particular applet component (for instance: an extension which hides the bluetooth icon in the panel) should be abandoned. Applets can be removed, and rather than modifying them using extensions, developers should write their own modified versions of them as applets.</p>
<p>Extensions which design was to add new content to the panel (for instance: the weather extension), will continue to work.. but we STRONGLY recommend they get migrated to applets. Extensions are stuck to a particular place in the panel and users won’t be able to drag and drop them and move them around like they do with other applets.</p>
<p>If your extension has nothing to do with panels, then it should continue to be an extension.</p>
<p>If you encounter any problems, please log in the IRC and ask us for help at #linuxmint-dev on irc.spotchat.org</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.linuxmintusers.be%2Fblog%2F2012%2F02%2Fcinnamon-1-3-is-uit%2F&amp;title=Cinnamon%201.3%20is%20uit" id="wpa2a_2"><img src="http://www.linuxmintusers.be/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.linuxmintusers.be/blog/2012/02/cinnamon-1-3-is-uit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Mint 12 KDE stable is er!</title>
		<link>http://www.linuxmintusers.be/blog/2012/02/linux-mint-12-kde-stable-is-er/</link>
		<comments>http://www.linuxmintusers.be/blog/2012/02/linux-mint-12-kde-stable-is-er/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 15:31:29 +0000</pubDate>
		<dc:creator>drum</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[Linux Mint Belgium]]></category>

		<guid isPermaLink="false">http://www.linuxmintusers.be/blog/?p=718</guid>
		<description><![CDATA[The team is proud to announce the release of Linux Mint 12 KDE. Linux Mint 12 KDE New features at a glance: KDE 4.7.4 Hybrid ISO images Search engines Upstream components For a complete overview and to see screenshots of the new features, visit: “What’s new in Linux Mint 12 KDE“. Release notes: Moonlight Upstream [...]]]></description>
			<content:encoded><![CDATA[<div>
<div>
<div>
<p>The team is proud to announce the release of Linux Mint 12 KDE.</p>
<p><a href="http://www.linuxmint.com/pictures/screenshots/lisa/kde/lisa.png"><img src="http://www.linuxmint.com/pictures/screenshots/lisa/kde/thumb_lisa.png" alt="" width="427" height="327" /></a><br />
<em>Linux Mint 12 KDE<br />
</em></p>
<p><strong>New features at a glance:</strong></p>
<div>
<ul>
<li><a href="http://www.linuxmint.com/rel_lisa_kde_whatsnew.php#kde">KDE 4.7.4</a></li>
<li><a href="http://www.linuxmint.com/rel_lisa_kde_whatsnew.php#hybrid">Hybrid ISO images</a></li>
<li><a href="http://www.linuxmint.com/rel_lisa_kde_whatsnew.php#search">Search engines</a></li>
<li><a href="http://www.linuxmint.com/rel_lisa_kde_whatsnew.php#upstream">Upstream components</a></li>
</ul>
<p>For a complete overview and to see screenshots of the new features, visit: “<a href="http://www.linuxmint.com/rel_lisa_kde_whatsnew.php">What’s new in Linux Mint 12 KDE</a>“.</p>
<p><strong>Release notes:</strong></p>
<ul>
<li>Moonlight</li>
<li>Upstream issues</li>
</ul>
</div>
<p>To get more information about these issues and their solution, read the “<a href="http://www.linuxmint.com/rel_lisa_kde.php">Release notes</a>”.</p>
<p><strong>System requirements:</strong></p>
<ul>
<li>x86 processor (Linux Mint 64-bit requires a 64-bit processor. Linux Mint 32-bit works on both 32-bit and 64-bit processors).</li>
<li>512 MB RAM (1GB recommended for a comfortable usage).</li>
<li>5 GB of disk space</li>
<li>Graphics card capable of 800×600 resolution</li>
<li>DVD-ROM drive or USB port</li>
</ul>
<p><strong>Upgrade instructions:</strong></p>
<ul>
<li>To upgrade from a previous version of Linux Mint follow <a href="http://community.linuxmint.com/tutorial/view/2">these instructions</a>.</li>
<li>To upgrade from Linux Mint 12 KDE RC, simply apply any level 1 and 2 updates (if any) available in the Update Manager.</li>
</ul>
<p><strong>Download</strong>:</p>
<p>Md5 sum:</p>
<ul>
<li>32-bit: d667a7cfbbdf965b07df7edcc2dbfb98</li>
<li>64-bit: 8173538eab3c060d85e0e0b74eaf11f3</li>
</ul>
<p>Torrents:</p>
<ul>
<li><a href="http://torrents.linuxmint.com/torrents/linuxmint-12-kde-dvd-32bit.iso.torrent">32-bit</a></li>
<li><a href="http://torrents.linuxmint.com/torrents/linuxmint-12-kde-dvd-64bit.iso.torrent">64-bit</a></li>
</ul>
<p>HTTP Mirrors for the 32-bit ISO:</p>
<ul>
<li>Argentina <a href="http://mint.xfree.com.ar//stable/12/linuxmint-12-kde-dvd-32bit.iso">Xfree</a></li>
<li>Australia <a href="http://mirror.aarnet.edu.au/pub/linuxmint//stable/12/linuxmint-12-kde-dvd-32bit.iso">AARNet</a></li>
<li>Australia <a href="http://mirror.internode.on.net/pub/linuxmint//stable/12/linuxmint-12-kde-dvd-32bit.iso">Internode</a></li>
<li>Australia <a href="http://mirror.optus.net/linuxmint/isos//stable/12/linuxmint-12-kde-dvd-32bit.iso">Yes Optus Mirror</a></li>
<li>Austria <a href="http://gd.tuwien.ac.at/linux/mint/isos//stable/12/linuxmint-12-kde-dvd-32bit.iso">Goodie Domain Service</a></li>
<li>Belarus <a href="http://ftp.mgts.by/pub/linuxmint/isos//stable/12/linuxmint-12-kde-dvd-32bit.iso">ByFly</a></li>
<li>Brazil <a href="http://mint.c3sl.ufpr.br//stable/12/linuxmint-12-kde-dvd-32bit.iso">Universidade Federal do Parana</a></li>
<li>Canada <a href="http://mirror.csclub.uwaterloo.ca/linuxmint//stable/12/linuxmint-12-kde-dvd-32bit.iso">University of Waterloo Computer Science Club</a></li>
<li>Czech Republic <a href="http://ftp.sh.cvut.cz/MIRRORS/linuxmint//stable/12/linuxmint-12-kde-dvd-32bit.iso">Silicon Hill</a></li>
<li>Denmark <a href="http://ftp.klid.dk/ftp/linuxmint//stable/12/linuxmint-12-kde-dvd-32bit.iso">klid.dk</a></li>
<li>France <a href="http://mint-mirror.gwendallebihan.net/isos//stable/12/linuxmint-12-kde-dvd-32bit.iso">Gwendal Le Bihan</a></li>
<li>France <a href="http://mirrors.ordimatic.net/mint//stable/12/linuxmint-12-kde-dvd-32bit.iso">Ordimatic</a></li>
<li>France <a href="http://mirror.rts-informatique.fr/linuxmint.com//stable/12/linuxmint-12-kde-dvd-32bit.iso">RTS Informatique</a></li>
<li>Germany <a href="http://linuxmint.copahost.com//stable/12/linuxmint-12-kde-dvd-32bit.iso">Copahost</a></li>
<li>Germany <a href="http://ftp5.gwdg.de/pub/linux/debian/mint//stable/12/linuxmint-12-kde-dvd-32bit.iso">GWDG</a></li>
<li>Germany <a href="http://mirror.netcologne.de/mint//stable/12/linuxmint-12-kde-dvd-32bit.iso">NetCologne GmbH</a></li>
<li>Greece <a href="http://ftp.ntua.gr/pub/linux/linuxmint//stable/12/linuxmint-12-kde-dvd-32bit.iso">National Technical University of Athens</a></li>
<li>Greece <a href="http://ftp.cc.uoc.gr/mirrors/linux/linuxmint//stable/12/linuxmint-12-kde-dvd-32bit.iso">University of Crete</a></li>
<li>Ireland <a href="http://ftp.heanet.ie/pub/linuxmint.com//stable/12/linuxmint-12-kde-dvd-32bit.iso">HEAnet</a></li>
<li>Italy <a href="http://linuxmint.mirror.garr.it/mirrors/linuxmint//stable/12/linuxmint-12-kde-dvd-32bit.iso">GARR</a></li>
<li>Japan <a href="http://ftp.jaist.ac.jp/pub/Linux/LinuxMint-ISO//stable/12/linuxmint-12-kde-dvd-32bit.iso">JAIST</a></li>
<li>Japan <a href="http://ftp.tsukuba.wide.ad.jp/Linux/mint-iso//stable/12/linuxmint-12-kde-dvd-32bit.iso">Tsukuba WIDE</a></li>
<li>Japan <a href="http://ftp.yz.yamagata-u.ac.jp/pub/linux/linuxmint//stable/12/linuxmint-12-kde-dvd-32bit.iso">Yamagata University</a></li>
<li>Kazakhstan <a href="http://mirror.neolabs.kz/linuxmint/iso//stable/12/linuxmint-12-kde-dvd-32bit.iso">Neolabs</a></li>
<li>Latvia <a href="http://ftp.linux.edu.lv/mirrors/linuxmint.com//stable/12/linuxmint-12-kde-dvd-32bit.iso">University of Latvia</a></li>
<li>Lithuania <a href="http://ftp.akl.lt/Linux/Mint//stable/12/linuxmint-12-kde-dvd-32bit.iso">Atviras kodas Lietuvai</a></li>
<li>Luxembourg <a href="http://mint.mirror.root.lu/isos//stable/12/linuxmint-12-kde-dvd-32bit.iso">root S.A.</a></li>
<li>Malaysia <a href="http://ossm.utm.my/linuxmint/iso/linuxmint.com//stable/12/linuxmint-12-kde-dvd-32bit.iso">Universiti Teknologi Malaysia Open Source Mirror</a></li>
<li>Netherlands <a href="http://mirror.tuxis.nl/isos//stable/12/linuxmint-12-kde-dvd-32bit.iso">Tuxis Internet Engineering</a></li>
<li>Poland <a href="http://ftp.icm.edu.pl/pub/Linux/dist/linuxmint/isos//stable/12/linuxmint-12-kde-dvd-32bit.iso">ICM – University of Warsaw</a></li>
<li>Portugal <a href="http://cesium.di.uminho.pt/pub/linuxmint//stable/12/linuxmint-12-kde-dvd-32bit.iso">CeSIUM – Universidade do Minho</a></li>
<li>Romania <a href="http://lnx.apollo-hw.ro/linuxmint.com/iso//stable/12/linuxmint-12-kde-dvd-32bit.iso">Apollo Hardware Consulting</a></li>
<li>Romania <a href="http://mirrors.serverhost.ro/mint/iso//stable/12/linuxmint-12-kde-dvd-32bit.iso">ServerHost</a></li>
<li>Russia <a href="http://mirror.yandex.ru/linuxmint//stable/12/linuxmint-12-kde-dvd-32bit.iso">Yandex Team</a></li>
<li>South Africa <a href="http://mirror.ufs.ac.za/linuxmint//stable/12/linuxmint-12-kde-dvd-32bit.iso">University of Free State</a></li>
<li>Spain <a href="http://www.comunidadhosting.com/mirror/linux_mint/linuxmint.com//stable/12/linuxmint-12-kde-dvd-32bit.iso">ComunidadHosting</a></li>
<li>Sweden <a href="http://ftp.df.lth.se/pub/linuxmint//stable/12/linuxmint-12-kde-dvd-32bit.iso">DF – Computer Society at Lund University</a></li>
<li>Sweden <a href="http://ftp.portlane.com/pub/os/linux/linuxmint//stable/12/linuxmint-12-kde-dvd-32bit.iso">Portlane</a></li>
<li>Switzerland <a href="http://mirror.switch.ch/ftp/mirror/linuxmint//stable/12/linuxmint-12-kde-dvd-32bit.iso">SWITCH</a></li>
<li>Turkey <a href="http://ftp.linux.org.tr/linuxmint/iso//stable/12/linuxmint-12-kde-dvd-32bit.iso">Linux Kullanicilari Dernegi</a></li>
<li>USA <a href="http://linuxfreedom.com/linuxmint/linuxmint.com//stable/12/linuxmint-12-kde-dvd-32bit.iso">Linux Freedom</a></li>
<li>USA <a href="http://linuxmint.mirrorcatalogs.com/iso//stable/12/linuxmint-12-kde-dvd-32bit.iso">mirrorcatalogs.com</a></li>
<li>USA <a href="http://mirrors.secution.com/linuxmint.com//stable/12/linuxmint-12-kde-dvd-32bit.iso">Secution, LLC.</a></li>
<li>USA <a href="http://mirror.cse.ucdavis.edu/linuxmint.com//stable/12/linuxmint-12-kde-dvd-32bit.iso">University of California</a></li>
<li>USA <a href="http://mirror.umd.edu/linuxmint/images//stable/12/linuxmint-12-kde-dvd-32bit.iso">University of Maryland, College Park</a></li>
<li>USA <a href="http://mirror.yellowfiber.net/linuxmint//stable/12/linuxmint-12-kde-dvd-32bit.iso">Yellow Fiber Networks</a></li>
</ul>
<p>HTTP Mirrors for the 64-bit ISO:</p>
<ul>
<li>Argentina <a href="http://mint.xfree.com.ar//stable/12/linuxmint-12-kde-dvd-64bit.iso">Xfree</a></li>
<li>Australia <a href="http://mirror.aarnet.edu.au/pub/linuxmint//stable/12/linuxmint-12-kde-dvd-64bit.iso">AARNet</a></li>
<li>Australia <a href="http://mirror.internode.on.net/pub/linuxmint//stable/12/linuxmint-12-kde-dvd-64bit.iso">Internode</a></li>
<li>Australia <a href="http://mirror.optus.net/linuxmint/isos//stable/12/linuxmint-12-kde-dvd-64bit.iso">Yes Optus Mirror</a></li>
<li>Austria <a href="http://gd.tuwien.ac.at/linux/mint/isos//stable/12/linuxmint-12-kde-dvd-64bit.iso">Goodie Domain Service</a></li>
<li>Belarus <a href="http://ftp.mgts.by/pub/linuxmint/isos//stable/12/linuxmint-12-kde-dvd-64bit.iso">ByFly</a></li>
<li>Brazil <a href="http://mint.c3sl.ufpr.br//stable/12/linuxmint-12-kde-dvd-64bit.iso">Universidade Federal do Parana</a></li>
<li>Canada <a href="http://mirror.csclub.uwaterloo.ca/linuxmint//stable/12/linuxmint-12-kde-dvd-64bit.iso">University of Waterloo Computer Science Club</a></li>
<li>Czech Republic <a href="http://ftp.sh.cvut.cz/MIRRORS/linuxmint//stable/12/linuxmint-12-kde-dvd-64bit.iso">Silicon Hill</a></li>
<li>Denmark <a href="http://ftp.klid.dk/ftp/linuxmint//stable/12/linuxmint-12-kde-dvd-64bit.iso">klid.dk</a></li>
<li>France <a href="http://mint-mirror.gwendallebihan.net/isos//stable/12/linuxmint-12-kde-dvd-64bit.iso">Gwendal Le Bihan</a></li>
<li>France <a href="http://mirrors.ordimatic.net/mint//stable/12/linuxmint-12-kde-dvd-64bit.iso">Ordimatic</a></li>
<li>France <a href="http://mirror.rts-informatique.fr/linuxmint.com//stable/12/linuxmint-12-kde-dvd-64bit.iso">RTS Informatique</a></li>
<li>Germany <a href="http://linuxmint.copahost.com//stable/12/linuxmint-12-kde-dvd-64bit.iso">Copahost</a></li>
<li>Germany <a href="http://ftp5.gwdg.de/pub/linux/debian/mint//stable/12/linuxmint-12-kde-dvd-64bit.iso">GWDG</a></li>
<li>Germany <a href="http://mirror.netcologne.de/mint//stable/12/linuxmint-12-kde-dvd-64bit.iso">NetCologne GmbH</a></li>
<li>Greece <a href="http://ftp.ntua.gr/pub/linux/linuxmint//stable/12/linuxmint-12-kde-dvd-64bit.iso">National Technical University of Athens</a></li>
<li>Greece <a href="http://ftp.cc.uoc.gr/mirrors/linux/linuxmint//stable/12/linuxmint-12-kde-dvd-64bit.iso">University of Crete</a></li>
<li>Ireland <a href="http://ftp.heanet.ie/pub/linuxmint.com//stable/12/linuxmint-12-kde-dvd-64bit.iso">HEAnet</a></li>
<li>Italy <a href="http://linuxmint.mirror.garr.it/mirrors/linuxmint//stable/12/linuxmint-12-kde-dvd-64bit.iso">GARR</a></li>
<li>Japan <a href="http://ftp.jaist.ac.jp/pub/Linux/LinuxMint-ISO//stable/12/linuxmint-12-kde-dvd-64bit.iso">JAIST</a></li>
<li>Japan <a href="http://ftp.tsukuba.wide.ad.jp/Linux/mint-iso//stable/12/linuxmint-12-kde-dvd-64bit.iso">Tsukuba WIDE</a></li>
<li>Japan <a href="http://ftp.yz.yamagata-u.ac.jp/pub/linux/linuxmint//stable/12/linuxmint-12-kde-dvd-64bit.iso">Yamagata University</a></li>
<li>Kazakhstan <a href="http://mirror.neolabs.kz/linuxmint/iso//stable/12/linuxmint-12-kde-dvd-64bit.iso">Neolabs</a></li>
<li>Latvia <a href="http://ftp.linux.edu.lv/mirrors/linuxmint.com//stable/12/linuxmint-12-kde-dvd-64bit.iso">University of Latvia</a></li>
<li>Lithuania <a href="http://ftp.akl.lt/Linux/Mint//stable/12/linuxmint-12-kde-dvd-64bit.iso">Atviras kodas Lietuvai</a></li>
<li>Luxembourg <a href="http://mint.mirror.root.lu/isos//stable/12/linuxmint-12-kde-dvd-64bit.iso">root S.A.</a></li>
<li>Malaysia <a href="http://ossm.utm.my/linuxmint/iso/linuxmint.com//stable/12/linuxmint-12-kde-dvd-64bit.iso">Universiti Teknologi Malaysia Open Source Mirror</a></li>
<li>Netherlands <a href="http://mirror.tuxis.nl/isos//stable/12/linuxmint-12-kde-dvd-64bit.iso">Tuxis Internet Engineering</a></li>
<li>Poland <a href="http://ftp.icm.edu.pl/pub/Linux/dist/linuxmint/isos//stable/12/linuxmint-12-kde-dvd-64bit.iso">ICM – University of Warsaw</a></li>
<li>Portugal <a href="http://cesium.di.uminho.pt/pub/linuxmint//stable/12/linuxmint-12-kde-dvd-64bit.iso">CeSIUM – Universidade do Minho</a></li>
<li>Romania <a href="http://lnx.apollo-hw.ro/linuxmint.com/iso//stable/12/linuxmint-12-kde-dvd-64bit.iso">Apollo Hardware Consulting</a></li>
<li>Romania <a href="http://mirrors.serverhost.ro/mint/iso//stable/12/linuxmint-12-kde-dvd-64bit.iso">ServerHost</a></li>
<li>Russia <a href="http://mirror.yandex.ru/linuxmint//stable/12/linuxmint-12-kde-dvd-64bit.iso">Yandex Team</a></li>
<li>South Africa <a href="http://mirror.ufs.ac.za/linuxmint//stable/12/linuxmint-12-kde-dvd-64bit.iso">University of Free State</a></li>
<li>Spain <a href="http://www.comunidadhosting.com/mirror/linux_mint/linuxmint.com//stable/12/linuxmint-12-kde-dvd-64bit.iso">ComunidadHosting</a></li>
<li>Sweden <a href="http://ftp.df.lth.se/pub/linuxmint//stable/12/linuxmint-12-kde-dvd-64bit.iso">DF – Computer Society at Lund University</a></li>
<li>Sweden <a href="http://ftp.portlane.com/pub/os/linux/linuxmint//stable/12/linuxmint-12-kde-dvd-64bit.iso">Portlane</a></li>
<li>Switzerland <a href="http://mirror.switch.ch/ftp/mirror/linuxmint//stable/12/linuxmint-12-kde-dvd-64bit.iso">SWITCH</a></li>
<li>Turkey <a href="http://ftp.linux.org.tr/linuxmint/iso//stable/12/linuxmint-12-kde-dvd-64bit.iso">Linux Kullanicilari Dernegi</a></li>
<li>USA <a href="http://linuxfreedom.com/linuxmint/linuxmint.com//stable/12/linuxmint-12-kde-dvd-64bit.iso">Linux Freedom</a></li>
<li>USA <a href="http://linuxmint.mirrorcatalogs.com/iso//stable/12/linuxmint-12-kde-dvd-64bit.iso">mirrorcatalogs.com</a></li>
<li>USA <a href="http://mirrors.secution.com/linuxmint.com//stable/12/linuxmint-12-kde-dvd-64bit.iso">Secution, LLC.</a></li>
<li>USA <a href="http://mirror.cse.ucdavis.edu/linuxmint.com//stable/12/linuxmint-12-kde-dvd-64bit.iso">University of California</a></li>
<li>USA <a href="http://mirror.umd.edu/linuxmint/images//stable/12/linuxmint-12-kde-dvd-64bit.iso">University of Maryland, College Park</a></li>
<li>USA <a href="http://mirror.yellowfiber.net/linuxmint//stable/12/linuxmint-12-kde-dvd-64bit.iso">Yellow Fiber Networks</a></li>
</ul>
<p><strong>Enjoy!</strong></p>
<p>We look forward to receiving your feedback. Thank you for using Linux Mint and have a lot of fun with this new release!</p>
<p>bron:<a href="http://blog.linuxmint.com/?p=1927">The Linux Mint Blog</a></p>
</div>
</div>
</div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.linuxmintusers.be%2Fblog%2F2012%2F02%2Flinux-mint-12-kde-stable-is-er%2F&amp;title=Linux%20Mint%2012%20KDE%20stable%20is%20er%21" id="wpa2a_4"><img src="http://www.linuxmintusers.be/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.linuxmintusers.be/blog/2012/02/linux-mint-12-kde-stable-is-er/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cinnamon 1.2 released</title>
		<link>http://www.linuxmintusers.be/blog/2012/01/cinnamon-1-2-released/</link>
		<comments>http://www.linuxmintusers.be/blog/2012/01/cinnamon-1-2-released/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 17:55:59 +0000</pubDate>
		<dc:creator>drum</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Others]]></category>

		<guid isPermaLink="false">http://www.linuxmintusers.be/blog/?p=714</guid>
		<description><![CDATA[Cinnamon 1.2 is out! All APIs and the desktop itself are now fully stable! I hope you’ll enjoy the many new features, the desktop effect, desktop layouts, the new configuration tool, the applets, changes, bug fixes and improvements that went into this release. This is a huge step forward for Cinnamon. We’ll follow up with [...]]]></description>
			<content:encoded><![CDATA[<div id="single-featured-image"><img title="1.2 screenshot" src="http://cinnamon.linuxmint.com/wp-content/uploads/2012/01/Screenshot-at-2012-01-23-165220-150x150.png" alt="1.2 screenshot" width="150" height="150" /></div>
<p>Cinnamon 1.2 is out!</p>
<p>All APIs and the desktop itself are now fully stable!</p>
<p>I hope you’ll enjoy the many new features, the desktop effect, desktop layouts, the new configuration tool, the applets, changes, bug fixes and improvements that went into this release. This is a huge step forward for Cinnamon.</p>
<p>We’ll follow up with documentation for artists and developers, and with a website for users to download, rate and comment themes, applets and extensions. For now, we hope you enjoy this new release as much as we enjoyed working on it. Some of the new features were requested by many people, others will come as a bit of a surprise. It’s a real pleasure for us to finally unveil the very latest of our favorite desktop and we look forward to receiving your feedback so we can improve Cinnamon further with each and every release.</p>
<h2>Desktop effects</h2>
<p>We all remember Compiz, wobbly windows and the desktop cube… some people loved it, others preferred a desktop with no animations. What was good with Compiz and Metacity though is that people had a choice to get exactly what they wanted. Cinnamon 1.2 is a first step towards reintroducing desktop effects and the ability for the user to define fancy animations or to turn effects OFF altogether.</p>
<p>This release features 2 new animation plugins:</p>
<ul>
<li>Fade, which changes the opacity of windows</li>
<li>Scale, which changes their dimension</li>
</ul>
<p>And 30 transition styles:</p>
<div><a href="http://cinnamon.linuxmint.com/tmp/blog/119/transitions.png"><img src="http://cinnamon.linuxmint.com/tmp/blog/119/thumb_transitions.png" alt="" width="427" height="328" /></a>30 transitions, 2 animations and configurable durations means you can make windows appear and disappear in a multitude of different ways</div>
<p>For each animation you can also define the duration, so it’s easy to give your desktop your own unique feel.</p>
<div><a href="http://cinnamon.linuxmint.com/tmp/blog/119/effects.png"><img src="http://cinnamon.linuxmint.com/tmp/blog/119/thumb_effects.png" alt="" width="427" height="345" /></a>This is how you configure desktop effects in Cinnamon</div>
<h2>Desktop layouts</h2>
<p>Another popular feature users “used” to have, was the ability to change the layout of their desktop. Some people liked their panel on top, others liked it at the bottom, and some even liked to have two panels for their desktop. In Cinnamon 1.2, we haven’t reached the stage where each component is independent and can be moved anywhere you like, but we added support for the most common desktop layouts:</p>
<ul>
<li>Traditional layout (one panel at the bottom)</li>
<li>Flipped layout (one panel at the top)</li>
<li>Classic layout (one panel at the bottom and one panel at the top)</li>
</ul>
<div><a href="http://cinnamon.linuxmint.com/tmp/blog/119/traditional.png"><img src="http://cinnamon.linuxmint.com/tmp/blog/119/thumb_traditional.png" alt="" width="427" height="277" /></a>A traditional desktop layout</div>
<div><a href="http://cinnamon.linuxmint.com/tmp/blog/119/flipped.png"><img src="http://cinnamon.linuxmint.com/tmp/blog/119/thumb_flipped.png" alt="" width="427" height="277" /></a>The &#8220;flipped&#8221; layout, with panel on top</div>
<div><a href="http://cinnamon.linuxmint.com/tmp/blog/119/classic.png"><img src="http://cinnamon.linuxmint.com/tmp/blog/119/thumb_classic.png" alt="" width="427" height="277" /></a>A &#8220;classic&#8221; desktop layout, one panel on top, one at the bottom</div>
<h2>Easier customization</h2>
<p>This release introduces a new configuration tool called “Cinnamon Settings” and additional configuration options.</p>
<p>You can now switch themes, apply desktop effects, add applets and extensions to your desktop and configure some of the settings of the desktop.</p>
<div><a href="http://cinnamon.linuxmint.com/tmp/blog/119/themes.png"><img src="http://cinnamon.linuxmint.com/tmp/blog/119/thumb_themes.png" alt="" width="427" height="345" /></a>There&#8217;s already a few quality themes available for Cinnamon</div>
<p>Among other things you can now also define your own date format for the calendar applet and panel launchers are now editable and you can change their icon.</p>
<h2>Applets</h2>
<p>Cinnamon 1.2 comes with 5 new applets by default:</p>
<ul>
<li>Accessibility</li>
<li>Recent documents</li>
<li>Removable drives</li>
<li>Trash</li>
<li>Display (XrandR monitor control)</li>
</ul>
<div><a href="http://cinnamon.linuxmint.com/tmp/blog/119/applets.png"><img src="http://cinnamon.linuxmint.com/tmp/blog/119/thumb_applets.png" alt="" width="427" height="345" /></a>Applets are probably the coolest new feature in Cinnamon, for both users and developers</div>
<p>Though they will eventually become something similar to what they were in Gnome 2, “Applets” are a new concept in Cinnamon 1.2.</p>
<p>To users they are optional parts of the desktop which come installed by default as part of what Cinnamon is and which place themselves in the panel, near the system tray.</p>
<p>To developers they’re a fantastic new addition. The extension system developed by Gnome Shell is not adapted to developing applets:</p>
<ul>
<li>Because extensions insert themselves in the desktop, they interact with the Shell code itself and this potentially makes them incompatible with future versions of the Shell.</li>
<li>Because extensions insert themselves in the desktop, they have to define their own location</li>
<li>Because extensions insert themselves and don’t rely on any proper API, they can’t take advantage of a common behaviour and look and feel</li>
</ul>
<p>In Cinnamon 1.2, applets are a particular type of extension. They’re specifically designed for extensions which add content to the panel and feature the following advantages:</p>
<ul>
<li>They benefit from an Applet API and are trivial to write (as an applet developer you only focus on the content of your applet, everything else is done for you)</li>
<li>They’re consistent and feature the same common behaviours (a context menu, consistent styles for the applet container, tooltips etc..)</li>
<li>They don’t depend on a particular version of Cinnamon</li>
<li>They don’t specify their location or whether they’re loaded or not. In Cinnamon 1.2 they’re near the systray. In future releases the user will be able to move them around.</li>
</ul>
<p>Eventually, all panel components in Cinnamon will be “applets” and they will be loaded the same way as “applets” written by other developers.</p>
<p>Developers are encouraged to only write extensions for advanced purposes and to use the Applet API instead for anything that adds content to the panel(s).</p>
<h2>Improved main menu</h2>
<p>The main menu was significantly improved.</p>
<p>If you search for something, the categories now become inactive so you don’t hover them by accident just to see your search results disappear.</p>
<p>You can now also simply press enter after a search and the first item in the search results gets launched.</p>
<p>The menu definitions are now handled by Cinnamon itself and the “Administration” and “Preferences” categories are back! <img src="http://cinnamon.linuxmint.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
<h2>Under the hood changes</h2>
<p>Important changes were made to significantly improve Cinnamon under the hood and these changes also mean we’re now going further away from any kind of compatibility with Gnome Shell.</p>
<ul>
<li>Cinnamon now uses its own window manager (Muffin forks and replaces Mutter in Cinnamon 1.2)</li>
<li>Cinnamon is no longer compatible with Gnome Shell themes. It is possible however for a theme to define styles for both Gnome Shell and Cinnamon and to be compatible with both desktops.</li>
<li>Newly open windows are focused by default (instead of appearing in the back with an annoying “Your window is ready” notification)</li>
<li>Closing windows on an empty workspace no longer triggers the overview.</li>
<li>The overview was replaced by a desktop Scale plugin (similar to the old Compiz Scale). In future release, this plugin will be associated with CTRL+ALT+DOWN and a new Expo plugin will be mapped to CTRL+ALT+UP.</li>
<li>Bug fix galore (after this release, 130 issues were closed since the start of the project)</li>
</ul>
<p>&nbsp;</p>
<p>bron: <a href="http://cinnamon.linuxmint.com/">cinnamon.linuxmint</a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.linuxmintusers.be%2Fblog%2F2012%2F01%2Fcinnamon-1-2-released%2F&amp;title=Cinnamon%201.2%20released" id="wpa2a_6"><img src="http://www.linuxmintusers.be/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.linuxmintusers.be/blog/2012/01/cinnamon-1-2-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Mint 12 KDE RC released!</title>
		<link>http://www.linuxmintusers.be/blog/2012/01/linux-mint-12-kde-rc-released/</link>
		<comments>http://www.linuxmintusers.be/blog/2012/01/linux-mint-12-kde-rc-released/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 17:23:30 +0000</pubDate>
		<dc:creator>drum</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[KDE]]></category>

		<guid isPermaLink="false">http://www.linuxmintusers.be/blog/?p=711</guid>
		<description><![CDATA[The team is proud to announce the release of Linux Mint 12 KDE RC. Linux Mint 12 KDE RC New features at a glance: KDE 4.7.4 Hybrid ISO images Search engines Upstream components For a complete overview and to see screenshots of the new features, visit: “What’s new in Linux Mint 12 KDE“. Release notes: [...]]]></description>
			<content:encoded><![CDATA[<div>
<div>
<div>
<p>The team is proud to announce the release of Linux Mint 12 KDE RC.</p>
<p><a href="http://www.linuxmint.com/pictures/screenshots/lisa/kde/lisa.png"><img src="http://www.linuxmint.com/pictures/screenshots/lisa/kde/thumb_lisa.png" alt="" width="427" height="327" /></a><br />
<em>Linux Mint 12 KDE RC<br />
</em></p>
<p><strong>New features at a glance:</strong></p>
<div>
<ul>
<li><a href="http://www.linuxmint.com/rel_lisa_kde_whatsnew.php#kde">KDE 4.7.4</a></li>
<li><a href="http://www.linuxmint.com/rel_lisa_kde_whatsnew.php#hybrid">Hybrid ISO images</a></li>
<li><a href="http://www.linuxmint.com/rel_lisa_kde_whatsnew.php#search">Search engines</a></li>
<li><a href="http://www.linuxmint.com/rel_lisa_kde_whatsnew.php#upstream">Upstream components</a></li>
</ul>
<p>For a complete overview and to see screenshots of the new features, visit: “<a href="http://www.linuxmint.com/rel_lisa_kde_whatsnew.php">What’s new in Linux Mint 12 KDE</a>“.</p>
<p><strong>Release notes:</strong></p>
<ul>
<li>Print to PDF</li>
<li>Apturl</li>
<li>Ctrl_Alt_Backspace</li>
<li>mintDesktop</li>
<li>Mint4Win</li>
<li>Moonlight</li>
<li>Upstream issues</li>
</ul>
</div>
<p>To get more information about these issues and their solution, read the “<a href="http://www.linuxmint.com/rel_lisa_kde.php">Release notes</a>”.</p>
<p><strong>System requirements:</strong></p>
<ul>
<li>x86 processor (Linux Mint 64-bit requires a 64-bit processor. Linux Mint 32-bit works on both 32-bit and 64-bit processors).</li>
<li>512 MB RAM (1GB recommended for a comfortable usage).</li>
<li>5 GB of disk space</li>
<li>Graphics card capable of 800×600 resolution</li>
<li>DVD-ROM drive or USB port</li>
</ul>
<p><strong>Bug reports:</strong></p>
<p>Please report any bug you may find here on this blog.</p>
<p><strong>Download</strong>:</p>
<p>Md5 sum:</p>
<ul>
<li>32-bit: 46ffaf9283a027e9f57f721565511eba</li>
<li>64-bit: a32b6a16883222cafe5051f186f5da7a</li>
</ul>
<p>Torrents:</p>
<ul>
<li><a href="http://torrents.linuxmint.com/torrents/linuxmint-12-kde-dvd-32bit-rc.iso.torrent">32-bit</a></li>
<li><a href="http://torrents.linuxmint.com/torrents/linuxmint-12-kde-dvd-64bit-rc.iso.torrent">64-bit</a></li>
</ul>
<p>HTTP Mirrors for the 32-bit ISO:</p>
<ul>
<li>Argentina <a href="http://mint.xfree.com.ar/testing/linuxmint-12-kde-dvd-32bit-rc.iso">Xfree</a></li>
<li>Australia <a href="http://mirror.aarnet.edu.au/pub/linuxmint/testing/linuxmint-12-kde-dvd-32bit-rc.iso">AARNet</a></li>
<li>Australia <a href="http://mirror.internode.on.net/pub/linuxmint/testing/linuxmint-12-kde-dvd-32bit-rc.iso">Internode</a></li>
<li>Australia <a href="http://mirror.optus.net/linuxmint/isos/testing/linuxmint-12-kde-dvd-32bit-rc.iso">Yes Optus Mirror</a></li>
<li>Austria <a href="http://gd.tuwien.ac.at/linux/mint/isos/testing/linuxmint-12-kde-dvd-32bit-rc.iso">Goodie Domain Service</a></li>
<li>Belarus <a href="http://ftp.mgts.by/pub/linuxmint/isos/testing/linuxmint-12-kde-dvd-32bit-rc.iso">ByFly</a></li>
<li>Brazil <a href="http://mint.c3sl.ufpr.br/testing/linuxmint-12-kde-dvd-32bit-rc.iso">Universidade Federal do Parana</a></li>
<li>Canada <a href="http://mirror.csclub.uwaterloo.ca/linuxmint/testing/linuxmint-12-kde-dvd-32bit-rc.iso">University of Waterloo Computer Science Club</a></li>
<li>Denmark <a href="http://ftp.klid.dk/ftp/linuxmint/testing/linuxmint-12-kde-dvd-32bit-rc.iso">klid.dk</a></li>
<li>France <a href="http://mint-mirror.gwendallebihan.net/isos/testing/linuxmint-12-kde-dvd-32bit-rc.iso">Gwendal Le Bihan</a></li>
<li>France <a href="http://mirror.linuxmint-fr.net/linuxmint.com/testing/linuxmint-12-kde-dvd-32bit-rc.iso">linuxmint-fr.org</a></li>
<li>France <a href="http://mirrors.ordimatic.net/mint/testing/linuxmint-12-kde-dvd-32bit-rc.iso">Ordimatic</a></li>
<li>France <a href="http://mirror.rts-informatique.fr/linuxmint.com/testing/linuxmint-12-kde-dvd-32bit-rc.iso">RTS Informatique</a></li>
<li>Germany <a href="http://linuxmint.copahost.com/testing/linuxmint-12-kde-dvd-32bit-rc.iso">Copahost</a></li>
<li>Germany <a href="http://ftp5.gwdg.de/pub/linux/debian/mint/testing/linuxmint-12-kde-dvd-32bit-rc.iso">GWDG</a></li>
<li>Germany <a href="http://mirror.netcologne.de/mint/testing/linuxmint-12-kde-dvd-32bit-rc.iso">NetCologne GmbH</a></li>
<li>Greece <a href="http://ftp.ntua.gr/pub/linux/linuxmint/testing/linuxmint-12-kde-dvd-32bit-rc.iso">National Technical University of Athens</a></li>
<li>Greece <a href="http://ftp.cc.uoc.gr/mirrors/linux/linuxmint/testing/linuxmint-12-kde-dvd-32bit-rc.iso">University of Crete</a></li>
<li>Ireland <a href="http://ftp.heanet.ie/pub/linuxmint.com/testing/linuxmint-12-kde-dvd-32bit-rc.iso">HEAnet</a></li>
<li>Italy <a href="http://linuxmint.mirror.garr.it/mirrors/linuxmint/testing/linuxmint-12-kde-dvd-32bit-rc.iso">GARR</a></li>
<li>Japan <a href="http://ftp.jaist.ac.jp/pub/Linux/LinuxMint-ISO/testing/linuxmint-12-kde-dvd-32bit-rc.iso">JAIST</a></li>
<li>Japan <a href="http://ftp.tsukuba.wide.ad.jp/Linux/mint-iso/testing/linuxmint-12-kde-dvd-32bit-rc.iso">Tsukuba WIDE</a></li>
<li>Japan <a href="http://ftp.yz.yamagata-u.ac.jp/pub/linux/linuxmint/testing/linuxmint-12-kde-dvd-32bit-rc.iso">Yamagata University</a></li>
<li>Kazakhstan <a href="http://mirror.neolabs.kz/linuxmint/iso/testing/linuxmint-12-kde-dvd-32bit-rc.iso">Neolabs</a></li>
<li>Latvia <a href="http://ftp.linux.edu.lv/mirrors/linuxmint.com/testing/linuxmint-12-kde-dvd-32bit-rc.iso">University of Latvia</a></li>
<li>Luxembourg <a href="http://mint.mirror.root.lu/isos/testing/linuxmint-12-kde-dvd-32bit-rc.iso">root S.A.</a></li>
<li>Netherlands <a href="http://mirror.tuxis.nl/isos/testing/linuxmint-12-kde-dvd-32bit-rc.iso">Tuxis Internet Engineering</a></li>
<li>Poland <a href="http://ftp.icm.edu.pl/pub/Linux/dist/linuxmint/isos/testing/linuxmint-12-kde-dvd-32bit-rc.iso">ICM – University of Warsaw</a></li>
<li>Portugal <a href="http://cesium.di.uminho.pt/pub/linuxmint/testing/linuxmint-12-kde-dvd-32bit-rc.iso">CeSIUM – Universidade do Minho</a></li>
<li>Romania <a href="http://lnx.apollo-hw.ro/linuxmint.com/iso/testing/linuxmint-12-kde-dvd-32bit-rc.iso">Apollo Hardware Consulting</a></li>
<li>Romania <a href="http://mirrors.serverhost.ro/mint/iso/testing/linuxmint-12-kde-dvd-32bit-rc.iso">ServerHost</a></li>
<li>Russia <a href="http://mirror.yandex.ru/linuxmint/testing/linuxmint-12-kde-dvd-32bit-rc.iso">Yandex Team</a></li>
<li>South Africa <a href="http://ftp.wa.co.za/pub/linuxmint/iso/testing/linuxmint-12-kde-dvd-32bit-rc.iso">Web Africa</a></li>
<li>Spain <a href="http://www.comunidadhosting.com/mirror/linux_mint/linuxmint.com/testing/linuxmint-12-kde-dvd-32bit-rc.iso">ComunidadHosting</a></li>
<li>Sweden <a href="http://ftp.df.lth.se/pub/linuxmint/testing/linuxmint-12-kde-dvd-32bit-rc.iso">DF – Computer Society at Lund University</a></li>
<li>Sweden <a href="http://ftp.portlane.com/pub/os/linux/linuxmint/testing/linuxmint-12-kde-dvd-32bit-rc.iso">Portlane</a></li>
<li>Switzerland <a href="http://mirror.switch.ch/ftp/mirror/linuxmint/testing/linuxmint-12-kde-dvd-32bit-rc.iso">SWITCH</a></li>
<li>USA <a href="http://linuxfreedom.com/linuxmint/linuxmint.com/testing/linuxmint-12-kde-dvd-32bit-rc.iso">Linux Freedom</a></li>
<li>USA <a href="http://linuxmint.mirrorcatalogs.com/iso/testing/linuxmint-12-kde-dvd-32bit-rc.iso">mirrorcatalogs.com</a></li>
<li>USA <a href="http://ftp.cs.rose-hulman.edu/linuxmint/testing/linuxmint-12-kde-dvd-32bit-rc.iso">Rose-Hulman Institute of Technology</a></li>
<li>USA <a href="http://mirrors.secution.com/linuxmint.com/testing/linuxmint-12-kde-dvd-32bit-rc.iso">Secution, LLC.</a></li>
<li>USA <a href="http://mirror.yellowfiber.net/linuxmint/testing/linuxmint-12-kde-dvd-32bit-rc.iso">Yellow Fiber Networks</a></li>
</ul>
<p>HTTP Mirrors for the 64-bit ISO:</p>
<ul>
<li>Argentina <a href="http://mint.xfree.com.ar/testing/linuxmint-12-kde-dvd-64bit-rc.iso">Xfree</a></li>
<li>Australia <a href="http://mirror.aarnet.edu.au/pub/linuxmint/testing/linuxmint-12-kde-dvd-64bit-rc.iso">AARNet</a></li>
<li>Australia <a href="http://mirror.internode.on.net/pub/linuxmint/testing/linuxmint-12-kde-dvd-64bit-rc.iso">Internode</a></li>
<li>Australia <a href="http://mirror.optus.net/linuxmint/isos/testing/linuxmint-12-kde-dvd-64bit-rc.iso">Yes Optus Mirror</a></li>
<li>Austria <a href="http://gd.tuwien.ac.at/linux/mint/isos/testing/linuxmint-12-kde-dvd-64bit-rc.iso">Goodie Domain Service</a></li>
<li>Belarus <a href="http://ftp.mgts.by/pub/linuxmint/isos/testing/linuxmint-12-kde-dvd-64bit-rc.iso">ByFly</a></li>
<li>Brazil <a href="http://mint.c3sl.ufpr.br/testing/linuxmint-12-kde-dvd-64bit-rc.iso">Universidade Federal do Parana</a></li>
<li>Canada <a href="http://mirror.csclub.uwaterloo.ca/linuxmint/testing/linuxmint-12-kde-dvd-64bit-rc.iso">University of Waterloo Computer Science Club</a></li>
<li>Denmark <a href="http://ftp.klid.dk/ftp/linuxmint/testing/linuxmint-12-kde-dvd-64bit-rc.iso">klid.dk</a></li>
<li>France <a href="http://mint-mirror.gwendallebihan.net/isos/testing/linuxmint-12-kde-dvd-64bit-rc.iso">Gwendal Le Bihan</a></li>
<li>France <a href="http://mirror.linuxmint-fr.net/linuxmint.com/testing/linuxmint-12-kde-dvd-64bit-rc.iso">linuxmint-fr.org</a></li>
<li>France <a href="http://mirrors.ordimatic.net/mint/testing/linuxmint-12-kde-dvd-64bit-rc.iso">Ordimatic</a></li>
<li>France <a href="http://mirror.rts-informatique.fr/linuxmint.com/testing/linuxmint-12-kde-dvd-64bit-rc.iso">RTS Informatique</a></li>
<li>Germany <a href="http://linuxmint.copahost.com/testing/linuxmint-12-kde-dvd-64bit-rc.iso">Copahost</a></li>
<li>Germany <a href="http://ftp5.gwdg.de/pub/linux/debian/mint/testing/linuxmint-12-kde-dvd-64bit-rc.iso">GWDG</a></li>
<li>Germany <a href="http://mirror.netcologne.de/mint/testing/linuxmint-12-kde-dvd-64bit-rc.iso">NetCologne GmbH</a></li>
<li>Greece <a href="http://ftp.ntua.gr/pub/linux/linuxmint/testing/linuxmint-12-kde-dvd-64bit-rc.iso">National Technical University of Athens</a></li>
<li>Greece <a href="http://ftp.cc.uoc.gr/mirrors/linux/linuxmint/testing/linuxmint-12-kde-dvd-64bit-rc.iso">University of Crete</a></li>
<li>Ireland <a href="http://ftp.heanet.ie/pub/linuxmint.com/testing/linuxmint-12-kde-dvd-64bit-rc.iso">HEAnet</a></li>
<li>Italy <a href="http://linuxmint.mirror.garr.it/mirrors/linuxmint/testing/linuxmint-12-kde-dvd-64bit-rc.iso">GARR</a></li>
<li>Japan <a href="http://ftp.jaist.ac.jp/pub/Linux/LinuxMint-ISO/testing/linuxmint-12-kde-dvd-64bit-rc.iso">JAIST</a></li>
<li>Japan <a href="http://ftp.tsukuba.wide.ad.jp/Linux/mint-iso/testing/linuxmint-12-kde-dvd-64bit-rc.iso">Tsukuba WIDE</a></li>
<li>Japan <a href="http://ftp.yz.yamagata-u.ac.jp/pub/linux/linuxmint/testing/linuxmint-12-kde-dvd-64bit-rc.iso">Yamagata University</a></li>
<li>Kazakhstan <a href="http://mirror.neolabs.kz/linuxmint/iso/testing/linuxmint-12-kde-dvd-64bit-rc.iso">Neolabs</a></li>
<li>Latvia <a href="http://ftp.linux.edu.lv/mirrors/linuxmint.com/testing/linuxmint-12-kde-dvd-64bit-rc.iso">University of Latvia</a></li>
<li>Luxembourg <a href="http://mint.mirror.root.lu/isos/testing/linuxmint-12-kde-dvd-64bit-rc.iso">root S.A.</a></li>
<li>Netherlands <a href="http://mirror.tuxis.nl/isos/testing/linuxmint-12-kde-dvd-64bit-rc.iso">Tuxis Internet Engineering</a></li>
<li>Poland <a href="http://ftp.icm.edu.pl/pub/Linux/dist/linuxmint/isos/testing/linuxmint-12-kde-dvd-64bit-rc.iso">ICM – University of Warsaw</a></li>
<li>Portugal <a href="http://cesium.di.uminho.pt/pub/linuxmint/testing/linuxmint-12-kde-dvd-64bit-rc.iso">CeSIUM – Universidade do Minho</a></li>
<li>Romania <a href="http://lnx.apollo-hw.ro/linuxmint.com/iso/testing/linuxmint-12-kde-dvd-64bit-rc.iso">Apollo Hardware Consulting</a></li>
<li>Romania <a href="http://mirrors.serverhost.ro/mint/iso/testing/linuxmint-12-kde-dvd-64bit-rc.iso">ServerHost</a></li>
<li>Russia <a href="http://mirror.yandex.ru/linuxmint/testing/linuxmint-12-kde-dvd-64bit-rc.iso">Yandex Team</a></li>
<li>South Africa <a href="http://ftp.wa.co.za/pub/linuxmint/iso/testing/linuxmint-12-kde-dvd-64bit-rc.iso">Web Africa</a></li>
<li>Spain <a href="http://www.comunidadhosting.com/mirror/linux_mint/linuxmint.com/testing/linuxmint-12-kde-dvd-64bit-rc.iso">ComunidadHosting</a></li>
<li>Sweden <a href="http://ftp.df.lth.se/pub/linuxmint/testing/linuxmint-12-kde-dvd-64bit-rc.iso">DF – Computer Society at Lund University</a></li>
<li>Sweden <a href="http://ftp.portlane.com/pub/os/linux/linuxmint/testing/linuxmint-12-kde-dvd-64bit-rc.iso">Portlane</a></li>
<li>Switzerland <a href="http://mirror.switch.ch/ftp/mirror/linuxmint/testing/linuxmint-12-kde-dvd-64bit-rc.iso">SWITCH</a></li>
<li>USA <a href="http://linuxfreedom.com/linuxmint/linuxmint.com/testing/linuxmint-12-kde-dvd-64bit-rc.iso">Linux Freedom</a></li>
<li>USA <a href="http://linuxmint.mirrorcatalogs.com/iso/testing/linuxmint-12-kde-dvd-64bit-rc.iso">mirrorcatalogs.com</a></li>
<li>USA <a href="http://ftp.cs.rose-hulman.edu/linuxmint/testing/linuxmint-12-kde-dvd-64bit-rc.iso">Rose-Hulman Institute of Technology</a></li>
<li>USA <a href="http://mirrors.secution.com/linuxmint.com/testing/linuxmint-12-kde-dvd-64bit-rc.iso">Secution, LLC.</a></li>
<li>USA <a href="http://mirror.yellowfiber.net/linuxmint/testing/linuxmint-12-kde-dvd-64bit-rc.iso">Yellow Fiber Networks</a></li>
</ul>
<p><strong>Enjoy!</strong></p>
<p>We look forward to receiving your feedback. Thank you for using Linux Mint and have a lot of fun testing the release candidate!</p>
</div>
</div>
</div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.linuxmintusers.be%2Fblog%2F2012%2F01%2Flinux-mint-12-kde-rc-released%2F&amp;title=Linux%20Mint%2012%20KDE%20RC%20released%21" id="wpa2a_8"><img src="http://www.linuxmintusers.be/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.linuxmintusers.be/blog/2012/01/linux-mint-12-kde-rc-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Mint signs a partnership with Blue Systems</title>
		<link>http://www.linuxmintusers.be/blog/2012/01/linux-mint-signs-a-partnership-with-blue-systems/</link>
		<comments>http://www.linuxmintusers.be/blog/2012/01/linux-mint-signs-a-partnership-with-blue-systems/#comments</comments>
		<pubDate>Sun, 08 Jan 2012 07:17:13 +0000</pubDate>
		<dc:creator>drum</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[Linux Mint Belgium]]></category>

		<guid isPermaLink="false">http://www.linuxmintusers.be/blog/?p=706</guid>
		<description><![CDATA[Blue Systems is a German company sponsoring Free and Open Source projects such as Netrunner and KDE-projects like kcm-gtk-config. As part of the partnership, Linux Mint will share its knowledge and expertise with Netrunner and both distributions will work together on improving their respective KDE editions. Although Netrunner and Linux Mint KDE offer a different [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="Blue systems logo" src="http://www.netrunner-os.com/wp-content/uploads/2011/12/bluesystems-logo.jpg" alt="" width="273" height="86" /></p>
<p>Blue Systems is a German company sponsoring Free and Open Source projects such as <a href="http://www.netrunner-os.com/about/">Netrunner</a> and <a href="http://kde.org/">KDE</a>-projects like <a href="https://projects.kde.org/projects/playground/base/kde-gtk-config">kcm-gtk-config</a>.</p>
<p>As part of the partnership, Linux Mint will share its knowledge and expertise with Netrunner and both distributions will work together on improving their respective KDE editions. Although Netrunner and Linux Mint KDE offer a different experience, they’re built on the same technology. This cooperation between the two distributions will have positive effects on both.</p>
<p>Blue Systems is also becoming the primary sponsor for Linux Mint. This sponsorship allowed us to contract an additional full-time developer for the whole year of 2012.</p>
<p>bron: <a href="http://blog.linuxmint.com/?p=1913">The Linux Mint Blog</a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.linuxmintusers.be%2Fblog%2F2012%2F01%2Flinux-mint-signs-a-partnership-with-blue-systems%2F&amp;title=Linux%20Mint%20signs%20a%20partnership%20with%20Blue%20Systems" id="wpa2a_10"><img src="http://www.linuxmintusers.be/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.linuxmintusers.be/blog/2012/01/linux-mint-signs-a-partnership-with-blue-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cinnamon 1.1.3</title>
		<link>http://www.linuxmintusers.be/blog/2012/01/cinnamon-1-1-3/</link>
		<comments>http://www.linuxmintusers.be/blog/2012/01/cinnamon-1-1-3/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 08:19:20 +0000</pubDate>
		<dc:creator>French</dc:creator>
				<category><![CDATA[Diversen]]></category>

		<guid isPermaLink="false">http://www.linuxmintusers.be/blog/?p=669</guid>
		<description><![CDATA[This release is significantly better than the previous one and features a lot of fixes and improvements. Although Cinnamon still lacks a graphical configuration tool and it’s still too early for extensions and themes developers to extend it (these three issues are the main priority for 1.1.4), this release is stable and provides users with [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.linuxmintusers.be/blog/wp-content/uploads/2012/01/family-cinnamon-150x150.jpg"><img class="alignleft size-full wp-image-670" title="family-cinnamon-150x150" src="http://www.linuxmintusers.be/blog/wp-content/uploads/2012/01/family-cinnamon-150x150.jpg" alt="" width="150" height="150" /></a><br />
This release is significantly better than the previous one and features a lot of fixes and improvements. Although Cinnamon still lacks a graphical configuration tool and it’s still too early for extensions and themes developers to extend it (these three issues are the main priority for 1.1.4), this release is stable and provides users with one of the best Linux desktop experience available.<br />
Meer informatie zie<br />
With 1.1.3, we’re seeing some of the old mintMenu features re-appear in the Cinnamon menu, and the first batch of configuration options emerge. You can start making Cinnamon your own, define your favorite apps, your panel launchers, decide whether you want an overview corner or not, how to name your Menu, whether to auto-hide your panel… etc.<br />
<a href="http://cinnamon.linuxmint.com/?p=99">Cinnamon</a> by <strong>Clement Lefebvre</strong> Lead developer and founder of Cinnamon &amp; Linux Mint</p>
<p>Artikel/Bron <a href="http://blog.linuxmint.com/?p=1910">The LinuxMintBlog</a></p>
<p>Toevoeging om paneel automatisch te verbergen,installeer pakket <strong>dconf-tools,</strong>en vink <strong>panel- autohide </strong>aan.</p>
<p><a href="http://www.linuxmintusers.be/blog/wp-content/uploads/2012/01/schermafdrukop201201031.png"><img class="alignleft size-full wp-image-677" title="schermafdrukop201201031" src="http://www.linuxmintusers.be/blog/wp-content/uploads/2012/01/schermafdrukop201201031.png" alt="" width="799" height="656" /></a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.linuxmintusers.be%2Fblog%2F2012%2F01%2Fcinnamon-1-1-3%2F&amp;title=Cinnamon%201.1.3" id="wpa2a_12"><img src="http://www.linuxmintusers.be/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.linuxmintusers.be/blog/2012/01/cinnamon-1-1-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Mint 12 &#8220;Lisa&#8221;</title>
		<link>http://www.linuxmintusers.be/blog/2011/11/linux-mint-12-lisa/</link>
		<comments>http://www.linuxmintusers.be/blog/2011/11/linux-mint-12-lisa/#comments</comments>
		<pubDate>Sat, 26 Nov 2011 17:35:32 +0000</pubDate>
		<dc:creator>French</dc:creator>
				<category><![CDATA[Linux Mint Belgium]]></category>

		<guid isPermaLink="false">http://www.linuxmintusers.be/blog/?p=653</guid>
		<description><![CDATA[Het team is er trots op om de vrijgave van Linux Mint 12 Lisa aan te kondigen Bron:The Linux Mint Blog]]></description>
			<content:encoded><![CDATA[<p><img alt="Lisa" src="http://www.linuxmint.com/pictures/screenshots/lisa/thumb_lisa_light.png" class="alignnone" width="427" height="277" /><br />
Het team is er trots op om de vrijgave van Linux Mint 12 Lisa aan te kondigen<br />
Bron:<a href="http://blog.linuxmint.com/?p=1889">The Linux Mint Blog</a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.linuxmintusers.be%2Fblog%2F2011%2F11%2Flinux-mint-12-lisa%2F&amp;title=Linux%20Mint%2012%20%26%238220%3BLisa%26%238221%3B" id="wpa2a_14"><img src="http://www.linuxmintusers.be/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.linuxmintusers.be/blog/2011/11/linux-mint-12-lisa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Mint 12 RC uitgave</title>
		<link>http://www.linuxmintusers.be/blog/2011/11/linux-mint-12-rc-uitgave/</link>
		<comments>http://www.linuxmintusers.be/blog/2011/11/linux-mint-12-rc-uitgave/#comments</comments>
		<pubDate>Sat, 12 Nov 2011 11:30:57 +0000</pubDate>
		<dc:creator>French</dc:creator>
				<category><![CDATA[Releases mint]]></category>

		<guid isPermaLink="false">http://www.linuxmintusers.be/blog/?p=645</guid>
		<description><![CDATA[Het team is trots om de release van Linux Mint 12 RC genaamd Lisa aan te kondigen De diverse Torrents en Mirrors zijn te vinden in onderstaande link Veel plezier Bron:The Linux Mint Blog]]></description>
			<content:encoded><![CDATA[<p><strong>Het team is trots om de release van Linux Mint 12 RC genaamd Lisa aan te kondigen</strong></p>
<p><img alt="" src="http://www.linuxmint.com/pictures/screenshots/lisa/thumb_lisa.png" title="Mint 12" class="alignnone" width="427" height="277" /><br />
De diverse Torrents en Mirrors zijn te vinden in onderstaande link<br />
Veel plezier<br />
Bron:<a href="http://blog.linuxmint.com/?p=1858">The Linux Mint Blog</a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.linuxmintusers.be%2Fblog%2F2011%2F11%2Flinux-mint-12-rc-uitgave%2F&amp;title=Linux%20Mint%2012%20RC%20uitgave" id="wpa2a_16"><img src="http://www.linuxmintusers.be/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.linuxmintusers.be/blog/2011/11/linux-mint-12-rc-uitgave/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mint 12 RC nu te downen</title>
		<link>http://www.linuxmintusers.be/blog/2011/11/mint-12-rc-nu-te-downen/</link>
		<comments>http://www.linuxmintusers.be/blog/2011/11/mint-12-rc-nu-te-downen/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 17:20:11 +0000</pubDate>
		<dc:creator>drum</dc:creator>
				<category><![CDATA[Linux Mint Belgium]]></category>

		<guid isPermaLink="false">http://www.linuxmintusers.be/blog/?p=642</guid>
		<description><![CDATA[testing]]></description>
			<content:encoded><![CDATA[<p><a href="http://ftp.heanet.ie/pub/linuxmint.com/testing/">testing</a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.linuxmintusers.be%2Fblog%2F2011%2F11%2Fmint-12-rc-nu-te-downen%2F&amp;title=Mint%2012%20RC%20nu%20te%20downen" id="wpa2a_18"><img src="http://www.linuxmintusers.be/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.linuxmintusers.be/blog/2011/11/mint-12-rc-nu-te-downen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LinuxMint 12 &#8216;Lisa&#8217; update</title>
		<link>http://www.linuxmintusers.be/blog/2011/11/linuxmint-12-lisa-update/</link>
		<comments>http://www.linuxmintusers.be/blog/2011/11/linuxmint-12-lisa-update/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 19:19:10 +0000</pubDate>
		<dc:creator>drum</dc:creator>
				<category><![CDATA[Linux Mint Belgium]]></category>

		<guid isPermaLink="false">http://www.linuxmintusers.be/blog/?p=639</guid>
		<description><![CDATA[Linux Mint 12 krijgt traditionele gui-laag boven op Gnome 3 Linux Mint, een op Ubuntu gebaseerde Linux-distributie, heeft voor de komende release van versie 12 een eigen shell ontworpen, die boven op Gnome 3 draait. Volgens de ontwikkelaar wordt Gnome 3 zo gebruiksvriendelijker. De nieuwe omgeving, die MGSE heet, moet in de ogen van het [...]]]></description>
			<content:encoded><![CDATA[<h1>Linux Mint 12 krijgt traditionele gui-laag boven op Gnome 3</h1>
<div><img src="http://ic.tweakimg.net/ext/i/thumb/1320587990.png" alt="Linux Mint 12 met MGSE" /></p>
<div>Linux Mint, een op Ubuntu gebaseerde Linux-distributie, heeft voor de komende release van versie 12 een eigen shell ontworpen, die boven op Gnome 3 draait. Volgens de ontwikkelaar wordt Gnome 3 zo gebruiksvriendelijker.</div>
<p>De nieuwe omgeving, die <acronym title="Mint Gnome Shell Extensions">MGSE</acronym> heet, moet in de ogen van het Linux Mint-team een aantal tekortkomingen van de Gnome Shell, die bovenop Gnome 3 draait, helpen <a title="Linuxmint.com -- Linux Mint 12 preview" href="http://blog.linuxmint.com/?p=1851" rel="external" target="_blank">oplossen</a>. Zo zou Gnome Shell zich te veel richten op het draaien van applicaties in plaats van vensters, terwijl door de nieuwe Gnome-gui ook multitasking stroever zou verlopen.<br />
MGSE in Linux Mint 12 bestaat uit een aantal lagen die elk in- en uitgeschakeld kunnen worden. Met deze componenten moet een gebruiker zijn werk kunnen uitvoeren volgens de werkwijze in een meer traditionele gui, zoals Gnome 2. De componenten bestaan onder andere uit een applicatiemenu, een taakbalk &#8211; al dan niet met <em>tray icons</em> &#8211; en een vensterbeheerder.</p>
<p>Volgens de ontwikkelaars leveren deze MGSE-componenten een desktopomgeving op die voor veel gebruikers prettiger zal werken dan Gnome Shell. De distributie groeide in het afgelopen jaar flink in populariteit doordat het vasthield aan de Gnome 2-gui, terwijl andere Linux-distributies kozen voor het dikwijls bekritiseerde Gnome Shell of, zoals Canonicals Unity in de laatste Ubuntu-releases, met een geheel eigen gui op de proppen kwamen. Linux Mint stelt zelfs dat het misschien Ubuntu in populariteit zal voorbijstreven.<br />
Linux Mint 12 maakt het ook mogelijk om 3d-versnelling te gebruiken als Linux Mint in Virtual Box als een virtuele machine wordt gedraaid. Daarnaast is er een <em>fallback mode</em> aanwezig, mocht de gpu niet gebruikt kunnen worden. Verder wordt gewerkt aan ondersteuning voor Mate, een fork van Gnome 2. Mate kan in tegenstelling tot Gnome 2 naast Gnome 3 worden gedraaid zonder compatibliteitsproblemen. Of Mate de release van Linux Mint 12 zal halen, is echter nog ongewis.<br />
Om de ontwikkeling van Linux Mint te kunnen bekostigen, krijgt het ontwikkelteam een deel van de inkomsten van een aantal zoekmachines. In versie 12 zal Linux Mint alle zoekmachines verwijderen die hun inkomsten uit zoekopdrachten niet willen delen en mogelijk zelfs hun advertenties blokkeren.<br />
Linux Mint streeft naar een release op of rond 20 november, maar de ontwikkelaars willen het besturingssysteem pas vrijgeven als zij dit goed genoeg vinden. Een <em>release candidate</em> moet op 11 november uitkomen.</p>
</div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.linuxmintusers.be%2Fblog%2F2011%2F11%2Flinuxmint-12-lisa-update%2F&amp;title=LinuxMint%2012%20%26%238216%3BLisa%26%238217%3B%20update" id="wpa2a_20"><img src="http://www.linuxmintusers.be/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.linuxmintusers.be/blog/2011/11/linuxmint-12-lisa-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

