Brendan Weibrecht
Brendan Weibrecht
What's the conflict with? The upstream/abandoned extension? Perhaps the new name should match the rest of this fork, using '-next'
> if you look at the bug report cited in my first message Sorry, I was sleep-deprived and missed that! Thanks for the context
The wrapping was introduced in https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet/pull/777 (https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet/pull/777/commits/25fb5f5744a9c009ce63694f598907ecda0aea36), from issue https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet/issues/551
Duplicate of: https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet/issues/585
I was wondering what to do about this. Given it's generated with `make install` as per the installation instructions in the readme, I was thinking maybe it wasn't supposed to...
Ah, I forgot that was there 😅 I've just been doing `VERSION=9999 make install` (setting the version to prevent auto-upgrade to the published version). I'm not sure what's the norm....
@mcmxcdev Which version of Gnome Shell? `gnome-shell --version`
Hmm, this is probably solved with https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet/pull/780
How are you installing the extension? I'm having trouble with the symlink method: ``` JS ERROR: Extension [email protected]: ImportError: No JS module 'convenience' found in search path @/home/brendan/.local/share/gnome-shell/extensions/[email protected]/extension.js:49:19 [...] ```...
To set the setting directly: ```bash $ dconf write /org/gnome/shell/extensions/system-monitor/show-on-lockscreen false ```