ProtonMail / proton-bridge

Proton Mail Bridge application
GNU General Public License v3.0
1.11k stars 145 forks source link

libopengl0 should be a dependency on .deb Bullseye #464

Open joh4nd opened 4 months ago

joh4nd commented 4 months ago

Proton Mail Bridge on Debian Bullseye stable lacks dependency libopengl0.

Expected Behavior

Proton Mail Bridge GUI should succesfully run.

Current Behavior

/usr/lib/protonmail/bridge/bridge-gui: error while loading shared libraries: libOpenGL.so.0: cannot open shared object file: No such file or directory
FATA[Mar  8 08:27:47.583] Failed to launch                              error="exit status 127" exe_path=/usr/lib/protonmail/bridge/bridge-gui exe_to_launch=bridge-gui launcher_path=/usr/lib/protonmail/bridge/proton-bridge launcher_version=3.9.1

Possible Solution

$ sudo apt install libopengl0 solved it. It seems libopengl0 is not properly set as a dependency.

Steps to Reproduce

https://proton.me/support/installing-bridge-linux-deb-file

Version Information

protonmail-bridge_3.9.1-1_amd64.deb

Context (Environment)

Integrate with Evolution.

Detailed Description

Add libopengl0 as a dependency to the .deb package.