ctrlaltkills / notes

..saved for later. Articles, images, code snippets, etc,.
1 stars 0 forks source link

ficplank battery icon “Battery docklet hard coded to a battery that may n...” : Bugs : Plank #14

Open ctrlaltkills opened 1 year ago

ctrlaltkills commented 1 year ago

Save From : Bug #1896297 “Battery docklet hard coded to a battery that may n...” : Bugs : Plank

Content

Hard Solution : (yes it's)
---------------
> ls /sys/class/power_supply/
BAT1
> dpkg -L plank | grep -i bat
/usr/lib/x86_64-linux-gnu/plank/docklets/libdocklet-battery.so
> cd /usr/lib/x86_64-linux-gnu/plank/docklets/
> sudo mv libdocklet-battery.so libdocklet-battery_BAT0.so
> sed 's/BAT0/BAT1/g' libdocklet-battery_BAT0.so | sudo tee libdocklet-battery.so

Restart plank or your session now you can see your battery !

Note