Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save keyfile on value change #114

Closed
CodingPenguin1 opened this issue Jan 7, 2021 · 7 comments
Closed

Save keyfile on value change #114

CodingPenguin1 opened this issue Jan 7, 2021 · 7 comments
Assignees
Milestone

Comments

@CodingPenguin1
Copy link

CodingPenguin1 commented Jan 7, 2021

If you'd like to put out an incentive for fixing this bug, you can do so at https://issuehunt.io/r/bk138/gromit-mpx

Describe the bug
Running gromit-mpx brings up the welcome window, regardless of if the "Show again on startup" button was ticked or not on previous run.

To Reproduce

  1. Run gromit-mpx
  2. Click "Next" twice
  3. Uncheck "Show again on startup"
  4. Click "Apply"
  5. Kill gromit-mpx
  6. Run gromit-mpx
  7. Welcome window appears

Expected Behavior
When unchecking "Show again on startup", any future instances of gromit-mpx should not open the welcome window.

Screenshots
https://user-images.githubusercontent.com/20517031/103925149-18e00700-50e5-11eb-9e67-af298971975a.mp4

Desktop (please complete the following information):

  • OS and version: Arch Linux (Linux 5.10.4-arch2-1)
  • Xorg version used: 1.20.10 (i3-gaps 4.19)

Additional context
Installed from AUR Package

@bk138
Copy link
Owner

bk138 commented Jan 7, 2021

The setting is saved on proper shutdown of the application, if you kill it, that won't happen. Feel free to provide a PR changing this.

@bk138 bk138 added feature-request and removed bug labels Jan 7, 2021
@bk138 bk138 changed the title Welcome Screen Always Opens on Startup Save keyfile on value change Jan 7, 2021
@bk138 bk138 added this to the Release 1.6 milestone Mar 9, 2022
@bk138 bk138 modified the milestones: Release 1.6, Release 1.5 Oct 11, 2023
@bk138 bk138 closed this as completed in 9f2c27a Oct 11, 2023
@brunomontezano
Copy link

I'm still having this problem on GNOME 45 with Wayland. Every time I open Gromit-MPX, the intro window pops up.

@bk138
Copy link
Owner

bk138 commented Oct 20, 2023

I'm still having this problem on GNOME 45 with Wayland. Every time I open Gromit-MPX, the intro window pops up.

Would be interesting to know how you stop the app. Also, please post some log files.

@brunomontezano
Copy link

I'm still having this problem on GNOME 45 with Wayland. Every time I open Gromit-MPX, the intro window pops up.

Would be interesting to know how you stop the app. Also, please post some log files.

I closed the app using its Alt+F9 shortcut.

I opened through my terminal in order to see some logging information. When I closed the program, it present the output below:

** (gromit-mpx:60204): WARNING **: 13:54:17.937: Not overwriting read-only key file

The Gromit-MPX version I have is 1.5.0-1, I installed from the AUR on Arch Linux.

@bk138
Copy link
Owner

bk138 commented Oct 20, 2023

OK, the reason is that your .ini file is read-only. See #182 for some background. Can you post the output of ls -la ~/.config/gromit-mpx.ini please?

@brunomontezano
Copy link

OK, the reason is that your .ini file is read-only. See #182 for some background. Can you post the output of ls -la ~/.config/gromit-mpx.ini please?

ls: cannot access '/home/bruno/.config/gromit-mpx.ini': No such file or directory

@bk138
Copy link
Owner

bk138 commented Oct 20, 2023

OK, that's a bug. I can reproduce. Thanks for reporting!

@bk138 bk138 reopened this Oct 20, 2023
@bk138 bk138 self-assigned this Oct 20, 2023
@bk138 bk138 closed this as completed in 1242a92 Oct 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants