TechSY730
TechSY730
Here are my current modifications in `boinc-client.service.d/override.conf` (well, the ones relevant to this bug; I have a lot more :stuck_out_tongue:): ```systemd-unit [Service] # For VBox communication ReadWritePaths=-/tmp/.vbox-boinc-ipc # For X11...
Also, at this point, is this even a BOINC bug? If the `.service` is derived from BOINC's codebase, then yeah it is. But if the offending `.service` file was done...
For "extra credit", also reading the per-user systemd sessions would be nice. But it is kind of tricky to connect to a different user's systemd session.
Given how complex the "reading the configuration for process assignments" is (mostly by necessity to both satisfy the type system and to follow idiomatic Rust practices), I'm wondering whether the...
Well, we don't have to strictly follow "canonical" layout. We already aren't using a "conventional" folder structure for the code generation. We can convince, forcefully if needed, Ant to accept...
For example Gradle (in addition to the usual Maven mechanism of excluding a transitive dependency of a direct dependency by name) supports substituting dependencies programmatically. For example, with a bit...
Sounds like a (hopefully) simple fix; I can try to make a merge request for it
For the disk issue, I basically undid https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet/commit/3ba2f60c45eac1fce8702387884f96840e224db2 In `~/.local/share/gnome-shell/extensions/[email protected]/extension.js` Find the section ```js let file = Gio.file_new_for_path('/proc/diskstats'); file.load_contents_async(null, (source, result) => { let as_r = source.load_contents_finish(result); let lines =...
> @techsy730 I just tested this fix, and unfortunately it does not resolve the problem for Gnome Shell 3.28. Did you log out and log back in? (Merely disabling and...
> Fixes for Disk R/W but not for Temp and Fan.... Yes, for Temp and Fan you will need to follow the instructions at https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet/issues/520#issuecomment-498990185