MATE desktop probably is the best choice especially for Linux users who can't get used to the mobile-device-centric desktop environment like GNOME Shell or Ubuntu Unity, and want to keep using the classic, simple yet highly customizable, GNOME 2 look and feel instead.
Since its first release in late last year, now MATE has been consider stable enough for everyday use, with its latest release that has reached 1.4 version today.
Below is the screenshot of MATE 1.4 running on top of Ubuntu 12.04 LTS Precise Pangolin, with some customization.
As someone asked in the comment below, I used zonColor GTK theme on the screenshot.
***
What's New in MATE 1.4
According to MATE's official wiki page, here are changes from previous release:
- Fix remaining applications in Mate-Extra
- mate-character-map ported
- mate-disk-utility removed
- mate-policy-kit removed
- mate-character-map ported
- Fix mate-keyring
- Add caja-dropbox package
- Caja improvements
- 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
- Restore toggle button for button and text-based location bar
- mate-notification-daemon
- New themes: coco, nodoka
- Fix big icons issue
- New themes: coco, nodoka
- Fix mate-indicator-applet (not all distros have the required dependencies)
- Remove indicator-applet-session
- Remove indicator-applet-session
- Fork gnome-user-share (as mate-user-share)
- Fork libwnck (as libmatewnck)
- Remove evolution dependency from caja-sendto and create a generic email plugin
- mate-media: remove unworking mate-sound-recorder
- mate-screensaver: add GDM support for user switch
- Add an option to marco to enable fast alt-tabbing when compositing is enabled
- mate-icon-theme-faenza
- Translations sync with transifex
***
Install MATE in Ubuntu, Debian
Add APT Repository
For Ubuntu
Run in Terminal:
sudo add-apt-repository "deb http://packages.mate-desktop.org/repo/ubuntu `lsb_release -cs` main"
The above command will add MATE repository into source.list. Your Ubuntu version codename will be detected and inserted into the command automatically.
Alternatively, you can use the following command but first you need to replace[CODENAME]
with your Ubuntu codename (e.g.: oneiric, precise, or quantal) manually before executing it:
sudo add-apt-repository "deb http://packages.mate-desktop.org/repo/ubuntu [CODENAME] main"
For Debian Sid/Wheezy
Run in Terminal:
echo "deb http://packages.mate-desktop.org/repo/debian wheezy main" | sudo tee -a /etc/apt/sources.list.d/mate.list
Install MATE Keyring
Run in Terminal:
sudo apt-get update sudo apt-get install mate-archive-keyring sudo apt-get update
.Install MATE packages
Choose one of these:
Install base packages only
Run in Terminal:
sudo apt-get install mate-core
Install more (complete) packages
Run in Terminal:
sudo apt-get install mate-desktop-environment
For other Linux distros, see this MATE installation page.
***
MATE Issue: QT Apps Ignoring GTK Style/Theme
Up until now, there is still an issue (bug?) with QT applications (e.g. Clementine, VLC) running in MATE session: they use native/generic QT style instead of GTK style/theme, so that they don't integrate nicely with MATE desktop environment.
Here's how to solve this issue:
- Install
qt4-qtconfig
package in Ubuntu/Debian by using Synaptic or Software Center, or by installing it via Terminal:
sudo apt-get install qt4-qtconfig
- Then search and run the QT 4 Settings application you just installed (System => Preferences => QT 4 Settings) ==> set GUI style to GTK+ ==> save the change.
Done. Now your QT apps should follow your chosen GTK theme.
.
I like your ubuntu setup. Would you mind share your customization?
ReplyDeleteI use a custom GTK theme I made.
DeleteAs for icon theme, it's a mix of KFaenza and Oxygen.
I'll release them both, maybe soon. So stay tune :)
Thanks
.
I updated the post. I use zonColor theme.
DeleteRead this post:
http://www.fandigital.com/2012/08/zoncolor-elegant-theme-your-own-color.html
.
Very nice combination of gkt theme and icon theme. Waiting for your release, hopefully.
ReplyDeleteJust another question. I have noticed that the top panel and also window have shadow, it is come with mate 1.4 by default or you use compiz setting to enable it? Because i have try Mint 13 mate before but it doesn't have that effect, just flat plain.
The shadow is a compositing effect from Marco (the default MATE window manager).
DeleteRun this command:
Enable:
mateconftool-2 --type Boolean --set /apps/marco/general/compositing_manager true
Disable:
mateconftool-2 --type Boolean --set /apps/marco/general/compositing_manager false
.
This is one of the best instances of customization of the MATE desktop I have ever seen! it look simply amazing! work of genius... only the other day a friend was telling me that the MATE desktop doesn't look good enough.. I will show him this page now! :)
ReplyDelete^ *it looks
Delete