Re: Developing KWin, starting nested KWin

2024-05-09 Thread Gerion Entrup
Thanks for the link, it was an interesting read! It, however, focuses a little bit on the libinput and DRM hacking inside KWin, which requires starting in a TTY, and does not so much explain a more complete workflow for nested KWin. A few additional questions that came to my mind: - Do virtual

Re: RFC: Theming and styles of KDE applications

2024-05-09 Thread christoph
On 2024-05-05 20:52, christ...@cullmann.io wrote: On 2024-05-04 22:36, christ...@cullmann.io wrote: On 2024-05-04 21:56, Akseli Lahtinen wrote: On Saturday 4 May 2024 14:47:35 GMT+3 christ...@cullmann.io wrote: My proposal: we enforce Breeze as icon set and style everywhere. And we provide

D26484: Add KIO::DropJobFlag to allow manually showing the menu

2024-05-09 Thread Friedrich W. H. Kossebau
kossebau added a comment. And now reported the challenge of drop objects lifetime vs user input on decisions by https://bugreports.qt.io/browse/QTBUG-125229 REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D26484 To: trmdi, #frameworks, davidedmundson, elvisangelaccio,

D26484: Add KIO::DropJobFlag to allow manually showing the menu

2024-05-09 Thread Friedrich W. H. Kossebau
kossebau added a comment. Hi. I just came across dropping random data (in my case an image) into file views not working, i.e. not creating any new files due to no more data in the QMimeData instance referred to in the DropJob. Looking into the details, it seems this is due to the flaw