DeedleFake

Results 205 comments of DeedleFake

There is actually a command-line argument to do just that, `--hide-window`. I could probably also add an option to start hidden to the settings. I've thought about it before but...

One potential issue with a preference is that if someone turns that on, presumably accidentally, in an environment without a system tray, such as vanilla GNOME, getting a window will...

You can use the same command-line option referenced above. That's how I use it locally. If your desktop environment (GNOME does this.) uses `$HOME/.config/autostart` for stuff that starts at login,...

Trayscale itself does not handle authentication, but I did add support recently for reauthenticating for key renewal when necessary. It may be possible for me to add a menu option...

> It would also be nice to have flat circles instead of the shiny emoji icons, with a gray circle instead of red to indicate a disconnected device. Red is...

I tried a white circle and yeah, like I was worried about, it really blends into the background pretty badly in light mode. ![image](https://github.com/DeedleFake/trayscale/assets/326750/701f9cd3-bdc7-4c51-9c2f-bf2a8fbed525) Unfortunately, there doesn't actually seem to...

This is expected behavior, unfortunately, and one of the main reasons why the Postgres backend was added as well. SQLite3 doesn't allow multiple processes to access the same database file...

> The `pin remote add` action is done way after `sipsctl` exited, do you mean that if `sipsctl` is executed while `sips` is running, `sips` needs to be restarted otherwise...

I think this definitely makes way more sense as a function for iterators, not slices. It's a function that inherently needs to be implemented via iteration over a slice anyways,...

I think Gtk can take care of the passing arguments to an existing instance. It already takes care of deduplicating instances as is, and the existing GtkApplication instance can be...