Questions tagged [cinnamon]

Cinnamon is a GTK+ based desktop environment. It was originally started as a fork of the GNOME Shell, which is a user interface, and was initially developed by (and for) Linux Mint.

Cinnamon is a based desktop environment. It was originally started as a fork of the Shell, which is a user interface, and was initially developed by (and for) .

Initially, GNOME Shell was forked to create the Cinnamon project, allowing the Linux Mint developers better control over the development process and to implement their own vision of the GNOME interface for use in future releases of Linux Mint. Cinnamon 2.0 was released on 10 October 2013. From this version, Cinnamon is no longer a frontend on top of the GNOME desktop like Unity or GNOME Shell, but "an entire desktop environment". Cinnamon is still built on GNOME technologies and uses GTK+, but it no longer requires GNOME itself to be installed. Biggest changes in this release are

  • improved edge-tiling
  • improved user management
  • configurable individual sound effects
  • performance improvements for full screen applications

Cinnamon provides many features, including

  • Desktop effects, including animations and transition effects
  • A movable panel equipped with a main menu, launchers, a window list and the system tray
  • Various extensions
  • Applets that appear on the panel
  • Overview with functions similar to that in GNOME Shell
  • Settings editor for easy customization.

You can use the tag if your question is related to the Cinnamon environment or any application depending upon it.

98 questions
0
votes
1 answer

How to compile Linux Mint Cinnamon disc image?

As I understand, Cinnamon repository uses Meson as a build system. I'm using WSL to build it from sources, in the hope that I will get a bootable disc image (like an ISO). I had to manually install some requirements as needed when running meson…
Hydroper
  • 344
  • 2
  • 9
0
votes
2 answers

Developing task bar applets for Cinnamon: How to reload the code?

Working on a Cinnamon Javascript applet (Example). How can I reload the code, so that the applet in the task bar reflects the changes I make in the Javascript? Manually removing the applet from the task bar and then re-adding it seems not to reload…
Nils Lindemann
  • 1,146
  • 1
  • 16
  • 26
0
votes
1 answer

Log to a file from Javascript code executed with no console window

Working on a Cinnamon applet (Example). These use Javascript interpreted by the cjs interpreter and run without a console window. How can I log something to a file or to a console from within the code I am working on? I can not put test code into a…
Nils Lindemann
  • 1,146
  • 1
  • 16
  • 26
0
votes
1 answer

Lightbend telemetry gets triggered only when executing the program via terminal

I am trying to develop an Akka application using Scala and I would like to log the application behavior using Lightbend Telemetry: Cinnamon Grafana + Prometheus. I set up everything with sbt following this…
user3476509
  • 171
  • 10
0
votes
1 answer

How to change the color of _selected_ text in a `St.Entry` in a Cinnamon Applet (Gnome)?

I use a St.Entry widget in an Cinnamon applet and set the text color via CSS to black. By chance the selection color of this widget it also black - at least in the theme I use: This way, selected text is unreadable. :-( How can I change the…
Peter T.
  • 2,927
  • 5
  • 33
  • 40
0
votes
1 answer

How to get a `St.BoxLayout` to 100% width in a Cinnamon applet (CJS / GJS)?

I am writing my first Cinnamon applet (after I managed to write a desklet). I have a St.BoxLayout embedded in a PopupMenu.PopupBaseMenuItem in order to get in in a popup menu. Now I want it's width to be 100% of the popup menu width, but it (i.e.…
Peter T.
  • 2,927
  • 5
  • 33
  • 40
0
votes
1 answer

dconf - Custom icons are not displayed in the panel menu

The custom icon custom-symbolic.svg is not displayed in the panel menu. This is a segment of a dconf file: [org/cinnamon] app-menu-icon-name='custom-symbolic' The full path to the file I created…
Mario Palumbo
  • 693
  • 8
  • 32
0
votes
1 answer

How to fix bug with Cinnamon desktop slideshow?

I use ArcoLinux + Cinnamon. One time I found that my desktop background slideshow is turned on. But I didn't enable slideshow and it isn't even enabled in the settings. When I change background settings (either background picture and slideshow…
FejAleX
  • 1
  • 1
0
votes
1 answer

Nemo right-click action for filenames with special characters

How can I open files whose name contains sharps / hashes # from the Cinnamon Nemo right-click context menu? A Nemo action e.g. /usr/share/nemo/actions/unzap.nemo_action which contains the line Exec=unzap "%F" will open most files, but fail to escape…
Jens Jensen
  • 1,038
  • 1
  • 10
  • 20
0
votes
0 answers

Code C in VirtualBox on Linux Ubuntu Cinnamon | stdio.h

I try to code my first C-Programs on a VM on Virtual Box and I do it by a YouTube Tutorial. Now i wanted to code a "Hello World!" program. But the problem is, that it seems that stdio.h doesn't exist on the VM. I did an update but it doesn't helped…
0
votes
1 answer

Emacs Ctr-V does not view next screen but express "kill ring is empty"

I am using Emacs on Linux Mint Cinnamon 20. Normally when pressing the key binding Ctr-V it should view next screen; however, when I press it the mini-buffer say "kill ring is empty". How do I fix it? This problem only occur in terminal version of…
Teera
  • 26
  • 1
  • 1
  • 8
0
votes
1 answer

Linux, adb and Google Pixel 3a - No connection

I am trying to install GrapheneOS on a brand new Google Pixel 3a, but I cannot connect to it using adb, so I cannot install GrapheneOS. Does anyone have any suggestions on what else to try? Hardware info: Google Pixel 3a with fully upgraded Android…
Hultan
  • 119
  • 1
  • 10
0
votes
2 answers

Finding CSV file to show data with VS code

I am trying to open up data from a CSV file in my Visual Studio terminal and receive: '''' Traceback (most recent call last): File "/home/jubal/ CrashCourse Python Notes/Chapter 16 CC/Downloading Date/csv format/highs_lows.py", line 7, in…
jubal1961
  • 31
  • 1
  • 8
0
votes
2 answers

PyQt5 Linux Mint Cinnamon native 'delete', 'apply' buttons

I'm trying to create a pyqt5 application on Linux mint 19 (cinnamon). I have a 'delete' and 'apply' buttons, but i want to give them more relevant look. Like on this pictures: native Linux mint buttons more It is a native look of buttons with…
acmpo6ou
  • 840
  • 1
  • 12
  • 21
0
votes
1 answer

How to display multiple objects in a Cinnamon Applet

I am trying to write a Cinnamon Applet for my panels. I have figured out how to create a simple icon but I cannot figure out how can I get a second one to appear. Here is my current simple code: const Applet = imports.ui.applet; class wholeModule…
Artem
  • 15
  • 5