mate-desktop / mate-wayland-session

GNU General Public License v2.0
31 stars 5 forks source link

Ensure wayfire.ini is writable after copying #15

Closed bobby285271 closed 5 months ago

bobby285271 commented 5 months ago

This fixes a NixOS specific issue.

On NixOS, packages are immutable so the wayfire.ini file would have 0444 mode when copied. As a result, further modifications won't work.

Doing an extra chmod u+w to workaround the issue.

lukefromdc commented 5 months ago

Doesn't cause any problems here on Debian on a test run using my "test" user with an initially empty home directory. Will merge, thanks.