Re: Hanging plasmashell

2018-06-15 Thread Sandro Knauß
Hey, You will find a solution in using KIO, as it was one of the design goals of KIO to keep applications reactive, when a server breaks away. KIO solves this by set up a connection only when reading/writing is needed. In contrast to fusefs that simulate a "normal filesystem", so you will face

Re: Hanging plasmashell

2018-06-15 Thread Martin Steigerwald
Alex DEKKER - 14.06.18, 23:46: > On 13/06/18 15:55, Jiri Kanicky wrote: > > Any mounted system which looses connection will completely hang > > plasmashell. > > > > For example I mount NFS, close lid and take laptop to work and when > > I > > open it plasmashell is hanged. > > I haven't had this

Re: Hanging plasmashell

2018-06-15 Thread Martin Steigerwald
Sandro Knauß - 15.06.18, 12:59: > You will find a solution in using KIO, as it was one of the design > goals of KIO to keep applications reactive, when a server breaks > away. KIO solves this by set up a connection only when > reading/writing is needed. In contrast to fusefs that simulate a > "norm