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

"You have an error in your i3 config file" after upgrade from 3.2 Beta 1 to 3.2 Beta 2 #1026

Open
2 of 3 tasks
robbie-cahill opened this issue Jun 28, 2024 · 2 comments
Open
2 of 3 tasks
Labels
bug Something isn't working needs-triage Any bug that requires classification by a contributor

Comments

@robbie-cahill
Copy link

robbie-cahill commented Jun 28, 2024

Describe the bug
i3 config file errors:

ERROR: Duplicate keybinding in config file:
  state mask 0x40 with keysym c, command "exec --no-startup-id gnome-control-center"
ERROR: Duplicate keybinding in config file:
  state mask 0x40 with keysym d, command "exec --no-startup-id gnome-control-center display"
ERROR: Duplicate keybinding in config file:
  state mask 0x40 with keysym w, command "exec --no-startup-id gnome-control-center wifi"
ERROR: Duplicate keybinding in config file:
  state mask 0x40 with keysym b, command "exec --no-startup-id gnome-control-center bluetooth"
ERROR: Duplicate keybinding in config file:
  state mask 0x41 with keysym n, command "exec --no-startup-id /usr/bin/nautilus --new-window"
ERROR: FYI: You are using i3 version 4.23 (2023-10-29)
ERROR: Duplicate keybinding in config file:
  state mask 0x40 with keysym c, command "exec --no-startup-id gnome-control-center"
ERROR: Duplicate keybinding in config file:
  state mask 0x40 with keysym d, command "exec --no-startup-id gnome-control-center display"
ERROR: Duplicate keybinding in config file:
  state mask 0x40 with keysym w, command "exec --no-startup-id gnome-control-center wifi"
ERROR: Duplicate keybinding in config file:
  state mask 0x40 with keysym b, command "exec --no-startup-id gnome-control-center bluetooth"
ERROR: Duplicate keybinding in config file:
  state mask 0x41 with keysym n, command "exec --no-startup-id /usr/bin/nautilus --new-window"
ERROR: FYI: You are using i3 version 4.23 (2023-10-29)
ERROR: Duplicate keybinding in config file:
  state mask 0x40 with keysym c, command "exec --no-startup-id gnome-control-center"
ERROR: Duplicate keybinding in config file:
  state mask 0x40 with keysym d, command "exec --no-startup-id gnome-control-center display"
ERROR: Duplicate keybinding in config file:
  state mask 0x40 with keysym w, command "exec --no-startup-id gnome-control-center wifi"
ERROR: Duplicate keybinding in config file:
  state mask 0x40 with keysym b, command "exec --no-startup-id gnome-control-center bluetooth"
ERROR: Duplicate keybinding in config file:
  state mask 0x41 with keysym n, command "exec --no-startup-id /usr/bin/nautilus --new-window"
ERROR: FYI: You are using i3 version 4.23 (2023-10-29)
ERROR: Duplicate keybinding in config file:
  state mask 0x40 with keysym c, command "exec --no-startup-id gnome-control-center"
ERROR: Duplicate keybinding in config file:
  state mask 0x40 with keysym d, command "exec --no-startup-id gnome-control-center display"
ERROR: Duplicate keybinding in config file:
  state mask 0x40 with keysym w, command "exec --no-startup-id gnome-control-center wifi"
ERROR: Duplicate keybinding in config file:
  state mask 0x40 with keysym b, command "exec --no-startup-id gnome-control-center bluetooth"
ERROR: Duplicate keybinding in config file:
  state mask 0x41 with keysym n, command "exec --no-startup-id /usr/bin/nautilus --new-window"
ERROR: FYI: You are using i3 version 4.23 (2023-10-29)
ERROR: Duplicate keybinding in config file:
  state mask 0x40 with keysym c, command "exec --no-startup-id gnome-control-center"
ERROR: Duplicate keybinding in config file:
  state mask 0x40 with keysym d, command "exec --no-startup-id gnome-control-center display"
ERROR: Duplicate keybinding in config file:
  state mask 0x40 with keysym w, command "exec --no-startup-id gnome-control-center wifi"
ERROR: Duplicate keybinding in config file:
  state mask 0x40 with keysym b, command "exec --no-startup-id gnome-control-center bluetooth"
ERROR: Duplicate keybinding in config file:
  state mask 0x41 with keysym n, command "exec --no-startup-id /usr/bin/nautilus --new-window"
ERROR: FYI: You are using i3 version 4.23 (2023-10-29)

To Reproduce
Steps to reproduce the behavior:
Upgrade from Regolith 3.2 Beta 1 to 3.2 Beta 2 using i3, then login.

Expected behavior
A clear and concise description of what you expected to happen.
No i3 config file errors

Screenshots
If applicable, add screenshots to help explain your problem.

Configuration file(s)
Please attach or mention any customization you've done to configuration files which might have an impact on the bug you are describing. It'll help us determine the root cause of your issue.

Installation Details

  • Regolith Install Type: [PPA]
  • Regolith Version: [3.2]
  • PPA url: [default: ppa:regolith-linux/release]
  • Host OS (for PPA): [e.g. Ubuntu 24.04]

Additional context
The errors don't seem to cause any real issues, its more of an annoying popup on login/i3 config reload.

@robbie-cahill robbie-cahill added bug Something isn't working needs-triage Any bug that requires classification by a contributor labels Jun 28, 2024
@ArchiMoebius
Copy link

ArchiMoebius commented Oct 20, 2024

I've had a similar issue - the following seems to have resolved it. Seems like settings custom workspace in .config/regolith3/Xresources triggered something / is colliding?

sudo su -
mv /usr/share/regolith/common/config.d/40_workspace-config ~/
exit
regolith-look refresh

Note: this will dork your hot-keys which this config sets :-P

@ArchiMoebius
Copy link

Seems like this is related to #504

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs-triage Any bug that requires classification by a contributor
Projects
None yet
Development

No branches or pull requests

2 participants