Open kodlz opened 2 years ago
HI, I have similar issue, I just try to install it on new Raspberry OS 11 arm64. It looks like one of lib is not available for Bullseye
`pi-tool : Depends: libappindicator1 but it is not installable`
probably that is reason why is not possible run Pi-tool.
log from installation is attach pi-tool_install.log ed
Hi Team, Any update about issue?
HI, I have similar issue, I just try to install it on new Raspberry OS 11 arm64. It looks like one of lib is not available for Bullseye
`pi-tool : Depends: libappindicator1 but it is not installable`
probably that is reason why is not possible run Pi-tool.
log from installation is attach pi-tool_install.log ed
Same issue :( I've bougth Case for my RPI-4-8gb with SSD boot
I'm having the same issue and am looking for a fix. Will advise if I find it.
Fix for users of the current 64 bit Raspberry Pi OS: In terminal, from the home directory (user@hostname:~ $), enter the following commands below one after the other, confirming as needed,
(Install dependencies) sudo apt install libdbusmenu-glib4 libdbusmenu-gtk4 libfontconfig1 -y
(Download and install dependency not in current repos) wget http.us.debian.org/debian/pool/main/libi/libindicator/libindicator7_0.5.0-4_arm64.deb sudo dpkg -i libindicator7_0.5.0-4_arm64.deb
(Download and install dependency not in current repos) wget http.us.debian.org/debian/pool/main/liba/libappindicator/libappindicator1_0.4.92-7_arm64.deb sudo dpkg -i libappindicator1_0.4.92-7_arm64.deb
(Re-run Pi Tool installation script) ./pi-tool-install.sh
Hi @wck86 Thank you for your solution, it's working now ;)
I will try today. But I've a question does it possible to set parameters for button and overclocking in command line? Because my RPI4-8G don't have the desktop installed.
@stephanepapin you don't need desktop for managing pi-tool. Only what is required is use terminal with x11. I'm using MobaXterm.
I don't have GUI installed on my RPI. I'm using SSH wih Putty
yes, that is what I talk about. You don't need desktop/GUI installed on RPI. Just use X11 connection to RPI. in your case: https://superuser.com/questions/119792/how-to-use-x11-forwarding-with-putty
yes, that is what I talk about. You don't need desktop/GUI installed on RPI. Just use X11 connection to RPI. in your case: https://superuser.com/questions/119792/how-to-use-x11-forwarding-with-putty Sure.... but without Graphic GUI engine on RPI I'm in doubt into how Pi Tool will be displayed
Discussed in https://github.com/CoolerMasterTechnology/Pi-Tool/discussions/20