1461d
![]() |
|
|
|
|
|||||||
| Other Window Managers XFCE, Fluxbox, Enlightenment, IceWM, WindowMaker, ION, etc. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
I was told that I would be able to run kde apps from xfce in another thread a while ago. I must be missing something. I have enabled Launch kde services on startup in the Settings Manager, but when I try to run a kde app:
Code:
$ kwrite kwrite: not found $ konqueror konqueror: not found $ kmail kmail: not found $
__________________
"An operating system (OS) is an interface between hardware and user." en.wikipedia.org/wiki/Operating_system "I use FreeBSD as my operating system and I'm pretty happy with it." Kedar Damle FreeBSD for all podcast. Last edited by DutchDaemon; January 13th, 2010 at 01:09. |
|
#2
|
|||
|
|||
|
you have to add /usr/local/kde4/bin to you path!
bash: export PATH=/usr/local/bin/kde4:$PATHcsh: setenv PATH /usr/local/bin/kde4:$PATH
Last edited by DutchDaemon; January 13th, 2010 at 01:09. |
| The Following User Says Thank You to tkjacobsen For This Useful Post: | ||
topher (January 13th, 2010) | ||
|
#3
|
||||
|
||||
|
I use csh so I setenv as superuser. Still can't run kde apps from xfce. Is it because I'm using GDM instead of KDM?
__________________
"An operating system (OS) is an interface between hardware and user." en.wikipedia.org/wiki/Operating_system "I use FreeBSD as my operating system and I'm pretty happy with it." Kedar Damle FreeBSD for all podcast. |
|
#4
|
|||
|
|||
|
do you have them installed?
|
|
#5
|
||||
|
||||
|
kwrite, konqueror and kmail? Yes I have them installed.
__________________
"An operating system (OS) is an interface between hardware and user." en.wikipedia.org/wiki/Operating_system "I use FreeBSD as my operating system and I'm pretty happy with it." Kedar Damle FreeBSD for all podcast. Last edited by topher; January 12th, 2010 at 23:20. |
|
#6
|
||||
|
||||
|
I tried using KDM instead of GDM and still can't run kde apps when logged into xfce.
__________________
"An operating system (OS) is an interface between hardware and user." en.wikipedia.org/wiki/Operating_system "I use FreeBSD as my operating system and I'm pretty happy with it." Kedar Damle FreeBSD for all podcast. |
|
#7
|
|||
|
|||
|
try navigating to where they are located and double click on them.
If it runs, it is just a case of adding that extra bin directory to a path so xfce knows where to find it. |
| The Following User Says Thank You to kpedersen For This Useful Post: | ||
topher (January 13th, 2010) | ||
|
#8
|
|||
|
|||
|
it doesnt really have anything to do with xfce finding the program since OP is launching from a terminal.
just edit your .cshrc and add the additional path for the kde programs then do $ source .cshrc
|
|
#9
|
||||
|
||||
|
setenv PATH /usr/local/bin/kde4:$PATH should have been setenv PATH /usr/local/kde4/bin:$PATH
__________________
"An operating system (OS) is an interface between hardware and user." en.wikipedia.org/wiki/Operating_system "I use FreeBSD as my operating system and I'm pretty happy with it." Kedar Damle FreeBSD for all podcast. |
|
#10
|
||||
|
||||
|
Does that only enable running kde apps from the csh shell?
__________________
"An operating system (OS) is an interface between hardware and user." en.wikipedia.org/wiki/Operating_system "I use FreeBSD as my operating system and I'm pretty happy with it." Kedar Damle FreeBSD for all podcast. |
|
#11
|
||||
|
||||
|
Yes, that will only enable that from the csh.
I have this in my ~/.xinitrc: Code:
export XDG_DATA_DIRS="$XDG_DATA_DIRS:/usr/local/kde4/share/" export PATH="$PATH:/usr/local/kde4/bin" startxfce4 As you are using a graphical login manager, I guess you need to do the exporting in your ~/.xsession -- you can simply make ~/.xsession a symlink to ~/.xinitrc if you haven't done so already (or vice-versa). |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Layer 2 Apps under FreeBSD | overmind | Networking | 11 | September 28th, 2009 16:49 |
| [Solved] [XFCE] Xfce and goffice | al7oot | Other Window Managers | 5 | August 14th, 2009 21:20 |
| [Solved] [XFCE] How to start XFCE in FreeBSD | SILLAT-BSD | Other Window Managers | 4 | June 10th, 2009 01:49 |
| CD/DVD burning apps? | ph0enix | General | 21 | April 12th, 2009 15:49 |
| "Invalid address" Running apps via WINE | tbyte | Installation and Maintenance of FreeBSD Ports or Packages | 12 | December 14th, 2008 21:27 |