You are not logged in.
Pages: 1
Hi!
This is kind of an old problem, but I can not find any solution to it
I have my ~/bin folder defined in .bashrc in order to launch certain applications. This works nicely but xfrun4 doesnt seem to read .bashrc and I am unable to launch them with it
Could you give me any hint on how to procced?
Thanks!
Offline
There was a bug report for this but was marked invalid because:
No bug here. NULL in envp means "use the current environment." Likely xfrun4 is getting started by dbus-daemon, which is getting started before the user's PATH is getting set up. Or, more likely, ~/.bashrc isn't sourced by Xfce's init script. You'll need to get the directory in PATH via some other means.
Comment #11 here offers a possible workaround.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
I've already checked seen that, but unfortunately the solution proposed doesnt work for me
I've tried to insert in both /etc/profile and ~/.profile but apparently it doesnt read from them either
Offline
Here is something interesting:
With Arch Linux (xfce4-appfinder version 4.10.1-1 & slim as DM), xfrun4 doesn't find executables in ~/bin.
With Xubuntu 14.04 (xfce4-appfinder version 4.10.1-1 and lightdm as DM), xfrun4 works fine.
It obviously has something to do with the way dbus is started.
However, on my Arch install, I added to the end of /etc/profile:
PATH="~/bin:$PATH"
export PATH
...rebooted, and it started to work as well.
Which distro are you using?
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Pages: 1
[ Generated in 0.011 seconds, 8 queries executed - Memory usage: 528.55 KiB (Peak: 529.83 KiB) ]