<?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>blog.karapetsas.com</title>
	<atom:link href="http://blog.karapetsas.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.karapetsas.com</link>
	<description>News about the MATE Desktop Environment</description>
	<lastBuildDate>Sat, 27 Apr 2013 10:36:57 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
		<item>
		<title>How to use GSettings/dconf with dynamic paths</title>
		<link>http://blog.karapetsas.com/2013/04/27/how-to-use-gsettingsdconf-with-dynamic-paths/</link>
		<comments>http://blog.karapetsas.com/2013/04/27/how-to-use-gsettingsdconf-with-dynamic-paths/#comments</comments>
		<pubDate>Sat, 27 Apr 2013 10:36:57 +0000</pubDate>
		<dc:creator>Stefano Karapetsas</dc:creator>
				<category><![CDATA[MATE]]></category>

		<guid isPermaLink="false">http://blog.karapetsas.com/?p=161</guid>
		<description><![CDATA[As you know, MATE 1.6 migrated to GSettings/dconf and dropped MateConf (the GConf fork). In this post I&#8217;ll give you some tips to learn this new configuration system. First, I would like to spread this nice guide written by Infirit on our wiki about GSettings and dconf in MATE 1.6: http://wiki.mate-desktop.org/docs:gsettings A thing you could [...]]]></description>
				<content:encoded><![CDATA[<p>As you know, MATE 1.6 migrated to GSettings/dconf and dropped MateConf (the GConf fork). In this post I&#8217;ll give you some tips to learn this new configuration system.</p>
<p><img src="http://blog.karapetsas.com/wp-content/uploads/2013/04/dconf-editor-300x232.png" alt="dconf-editor" width="300" height="232" class="alignnone size-medium wp-image-165" /></p>
<p>First, I would like to spread this nice guide written by Infirit on our wiki about GSettings and dconf in MATE 1.6:</p>
<ul>
<li><a href="http://wiki.mate-desktop.org/docs:gsettings" target="_blank">http://wiki.mate-desktop.org/docs:gsettings</a></li>
</ul>
<p>A thing you could miss in dconf-editor is the edit of GSettings values with dynamic paths. Some MATE applications use dynamic paths:</p>
<ul>
<li>mate-panel, for applets and panels configuration</li>
<li>mate-terminal, for profiles configuration</li>
<li>mate-control-center, for custom keybindings settings</li>
</ul>
<p>dconf-editor doesnt know the used schema in dynamic paths, so you need to use gsettings tool to change these values:</p>
<p><code><br />
gsettings get SCHEMA[:PATH] KEY<br />
gsettings set SCHEMA[:PATH] KEY VALUE<br />
</code></p>
<p>For example:</p>
<p><code><br />
gsettings set org.mate.panel.applet.clock:/org/mate/panel/objects/clock/prefs/ show-seconds false<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.karapetsas.com/2013/04/27/how-to-use-gsettingsdconf-with-dynamic-paths/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Looking to the MATE future</title>
		<link>http://blog.karapetsas.com/2013/03/20/looking-to-the-mate-future/</link>
		<comments>http://blog.karapetsas.com/2013/03/20/looking-to-the-mate-future/#comments</comments>
		<pubDate>Tue, 19 Mar 2013 23:12:43 +0000</pubDate>
		<dc:creator>Stefano Karapetsas</dc:creator>
				<category><![CDATA[MATE]]></category>
		<category><![CDATA[gstreamer]]></category>
		<category><![CDATA[gtk3]]></category>
		<category><![CDATA[metacity]]></category>
		<category><![CDATA[systemd]]></category>
		<category><![CDATA[wayland]]></category>

		<guid isPermaLink="false">http://blog.karapetsas.com/?p=153</guid>
		<description><![CDATA[There are a lot of things that we will implement in MATE Desktop releases after 1.6: New exciting features, like window snapping in window manager, a plugin system for the file manager (currently extensions cant be enabled/disabled without restart Caja), epub support in document viewer&#8230; Add option to use Metacity as default window manager (this [...]]]></description>
				<content:encoded><![CDATA[<p>There are a lot of things that we will implement in MATE Desktop releases after 1.6:</p>
<p><img src="http://blog.karapetsas.com/wp-content/uploads/2013/03/menta2-300x240.png" alt="menta2" width="300" height="240" class="alignnone size-medium wp-image-155" /></p>
<ul>
<li>New exciting features, like window snapping in window manager, a plugin system for the file manager (currently extensions cant be enabled/disabled without restart Caja), epub support in document viewer&#8230;</li>
<li>Add option to use Metacity as default window manager (this is already possible, but we&#8217;ll support completely Metacity also in control center, workspaces names, etc.) </li>
<li>Support <a href="http://gstreamer.freedesktop.org/">GStreamer 1.0</a></li>
<li>Support completely new features of <a href="http://www.freedesktop.org/wiki/Software/systemd">systemd</a></li>
<li>Support GTK3, keeping availability to build with GTK2</li>
<li>Support <a href="http://wayland.freedesktop.org/">Wayland</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.karapetsas.com/2013/03/20/looking-to-the-mate-future/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>What’s new in upcoming MATE 1.6</title>
		<link>http://blog.karapetsas.com/2013/03/09/whats-new-in-upcoming-mate-1-6/</link>
		<comments>http://blog.karapetsas.com/2013/03/09/whats-new-in-upcoming-mate-1-6/#comments</comments>
		<pubDate>Fri, 08 Mar 2013 23:00:29 +0000</pubDate>
		<dc:creator>Stefano Karapetsas</dc:creator>
				<category><![CDATA[MATE]]></category>
		<category><![CDATA[atril]]></category>
		<category><![CDATA[caja]]></category>
		<category><![CDATA[compiz]]></category>
		<category><![CDATA[marco]]></category>
		<category><![CDATA[metacity]]></category>
		<category><![CDATA[panel]]></category>
		<category><![CDATA[systemd]]></category>

		<guid isPermaLink="false">http://blog.karapetsas.com/?p=142</guid>
		<description><![CDATA[This is a list of new features planned for the upcoming MATE Desktop 1.6 release. The list doesnt contain all the removed deprecated packages replaced with new technologies in glib/gio. Caja (file manager): Added support for new freedesktop.org File Manager DBus Interface. Atril (document viewer): Added backend for XPS files. Panel: Added &#8211;run-dialog option to [...]]]></description>
				<content:encoded><![CDATA[<p><a href="https://plus.google.com/u/0/100625103039786059941/posts/Z2YfTnqbraB"><img src="http://blog.karapetsas.com/wp-content/uploads/2013/03/Screenshot-3-300x225.png" alt="MATE 1.5.7" width="300" height="225" class="alignnone size-medium wp-image-145" /></a></p>
<p>This is a list of new features planned for the upcoming MATE Desktop 1.6 release. The list doesnt contain all the removed deprecated packages replaced with new technologies in glib/gio.</p>
<li>Caja (file manager): Added support for new freedesktop.org <a href="http://www.freedesktop.org/wiki/Specifications/file-manager-interface">File Manager DBus Interface</a>.</li>
<li>Atril (document viewer): Added backend for <a href="http://en.wikipedia.org/wiki/Open_XML_Paper_Specification">XPS</a> files.</li>
<li>Panel: Added &#8211;run-dialog option to open the run dialog.</li>
<li>Panel (windows list applet): You can use middle click button to close windows.</li>
<li>Control center (Windows applet): Added option to enable compositing manager and fast alt-tab.</li>
<li>Control center (Appearance applet): Set gconf/gsettings metacity theme if metacity or compiz are running.</li>
<li>Control center (Network applet): Use same GNOME proxy settings in gsettings-desktop-schemas.</li>
<li>Marco (window manager): Added option to open new windows on the center of the screen.</li>
<li>Calc: Added buttons to support inverse trig functions.</li>
<li>Notification daemon: Added option to show notifications only on one screen.</li>
<li>Themes: Added GTK3 support for most themes.</li>
<li>Settings daemon: Added support for mpris2 dbus interface for media keys.</li>
<li>Session manager: Added initial support for systemd-logind to shutdown and reboot without ConsoleKit.</li>
<li>Open terminal caja extension: Allow to opening a remote terminal on sftp mounts.</li>
<p><br/><br />
I would like to thank all people involved in the development and debug in the past months, and of course everyone that uses MATE.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.karapetsas.com/2013/03/09/whats-new-in-upcoming-mate-1-6/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Try MATE Desktop 1.5</title>
		<link>http://blog.karapetsas.com/2013/01/15/try-mate-desktop-1-5/</link>
		<comments>http://blog.karapetsas.com/2013/01/15/try-mate-desktop-1-5/#comments</comments>
		<pubDate>Tue, 15 Jan 2013 15:12:27 +0000</pubDate>
		<dc:creator>Stefano Karapetsas</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[MATE]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[archlinux]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[mate-1.5]]></category>
		<category><![CDATA[openSUSE]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.karapetsas.com/?p=116</guid>
		<description><![CDATA[You can test the development (and unstable!) packages of MATE Desktop 1.5, they are already available for some distributions. Obviously, dont use them in a production machine List of new features and changes in 1.6 is available on MATE wiki Debian Wheezy You can add deb http://dev.mate-desktop.org/debian wheezy main to your /etc/apt/sources.list. Ubuntu Quantal You [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://blog.karapetsas.com/2013/01/15/try-mate-desktop-1-5/mate-desktop-1-5/" rel="attachment wp-att-123"><img src="http://blog.karapetsas.com/wp-content/uploads/2013/01/mate-desktop-1.5-300x157.png" alt="mate-desktop-1.5" width="300" height="157" class="alignnone size-medium wp-image-123" /></a></p>
<p>You can test the development (and unstable!) packages of MATE Desktop 1.5, they are already available for some distributions. Obviously, dont use them in a production machine <img src='http://blog.karapetsas.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>List of new features and changes in 1.6 is available on <a href="http://wiki.mate-desktop.org/roadmap#release_16" title="MATE wiki" target="_blank">MATE wiki</a></p>
<p><strong>Debian Wheezy</strong></p>
<p>You can add <code>deb http://dev.mate-desktop.org/debian wheezy main</code> to your <code>/etc/apt/sources.list</code>.</p>
<p><strong>Ubuntu Quantal</strong></p>
<p>You can add <code>deb http://dev.mate-desktop.org/ubuntu quantal main</code> to your <code>/etc/apt/sources.list</code>.</p>
<p><strong>Fedora 17+</strong></p>
<p>1.5 packages, also if unstable, are already on official Fedora repositories.</p>
<p><strong>openSUSE</strong></p>
<p>1.5 packages are available through OBS: <a href="https://build.opensuse.org/project/repositories?project=X11%3AMATE" title="https://build.opensuse.org/project/repositories?project=X11:MATE" target="_blank">https://build.opensuse.org/project/repositories?project=X11:MATE</a></p>
<p><strong>Archlinux</strong></p>
<p>You can build 1.5 packages using PKGBUILDs from <a href="https://github.com/mate-desktop/archlinux-packages" target="_blank">https://github.com/mate-desktop/archlinux-packages</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.karapetsas.com/2013/01/15/try-mate-desktop-1-5/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>MATE Desktop success stories</title>
		<link>http://blog.karapetsas.com/2012/12/19/mate-desktop-success-stories/</link>
		<comments>http://blog.karapetsas.com/2012/12/19/mate-desktop-success-stories/#comments</comments>
		<pubDate>Wed, 19 Dec 2012 22:16:14 +0000</pubDate>
		<dc:creator>Stefano Karapetsas</dc:creator>
				<category><![CDATA[MATE]]></category>

		<guid isPermaLink="false">http://blog.karapetsas.com/?p=85</guid>
		<description><![CDATA[This is a short list of some &#8220;success stories&#8221; for MATE Desktop that I know. Some distributions include MATE Desktop officially (and some of them have a dedicated MATE edition too): Fedora, Linux Mint, Sabayon and Salix OS. The Physics Department of the Freie Universitaet Berlin in Germany deploys MATE on their Debian Wheezy desktops [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://blog.karapetsas.com/wp-content/uploads/2012/12/distributor-logo-mate.png"><img src="http://blog.karapetsas.com/wp-content/uploads/2012/12/distributor-logo-mate.png" alt="" title="distributor-logo-mate" width="96" height="96" class="alignnone size-full wp-image-96" /></a></p>
<p>This is a short list of some &#8220;success stories&#8221; for MATE Desktop that I know.</p>
<ul>
<li>Some distributions include MATE Desktop officially (and some of them have a dedicated MATE edition too): <a href="http://fedoraproject.org/">Fedora</a>, <a href="http://www.linuxmint.com/">Linux Mint</a>, <a href="http://www.sabayon.org/">Sabayon</a> and <a href="http://www.salixos.org/">Salix OS</a>.</li>
<li>The <a href="http://www.physik.fu-berlin.de/en/">Physics Department of the Freie Universitaet Berlin</a> in Germany deploys MATE on their Debian Wheezy desktops for both students and employees.</li>
<li>Portuguese Insurance company <a href="http://www.esop.pt/uploads/2012/09/TranquilidadeDesktopLinux.pdf">Tranquilidade</a> has planned to migrate to Ubuntu 12.04 and MATE Desktop on their offices.</li>
<li>Canadian <a href="http://www.legalaid.mb.ca/">Legal Aid Manitoba</a> has planned to migrate to MATE Desktop 1.6 on their offices, and their <a href="https://github.com/sbalneav">sysadmin</a> is helping on its development too.</li>
<li><a href="http://www.first-colo.net/EN/">First Colo</a>, a German Datacenter, has planned to migrate to MATE Desktop, and donated us a dedicated server to support our development.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.karapetsas.com/2012/12/19/mate-desktop-success-stories/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Welcome back, gnome-main-menu!</title>
		<link>http://blog.karapetsas.com/2012/11/28/welcome-back-gnome-main-menu/</link>
		<comments>http://blog.karapetsas.com/2012/11/28/welcome-back-gnome-main-menu/#comments</comments>
		<pubDate>Wed, 28 Nov 2012 15:51:45 +0000</pubDate>
		<dc:creator>Stefano Karapetsas</dc:creator>
				<category><![CDATA[MATE]]></category>
		<category><![CDATA[gnome-main-menu]]></category>

		<guid isPermaLink="false">http://blog.karapetsas.com/?p=73</guid>
		<description><![CDATA[I&#8217;m really happy to announce that gnome-main-menu will come back, adapted for MATE, with same name and with the source still on same location on git.gnome.org, as there is no reason to fork it. Federico Mena Quintero accepted the proposal of me and Nelson Marques to continue to maintain it for MATE. The next gnome-main-menu [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m really happy to announce that <a href='http://en.opensuse.org/GNOME_Main_Menu'>gnome-main-menu</a> will come back, adapted for MATE, with same name and with the source still on same location on <a href='http://git.gnome.org/browse/gnome-main-menu'>git.gnome.org</a>, as there is no reason to fork it.</p>
<p><a href="http://blog.karapetsas.com/wp-content/uploads/2012/11/GNOME-Main-Menu.png"><img src="http://blog.karapetsas.com/wp-content/uploads/2012/11/GNOME-Main-Menu-300x187.png" alt="" title="GNOME-Main-Menu" width="300" height="187" class="alignnone size-medium wp-image-75" /></a></p>
<p><a href='http://people.gnome.org/~federico/'>Federico Mena Quintero</a> <a href='https://mail.gnome.org/archives/desktop-devel-list/2012-November/msg00201.html'>accepted</a> the proposal of me and Nelson Marques to continue to maintain it for MATE.</p>
<p>The next gnome-main-menu version will come out together with MATE 1.6.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.karapetsas.com/2012/11/28/welcome-back-gnome-main-menu/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>What&#8217;s new in next Caja</title>
		<link>http://blog.karapetsas.com/2012/06/17/whats-new-in-next-caja/</link>
		<comments>http://blog.karapetsas.com/2012/06/17/whats-new-in-next-caja/#comments</comments>
		<pubDate>Sun, 17 Jun 2012 10:16:23 +0000</pubDate>
		<dc:creator>Stefano Karapetsas</dc:creator>
				<category><![CDATA[MATE]]></category>
		<category><![CDATA[caja]]></category>

		<guid isPermaLink="false">http://blog.karapetsas.com/?p=64</guid>
		<description><![CDATA[Here a short list of changes currently implemented in Caja 1.3: Restore toggle button for button and text-based location bar Add the ability to open bookmarks in the places side pane via the enter and space keys Add diff button for text files in file conflict dialog Fix autocompletion for remote locations Makes the filename [...]]]></description>
				<content:encoded><![CDATA[<p>Here a short list of changes currently implemented in Caja 1.3:</p>
<ul>
<li>Restore toggle button for button and text-based location bar<br />
<a href="http://blog.karapetsas.com/wp-content/uploads/2012/06/caja-toggle-button.png"><img class="alignnone size-full wp-image-65" title="caja-toggle-button" src="http://blog.karapetsas.com/wp-content/uploads/2012/06/caja-toggle-button.png" alt="" width="306" height="150" /></a></li>
<li>Add the ability to open bookmarks in the places side pane via the enter and space keys</li>
<li>Add diff button for text files in file conflict dialog<br />
<a href="http://blog.karapetsas.com/wp-content/uploads/2012/06/caja-file-diff-button.png"><img class="alignnone size-medium wp-image-66" title="caja-file-diff-button" src="http://blog.karapetsas.com/wp-content/uploads/2012/06/caja-file-diff-button-300x295.png" alt="" width="300" height="295" /></a></li>
<li>Fix autocompletion for remote locations</li>
<li>Makes the filename column expand to its maximum instead of shrinking to a hardcoded value</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.karapetsas.com/2012/06/17/whats-new-in-next-caja/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Salix OS MATE Edition</title>
		<link>http://blog.karapetsas.com/2012/04/12/salix-os-mate-edition/</link>
		<comments>http://blog.karapetsas.com/2012/04/12/salix-os-mate-edition/#comments</comments>
		<pubDate>Wed, 11 Apr 2012 23:14:38 +0000</pubDate>
		<dc:creator>Stefano Karapetsas</dc:creator>
				<category><![CDATA[MATE]]></category>

		<guid isPermaLink="false">http://blog.karapetsas.com/?p=56</guid>
		<description><![CDATA[Salix OS team released their MATE 13.37beta1 edition, available for 32bit and 64bit. Download link is in this Salix OS forum topic. From Salix OS website: Here is the first beta release of our new Salix edition, using the MATE Desktop Environment. For anyone not familiar with MATE, it&#8217;s a GNOME2 fork, that continues development of [...]]]></description>
				<content:encoded><![CDATA[<p>Salix OS team released their MATE 13.37beta1 edition, available for 32bit and 64bit.</p>
<p><a href="http://blog.karapetsas.com/wp-content/uploads/2012/04/mate-salixos-loukingjr-screenshot.png"><img class="alignnone size-medium wp-image-58" title="mate-salixos-loukingjr-screenshot" src="http://blog.karapetsas.com/wp-content/uploads/2012/04/mate-salixos-loukingjr-screenshot-300x168.png" alt="" width="300" height="168" /></a></p>
<p><span id="more-56"></span></p>
<p>Download link is in this <a href="http://www.salixos.org/forum/viewtopic.php?f=17&amp;t=3396">Salix OS forum topic</a>.</p>
<p>From Salix OS website:</p>
<blockquote><p>Here is the first beta release of our new Salix edition, using the MATE Desktop Environment. For anyone not familiar with MATE, it&#8217;s a GNOME2 fork, that continues development of the GNOME 2.x branch. MATE uses the traditional desktop metaphor that was abandoned for newer GNOME 3.x releases. There was a lot of work involved by the MATE developers with forking MATE and most issues that appeared due to forking have been ironed out. The desktop experience provided by the MATE Desktop should now be on par with that of GNOME 2.32.x, with the added advantage that MATE is actually actively developed.</p>
<p>All of the GNOME parts that have been forked have been renamed, so that they don&#8217;t conflict with GNOME 3.x applications, but otherwise the functionality and behavior is exactly the same as it was in GNOME 2.32.x. For example, the Nautilus file manager is now named Caja in MATE, the Evince document viewer is now Atril and the File-Roller archive manager is now Engrampa. These forked applications will probably play a much bigger part in future Salix versions, for other editions as well, especially if Slackware doesn&#8217;t decide to move to GTK+3, which is highly unlikely.</p>
<p>Installation from these ISO images is performed using the standard Salix installer. These are not LiveCDs. The installation is identical to that of any other Salix edition and provides the option to make a Core mode installation, a Basic mode installation or a Full mode installation. The Core mode installation is identical to that present in all other Salix editions, it will only install a command line system, no GUI applications or environments. The Basic mode installation will install a very basic system with the MATE Desktop Environment, the Firefox web browser and the collection of Salix system tools, including the Gslapt package manager and Sourcery Slackbuild manager and not much more than that. The MATE Desktop Environment is as minimal as possible in a Basic mode installation, it only includes the Caja file, the MATE preferences tools and a few panel applets. A full mode installation includes everything that is present in the ISO images. That includes a full MATE Desktop Environment with all panel applets, the Atril document viewer, the Engrampa archive manager, the MATE power manager, MATE system utilities and more. The collection of software included in a Full mode installation resembles that of other Salix editions, especially the Xfce edition, including the Libreoffice suite, the Claws-mail emailing application, the Pidgin instant messenger, the GIMP image editor etc. Of course all Salix system tools that make system administration easier are installed, as in all other editions.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.karapetsas.com/2012/04/12/salix-os-mate-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MATE 1.2 in LMDE Update Pack 4</title>
		<link>http://blog.karapetsas.com/2012/04/07/mate-1-2-in-lmde-update-pack-4/</link>
		<comments>http://blog.karapetsas.com/2012/04/07/mate-1-2-in-lmde-update-pack-4/#comments</comments>
		<pubDate>Sat, 07 Apr 2012 18:43:35 +0000</pubDate>
		<dc:creator>Stefano Karapetsas</dc:creator>
				<category><![CDATA[Linux Mint]]></category>
		<category><![CDATA[MATE]]></category>

		<guid isPermaLink="false">http://blog.karapetsas.com/?p=39</guid>
		<description><![CDATA[LMDE Update Pack 4 is out with the upcoming MATE 1.2 release. MATE will be the default desktop in the ISO, too. This is a great news for MATE Desktop, thanks to the Linux Mint devs. Links: Update Pack 4 is out! [The Linux Mint Blog] LMDE Update Pack 4 and alternatives to Gnome 2 [...]]]></description>
				<content:encoded><![CDATA[<p><img class="alignnone" title="LMDE Update Pack 4" src="http://www.linuxmint.com/tmp/blog/1949/2.png" alt="" width="410" height="272" /></p>
<p>LMDE Update Pack 4 is out with the upcoming MATE 1.2 release. MATE will be the default desktop in the ISO, too.</p>
<p>This is a great news for MATE Desktop, thanks to the Linux Mint devs.</p>
<p>Links:</p>
<ul>
<li><a href="http://blog.linuxmint.com/?p=1949">Update Pack 4 is out! [The Linux Mint Blog]</a></li>
<li><a href="http://blog.linuxmint.com/?p=1944">LMDE Update Pack 4 and alternatives to Gnome 2 [The Linux Mint Blog]</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.karapetsas.com/2012/04/07/mate-1-2-in-lmde-update-pack-4/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Repository for Ubuntu Precise</title>
		<link>http://blog.karapetsas.com/2012/04/06/repository-for-ubuntu-precise/</link>
		<comments>http://blog.karapetsas.com/2012/04/06/repository-for-ubuntu-precise/#comments</comments>
		<pubDate>Thu, 05 Apr 2012 23:55:27 +0000</pubDate>
		<dc:creator>Stefano Karapetsas</dc:creator>
				<category><![CDATA[MATE]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.karapetsas.com/?p=41</guid>
		<description><![CDATA[We added official MATE repository for Ubuntu Precise Pangolin (12.04). deb http://packages.mate-desktop.org/repo/ubuntu/ precise main Installation guide in the wiki.]]></description>
				<content:encoded><![CDATA[<p><a href="http://blog.karapetsas.com/wp-content/uploads/2012/04/precisepangolin.png"><img class="alignnone size-full wp-image-45" title="precisepangolin" src="http://blog.karapetsas.com/wp-content/uploads/2012/04/precisepangolin.png" alt="" width="180" height="150" /></a></p>
<p>We added official MATE repository for Ubuntu Precise Pangolin (12.04).</p>
<pre>deb http://packages.mate-desktop.org/repo/<strong>ubuntu</strong>/ <strong>precise</strong> main</pre>
<p>Installation guide in the <a href="http://wiki.mate-desktop.org/download#ubuntu_precise_pangolin_1204_repository">wiki</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.karapetsas.com/2012/04/06/repository-for-ubuntu-precise/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
