bk138 / gromit-mpx

Gromit-MPX is an on-screen annotation tool that works with any Unix desktop environment under X11 as well as Wayland.
GNU General Public License v2.0
975 stars 81 forks source link

Config Is Overwritten After Start & Close of gromit-mpx #205

Closed devopslernen2 closed 6 months ago

devopslernen2 commented 6 months ago

Describe the bug ~/.var/app/net.christianbeier.Gromit-MPX/config/gromit-mpx.cfg is overwritten after start & close of gromit-mpx

To Reproduce

  1. Edit ~/.var/app/net.christianbeier.Gromit-MPX/config/gromit-mpx.cfg
  2. Start gromit-mpx
  3. Close gromit-mpx via the system tray
  4. Changes made in ~/.var/app/net.christianbeier.Gromit-MPX/config/gromit-mpx.cfg are overwritten.

The config file only contains:

[General]
ShowIntroOnStartup=false

[Drawing]
Opacity=0.75

Expected Behavior

Changes made in ~/.var/app/net.christianbeier.Gromit-MPX/config/gromit-mpx.cfg are not overwritten.

Environment (please complete the following information):

bk138 commented 6 months ago

I think you're looking at the .ini and the .cfg is still the same?

devopslernen2 commented 6 months ago

You are right, totally my fault. I was looking at the .ini.

bk138 commented 6 months ago

OK, closing then :innocent: