this post was submitted on 05 Dec 2023
7 points (100.0% liked)
Debian operating system
2708 readers
1 users here now
Debian is a free operating system (OS) for your computer. An operating system is the set of basic programs and utilities that make your computer run. Debian provides more than a pure OS: it comes with over 59000 packages, precompiled software bundled up in a nice format for easy installation on your machine.
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I have rebooted and now my path seems correct:
rhudson@adam:~$ echo $PATH /home/rhudson/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
I can type "kpat" at the command line and it launches.
But when I click the icon in the task manager it still says it can't find the program 'kpat'
Depending on how you're starting X (assuming X and not Wayland), you could add a line to your ~/.xprofile (or .xsession or .xinitrc) with ". ~/.bashrc" to make sure the path gets set before launching X.
The issue shows up under Wayland, not X. With X everything is working ok. I have yet to try a different Task Manager under Wayland though.
So I would look into how to make sure Wayland apps inherit your ~/.bashrc settings
I took a moment to swich back to wayland, and tried "Task Manager" (I was using "Icons only Task Manager") both are showing this issue which is resolved by switching back to X.