SunRain
SunRain
As I know, it's not easy to run on Debian/Ubuntu(especially on Ubuntu) due to the version of Qt.
Hi, is there any guid to build/install Liri from source code, I mean FULL components of Liri desktop environment?
You mean folders works just like android launcher folders? If so, I may help to write a simple demo?
Hi, @iBeliever I had written a simple(buggy) demo about folder, does this work like what you means? https://github.com/SunRain/qml-FolderDemo
Hi, if integrated app bar and window decorations, should we remove windows manager(like openbox,etc) in Qt quick window component, and extend a sub qml window, implement our own "move-window, change-window-size)...
just like what @iBeliever did in qml-material
I mean WindowFlags like Qt::CustomizeWindowHint, Qt::FramelessWindowHint, etc(Can't remeber clearly)
Sorry, don't know about wayland related things, you mean this would handled by greenisland(or where is the platform theme plugin) ? @plfiorini
The workspace/platformtheme part in https://github.com/qmlos/workspace ?
Hi, is it possbile to only customize the Control.ToolBar to implement this, like this sample http://paste.ubuntu.com/23128509/ I only set window flag to Qt.FramelessWindowHint, and handle mouse event in it. The...