Project: | Trisquel |
Version: | 6.0 |
Component: | Gnome |
Category: | bug report |
Priority: | normal |
Assigned: | Unassigned |
Status: | closed |
The script "/usr/bin/trisquel-wm-chooser" should be able to disable Compiz. It should do this by making an empty file "~/.disable-compiz", but instead it makes an empty "~/.disablecompiz". The script "/usr/bin/trisquel-wm", which starts the window manager at login, checks for "~/.disable-compiz".
Both script are in the package trisquel-desktop-common-data.
In the script, ".disablecompiz" should be replaced with ".disable-compiz".
Here is a (hopefully) fixed version of that script attached.
All I did was add a dash (-) between 'disable' and 'compiz in '~/disablecompiz'.
You must remove the '.txt' in the file name as file attachments without extensions cannot be attached.
This issue was fixed recently. Thank you!