-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: Syncthingtray started before tray #3416
Comments
I bet this is related to #2878, can you confirm? |
@exzombie Thanks! I don't have theming issue. And I just tried installing |
Thank you for your contribution! I marked this issue as stale due to inactivity. Please be considerate of people watching this issue and receiving notifications before commenting 'I have this issue too'. We welcome additional information that will help resolve this issue. Please read the relevant sections below before commenting. If you are the original author of the issue
If you are not the original author of the issue
Memorandum on closing issuesDon't be afraid to manually close an issue, even if it holds valuable information. Closed issues stay in the system for people to search, read, cross-reference, or even reopen – nothing is lost! Closing obsolete issues is an important way to help maintainers focus their time and effort. |
Not stale, I encountered the exact same problem. |
Related upstream issue: Alexays/Waybar#1090. |
Thank you for your contribution! I marked this issue as stale due to inactivity. Please be considerate of people watching this issue and receiving notifications before commenting 'I have this issue too'. We welcome additional information that will help resolve this issue. Please read the relevant sections below before commenting. If you are the original author of the issue
If you are not the original author of the issue
Memorandum on closing issuesDon't be afraid to manually close an issue, even if it holds valuable information. Closed issues stay in the system for people to search, read, cross-reference, or even reopen – nothing is lost! Closing obsolete issues is an important way to help maintainers focus their time and effort. |
I have a kludge to fix this:
I think this is a real issue that needs to be fixed, the problem is going to be getting consensus - particularly with upstream packages - on how to fix it. |
Thank you for your contribution! I marked this issue as stale due to inactivity. Please be considerate of people watching this issue and receiving notifications before commenting 'I have this issue too'. We welcome additional information that will help resolve this issue. Please read the relevant sections below before commenting. If you are the original author of the issue
If you are not the original author of the issue
Memorandum on closing issuesDon't be afraid to manually close an issue, even if it holds valuable information. Closed issues stay in the system for people to search, read, cross-reference, or even reopen – nothing is lost! Closing obsolete issues is an important way to help maintainers focus their time and effort. |
If people are relying on kludges, it's not fixed yet. I've recently played around a bit with HM+systemd tray handling. I don't use syncthing myself, so I can't test this service specifically. But looking at its user unit file, everything looks ok. Are you guys using a separate bar/tray application, or the one built into i3/sway? AFAICT, external tray applications will be started before |
I have the same issue. I thought it might be related to using a quite old low power computer (Manjaro in Intel NUC 7i3BNH), as it works great on another installation of Manjaro on an up-to-date CPU. --wait fixes the issue for me, but it seems to be kind of a dirty workaround. |
Not stale please |
Thank you for your contribution! I marked this issue as stale due to inactivity. Please be considerate of people watching this issue and receiving notifications before commenting 'I have this issue too'. We welcome additional information that will help resolve this issue. Please read the relevant sections below before commenting. If you are the original author of the issue
If you are not the original author of the issue
Memorandum on closing issuesDon't be afraid to manually close an issue, even if it holds valuable information. Closed issues stay in the system for people to search, read, cross-reference, or even reopen – nothing is lost! Closing obsolete issues is an important way to help maintainers focus their time and effort. |
I tried a different hack. I set Unfortunately, it does not work, I get the error from swaythingtray that the tray hasn't started yet. Which isn't really surprising, but thought I should mention it here. |
My kludge that actually works is adding this to my config: home-manager.users.lukas.systemd.user.services.syncthingtray = {
Service.ExecStart = lib.mkForce "${pkgs.syncthingtray}/bin/syncthingtray --wait";
}; Perhaps it should be changed it https://github.com/nix-community/home-manager/blob/master/tests/modules/services/syncthing/linux/tray.nix? |
PRs welcome. Probably just need to edit this: home-manager/modules/services/syncthing.nix Line 729 in fcc4259
|
In the first message the reporter said that adding |
Will test and report back here. |
Early days, but |
Are you following the right branch?
Is there an existing issue for this?
Issue description
Related ref: #2968
I can't get
syncthingtray
with eitheri3
orsway
. It will work if I restart the service withsystemctl --user restart syncthingtray
after the system started.This is what I have in my home-manager config:
If I put
services.syncthing.tray.command = "syncthingtray --wait"
, the tray icon will never show up too which is weird.Maintainer CC
No response
System information
The text was updated successfully, but these errors were encountered: