Martchus

Results 566 comments of Martchus

Thanks. So we now see how it would look like. > but then it doesn't support en-us layout anymore... Of course that's going to be a problem for this to...

I will not add code that would hard-code winget-specific paths in Syncthing Tray. However, it would be possible to make this configurable. For the NixOS package manager one has already...

The new versions of Syncthing Tray no longer include the version number in the binary name. This is for keeping things simpler for the sake of the newly introduced updater...

I removed the ``` my @threads = split('\n', `grep ^SigBlk /proc/$$/task/*/status`); my $expected_mask = sprintf('0%x', (1

By the way, I added the "not-ready" label because the discussion on https://github.com/os-autoinst/os-autoinst/issues/2549 is still ongoing and removing the `-1` might be questionable.

> like most application tray icons do That is not ture. Most apps (not Plasmoids, normal apps that have a system tray icon) I know, e.g. Stream, QMPlay2, qwgraph, Konversation...

Note that this is not *that* easy - otherwise I would have already implemented this feature. The problem is that Syncthing Tray simply doesn't know the panel's background color. I...

They're indeed doing something color-scheme aware in their SVG-XML: https://github.com/baduhai/Koi/blob/master/src/resources/icons/koi_tray.svg?short_path=828a542 I'm not exactly sure how this works and whether it would also work in other environments than KDE but it...

I implemented an option for this you might want to test. You can find it in the menu show in the screenshot you put into the ticket description.

Glad to hear it works. I guess there's one tweak I could still do: In some themes the foreground/text color is actually not black or white but slightly gray. The...