Difference between revisions of "Cinnamon Desktop"

From Free Knowledge Base- The DUCK Project: information for everyone
Jump to: navigation, search
m (Menu Editing)
m (Menu Editing)
Line 19: Line 19:
 
Cinnamon's menu editor is cinnamon-menu-editor
 
Cinnamon's menu editor is cinnamon-menu-editor
  
 +
=== main menu ===
 
This might work on your version of cinnamon.  From the command line type:
 
This might work on your version of cinnamon.  From the command line type:
 
  cinnamon-menu-editor
 
  cinnamon-menu-editor
 
This is verified to work in Cinnamon version 5.6.8
 
This is verified to work in Cinnamon version 5.6.8
 +
 +
=== shell aka right click ===
 +
Things such as the Open and Open With... options in the right-click shell menu can be edited.  Adding items is simpler than removing.
  
 
== Related ==
 
== Related ==

Revision as of 22:21, 10 September 2023

Cinnamon is a free and open-source desktop environment by the Linux Mint team with a traditional and easy to navigate design model and is similar to the Xfce, MATE, and GNOME 2. Cinnamon was a product of dissatisfaction with GNOME team's abandonment of a traditional desktop experience in April 2011. Since October 2013 (version 2.0 onwards), Cinnamon is no longer a frontend on top of the GNOME desktop like Unity or GNOME Shell, but a discrete desktop environment in its own. Cinnamon is still built on GNOME technologies and uses GTK, however, it no longer requires GNOME itself to be installed.

There are some core features that all desktop environments try to fulfill while offering additional features. In the case of Cinnamon and MATE, both are inspired by GNOME 2, you can find a lot of similarities. Linux Mint Cinnamon features Nemo file manager. It’s a lightweight file manager and uses GNOME Terminal as the default terminal emulator.

Versions

  • Linux Mint 17 ships with Cinnamon 2.2
  • Linux Mint 21 ships with Cinnamon 5.4

To determine which version of Cinnamon Desktop you have on your Linux Mint installation do the following:

  • From the System Information search for or click on “system info” in your system’s Mint Menu.

Menu Editing

Welcome to a weakness in Cinnamon and linux desktop environments in general, the complexity of trying to customize and edit system and shell menus. Cinnamon continues to mature and now seems to have a fairly easy to use GUI menu editor at least for the main system menu.

mintmenu is a MATE specific package. It (and Mozo) and preinstalled in a Cinnamon desktop as Cinnamon uses mate-panel to provide it's fallback session to give a usable desktop in the event of a Cinnamon crash.

Cinnamon panel applets are written in Cinnamon JavaScript - the stock ones found in /usr/share/cinnamon/applets are installed with the package cinnamon-common Cinnamon's menu editor is cinnamon-menu-editor

main menu

This might work on your version of cinnamon. From the command line type:

cinnamon-menu-editor

This is verified to work in Cinnamon version 5.6.8

shell aka right click

Things such as the Open and Open With... options in the right-click shell menu can be edited. Adding items is simpler than removing.

Related