Created
April 11, 2016 14:43
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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