Bug 383582 - krusader x11 forwarding hangs when deleting files
Summary: krusader x11 forwarding hangs when deleting files
Status: RESOLVED WORKSFORME
Alias: None
Product: krusader
Classification: Applications
Component: general (show other bugs)
Version: 2.6.0
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Krusader Bugs Distribution List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-16 07:42 UTC by slartibart70
Modified: 2018-05-06 00:16 UTC (History)
2 users (show)

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 slartibart70 2017-08-16 07:42:32 UTC
Hi,

i am using krusader-2.6.1-0.11.beta2.gitcd1577aa in an ssh session with X forwarding (no problems when running locally on this machine).
My environment is set up like this: (for proper icon resolution, fonts, colors etc...)

  #! /bin/bash
  export DESKTOP_SESSION=plasma
  export GDMSESSION=plasma
  export GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/home/user001/.gtkrc-2.0:/home/user001/.gtkrc-2.0-kde4:/home/user001/.config/gtkrc-2.0
  export GTK_RC_FILES=/etc/gtk/gtkrc:/home/user001/.gtkrc:/home/user001/.config/gtkrc
  export KDEDIRS=/usr
  export KDE_FULL_SESSION=true
  export KDE_MULTIHEAD=false
  export KDE_SESSION_VERSION=5
  export XDG_CONFIG_DIRS=/etc/xdg:/usr/share/kde-settings/kde-profile/default/xdg
  export XDG_CURRENT_DESKTOP=KDE
  export XDG_DATA_DIRS=/usr/share/kde-settings/kde-profile/default/share:/usr/local/share:/usr/share
  export XDG_MENU_PREFIX=kf5-
  export XDG_SESSION_DESKTOP=plasma
  export XDG_SESSION_TYPE=x11
  krusader &

It seems to be working fine, as long as i do not delete files/dirs. Normally, a popup occurrs containing the files to be deleted and ack/cancel buttons. But, in the ssh/x11 example, only the popup is drawn (the window-decorations) but no content. Moreover, krusader seems to hang until i close the window and wait for some time.

Any fix for that?
Maybe i missed sth. in my environment vars?
Comment 1 Nikita Melnichenko 2018-02-19 23:26:33 UTC
Could you please try to repro with the latest X server, KF5 libs and krusader git? It's likely some X or KWin related problem.
Comment 2 slartibart70 2018-03-10 21:33:25 UTC
upgrading to newest plasma 5.12 and frameworks 5.44 solved the problem, X over ssh with krusader seems to run as it should