benjamimgois / goverlay

GOverlay is an opensource project that aims to create a Graphical UI to help manage Linux overlays.
GNU General Public License v3.0
597 stars 42 forks source link

Cant get Goverlay to work #53

Open EkiciLP opened 1 year ago

EkiciLP commented 1 year ago

Hello folks!

I just installed Linux (Pop_OS) the first time and i wanted to get a Geforce experience like Application. Goverlay seemed perfect as it combines Mangohud and Goverlay. The Problem is it doesn't work on my Machine. The version from the pop Shop opens successfully but it tells me Mangohud (which i've compiled manually from source because the package didn't work) is not installed even though it definitely is (works through command line). Furthermore i can't enable GLOBAL ENABLE. The Setting gets reset after i reboot my PC.

I've also tried using the Github release but that one won't start with a similar issue to the one mentioned in #21 image

Compiling from source also doesn't work with this (these) Issues: image

Most of the dependencies weren't available through apt so I assume they are already preinstalled.

kibasnowpaw commented 1 year ago

I'm experiencing the same issue on POP_OS. When I attempt to install it via APT, I get an error message saying that libdl.so can't be found. If I try to compile it myself, I encounter numerous errors, as shown in the screenshots below. Screenshot from 2023-05-02 23-40-32 Even when I use Lazarus-ide and open the GOverlay project by clicking File > Open Project... or pressing Ctrl + O and navigate to the goverlay directory and open the goverlay.lpi file, I still encounter many errors when I attempt to build the project by clicking Run > Build or pressing Ctrl + F9. Screenshot from 2023-05-02 23-44-02

benjamimgois commented 1 year ago

I'm experiencing the same issue on POP_OS. When I attempt to install it via APT, I get an error message saying that libdl.so can't be found. If I try to compile it myself, I encounter numerous errors, as shown in the screenshots below.

You are missing the OpenGL LCL component that's used to render de GL Cube. To install it, just go to

Package > Install Package
Search for the lazopenglcontext and click Install Selection Then click in Save and rebuild IDE

image

You should be able to finish the compilation now