Results 1 to 8 of 8

Thread: min/max/close buttons disappeared

  1. #1
    Join Date
    Sep 2007
    Location
    Nashville, TN
    Beans
    190
    Distro
    Ubuntu Mate Development Release

    min/max/close buttons disappeared

    Hi,
    I use ubutnu 12.04 32bit and Gnome Fallback, all worked fine for a while and all of a sudden (don't remember what exactly I have changed), when I open apps, they don't show in the bottom panel any more, and min/max/clse buttons disappear. Nor am I able to move any windows that are open.
    When I click "show desktop" in the bottom left corner, it says "window manager" does not support the "show desktop" button, or "desktop manager" is not running.
    How do I fix?
    Thanks
    ASRock ION3D 152D Intel Atom D525 (1.8GHz, dual-core) NVIDIA GT218-ION 1 x HDMI 2GB/320GB, Ubuntu Mate 18.04

  2. #2
    Join Date
    Jun 2012
    Beans
    9

    Re: min/max/close buttons disappeared

    Sounds like your window manager crashed. Open a terminal with CTRL+ALT+T and type "compiz --replace &" (without quotes) and if that doesn't work try "metacity --replace &"

  3. #3
    Join Date
    Sep 2007
    Location
    Nashville, TN
    Beans
    190
    Distro
    Ubuntu Mate Development Release

    Re: min/max/close buttons disappeared

    Quote Originally Posted by Fuzzv View Post
    Sounds like your window manager crashed. Open a terminal with CTRL+ALT+T and type "compiz --replace &" (without quotes) and if that doesn't work try "metacity --replace &"
    The compiz command did not work, metacity works only when the terminal with the command is open. When the terminal closes, it goes back to its broken state.
    I also reinstalled metacity, to no avail.
    Thanks
    ASRock ION3D 152D Intel Atom D525 (1.8GHz, dual-core) NVIDIA GT218-ION 1 x HDMI 2GB/320GB, Ubuntu Mate 18.04

  4. #4
    Join Date
    Oct 2008
    Beans
    75

    Re: min/max/close buttons disappeared

    Try hitting Alt-F2, and then running the "metacity --replace" command from there. That usually fixes it for me.

  5. #5
    Join Date
    Feb 2011
    Location
    Somewhere...
    Beans
    1,554
    Distro
    Ubuntu 14.10 Utopic Unicorn

    Re: min/max/close buttons disappeared

    Quote Originally Posted by zhanglini View Post
    The compiz command did not work, metacity works only when the terminal with the command is open. When the terminal closes, it goes back to its broken state.
    That is because metacity is a job of the opening terminal. Closing the terminal will terminate all of its job too. Run this to "disown" the process:
    Code:
    metacity & disown

  6. #6
    Join Date
    Sep 2007
    Location
    Nashville, TN
    Beans
    190
    Distro
    Ubuntu Mate Development Release

    Re: min/max/close buttons disappeared

    Thanks @TVTrukChick and @Zombifier25.
    Alt+F2 did not invoke anything, I suppose gksudo does the same thing, so I tried that (gksudo metacity --replace) which was not accepted. I also tried metacity & disown, and it worked only when the terminal was open.
    Anyway, after many changes it was totally broken so I reinstalled 12.04 (which /home intact) and the problems remain (I can't even type in a terminal any more), so I figure there must be some settings in /home. Do I Ctrl+Alt+F2, and add a user there. Sure enough, the new user does not have these problems.
    Is there a file I can copy from the new user to old user directory to fix this? or I could start using my new identity...
    Thanks
    ASRock ION3D 152D Intel Atom D525 (1.8GHz, dual-core) NVIDIA GT218-ION 1 x HDMI 2GB/320GB, Ubuntu Mate 18.04

  7. #7
    Join Date
    Oct 2008
    Beans
    75

    Re: min/max/close buttons disappeared

    Look at the hidden folders in your home directory (the ones that start with a "."). I want to say that it's probably the ones that start with ".gconf", but it's been a loooong while since I had to mess with this, and then it was with a much older version. Maybe someone with a better memory will come by and give you a better answer. Don't think that I really know what I'm talking about here.

    Two ways I found to enable a program to still run after you close the terminal you used to start them are "nohup command-name" and "command-name & disown -h". Since you can't type in a terminal, maybe you could create a bash script in gedit and then run it by double-clicking in Nautilus, but I don't know if that would work or not.

  8. #8
    Join Date
    Sep 2007
    Location
    Nashville, TN
    Beans
    190
    Distro
    Ubuntu Mate Development Release

    Re: min/max/close buttons disappeared

    Quote Originally Posted by TVTrukChik View Post
    Look at the hidden folders in your home directory (the ones that start with a "."). I want to say that it's probably the ones that start with ".gconf", but it's been a loooong while since I had to mess with this, and then it was with a much older version. Maybe someone with a better memory will come by and give you a better answer. Don't think that I really know what I'm talking about here.

    Two ways I found to enable a program to still run after you close the terminal you used to start them are "nohup command-name" and "command-name & disown -h". Since you can't type in a terminal, maybe you could create a bash script in gedit and then run it by double-clicking in Nautilus, but I don't know if that would work or not.
    Thanks,
    I solved the problem --- I had a script that sync my /home folder to a usb flash. So I reverse-engineered it to sync the usb (only the hidden files/folders, with some exclusions such as firefox, libreoffice etc) back to /home. All is working now.
    Thanks for the help.
    ASRock ION3D 152D Intel Atom D525 (1.8GHz, dual-core) NVIDIA GT218-ION 1 x HDMI 2GB/320GB, Ubuntu Mate 18.04

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
  •