You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried asking on Slack (especially for configuration related issues)
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.
The text was updated successfully, but these errors were encountered:
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
Describe the bug
i3 config file errors:
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
Additional context
The errors don't seem to cause any real issues, its more of an annoying popup on login/i3 config reload.
The text was updated successfully, but these errors were encountered: