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

Pressing super+space does not launch ilia #1065

Open
msravi opened this issue Oct 7, 2024 · 0 comments
Open

Pressing super+space does not launch ilia #1065

msravi opened this issue Oct 7, 2024 · 0 comments
Labels
bug Something isn't working needs-triage Any bug that requires classification by a contributor

Comments

@msravi
Copy link

msravi commented Oct 7, 2024

Describe the bug
When super+space is pressed, the application launcher (ilia) should be launched. However, nothing happens. In fact, any keyboard shortcut that contains space, such as super-shift-space (command) or super-alt-space (file search) does not launch. Other keyboard shortcuts that do not contain space work ok. I can even map something like super+x to ilia, and it launches ok. But super+space does nothing.

To Reproduce
Steps to reproduce the behavior:

Press super+space

Expected behavior
A clear and concise description of what you expected to happen:

The Ilia launcher should pop up.

Screenshots
If applicable, add screenshots to help explain your problem: NA (nothing happens)

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.

~/.config/regolith3/Xresources contains the following:

wm.bar.position:top
regolith.look.path: /usr/share/regolith-look/i3-default

No other config files were changed.

Installation Details

  • Regolith Install Stage: ("unstable", 'testing", "current-3_1", etc.): release-3_2-ubuntu-noble-amd64 noble main
  • Regolith Version: 3.2
  • Host OS: Linux Mint 22 Wilma (based on Ubuntu 24.04 Noble)

Additional context
I tried running ibus-setup and deleted the "Next input method" entry which contained super+space, and rebooted to see if it would fix the issue. However, that did not fix it. I have 2 input keyboard sources: en-us and in+san-kagapa enabled.

I also ran xev -event keyboard and this is the output when I press and release super+space:

KeyPress event, serial 28, synthetic NO, window 0x3e00001,
    root 0x5de, subw 0x0, time 1311245, (204,296), root:(1168,325),
    state 0x0, keycode 133 (keysym 0xffeb, Super_L), same_screen YES,
    XLookupString gives 0 bytes: 
    XmbLookupString gives 0 bytes: 
    XFilterEvent returns: False

KeyPress event, serial 28, synthetic NO, window 0x3e00001,
    root 0x5de, subw 0x0, time 1312388, (204,296), root:(1168,325),
    state 0x40, keycode 65 (keysym 0xfe08, ISO_Next_Group), same_screen YES,
    XLookupString gives 0 bytes: 
    XmbLookupString gives 0 bytes: 
    XFilterEvent returns: False

KeyRelease event, serial 28, synthetic NO, window 0x3e00001,
    root 0x5de, subw 0x0, time 1312560, (204,296), root:(1168,325),
    state 0x40, keycode 65 (keysym 0xfe08, ISO_Next_Group), same_screen YES,
    XLookupString gives 0 bytes: 
    XFilterEvent returns: False

KeyRelease event, serial 28, synthetic NO, window 0x3e00001,
    root 0x5de, subw 0x0, time 1314901, (204,296), root:(1168,325),
    state 0x40, keycode 133 (keysym 0xffeb, Super_L), same_screen YES,
    XLookupString gives 0 bytes: 
    XFilterEvent returns: False
@msravi msravi added bug Something isn't working needs-triage Any bug that requires classification by a contributor labels Oct 7, 2024
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

1 participant