Pi-Tool icon indicating copy to clipboard operation
Pi-Tool copied to clipboard

Issues running/installing under Raspbian Bullseye

Open kodlz opened this issue 3 years ago • 12 comments

Discussed in https://github.com/CoolerMasterTechnology/Pi-Tool/discussions/20

Originally posted by GaelNguyen November 13, 2021 I just loaded the latest version of Raspbian and the Pi Tool seems to install without a problem however when I try to open the app it won't run. Has anyone else found issues with the latest versions of Raspbian?

kodlz avatar Nov 29 '21 21:11 kodlz

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

kodlz avatar Nov 29 '21 21:11 kodlz

Hi Team, Any update about issue?

kodlz avatar Jan 07 '22 14:01 kodlz

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

stephanepapin avatar Jan 19 '22 19:01 stephanepapin

I'm having the same issue and am looking for a fix. Will advise if I find it.

wck86 avatar Jan 22 '22 19:01 wck86

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

wck86 avatar Jan 22 '22 20:01 wck86

image

wck86 avatar Jan 22 '22 20:01 wck86

Hi @wck86 Thank you for your solution, it's working now ;)

kodlz avatar Jan 23 '22 09:01 kodlz

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 avatar Jan 23 '22 09:01 stephanepapin

@stephanepapin you don't need desktop for managing pi-tool. Only what is required is use terminal with x11. I'm using MobaXterm.

kodlz avatar Jan 23 '22 10:01 kodlz

I don't have GUI installed on my RPI. I'm using SSH wih Putty

stephanepapin avatar Jan 23 '22 10:01 stephanepapin

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

kodlz avatar Jan 23 '22 10:01 kodlz

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

stephanepapin avatar Jan 23 '22 12:01 stephanepapin