hl.on("hyprland.start", function() hl.exec_cmd(...) end) causes programs to exhibit different behavior compared to being launched with hyprctl dispatch 'hl.dsp.exec_cmd(...)'
#14844
Unanswered
tt0fu
asked this question in
Bugs - Config
Replies: 2 comments 3 replies
|
My hyprland config: |
0 replies
|
I'm having some similar issues but pretty much exactly what you're experiencing too with Quickshell.
Solved the issue for me of Quickshell not launching specific applications especially anything sandboxed or that uses Bubblewrap. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
After updating to 0.55 and rewriting my config in lua, some apps that I have set up to autostart with hyprland started exhibiting strange behavior:
bwrap: Unexpected capabilities but not setuid, old file caps config?. Launching it from the terminal or withhyprctl dispatchlaunches steam just fine.hyprctl dispatchfixes these issues.Here are quickshell logs from it being launched via terminal,
hyprctl dispatchandhl.on:quickshell-terminal.txt
quickshell-dispatch.txt
quickshell-hl-on.txt
The
hl.onlaunch clearly throws dbus errors which the terminal andhyprctl dispatchlaunches do not throw.OS: NixOS 26.05 (unstable branch)
Version:
All reactions