Frank Dana
Frank Dana
@JingMatrix > Why so? They are currently working fine on my devices, not broken at all. With GSConnect 57, if you symlink `$HOME/.local/share/gnome-shell/extensions/[email protected]/gsconnect-preferences` into e.g. `$HOME/.local/bin/` and attempt to run...
```console $ cd /tmp $ ln -fs \ ~/.local/share/gnome-shell/extensions/[email protected]/service/daemon.js \ ~/.local/bin/gsconnect $ gsconnect --help (gjs:452568): Gjs-WARNING **: 11:49:26.833: JS ERROR: ImportError: Unable to load file from: file:///home/ferd/.local/bin/init.js (Error opening file...
@JingMatrix Can you check whether that (old installation directory) affects your PR #1813? It was trying to test that change that led me to this issue. I'm willing to merge...
@JingMatrix Don't worry, this is definitely one I don't plan to rush in. There may be places I've missed where GSConnect launches/re-launches itself, that'd be my first guess as to...
> `log(service.hasOwnProperty('runAsync'), service.runAsync, typeof service.runAsync)` outputs `false [ Function: ] function` Ah, makes sense that `runAsync` would be inherited. Reverted. It's unfortunate that this means a fairly recent Gtk is...
@nebulosa2007 > For me, issue #1787 is absolutely closed, I never use launching `gsconnect` or `gcsonnect-preferences` from terminal. Now, even if you fix this behaviour, only the wiki article needs...
> An option to disable the extension while the device is on sleep mode would be a great addition, and help with extending battery life. Unfortunately, I'm not sure that...
@nebulosa2007 > > Is there any chance you'd be able to _test_ whether the shell launchers work for you > > Sure! Built a git version with [this commit only](https://github.com/GSConnect/gnome-shell-extension-gsconnect/pull/1814/commits/abcaf26a7ca904011cbd512c253ce2764b1b90ff),...
I just updated both scripts with a comment detailing how they should be used, and a file-existence check that displays an error message if the JS file they need to...
@derkrasseleo You can download a build by going to the "Checks" subtab, clicking "CI" on the left, and then clicking the "[email protected]" link at the bottom of the page in...