Skip to content

Commit

Permalink
fix(davinci.sh): Fix LD_PRELOAD libgmodule-2.0.so.0
Browse files Browse the repository at this point in the history
So the `>` fixed in the previous commit had actually replaced the `.0`
that was supposed to be at the end, apparently...?
  • Loading branch information
zelikos committed Jul 9, 2024
1 parent caed0b6 commit d71fed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system_files/etc/profile.d/davinci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Info for this line comes from here: https://www.reddit.com/r/voidlinux/comments/12g71x0/comment/l2cwo27/
# Slightly modified, as the original wasn't pointed to the correct lib file names
export LD_PRELOAD=/usr/lib64/libglib-2.0.so.0:/usr/lib64/libgdk_pixbuf-2.0.so.0:/usr/lib64/libgio-2.0.so.0:/usr/lib64/libgmodule-2.0.so
export LD_PRELOAD=/usr/lib64/libglib-2.0.so.0:/usr/lib64/libgdk_pixbuf-2.0.so.0:/usr/lib64/libgio-2.0.so.0:/usr/lib64/libgmodule-2.0.so.0
export QT_QPA_PLATFORM=xcb

gpu_type=""
Expand Down

0 comments on commit d71fed7

Please sign in to comment.