-
-
Notifications
You must be signed in to change notification settings - Fork 95
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
Wrapper scripts in $PATH don't appear in bemenu-run #114
Comments
It honours |
Make sure your custom |
Ah, that's got to be the solution - running Any ideas on where I might be able to configure |
update: I have now also set Unfortunately, while |
Hmm, maybe |
I've asked on their irc channel, will post the solution here, if I find one. |
This most likely is GDM issue and not sway. There is related issue here: https://gitlab.gnome.org/GNOME/gdm/issues/385 |
swaywm/sway#3109 There's workaround here, by running sway inside a shell. Not pretty, but not sure if there's better way with gdm. |
Yes, that's essentially the solution I was suggested in the sway irc channel! I ended up editing
Thanks everyone for their comments and suggestions, closing this issue now. |
@hendersonreed can you share your script? I'm quite confused. $ cat /usr/share/wayland-sessions/sway.desktop
[Desktop Entry]
Name=Sway
Comment=An i3-compatible Wayland compositor
Exec=/usr/bin/zsh -l -c sway
Type=Application
$ cat ~/.zprofile
export PATH=$PATH:/home/dori/.local/bin
touch /tmp/zprofile_got_sourced
$ swaymsg exit After relog-in through GDM $ ls /tmp/zprofile_got_sourced
/tmp/zprofile_got_sourced sway config
bemenu from $mod+d doesn't list |
@AdrienLemaire note that you are using |
I have a few wrapper scripts for FlatPak applications in
~/bin
(which is exported as part of my $PATH in my.profile
file), but they aren't showing up in the dialog for bemenu-run.Am I just exporting that path in the wrong place, or is there something more complex going on? I'm running Fedora 31 with Sway, and launching bemenu-run without any arguments.
The text was updated successfully, but these errors were encountered: