elementary / dock

A quick app launcher and window switcher for Pantheon and elementary OS
https://elementary.io
GNU General Public License v3.0
89 stars 24 forks source link

Dock isn't auto started #213

Closed danirabbit closed 4 months ago

danirabbit commented 8 months ago

What Happened?

On OS 8 daily the dock isn't auto starting with the session

Steps to Reproduce

Log in :)

Expected Behavior

Dock starts with session

OS Version

Early Access

Software Version

Latest release (I have run all updates)

Log Output

> dani@Mini:~$ systemctl is-enabled io.elementary.dock --user
> disabled

Hardware Info

No response

ryonakano commented 4 months ago

I'm not familiar with debian packaging so this might be wrong, but I suppose dh_systemd_enable and dh_systemd_start may not support user units and thus the changes added in #214 do nothing when installing io.elementary.dock package?

danirabbit commented 4 months ago

Yeah, it seems like the actual way the dock should be started is as a sub process of the window manager anyways, so the systemd units stuff will need to be removed

danirabbit commented 4 months ago

https://github.com/elementary/gala/pull/1888 for reference

marqu3s commented 4 months ago

Any workaround to start it manualy?

danirabbit commented 4 months ago

@marqu3s you can use the command io.elementary.dock from terminal or the applications menu

danirabbit commented 4 months ago

This is fixed now with the latest Gala and Dock branches :)