Results 1 to 6 of 6

Thread: Some unwanted quirks in Ubuntu 13.04 following installation of Cinnamon

  1. #1
    Join Date
    May 2012
    Beans
    10

    Question Some unwanted quirks in Ubuntu 13.04 following installation of Cinnamon

    Hi all, hoping you can help me out with a problem which confuses me.

    The other day I installed the Cinnamon desktop environment, alongside Unity. Ever since then I have a few quirks which I would like to be undone and returned to their default behaviour:

    1) The dynamic login/lock-screen wallpaper doesn't work any more, by that I mean that whatever I change my desktop background to when logged into Unity, it doesn't change on the login or lock-screen.

    2) My lock screen now has a clock on it. I'm pretty sure it didn't have it before.

    3) My right click > Change Desktop Background Menu is blank, plus when I click All Settings on that menu it takes it to a different "System Settings" window, which to me looks like Cinnamon's settings window (if I go to the power button in the top-right corner and go to System Settings it is the normal Ubuntu menu).



    4) I also have an "Add Desklets" option on my right-click Desktop menu, which I'm sure wasn't there before.

    I guess installing Cinnamon has changed some things that I didn't want it to change- short of removing Cinnamon, how can I revert them back to how they were? Would removing Cinnamon even work?

    Many thanks for any help in advance.

  2. #2
    Join Date
    May 2012
    Beans
    10

    Re: Some unwanted quirks in Ubuntu 13.04 following installation of Cinnamon

    Sorry to bump, but does anyone have any ideas for this? Did I ask the question wrong, perhaps?

  3. #3
    Join Date
    Aug 2011
    Beans
    23
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Some unwanted quirks in Ubuntu 13.04 following installation of Cinnamon

    I use the same setup Ubuntu 13.04 plus Cinnamon 1.8.
    The problem I have is that sometimes then I log in the background is totally black.
    Then I open Nemo and almost always the background updates correctly.
    Maybe it is because I use the Bisigi themes? They are a bit old but very good looking.

    I don't know if you can revert the behaviour but you are referring to cinnamon-settings window there the Backgrounds window is empty.
    On the other hand you can change the background via gnome-control-center but (sometimes) it also seems to affect the login screen.
    Last edited by snakeplizzken; June 26th, 2013 at 08:53 PM.

  4. #4
    Join Date
    Oct 2008
    Beans
    3,509

    Re: Some unwanted quirks in Ubuntu 13.04 following installation of Cinnamon

    Installing cinnamon from the Cinnamon stable ppa removes gnome-screensaver and installs cinnamon-screensaver.
    Reinstalling gnome-screensaver will remove cinnamon-screensaver and some cinnamon functionality.
    Code:
    sudo apt-get install gnome-screensaver
    Cinnamon from the Cinnamon stable ppa also installs nemo file manager which takes control of the desktop at startup.
    (Affects the desktop right click menu)
    Disable nemo from starting in the Ubuntu session.
    Code:
    gksudo gedit /etc/xdg/autostart/nemo-autostart.desktop
    and change the line...
    Code:
    OnlyShowIn=GNOME;Unity;
    to
    Code:
    OnlyShowIn=GNOME;
    ...and save.
    Last edited by stinkeye; June 27th, 2013 at 06:15 AM.

  5. #5
    Join Date
    May 2012
    Beans
    10

    Re: Some unwanted quirks in Ubuntu 13.04 following installation of Cinnamon

    That seems to have done the trick, thank you very much.

  6. #6
    Join Date
    Aug 2013
    Beans
    8

    Re: Some unwanted quirks in Ubuntu 13.04 following installation of Cinnamon

    I tried
    Code:
    gksudo gedit /etc/xdg/autostart/nemo-autostart.desktop
    and changed
    Code:
    OnlyShowIn=GNOME;Unity;
    to
    Code:
    OnlyShowIn=GNOME
    That worked once.
    Then I changed
    Code:
    Exec=nemo -n
    to
    Code:
    Exec=nautilus -n

    now it works every time.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •