Live data from Hacker News

Show HN: Docking – Extensible Linux dock in Python

docking.cc

11–20 of 24 posts

Re: Show HN: Docking – Extensible Linux dock in Python

#13
post #7

X11 only is a bit of a bummer although I’m not surprised - i don’t think i’d target Wayland either for this sort of thing if i was a happy x11 user already.

Yes, indeed. The next I will be working with is Wayland. Let's see how hard that will be. I am sure there will be applet that I will never be able to port like Window killer that users xkill, etc.

Re: Show HN: Docking – Extensible Linux dock in Python

#14
post #7

X11 only is a bit of a bummer although I’m not surprised - i don’t think i’d target Wayland either for this sort of thing if i was a happy x11 user already.

I'm actually curious about that - this seems like something that should at least partially work through XWayland? Blindly speculating, it might not work against existing windows, but I'd expect things like system monitors and launching apps to not care.

To be honest, I am not sure, I will be working on those as the next big thing for Docking. I am uncertain of how much I can achieve on Wayland. Looking forward.

Re: Show HN: Docking – Extensible Linux dock in Python

#16
post #11

You have a customizable bar in your DE, put everything you need into that bar, why a second bar?

I do not have a bar that I can put everything I want, so I created it, as many other developers have created a dock bar, just like MacOS has its own, etc, et.

Re: Show HN: Docking – Extensible Linux dock in Python

#19

Error installing from .deb: Dependency is not satisfiable: python 3.10. So I have to downgrade from 3.12 to use this?

I have a tentative fix on the way https://github.com/edumucelli/docking/commit/7ddcdeae42e8277... -- the deb file will be arch specific now as well
Post reply on HN