pop-os / cosmic-dock

Pop!_OS fork of https://github.com/micheleg/dash-to-dock/tree/ubuntu-dock
GNU General Public License v2.0
72 stars 18 forks source link

Conflict with dash-to-dock: missing dock-alignment key #173

Closed aartyn4800git closed 2 years ago

aartyn4800git commented 2 years ago

Distribution (run cat /etc/os-release): NAME="Pop!_OS" VERSION="22.04 LTS" ID=pop ID_LIKE="ubuntu debian" PRETTY_NAME="Pop!_OS 22.04 LTS" VERSION_ID="22.04" HOME_URL="https://pop.system76.com" SUPPORT_URL="https://support.system76.com" BUG_REPORT_URL="https://github.com/pop-os/pop/issues" PRIVACY_POLICY_URL="https://system76.com/privacy" VERSION_CODENAME=jammy UBUNTU_CODENAME=jammy LOGO=distributor-logo-pop-os

Related Application and/or Package Version (run apt policy $PACKAGE NAME): settings aka gnome-control-center

Issue/Bug Description: settings -> desktop -> dock, crashes and afterwards settings will not open at all.

Steps to reproduce (if you know): Click settings -> desktop -> dock

Expected behavior: dock should open

Other Notes: Issue is temp resolved by deleting ~/.config/dconf/user.

Error presented when trying to open gnome-control-center in the terminal (gnome-control-center:9146): GLib-GIO-ERROR **: 08:30:25.766: Settings schema 'org.gnome.shell.extensions.dash-to-dock' does not contain a key named 'dock-alignment' Trace/breakpoint trap (core dumped)

mmstick commented 2 years ago

Do you have the dash to dock extension installed? You can reset the setting with dconf reset -f /org/gnome/shell/extensions/dash-to-dock/. Seems we'll need to update our dock extension to sync with dash-to-dock, or at least add the key to the schema.

jacobgkau commented 2 years ago

That schema is in our fork and not upstream, not the other way around.

This seems potentially related to https://github.com/pop-os/cosmic-dock/issues/172. I'm not able to recreate just installing upstream dash-to-dock on top of COSMIC Dock.

jacobgkau commented 2 years ago

This appears to be a packaging issue, closing as a duplicate of https://github.com/pop-os/cosmic-dock/issues/172.

aartyn4800git commented 2 years ago

Thanks, yes #172 is the same issue. I have an HP dev one as well. I'll follow ticket #172