Frank Dana
Frank Dana
This seems perfectly reasonable, and it's a one-line fix. Proposed in #1853.
> Maybe add a separate button for sending links (separate from sending files), so GSConnect does not need to show a file chooser dialog to send an URL, which would...
Hrm. I'm not optimistic about us having much control over this, really, and suspect it's just a symptom of GNOME's disdain for tooltips in general that it (probably) ended up...
Huh. It seems we're actually getting _errors_ from the tooltip code, with current GSConnect and GNOME Shell 46.2. From a "Generate Support Log" session, repeatedly: ```text Aug 23 23:18:47 gnome-shell[4454]:...
I believe I have a fix for this, though I'm not sure it's a "legal" one. I just know that, in testing, it seems to solve all of the problems.
@zebra-cmyk If you're interested in testing the fix before it's committed, to confirm that it works for you, a build with that change incorporated into it can be downloaded from...
If you're not getting Mobile Settings, check that `gjs` is installed. It shouldn't be possible to install GNOME Shell _without_ it, but apparently it can happen (#1513). Without the JavaScript...
Hrm. And is the GSConnect daemon running? `ps -ef |grep gjs` should show a process running `$HOME/.local/share/gnome-shell/extensions/[email protected]/service/daemon.js`, among (possibly) others. If _not_, what happens if you start it manually? (`gjs...
(Fixed the path with _my_ home directory in it, since that's unlikely to work for you.)
Oh, and just to double-check, you DO NOT have `kdeconnectd` from KDE installed/running, right? It'll prevent GSConnect from functioning if it's also in use.