Archives For November 30, 1999

For those looking for a lightweight Linux Desktop Environment, MATE is a good choice besides XFCE and LXDE.

MATE is a free open-source fork of the classic Gnome 2 desktop. It also forked a list of core applications, e.g., Caja file manager from Nautilus, Pluma text editor from Gedit, MATE Terminal from Gnome Terminal.

Though it’s Gnome 2 continuation, MATE fully supports the GTK 3 application framework. And by releasing version 1.26, it introduced initial Wayland support.

MATE desktop is NOT specifically designed for older computers, but it’s really lightweight and works fast in low-cost computers, including Raspberry Pi.

What’s New in MATE 1.26

The new 1.26 release features Wayland support for its core applications, including Atril document viewer, System Monitor, Pluma text editor, MATE Terminal, MATE Panel and other components of the Desktop.

The text editor, Pluma, got a new mini map allows that gives you instant overview over the content. New grid background pattern can be toggled in Preferences. And you can press Ctrl+Y to show or hide the line numbers.

MATE Pluma Text Editor Grid pattern

The release also introduced a new indicator applet to toggle ‘Do Not Disturb‘ mode. The applet defaults to green and turns to white once you enable the function. As well, it offers options to change the theme, position of notification bubbles, and control which monitor to display.

The Caja file manager now supports adding current location into left pane as “Bookmark”. And you can format an external device via the context (right-click) menu. By right-clicking on the desktop, there’s an option to lock the desktop icons position.

The Atril document viewer is greatly improved, so it works faster and use even less memory. And the Engrampa archive now supports EPUB and ARC, as well as encrypted RAR archives.

Other changes include:

  • Display settings now has option for scaling.
  • Hyperlinks support for notifications.
  • Option to disable mouse scrolling in Window List applet.
  • Add history support for the Calculator.
  • Option to reduce keyboard backlight when on battery.
  • And much more other changes, see release note for details.

How to Get MATE 1.26 in Linux:

For apt-based systems, Ubuntu MATE is a good choice to try out the MATE desktop. The Ubuntu flavor will update to mate 1.26 soon.

For Arch Linux and Manjaro based system with MATE, a single command will update the desktop environment to the latest:

sudo pacman -Syu

And for Fedora 34 users, the MATE 1.26 is now in the build system, tagged with f34-updates-candidate. I don’t know how the Fedora repository works, it may/might be published in next few days.

Create Desktop Shortcuts on Ubuntu 13.04 Unity

Last updated: November 1, 2013

This brief tutorial is going to show you how to create application shortcuts on Unity Desktop in Ubuntu 13.04 Raring. You can just drag and drop icons to your desktop, but it won’t always work. Some of them have the permission issues which can be fixed by below steps:

UPDATES: For Ubuntu 13.10 Saucy, copy and paste the programs .desktop file from /usr/share/applications to user’s Desktop folder

1.) Search for applications from Unity Dash, drag and drop them onto desktop:

2.) After added all app icons to your desktop, press Ctrl+Alt+T to open a terminal.

Change the ownership of them. My username is handbook, in below command change it to yours.

sudo chown handbook ~/Desktop/*.desktop

Make sure all icons are executable:

sudo chmod +x ~/Desktop/*.desktop

You are done. Enjoy!