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 reset/restart Cinnamon if the panels become invisible

This question is a port of this one applied to a similar but distinct issue: Problem: The Cinnamon panel (my system: Linux Mint 19.1) became "invisible", that is, it still responded to mouse-clicks but became completely transparent. Cause: Having…
Will
  • 247
  • 1
  • 13
0
votes
1 answer

Middle Click Closes Application in "View All Windows"

I'm trying to set up Fusuma with 3 fingers swipe up/down to display "View All Windows" (this window can be accessed by Ctrl+Alt+Down too). However, sometimes it's catching "Middle Button" right after the swipe. This results in closing the…
0
votes
2 answers

Determine Nemo context menu actions ordering

I am having the following problem / question and I am seeking for help / answers here. :) I am using Debian 9 with Cinnamon UI and it works fine so far. I recently started to get myself familiar with the nemo actions, in order to extend the context…
AlexG
  • 11
  • 1
0
votes
0 answers

Error while configuring pytorch-kaldi on Linux Mint 19.1 cinnamon

I am trying to configure Pytorch-Kaldi on a Linux Mint cinnamon 19.1. I can not solve this error : ZOE ERROR (from hmm-info): error opening HMM file ((null)/HMM/models) ZOE library version 2013-02-16
Houssem Bzi
  • 79
  • 2
  • 12
0
votes
1 answer

Select monitor for each workspace

I have two monitor 17", I'd like know if is possible make this settings. Ex: Monitor 1 | Show WORKSPACE 1 Monitor 2 | Show WORKSPACE 2 I tryed in display settings, I not found this option that I desire. Maybe some software can do this ? My OS: Linux…
Bruno Ribeiro
  • 1,280
  • 16
  • 21
0
votes
1 answer

Linux Mint 19.1, white text on white background

I am having some problems with Linux Mint 19.1 (cinnamon edition), which shows some texts in white on white backgrounds. This issue happens for example in the logs of gnome-builder or in the selected items in gnome-boxes:
David Cordero
  • 770
  • 6
  • 16
0
votes
1 answer

Raspberry Pi SD card appears as 3 SD cards

I have purchased a raspberry pi 3 b+ kit from Amazon. No complaints, but recently I decided I would update NOOBS from 2.7 to 3.0. When I connect the SD Card to my PC (Debian Stretch), it shows as if there’s 3 separate SD Cards. Being case…
Jessy
  • 3
  • 3
0
votes
1 answer

Virtualbox install on Linux Mint 19 Tara

I tried to install Virtualbox on linux Mint version 19, Code name : Tara, PackageBase : Ubuntu Bionic Cinnamon (64-bit) Reference link Downloaded this version of linux from above reference link- VirtualBox 5.2.18 for Linux Ubuntu 18.04 / Debian…
Shivraj
  • 462
  • 2
  • 9
  • 27
0
votes
1 answer

How do I only clear one notification message using Notify and python?

I have a written a small python script that uses notifications to alert the user when something happens. The script is run on either a cinnamon or gnome based desktop environment. The nitty-gritty of the script is this: from gi.repository import…
user1464409
  • 1,032
  • 5
  • 18
  • 31
0
votes
1 answer

Unable to create cinnamon metrics with akka.actor.ActorContext but when I use akka.actor.ActorSystem, then cinnamon metrics works fine

I am unable to create cinnamon metrics with akka.actor.ActorContext :- val summaryStateUpdated: Rate = CinnamonMetrics(context).createRate("summaryStateUpdated") Where context is akka.actor.ActorContext but when I use akka.actor.ActorSystem, then…
0
votes
1 answer

Linux - AlpsPS/2 ALPS GlidePoint touchpad treated as mouse on HP zBook Studio G4

I'm having issues with the 'AlpsPS/2 ALPS GlidePoint' (HP zBook Studio G4). It is working but is treated as a mouse device, effectively resulting in all the settings I make in 'Mouse and Touchpad' > 'Touchpad' being ignored. E.g. I can disable 'Tap…
rawbertp
  • 13
  • 6
0
votes
1 answer

Android Studio Waiting for Target Device to Come Online Linux Mint 18

I'm running android studio on linux mint cinnamon 18, when running the app the emulator opens up and works but the app won't open and android studio keeps saying waiting for target device to come online until it times out, any one know how to get…
0
votes
1 answer

How can I correct the icon position in b00merang's windows 10 theme for cinnamon on debian?

After a fresh installation of debian 8, running cinnamon desktop, I installed b00merang's Windows 10 theme, however the 'gear' icon remains in place and is overlapping my start-button. What I have tried, is removing the applet, but that just results…
Kraang Prime
  • 9,981
  • 10
  • 58
  • 124
0
votes
1 answer

Cinnamon and QxtGlobalShortcut

I have a Qt5 Application, in which I have defined a QxtGlobalShortcut object. This program works as expected in KDE4 or Plasma5. However, when I run this application in Cinnamon, the global keybindings do not work. Another application written in Qt4…
Marcus
  • 1,685
  • 1
  • 18
  • 33
0
votes
1 answer

blur without background image

I creating theme (for me) for Cinnamon and i want to get blur effect on cinnamon panel, but i don't know how to do that. I know how to get blur on this: .moreblur { position: fixed; left: 0; right: 0; z-index: 1; display:…