Skip to content
Snippets Groups Projects
Verified Commit 340c59f5 authored by Xenhat Hex's avatar Xenhat Hex
Browse files

Work around what seems to be a KDE/Plasma bug. Default GPU works now.

parent c75e917c
No related branches found
No related tags found
1 merge request!5Work around what seems to be a KDE/Plasma bug. Default GPU works now.
......@@ -45,7 +45,7 @@ PrefersNonDefaultGPU=true
Actions=NvidiaGPU;AmdGPU;DefaultGPU;AssociateMIME;
[Desktop Action DefaultGPU]
Exec=${installation_prefix}/${VIEWERNAME,,}
Exec=env __GLX_VENDOR_LIBRARY_NAME="" ${installation_prefix}/${VIEWERNAME,,}
Name=Launch on default GPU
Comment=Launch the viewer using the system's integrated GPU, instead of the dedicated one. (if available)
PrefersNonDefaultGPU=false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment