-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider switching to CutefishOS Dock #24
Comments
Apparently they are moving to very CutefishOS specific ways to open and empty the trash:
whereas we'd need
Is there really no standard for showing and emptying the Trash e.g., via stanardized D-Bus commands? |
I need a dock myself, maybe we should join forces? :)
|
Hi @rodlie
helloSystem will not center around XDG standards but will introduce alternative, more powerful, easier, and more robust oncepts. That's the plan, anyway. I'd love to brainstorm with you whether to make this into a "XDG-ng" of sorts. |
Ok, will need to check it out.
Effects can be done on widgets also, don't see a direct need for QML. We could support both(?), anyway not that important yet.
Why do you care? I will make an library that handles this anyway, the dock (or any app in general) does not need to know stuff like this, it will just use an library that gives it what it wants (apps, icons etc). The library can even be exposed through dbus if needed. |
One more thing... What is the current status of this dock?
And to clarify regarding XDG. The library will support XDG, AppDir and whatever else that's needed to detect apps. Not sure introducing another "standard" will help. |
In the sense of not crashing, definitely. Been running as my daily driver for over a year, has not really crashed once on me.
Define "all the wm stuff". Probably not. https://github.com/cutefishos/ is newer and probably supports more wm stuff but uses less Qt Widgets and introduced a non-standard dependency. So possibly it needs to be cherry-picked.
How would you do, e.g., this with Qt Widgets? Dock.mp4
Wrote down my work-in-progress ideas here. |
Consider switching to CutefishOS Dock
Advantages:
Direction=0
But:
QDBusInterface iface("com.cutefish.Session", "/Session", "com.cutefish.Session", QDBusConnection::sessionBus());
- what is this for?RoundedWindow=false
has no effectBlocked by:
cutefishos/dock#10
The text was updated successfully, but these errors were encountered: