[dolphin] [Bug 417219] Daemonized Dolphin inappropriately triggers session restoration

2020-09-30 Thread Fabsk
https://bugs.kde.org/show_bug.cgi?id=417219

Fabsk  changed:

   What|Removed |Added

 CC|fa...@free.fr   |

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 417219] Daemonized Dolphin inappropriately triggers session restoration

2020-09-27 Thread Fabsk
https://bugs.kde.org/show_bug.cgi?id=417219

--- Comment #22 from Fabsk  ---
I'm afraid I don't know more that you about the cause of the issue. There must
be a configuration specific to Fedora that launches "dolphin --deamon". I'm too
lazy to investigate any further. Again, does it cause any trouble to the end
user (excepted having an additional unwanted dolphin process)?

PPID == 1 can mean that the parent process has finished.

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 417219] Daemonized Dolphin inappropriately triggers session restoration

2020-09-26 Thread Fabsk
https://bugs.kde.org/show_bug.cgi?id=417219

--- Comment #19 from Fabsk  ---
@attila, could you run in a command line (Konsole for example) the following
command after your login (as described in your summary):

ps -efj |grep dolphin

to see with which arguments the mysterious instance was launched (is it
launched with "--deamon" or other parameters?). Also the 3rd column will tell
you the process ID of the parent (excepted if it is "1").

In term of end-user experience, why is it a problem to have this additional
problem? In my case I had an unwanted Dolphin window opened, but in your case I
don't see (excepted some memory wasted maybe).

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 417219] Daemonized Dolphin inappropriately triggers session restoration

2020-09-25 Thread Fabsk
https://bugs.kde.org/show_bug.cgi?id=417219

--- Comment #17 from Fabsk  ---
Regarding my previous comment, tt turns out that for an unknown reason I had a
file "~/.config/autostart/dolphin.desktop" which started "dolphin --deamon".
After removing it, the additional Dolphin window/process does not show up any
more in a new session. "dolphin --deamon" is not started automatically any
more, but I don't know what will be the impact for me.

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 417219] Daemonized Dolphin inappropriately triggers session restoration

2020-09-25 Thread Fabsk
https://bugs.kde.org/show_bug.cgi?id=417219

Fabsk  changed:

   What|Removed |Added

 CC||fa...@free.fr

--- Comment #16 from Fabsk  ---
I think I'm facing this bug with Kubuntu 20.04.1 (I had it in previous
releases, but cannot remember how many).
Each time I restart my machine, I get an additional new window of Dolphin. So
there is the usual one with some tabs open, and one or several with my home
folder opened. It's a bit annoying because if I don't close the new ones, I end
up having many opened.

In my ~/.config/ksmserverrc, I can see I have:
program12=/usr/bin/dolphin
program13=/usr/bin/dolphin

restartCommand12=/usr/bin/dolphin,-session,10cde2626200016009802570070490020_1601048614_510748
restartCommand13=/usr/bin/dolphin,-session,10cde2626200016010480400021040011_1601048614_510564

In ~/.config/session, I can see that I have one file for the first (with data
about the tabs), but not for the other one.

I don't know more about ksmserver and how the programs manage the session
saving and restoration, so I cannot provide right away more insight.
If you think it's not the same bug, I can open another one.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio-extras] [Bug 357870] Failure on listing of directory with non-Latin name

2016-05-16 Thread Fabsk via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357870

--- Comment #4 from Fabsk <fa...@free.fr> ---
On my machine, the modification fixes the problem. Added a review request in
Reviewboard.

-- 
You are receiving this mail because:
You are watching all bug changes.


[kio-extras] [Bug 357870] Failure on listing of directory with non-Latin name

2016-05-16 Thread Fabsk via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357870

--- Comment #3 from Fabsk <fa...@free.fr> ---
Moved to kio-extras (where "fish" is located).
Tested again in Kubuntu 16.10 (KDE Frameworks 5.18.0) with the same error.

In the source file "fish.cpp", there is something... fishy. In the function
"fishProtocol::writeStdin", there is this line:

qlist.append(line.toLatin1());

I think the fact that the non-latin characters are replaced by question marks
come from there. I guess it should be something like that in order to encode to
the encoding expected by the remote party:

qlist.append(E(line));

Note that I did not manage (at least for the moment) to execute a patched
version of "fish" on my machine in order to verify my theory.

Cheers,

-- 
You are receiving this mail because:
You are watching all bug changes.


[kio-extras] [Bug 357870] Failure on listing of directory with non-Latin name

2016-05-16 Thread Fabsk via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357870

Fabsk <fa...@free.fr> changed:

   What|Removed |Added

  Component|fish|default
Product|kio |kio-extras
   Severity|normal  |major

-- 
You are receiving this mail because:
You are watching all bug changes.


[kio] [Bug 357870] Failure on listing of directory with non-Latin name

2016-01-11 Thread Fabsk via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357870

Fabsk <fa...@free.fr> changed:

   What|Removed |Added

 CC||fa...@free.fr

-- 
You are receiving this mail because:
You are watching all bug changes.


[kio] [Bug 357870] New: Failure on listing of directory with non-Latin name

2016-01-11 Thread Fabsk via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357870

Bug ID: 357870
   Summary: Failure on listing of directory with non-Latin name
   Product: kio
   Version: unspecified
  Platform: Kubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: fish
  Assignee: trou...@garni.ch
  Reporter: fa...@free.fr

Impossible to list the content of directories with non-Latin characters (é,
たた).

Reproducible: Always

Steps to Reproduce:
1. Have ssh installed locally.
2. Create a local directory with non-Latin characters (ex: /tmp/é, /tmp/たた)
3. In Dolphin, connect to this directory via fish:
fish://myuser@localhost/tmp/たた/

Actual Results:  
A message is displayed that it cannot enter in this directory.
"Could not enter folder fish://myuser@localhost/tmp/たた/"

Expected Results:  
It should list the content of the directory.

* When adding some logs in ".fishsrv.pl", question mark are displayed instead
of the non-Latin Characters.
* When manual running ".fishsrv.pl" and executing the "LIST" command, the
content of my directories are properly listed.
* In the menu "Tool" of Dolphin, changing the encoding to "utf-8" did not
change anything.

Versions:
Version 15.08.2
KDE Frameworks 5.15.0
Ubuntu 15.10
- Ubuntu 15.10

-- 
You are receiving this mail because:
You are watching all bug changes.