Click to See Complete Forum and Search --> : kpanel runs...but i want it to run in enlightenment..but...


Dylan
05-05-2001, 03:39 PM
When I type in @ the command prompt 'kpanel' it says that it is not found. I am typing in kpanel because i want it to run in enlightenment. But when I run kde kpanel does appear and work fine. I can get kdesktop running in kde...@ the kde site it says you can run kpanel in a non-compliant window manager..help!

Linuxcool
05-05-2001, 05:49 PM
It could be that the shell is unable to find kpanel in its path list. What you need to do is find out where kpanel is located by using one of these commands whereis or locate . Then when you want to run kpanel , just type in the complete path to kpanel ( example: /bin/kpanel ) at the shell prompt.

Stween
05-06-2001, 10:33 AM
when i was runing a beta for KDE2 it was located in '/opt/kde2/bin/', which is not in the default PATH normally. KDE must add this directory to PATH when it runs...

So when you want to run it in another environment, either type the full path to the file, or (if you wished) you could add the path to the bin directory to PATH by editing ~/.bash_profile

rattus
05-06-2001, 05:41 PM
FWIW, and IIRC, the command to run kpanel is actually kicker .

Try typing that in at your command prompt, let me know how it goes <g>

Dylan
05-06-2001, 05:46 PM
ya i actually figured that out almost right after i posted my first post

thanks neway