Skip to content

GSConnect starts up even when the extension is disabled. #2107

@kullibbin-hub

Description

@kullibbin-hub

Describe the bug

If you install the extension and sync with your phone, then disable it via the system menu button in the top-right panel — or even disable the extension entirely — synchronization with the phone still starts after a reboot. I tested this on ALT Linux 11 with GNOME 48.

It turns out the problem is caused by the autostarted daemon.js file — it launches after login, regardless of whether the extension is enabled or not.

A temporary solution is to add a script like this to autostart:

#!/bin/sh
sleep 5
killall daemon.js

The 5-second delay may need to be increased on slower computers.

With the extension enabled but the system menu button turned off, the process is killed immediately at startup, and synchronization does not occur. If the button is enabled, everything works normally.

Steps to reproduce

No response

Expected behavior

No response

GSConnect version

66

Installed from

OS package manager

GNOME Shell version

48

Linux distribution/release

altlinux 11.1 workstation

Paired device(s)

xiaomi redmi note 13 pro

KDE Connect app version

1.34.4

Plugin(s)

No response

Support log


Screenshots

Image

Notes

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    triageAn issue that needs confirmation and labeling

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions