mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-02-23 17:00:40 +01:00
125 lines
2.4 KiB
HTML
125 lines
2.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta name="description" content="What is what in GNOME and MATE" /> <meta name="keywords" content="GNOME,MATE," /> <meta name="author" content="Mika Suomalainen" /> <meta charset="UTF-8" /> <link rel="canonical" href="http://mkaysi.github.com/articles/guides/GnomeToMATE.html">
|
|
<title>
|
|
Moving from GNOME to MATE
|
|
</title>
|
|
<link rel="stylesheet" type="text/css" href="../../tyyli.css" />
|
|
</head>
|
|
<body>
|
|
<hr/>
|
|
<a href="../../sitemap/sitemap.html">Sitemap</a>
|
|
<hr/>
|
|
|
|
<h1 id="what-is-what-in-mate-and-gnome.">What is what in MATE and GNOME.</h1>
|
|
<table border=1>
|
|
<tr>
|
|
<td>
|
|
MATE
|
|
</td>
|
|
<td>
|
|
GNOME
|
|
</td>
|
|
<td>
|
|
What it is?
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
Caja
|
|
</td>
|
|
<td>
|
|
Nautilus
|
|
</td>
|
|
<td>
|
|
File manager
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
Pluma
|
|
</td>
|
|
<td>
|
|
Gedit
|
|
</td>
|
|
<td>
|
|
Text editor
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
Eye of MATE
|
|
</td>
|
|
<td>
|
|
Eye of GNOME
|
|
</td>
|
|
<td>
|
|
Picture viewer
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
Atril
|
|
</td>
|
|
<td>
|
|
Evince
|
|
</td>
|
|
<td>
|
|
Document viewer
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
Engrampa
|
|
</td>
|
|
<td>
|
|
File roller
|
|
</td>
|
|
<td>
|
|
File extractor
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
MATE Terminal
|
|
</td>
|
|
<td>
|
|
GNOME Terminal
|
|
</td>
|
|
<td>
|
|
Terminal emulator
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<h1 id="notice-about-aptitude">Notice about aptitude</h1>
|
|
<p>If you don't have aptitude installed, you can get it with</p>
|
|
<blockquote>
|
|
<p>apt-get install aptitude</p>
|
|
</blockquote>
|
|
<p>as root or if you don't want to use it,</p>
|
|
<blockquote>
|
|
<p>alias aptitude=apt-get</p>
|
|
</blockquote>
|
|
<h1 id="removing-gnome-versions.">Removing GNOME versions.</h1>
|
|
<p>If you want to remove GNOME versions, just run</p>
|
|
<blockquote>
|
|
<p>aptitude remove nautilus gedit eom evince file-roller gnome-terminal</p>
|
|
</blockquote>
|
|
<p>as root.</p>
|
|
<h1 id="removing-mate-versions">Removing MATE versions</h1>
|
|
<p>If you want to remove MATE versions, just run</p>
|
|
<blockquote>
|
|
<p>aptitude remove caja mate-text-editor eom atril engrampa mate-terminal</p>
|
|
</blockquote>
|
|
<p>as root.</p>
|
|
<h1 id="warning-you-do-everything-on-this-page-with-your-own-risk.">WARNING: You do everything on this page with your own risk.</h1>
|
|
<h1 id="sources">Sources</h1>
|
|
<p><a href="http://mate-desktop.org/applications/">MATE applicaltions</a></p>
|
|
<p>Own experience with Linux since 2008.</p>
|
|
</body>
|
|
</html>
|
|
|
|
|