CoolerMasterTechnology / Pi-Tool

Overclocking and button-remapping utility for the Raspberry Pi 4, designed for Pi Case 40
GNU General Public License v3.0
196 stars 18 forks source link

Issues running/installing under Raspbian Bullseye #21

Open kodlz opened 2 years ago

kodlz commented 2 years ago

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 commented 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

kodlz commented 2 years ago

Hi Team, Any update about issue?

stephanepapin commented 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

Same issue :( I've bougth Case for my RPI-4-8gb with SSD boot

wck86 commented 2 years ago

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

wck86 commented 2 years ago

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 commented 2 years ago

image

kodlz commented 2 years ago

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

stephanepapin commented 2 years ago

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.

kodlz commented 2 years ago

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

stephanepapin commented 2 years ago

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

kodlz commented 2 years ago

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

stephanepapin commented 2 years ago

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