Re: How to set a recursevly PATH under wayland.

2023-05-12 Thread Zener
I cannot understand I asked for Path in wayland enviroment which don't read those file for the Shell... Il ven 12 mag 2023, 15:27 Reindl Harald ha scritto: > > > Am 12.05.23 um 15:15 schrieb Zener: > > I'd like a recursevly path for exec in .desktop files under wayland. > > > > As wiki > >

Re: How to set a recursevly PATH under wayland.

2023-05-12 Thread Reindl Harald
Am 12.05.23 um 15:15 schrieb Zener: I'd like a recursevly path for exec in .desktop files under wayland. As wiki https://wiki.archlinux.org/title/Environment_variables#Wayland_environment, i can add personal path in ~/.config/environment.d/envvars.conf. So, adding in that file PATH=$PATH:/

How to set a recursevly PATH under wayland.

2023-05-12 Thread Zener
Hi. I'd like a recursevly path for exec in .desktop files under wayland. As wiki https://wiki.archlinux.org/title/Environment_variables#Wayland_environment, i can add personal path in ~/.config/environment.d/envvars.conf. So, adding in that file PATH=$PATH:/home/m

Re: How to set PATH for Dolphin servicemenu

2023-05-12 Thread Zener
Below my ~/.profile. --- # Append our default paths #append_path '~/usr/bin' #append_path '~/usr/tools/Root_Actions' #append_path '~/usr/tools/PDF' # Force PATH to be environment #export PATH #export PATH="$PATH:$(du -L ~/usr/bin/ | cut -f2 | tr '\n' ':' | sed 's/:

Re: How to set PATH for Dolphin servicemenu

2023-05-12 Thread Konstantin Kharlamov
Although I'm not aware of a way to set an env. variable as an option field in desktop file, however you very well can set it as part of the `Exec=` line if you use `env` as a binary. For example, this is a snippet from the .desktop file I made for my ex-gf to launch the game Heroes Ⅲ: WOG with the

Re: How to set PATH for Dolphin servicemenu

2023-05-12 Thread Zener
Anyway... Is not possibile to define a parameter $PATH directly in the . desktop file? e.g. : PATH=`~/bin exec=$PATH/command I tried as above but that syntax doesn't work. Il gio 11 mag 2023, 23:26 Konstantin Kharlamov ha scritto: > In this case I'm not sure, perhaps anyone else has something