Sonny Piers

Results 456 comments of Sonny Piers

This is how we currently set Junction as default app https://github.com/sonnyp/Junction/blob/d4b34d731a6b561e01e2976b4d97337b1c99eefd/src/welcome.js#L37 Note that `spawn_sync` uses `flatpak-spawn --host` in Flatpak.

`gio mime` isn't the only way to set associations There is also `~/.config/mimeapps.list`

We can add numerous entries at once by writing to that file. GLib has a parser/serializer for this format https://docs.gtk.org/glib/struct.KeyFile.html

Unfortunately, that is not possible. Here are a few ideas thought: * A global shortcut that opens Junction with whatever is into the clipboard * A drop area that opens...

There is now a GlobalShortcuts API that we could use I doubt we can use it for Shift+Click but maybe Shift+J and then click * https://github.com/flatpak/xdg-desktop-portal/pull/711 * https://flatpak.github.io/xdg-desktop-portal/#gdbus-org.freedesktop.portal.GlobalShortcuts

You might have a keyboard key for opening the contextual menu. My 75% keyboard doesn't have it, though. https://www.howtogeek.com/425623/what-is-the-menu-key-for-and-how-to-remap-it/ I think it's a good idea. Would you like to give...

Glad you like it. Yes it's something I have noticed too and thought of ways to deal with it. Here are my thoughts There are 2 paths that leads to...

There is no way to do this on Linux ATM. When Junction is set as default browser and opened with a URL – there is no way to know why...

Something I thought of that would be less hackish and possible better UX is to remember for workspace / virtual desktop. Still needs a GNOME extension.

Without a gnome extension, no there isn't.