elementary / switchboard-plug-applications

Switchboard Applications Plug
https://elementary.io
GNU General Public License v3.0
14 stars 12 forks source link

Play nicely with other overrides #168

Closed jhaygood86 closed 3 years ago

jhaygood86 commented 3 years ago

Fixes #155

  1. Reset overrides ONLY overrides permissions controlled by this plug
  2. Saving new overrides merges the new values into the existing files in the file
jhaygood86 commented 3 years ago

I see what's going on.

[Context]
filesystems=/path/to/directory;

is interpreted as 2 values, one of which is a zero length string. Easy fix though.