[plasmashell] [Bug 401023] Duplicated icons after creating a new folder

2019-02-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=401023 Nate Graham changed: What|Removed |Added Version Fixed In|5.12.8 |5.12.8, 5.14.6, 5.15.0 -- You are receiving

[plasmashell] [Bug 401023] Duplicated icons after creating a new folder

2019-02-01 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=401023 Nate Graham changed: What|Removed |Added Version Fixed In||5.12.8 Summary|Duplicated icons

[plasmashell] [Bug 401023] Duplicated icons

2019-02-01 Thread Eike Hein
https://bugs.kde.org/show_bug.cgi?id=401023 Eike Hein changed: What|Removed |Added Latest Commit||https://commits.kde.org/pla |

[plasmashell] [Bug 401023] Duplicated icons

2018-12-19 Thread Oleg Solovyov
https://bugs.kde.org/show_bug.cgi?id=401023 --- Comment #23 from Oleg Solovyov --- (In reply to Nate Graham from comment #22) > You can create a Phab revision and put [RFC] in the title. I think that > would make sense. Done https://phabricator.kde.org/D17689 -- You are receiving this mail

[plasmashell] [Bug 401023] Duplicated icons

2018-12-19 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=401023 --- Comment #22 from Nate Graham --- You can create a Phab revision and put [RFC] in the title. I think that would make sense. -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 401023] Duplicated icons

2018-12-19 Thread Oleg Solovyov
https://bugs.kde.org/show_bug.cgi?id=401023 --- Comment #21 from Oleg Solovyov --- Finally! I accidently fixed the problem patch attached, can't create a revision unless I know why it works -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 401023] Duplicated icons

2018-12-19 Thread Oleg Solovyov
https://bugs.kde.org/show_bug.cgi?id=401023 --- Comment #20 from Oleg Solovyov --- Created attachment 117009 --> https://bugs.kde.org/attachment.cgi?id=117009=edit patch -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 401023] Duplicated icons

2018-12-18 Thread Oleg Solovyov
https://bugs.kde.org/show_bug.cgi?id=401023 --- Comment #19 from Oleg Solovyov --- Any good ideas how to create config after first init of FolderModel it config is not exist (after first login)? Tried to write config at onCompleted, but it's too early. It might fix the problem -- You are

[plasmashell] [Bug 401023] Duplicated icons

2018-12-12 Thread Oleg Solovyov
https://bugs.kde.org/show_bug.cgi?id=401023 --- Comment #18 from Oleg Solovyov --- meh, it's very complex to find out where's the problem. Noticed that there are two separated dirlisters working on the desktop log file: https://pastebin.com/xSAxYQqp patch with my own debug messages:

[plasmashell] [Bug 401023] Duplicated icons

2018-12-11 Thread Oleg Solovyov
https://bugs.kde.org/show_bug.cgi?id=401023 --- Comment #17 from Oleg Solovyov --- The bug is related somehow with setSortMode(int) function in lambda I mentioned abvoe -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 401023] Duplicated icons

2018-12-08 Thread Eike Hein
https://bugs.kde.org/show_bug.cgi?id=401023 --- Comment #16 from Eike Hein --- Indeed, looks like a bona-fide bug. David, since you're currently working on this code, can you roll it into your other patch or so? -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 401023] Duplicated icons

2018-12-07 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=401023 --- Comment #15 from David Edmundson --- Oh, I misunderstood. It certainly doesn't look intentional. -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 401023] Duplicated icons

2018-12-07 Thread Oleg Solovyov
https://bugs.kde.org/show_bug.cgi?id=401023 --- Comment #14 from Oleg Solovyov --- (In reply to Oleg Solovyov from comment #11) > Commented out the whole connect at foldermodel.cpp:157 and it fixes the > issue O_o also commented out the connect ap positioner.cpp:912 and it fixes the issue

[plasmashell] [Bug 401023] Duplicated icons

2018-12-07 Thread Oleg Solovyov
https://bugs.kde.org/show_bug.cgi?id=401023 --- Comment #13 from Oleg Solovyov --- (In reply to David Edmundson from comment #12) > >Is it intentional or committer forgot to remove emit in that patch? > > emit is a #define for "" > > it does nothing, it's just a nice hint if you read the code

[plasmashell] [Bug 401023] Duplicated icons

2018-12-07 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=401023 David Edmundson changed: What|Removed |Added CC||k...@davidedmundson.co.uk --- Comment #12

[plasmashell] [Bug 401023] Duplicated icons

2018-12-07 Thread Oleg Solovyov
https://bugs.kde.org/show_bug.cgi?id=401023 --- Comment #11 from Oleg Solovyov --- Commented out the whole connect at foldermodel.cpp:157 and it fixes the issue O_o -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 401023] Duplicated icons

2018-12-07 Thread Oleg Solovyov
https://bugs.kde.org/show_bug.cgi?id=401023 --- Comment #10 from Oleg Solovyov --- (In reply to Nate Graham from comment #9) > Oleg, does changing that fix the issue? Unfortunately, no -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 401023] Duplicated icons

2018-12-06 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=401023 --- Comment #9 from Nate Graham --- Oleg, does changing that fix the issue? -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 401023] Duplicated icons

2018-12-05 Thread Oleg Solovyov
https://bugs.kde.org/show_bug.cgi?id=401023 --- Comment #8 from Oleg Solovyov --- Found a typo in 98d56d913: @@ -547,6 +566,8 @@ void Positioner::sourceRowsAboutToBeInserted(const QModelIndex , int star } } else { emit beginInsertRows(parent, start, end); +

[plasmashell] [Bug 401023] Duplicated icons

2018-12-05 Thread Oleg Solovyov
https://bugs.kde.org/show_bug.cgi?id=401023 --- Comment #7 from Oleg Solovyov --- Found a possible clue: it happens every time I create an icon when ~/.config/plasma-org.kde.plasma.desktop-appletsrc is missing -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 401023] Duplicated icons

2018-11-27 Thread Oleg Solovyov
https://bugs.kde.org/show_bug.cgi?id=401023 --- Comment #6 from Oleg Solovyov --- Reproduced this on Plasma 5.14.3 + Qt 5.9.6 -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 401023] Duplicated icons

2018-11-17 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=401023 Nate Graham changed: What|Removed |Added Severity|normal |grave Priority|NOR

[plasmashell] [Bug 401023] Duplicated icons

2018-11-17 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=401023 Nate Graham changed: What|Removed |Added Keywords||usability Status|REOPENED

[plasmashell] [Bug 401023] Duplicated icons

2018-11-17 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=401023 --- Comment #5 from Nate Graham --- Created attachment 116377 --> https://bugs.kde.org/attachment.cgi?id=116377=edit Reproduction of the issue I just accidentally reproduced and confirmed the issue by copying four items to the desktop. Thereafter,

[plasmashell] [Bug 401023] Duplicated icons

2018-11-17 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=401023 Nate Graham changed: What|Removed |Added CC||h...@kde.org, |

[plasmashell] [Bug 401023] Duplicated icons

2018-11-17 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=401023 Nate Graham changed: What|Removed |Added CC||h...@kde.org, |

[plasmashell] [Bug 401023] Duplicated icons

2018-11-15 Thread Oleg Solovyov
https://bugs.kde.org/show_bug.cgi?id=401023 Oleg Solovyov changed: What|Removed |Added Resolution|DUPLICATE |--- Ever confirmed|0

[plasmashell] [Bug 401023] Duplicated icons

2018-11-15 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=401023 Nate Graham changed: What|Removed |Added Status|REPORTED|RESOLVED CC|