1461d [XFCE] running kde apps from xfce - The FreeBSD Forums
The FreeBSD Forums  

Go Back   The FreeBSD Forums > Desktop Usage > Window Managers > Other Window Managers

Other Window Managers XFCE, Fluxbox, Enlightenment, IceWM, WindowMaker, ION, etc.

Reply
 
Thread Tools Display Modes
  #1  
Old January 12th, 2010, 21:43
topher's Avatar
topher topher is offline
Junior Member
 
Join Date: Aug 2009
Posts: 61
Thanks: 14
Thanked 2 Times in 2 Posts
Default running kde apps from xfce

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
$
I'll bet its something really simple, but I can't seem to find anything in the handbook or the forums.
__________________
"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.
Reply With Quote
  #2  
Old January 12th, 2010, 22:17
tkjacobsen tkjacobsen is offline
Junior Member
 
Join Date: Nov 2008
Posts: 46
Thanks: 3
Thanked 10 Times in 9 Posts
Default

you have to add /usr/local/kde4/bin to you path!

bash:
export PATH=/usr/local/bin/kde4:$PATH

csh:
setenv PATH /usr/local/bin/kde4:$PATH

Last edited by DutchDaemon; January 13th, 2010 at 01:09.
Reply With Quote
The Following User Says Thank You to tkjacobsen For This Useful Post:
topher (January 13th, 2010)
  #3  
Old January 12th, 2010, 22:35
topher's Avatar
topher topher is offline
Junior Member
 
Join Date: Aug 2009
Posts: 61
Thanks: 14
Thanked 2 Times in 2 Posts
Default

Quote:
Originally Posted by tkjacobsen View Post
you have to add /usr/local/kde4/bin to you path!

bash:
export PATH=/usr/local/bin/kde4:$PATH

csh:
setenv PATH /usr/local/bin/kde4:$PATH
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.
Reply With Quote
  #4  
Old January 12th, 2010, 22:49
LateNiteTV LateNiteTV is offline
Member
 
Join Date: Nov 2008
Location: palm springs
Posts: 391
Thanks: 21
Thanked 24 Times in 24 Posts
Default

do you have them installed?
Reply With Quote
  #5  
Old January 12th, 2010, 23:05
topher's Avatar
topher topher is offline
Junior Member
 
Join Date: Aug 2009
Posts: 61
Thanks: 14
Thanked 2 Times in 2 Posts
Default

Quote:
Originally Posted by LateNiteTV View Post
do you have them installed?
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.
Reply With Quote
  #6  
Old January 12th, 2010, 23:36
topher's Avatar
topher topher is offline
Junior Member
 
Join Date: Aug 2009
Posts: 61
Thanks: 14
Thanked 2 Times in 2 Posts
Default

Quote:
Originally Posted by topher View Post
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?
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.
Reply With Quote
  #7  
Old January 12th, 2010, 23:48
kpedersen kpedersen is offline
Member
 
Join Date: Apr 2009
Posts: 677
Thanks: 9
Thanked 101 Times in 73 Posts
Default

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.
Reply With Quote
The Following User Says Thank You to kpedersen For This Useful Post:
topher (January 13th, 2010)
  #8  
Old January 13th, 2010, 00:09
LateNiteTV LateNiteTV is offline
Member
 
Join Date: Nov 2008
Location: palm springs
Posts: 391
Thanks: 21
Thanked 24 Times in 24 Posts
Default

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
Reply With Quote
  #9  
Old January 13th, 2010, 00:19
topher's Avatar
topher topher is offline
Junior Member
 
Join Date: Aug 2009
Posts: 61
Thanks: 14
Thanked 2 Times in 2 Posts
Default

Quote:
Originally Posted by kpedersen View Post
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.
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.
Reply With Quote
  #10  
Old January 13th, 2010, 00:23
topher's Avatar
topher topher is offline
Junior Member
 
Join Date: Aug 2009
Posts: 61
Thanks: 14
Thanked 2 Times in 2 Posts
Default

Quote:
Originally Posted by LateNiteTV View Post
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
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.
Reply With Quote
  #11  
Old January 13th, 2010, 01:09
Oxyd's Avatar
Oxyd Oxyd is offline
Member
 
Join Date: Nov 2008
Location: Czech Republic
Posts: 167
Thanks: 5
Thanked 15 Times in 13 Posts
Default

Quote:
Originally Posted by topher View Post
Does that only enable running kde apps from the csh shell?
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
And I can run KDE apps from Xfce just fine.

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).
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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


All times are GMT +1. The time now is 17:05.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
The mark FreeBSD is a registered trademark of The FreeBSD Foundation and is used by The FreeBSD Project with the permission of The FreeBSD Foundation.
Web protection and acceleration provided by CloudFlare
0