Bug 281034 - KDE4.7 applications don't work easily via ssh-tunnels
Summary: KDE4.7 applications don't work easily via ssh-tunnels
Status: RESOLVED DUPLICATE of bug 235272
Alias: None
Product: kde
Classification: I don't know
Component: general (show other bugs)
Version: 4.7
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-30 07:49 UTC by Diego Ercolani
Modified: 2011-08-30 23:00 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Ercolani 2011-08-30 07:49:48 UTC
Version:           4.7 (using KDE 4.7.0) 
OS:                Linux

One useful thing of linux desktop is the (storical) possibility to launch
application remotely and use local terminal only for display purposes. With the
new KDE approach it seems that this it isn't possible anymore as a local dbus
messaging server is involved (sorry for my lack of knowlegde), but the result
is that this service isn't usable anymore.
For evidence purpose I attach a session dump where I try to launch before xterm
(successfully to highlight that X11 environment is correct) and then I try to
launch konqueror then, as suggested by the console I issue the command export
$(dbus-launch) and the environment correctly permit to launch konqueror but I
have a lot of warning and

pc-diego:~ # useradd -m pippo
pc-diego:~ # passwd pippo
Changing password for pippo.
New Password: 
Bad password: too simple
Reenter New Password: 
Password changed.
pc-diego:~ # logout
SSISNET\diego@pc-diego:~> ssh -CX pippo@127.0.0.1
Password: 
Have a lot of fun...
/usr/bin/xauth:  file /home/pippo/.Xauthority does not exist
pippo@pc-diego:~> xterm
pippo@pc-diego:~> konqueror 
konqueror(10143)/kdeui (kdelibs): Session bus not found 
To circumvent this problem try the following command (with Linux and bash) 
export $(dbus-launch) 
KCrash: Application 'konqueror' crashing...
KCrash: Attempting to start /usr/lib64/kde4/libexec/drkonqi from kdeinit
sock_file=/home/pippo/.kde4/socket-pc-diego/kdeinit4_localhost_10
Warning: connect() failed: : File o directory non esistente
KCrash: Attempting to start /usr/lib64/kde4/libexec/drkonqi directly
drkonqi(10145)/kdeui (kdelibs): Session bus not found 
To circumvent this problem try the following command (with Linux and bash) 
export $(dbus-launch) 
pippo@pc-diego:~> export $(dbus-launch) 
pippo@pc-diego:~> konqueror
Connecting to deprecated signal
QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
Cannot connect to server socket err = File o directory non esistente
Cannot connect to server socket
jack server is not running or cannot be started
kbuildsycoca4 running...
"KConfigIni: In file /tmp/kde-pippo/kconf_updateX11070.tmp, line 1: " Invalid
entry (missing '=') 
Cannot connect to server socket err = File o directory non esistente
Cannot connect to server socket
jack server is not running or cannot be started
grepHelper: File does not exists:  "/proc/asound/card1/pcm0p/info" 
X Error: BadWindow (invalid Window parameter) 3
  Major opcode: 20 (X_GetProperty)
  Resource id:  0x8400018
X Error: BadWindow (invalid Window parameter) 3
  Major opcode: 20 (X_GetProperty)
  Resource id:  0x8400018
Cannot connect to server socket err = File o directory non esistente
Cannot connect to server socket
jack server is not running or cannot be started
X Error: BadWindow (invalid Window parameter) 3
  Major opcode: 18 (X_ChangeProperty)
  Resource id:  0x8400018
X Error: BadWindow (invalid Window parameter) 3
  Major opcode: 20 (X_GetProperty)
  Resource id:  0x8a00018
X Error: BadWindow (invalid Window parameter) 3
  Major opcode: 20 (X_GetProperty)
  Resource id:  0x8a00018
Cannot connect to server socket err = File o directory non esistente
Cannot connect to server socket
jack server is not running or cannot be started
X Error: BadWindow (invalid Window parameter) 3
  Major opcode: 18 (X_ChangeProperty)
  Resource id:  0x8a00018
pippo@pc-diego:~> 

Reproducible: Always



Expected Results:  
like xterm.... simply without any environment setting 

Opened a bug request under bugs.novell.com (https://bugzilla.novell.com/show_bug.cgi?id=714893) they asked to open an upstream bugrequest as is envolved the architecture
Comment 1 Christoph Feck 2011-08-30 23:00:11 UTC

*** This bug has been marked as a duplicate of bug 235272 ***