Issues with windows

3 Antworten [Letzter Beitrag]
shilohfire
Offline
Beigetreten: 04/27/2017

I just updated to 8.0 and I'm thinking something went wrong during the update. I'm unable to close, minimize or resize my windows. It looks like the frame around the window is missing. I can only close the window through the menu, if the option is there. This is on anything I open. (screenshots attached)

If I go to System > Preferences > Look and Feel > Windows, I receive an error message that says "The current window manager is unsupported.(screenshot attached)

Is this something that can be fixed, or do I need to do a fresh install of 8.0?

AnhangGröße
Screenshot at 2019-09-06 22:21:26.png694.04 KB
Screenshot at 2019-09-06 22:28:11.png381.98 KB
Screenshot at 2019-09-06 22:31:05.png6.87 KB
shilohfire
Offline
Beigetreten: 04/27/2017

Just found if I try to hide windows and show the desktop I get an error that says "Your window manager does not support the show desktop button, or you are not running a window manager."

I'm thinking there is the issue? But where would I go to find and download a window manager?

Screenshot at 2019-09-06 23:15:40.png
chaosmonk

I am a member!

I am a translator!

Offline
Beigetreten: 07/07/2017

> Just found if I try to hide windows and show the desktop I get an error
> that says "Your window manager does not support the show desktop button,
> or you are not running a window manager."

Open a terminal with Ctrl+Alt+T and run

$ sudo apt install trisquel

(don't type the '$')

Log out and log in again, or reboot. If that fixes the problem, then
you probably didn't have the "trisquel" package installed during the
upgrade process and were missing some desktop components, including the
window manager, during the upgrade.

If that didn't fix the problem, open another terminal and run

$ marco --replace

If window decorations (the frame around each window and the bar with the
close/maximize/minimize buttons) appear, then the problem is that you
are using a window manager other than Marco. In this case, we need to
set Marco as your window manager permanently.

In the terminal, type Ctrl+C. This will cancel the "marco --replace"
command. The window decorations will disappear. Then, in the same
terminal, run

$ gsettings set org.mate.session.required-components windowmanager marco

Log out and log in again, or reboot.

Hopefully one of those two things is the problem, but if not let me know
and we'll take it from there.

shilohfire
Offline
Beigetreten: 04/27/2017

The first option worked. Quick and easy. :)

Thank you so much. I'm still learning, I appreciate the help.