• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Galeon 1.0.3 trooubleshooting tip

Hi folks I would just like to share a little troubleshooting info on Galeons newest stable release 1.0.3. Anyways if you are having problems
launching Galeon and if you tried launching Galeon via a terminal but failed and received a error message stating the it can not share a file
or it's missing a file called libssl.so.2 and libcrypto.so.2 well I have a solution to your problems. All you have to do is to locate a file named libssl.so.0
and libcrypto.so.0 which is usually located in /usr/lib/. Then all you have to do is to make a symbolic link like so for each file:ln -s libssl.so.0 libssl.so.2
and ln -s libcrypto.so.0 libcrypto.so.2 and all we be right with the world again. 🙂
 
Back
Top