[krita] [Bug 446811] setChildNodes misorders nodes, and a crash-bug on the way

2022-09-05 Thread Sergey Morozov
https://bugs.kde.org/show_bug.cgi?id=446811

--- Comment #4 from Sergey Morozov  ---
(In reply to Halla Rempt from comment #3)
> I cannot reproduce any crashes with 5.1.0, though.

No crashes on 5.1.0, but nodes are still misordered(it feels like they shift by
one node every time I do setChildNodes)

Should I file a new bug?

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

[krita] [Bug 446811] setChildNodes misorders nodes, and a crash-bug on the way

2022-08-30 Thread Sergey Morozov
https://bugs.kde.org/show_bug.cgi?id=446811

Sergey Morozov  changed:

   What|Removed |Added

 CC||ser...@morozov.top

--- Comment #1 from Sergey Morozov  ---
I can reproduce this bug on 5.1.0(on arch linux) with simpler example.

current_document = Krita.instance().activeDocument()
current_node = current_document.activeNode()
parent = current_node.parentNode()
children = parent.childNodes()
print([child.name() for child in children])
parent.setChildNodes(children)
children = parent.childNodes()
print([child.name() for child in children])

Example output:

['Selection Mask', 'Background', 'Paint Layer 1', 'diffusion 0', 'diffusion 1']
['Background', 'Paint Layer 1', 'diffusion 0', 'diffusion 1', 'Selection Mask']

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

[kdeconnect] [Bug 337685] SFTP: Filesystem expose doesn't work

2016-01-14 Thread Sergey Morozov via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=337685

--- Comment #13 from Sergey Morozov <blsha...@yandex.ru> ---
>From myself I want to add that after bought new phone, the problem left.

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


[kdeconnect] [Bug 337685] SFTP: Filesystem expose doesn't work

2016-01-14 Thread Sergey Morozov via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=337685

--- Comment #11 from Sergey Morozov <blsha...@yandex.ru> ---
I will try to translate a previous two messages.

First message:

There was a similar problem: kdeconnect somehow stopped showing filesystem.
Phone: Galaxy note 3 SM-n900
linux mint 17.3 KDE
KDEconnect has been installed from Playstore
After some filthy words, I did the following:
- remove KDEconnect and shfs on PC via Synaptic; 
- remove all files and folders with KDEconnect settings from home directory;
- remove KDEconnect on Android;
- install KDEconnect from F-Droid (I do not know why it is there, but it seemed
to me that it would be better)
- reboot PC and Galaxy note 3; 
Then I tried to open the Android file system, as usual. And it happened.
Reason of the error remained isn't clear to me.

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


[kdeconnect] [Bug 337685] SFTP: Filesystem expose doesn't work

2016-01-14 Thread Sergey Morozov via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=337685

--- Comment #12 from Sergey Morozov <blsha...@yandex.ru> ---
Second message:

When I try to open the Android file system using Krusader, it displays an
error:
"Folder /var/tmp/myprofilename/krun/3080_0_ does not exist".
I look via file manager and found a file 3080_0_ at this path. For some reason
the program does not see it.
Thus, to see the file system using Krusader succeed only through the following
actions:
- start mount manager in Krusader;
- select kdeconnect by name;
After that Android file system appers in the Krusader window.
Dolphin doesn't have this problem - he just displays folders All files and
Camera.

I apologize for a poor translation, I badly know English.

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