I will try to explain the things in a more clear way
we have got 2 pcs
Machine1 -- u r currently working on this computer
Machine2 -- remote machine to which u want to export display
In u r case
Machine1>ssh username@Machine2
Passwd: ********
u will dropped in to the command prompt of the second Machine
Machine2> xhost Machine1
By the above command u r allowing Machine1 to export display to Machine2
Machine2> logout
Then u will be in the command prompt of Machine1
Now do
Machine1> k3b -display Machine2:0.0
Then u will see K3b display on the Machine2
Hope this helps
