2nv2u / gnome-shell-extension-syncthing-indicator

Put an indicator on the panel signalling the Syncthing daemon status using SystemD
https://extensions.gnome.org/extension/1070/syncthing-indicator/
GNU General Public License v3.0
59 stars 10 forks source link

Error: Cannot find Syncthing config #20

Closed Cutuchiqueno closed 2 years ago

Cutuchiqueno commented 2 years ago

Since updgrade from PopOS 21.10 to 22.04 with Gnome 42 I get the following error message

Screenshot from 2022-04-29 22-41-03

I removed and reinstalled the extionsion, rebootet the system, restart syncthing. Nothing solved it.

Where do I find the extension log?

2nv2u commented 2 years ago

It's logging in the normal syslog, you might have some more info there. Can you also have a look at this ticket and show me your results? https://github.com/2nv2u/gnome-shell-extension-syncthing-indicator/issues/19

I'll add as fallback the reading of the config file from the home folder of the current user in case the "syncthing --paths" command doesn't work.

Cutuchiqueno commented 2 years ago

It appears that it relates to syncthing itself, or better, the fact that I installed syncthing with flatpak. The output of flatpak run me.kozec.syncthingtk --paths is:

Gtk-Message: 12:00:20.312: Failed to load module "xapp-gtk3-module"
Gtk-Message: 12:00:20.313: Failed to load module "appmenu-gtk-module"

So something does not work on this part, I suppose

2nv2u commented 2 years ago

Yes, that does seem to be failing at your end, I'll still however use the fallback of the default config file location, I already committed it here in the repo and it will in the next release:

I'll add as fallback the reading of the config file from the home folder of the current user in case the "syncthing --paths" command doesn't work.