helloSystem / Filer

A file manager that can also render the desktop
GNU General Public License v2.0
31 stars 9 forks source link

If move the folder on the desktop, a window with the same file will appear #161

Open louies0623 opened 1 year ago

louies0623 commented 1 year ago

PC-2-screen0.webm

louies0623 commented 1 year ago

0H249 Crash This is enough to verify previous conversations. https://github.com/helloSystem/ISO/commit/a2fbe9e090f7527975c6077b28d51210d3dbd92b#commitcomment-91212365

PC-2-screen0.webm

louies0623 commented 1 year ago

0H249 崩潰 這足以驗證之前的對話。 你好系統/ISO@ a2fbe9e #commitcomment-91212365

PC-2-screen0.webm

Update video

louies0623 commented 1 year ago

Is it possible if the desktop uses other FM? For example Nemo, thunar, xfe as the default desktop icon.

louies0623 commented 1 month ago

@probonopd pcmanfm-qt Please update the version. This is their upstream article title. The latest version has fixed the problem. https://github.com/lxqt/pcmanfm-qt/releases/tag/2.0.0

probonopd commented 1 month ago

Thanks @louies0623. However, I am writing my own Filer from scratch, no longer using anything from lqxt. The reason is that pcman-fm is using libfm which is using Glib, which is very Qt-unlike and makes for ugly code. I'm very interested in how exactly they solved the placement issue, since i ran into it with QListView in Qt6 and was thinking of dropping QListView altogether due to this (like I have done here). So thanks for notifying me.