Comment 1 for bug 2013242

Revision history for this message
Marco Trevisan (TreviƱo) (3v1n0) wrote :

This is what was happening at snapd level (adding more debug):

tool_linux.go:93: DEBUG: snap (at "/snap/core/current") is older ("2.58.3") than distribution package ("2.58.3+23.04ubuntu1")
autostart.go:261: DEBUG: autostart desktop file ubuntu-software-service.desktop
autostart.go:269: DEBUG: snap name: "snap-store"
autostart.go:161: DEBUG: Autostart desktop file is ubuntu-software-service.desktop, matching ubuntu-software-service.desktop (snap-store . usr/bin/snap-store)
autostart.go:179: DEBUG: exec line: snap-store.ubuntu-software --gapplication-service
autostart.go:196: DEBUG: Command to launch is /snap/bin/snap-store --gapplication-service

While in one hacked version of snapd, where we do not break at the first desktop file and we've more debugging bits:

tool_linux.go:93: DEBUG: snap (at "/snap/core/current") is older ("2.58.3") than distribution package ("2.58.3+23.04ubuntu1")
autostart.go:261: DEBUG: autostart desktop file ubuntu-software-service.desktop
autostart.go:269: DEBUG: snap name: "snap-store"
autostart.go:161: DEBUG: Autostart desktop file is ubuntu-software-service.desktop, matching ubuntu-software-service.desktop (snap-store . usr/bin/snap-store)
autostart.go:161: DEBUG: Autostart desktop file is ubuntu-software-service.desktop, matching ubuntu-software-service.desktop (ubuntu-software . usr/bin/snap-store)
autostart.go:161: DEBUG: Autostart desktop file is , matching ubuntu-software-service.desktop (ubuntu-software-local-file . usr/bin/snap-store)
autostart.go:179: DEBUG: exec line: snap-store.ubuntu-software --gapplication-service
autostart.go:196: DEBUG: Command to launch is /snap/bin/snap-store.ubuntu-software --gapplication-service