Hiya all! I'm trying to make konqueror come up on a remote X connection, but so far I'm not very lucky.. I'm running X over ssh and so far I've tried to start conqueror both directly as the only command sent, and also via xterm -ls -e conqueror. None of this works, I have to first open a terminal window and then fire up conqueror, which isn't really what I want.. It must (?) be possible to run it directly in some way.. All apps external from KDE runs perfectly well in the 'direct start' way.. Anders Norrbring Norrbring Consulting
On Saturday 16 August 2003 19:14, Anders Norrbring wrote:
Hiya all! I'm trying to make konqueror come up on a remote X connection, but so far I'm not very lucky.. I'm running X over ssh and so far I've tried to start conqueror both directly as the only command sent, and also via xterm -ls -e conqueror.
None of this works, I have to first open a terminal window and then fire up conqueror, which isn't really what I want.. It must (?) be possible to run it directly in some way.. All apps external from KDE runs perfectly well in the 'direct start' way..
I think you'll find the correct command (for file management) is 'kfmclient openProfile filemanagement' and for web browsing is 'kfmclient openProfile webbrowsing' HTH Dylan
Anders Norrbring Norrbring Consulting
-- Sweet moderation Heart of this nation Desert us not We are between the wars - Billy Bragg
On Sat, 2003-08-16 at 13:14, Anders Norrbring wrote:
Hiya all! I'm trying to make konqueror come up on a remote X connection, but so far I'm not very lucky.. I'm running X over ssh and so far I've tried to start conqueror both directly as the only command sent, and also via xterm -ls -e conqueror.
None of this works, I have to first open a terminal window and then fire up conqueror, which isn't really what I want.. It must (?) be possible to run it directly in some way.. All apps external from KDE runs perfectly well in the 'direct start' way..
Anders Norrbring Norrbring Consulting --
I do it all the time. I just issue the following command: thomas@cipher:~> konqueror http://www.google.com & That should execute the proper application, directing it to open the 'google' website, and place the process in the background. The key is to be sure and call the ssh connection with the server via the -X switch for transferring the X11 protocol. And to ensure that your host will be authorized to do so via 'xhost +RemoteMachineIP'. HTH. thomas
participants (3)
-
Anders Norrbring
-
Dylan
-
Thomas Jones