Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Trucido
Created April 11, 2016 14:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Trucido/72956814bbb6c4e2b79fc688351432af to your computer and use it in GitHub Desktop.
Save Trucido/72956814bbb6c4e2b79fc688351432af to your computer and use it in GitHub Desktop.
gut net portion of multi-core-system-monitor cinnamon applet to fix high cpu usage due to dbus/polkit spam
#!/bin/bash
### notes/instructions ###
# gut net portion of multi-core-system-monitor cinnamon applet to fix high cpu usage due to dbus/polkit spam
# Instructions: disable the applet before doing this then re-enable it afterwards.
# I'll probably fork this someday to fix it but lazy right now.
# if something goes wrong or you want to revert it, just "mv applet.js.bak applet.js"
### commands start ###
cd ~/.local/share/cinnamon/applets/multicore-sys-monitor@ccadeptic23/
wget https://gist.githubusercontent.com/Trucido/27060659b8f6cd3227cc/raw/f3db8ffd11c5a740eb46c1603d4a0dc7011ce70f/No-Net_Multi-Core-System-Monitor.patch
cp applet.js applet.js.bak
patch -p1 < No-Net_Multi-Core-System-Monitor.patch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment