nick92 / Enso-OS

a simple OS designed for ageing computers
http://enso-os.site
GNU General Public License v3.0
322 stars 44 forks source link

Tweaking windows #58

Open Papy88140 opened 5 years ago

Papy88140 commented 5 years ago

using 0.3.1, fresh install, updated.

from control panel, tweaking windows tool does not open.

Pommaq commented 5 years ago

I'll take a look at this when I come home

nick92 commented 5 years ago

This doesn't work as is part of xfwm and not Gala, the option needs removing from settings

Pommaq commented 5 years ago

Gotcha, I'll look at it

Pommaq commented 5 years ago

The reason the tweak program doesn't start is because the program recognises Enso runs Gala, and not xfce-wm, so it refuses to boot. Simply put, it's better to just remove it completely. The program is supplied with the package "xfwm4". We aren't using the xfce window manager, so it appears to be safely removeable. a reboot with the package uninstalled and a quick check in the logs confirms this. I suggest doing so since it removes unnecessary bloat

Potential "fix" without removing xfwm4: append Hidden=true to /usr/share/applications/xfce-wmtweaks-settings.desktop

Fix by removing xfwm4: sudo apt remove xfwm4