Search Criteria
Package Details: goverlay 0.9.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/goverlay.git (read-only, click to copy) |
---|---|
Package Base: | goverlay |
Description: | A GUI to help manage Vulkan/OpenGL overlays |
Upstream URL: | https://github.com/benjamimgois/goverlay |
Keywords: | goverlay mangohud replay-sorcery vkbasalt |
Licenses: | GPL3 |
Conflicts: | goverlay |
Submitter: | HurricanePootis |
Maintainer: | HurricanePootis |
Last Packager: | HurricanePootis |
Votes: | 18 |
Popularity: | 2.25 |
First Submitted: | 2021-08-19 00:27 (UTC) |
Last Updated: | 2022-12-22 08:10 (UTC) |
Dependencies (14)
- mangohud (mangohud-nonvidia, mangohud-git)
- qt5-base (qt5-base-git, qt5-base-headless)
- qt5pas
- git (git-vfs, git-git, git-run-command-patch-git) (make)
- lazarus (lazarus-svn, lazarus-svn-gtk2, lazarus-svn-qt5) (make)
- appstream (check)
- desktop-file-utils (desktop-file-utils-git) (check)
- breeze (breeze-patched, breeze-git, breeze-lim) (optional) – Prefered choice for theme
- git (git-vfs, git-git, git-run-command-patch-git) (optional) – Clone reshade repository
- mesa-utils (optional) – OpenGL preview
- oxygen (oxygen-git) (optional) – Backup choice for theme
- replay-sorcery (replay-sorcery-git) (optional) – Instant replay solution
- vkbasalt (vkbasalt-git) (optional) – Configure vkBasalt
- vulkan-tools (optional) – Vulkan preview
Latest Comments
HurricanePootis commented on 2022-12-31 02:45 (UTC)
@benjamimgois, is there a github issue I can read more about before I implement this change?
benjamimgois commented on 2022-12-20 00:16 (UTC)
Hi @HurricanePootis, i'm implementing a fix for the UI scalling problem on Goverlay, but it might actually need some small tweaking before the compilation phase in the AUR package. We just need to comment a line in a text file.
/usr/lib/lazarus/lcl/interfaces/qt5/qtobject.inc
We should add a "//" before line 38.
QCoreApplication_setAttribute(QtAA_DisableHighDpiScaling, True);
It will disable QT scaling and let only LCL (Lazarus) do the scaling. Do you think it's possible to automate this ?
HurricanePootis commented on 2022-03-28 16:01 (UTC)
@Alkaris read release log v0.7.1 here
Alkaris commented on 2022-01-19 07:51 (UTC)
Why must this package depend on Breeze? It should be marked optional.
HurricanePootis commented on 2021-12-03 02:13 (UTC)
Fixed
yochananmarqos commented on 2021-12-01 16:18 (UTC)
The binary ends up in
/usr/libexec/
where it should not be. Uselibexecdir=/lib
to correct it:HurricanePootis commented on 2021-08-21 17:59 (UTC)
Thanks for commenting it
yochananmarqos commented on 2021-08-20 22:03 (UTC)
As I noted when I flagged the package out of date,
mangohud
is now a direct dependency. See https://github.com/benjamimgois/goverlay#running