From 8391be5ae70434eaff9359f844eb36807e2f581e Mon Sep 17 00:00:00 2001 From: Ethan Arns Date: Fri, 18 Sep 2020 21:45:33 -0700 Subject: [PATCH] Added Pop_OS support --- Assets/EmuHawkMono.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/EmuHawkMono.sh b/Assets/EmuHawkMono.sh index 9da2eb3a77..78d4121c2e 100755 --- a/Assets/EmuHawkMono.sh +++ b/Assets/EmuHawkMono.sh @@ -9,7 +9,7 @@ winepath="" if [ "$(command -v lsb_release)" ]; then case "$(lsb_release -i | cut -c17- | tr -d "\n")" in "Arch"|"ManjaroLinux") libpath="/usr/lib";; - "Debian"|"LinuxMint"|"Ubuntu") libpath="/usr/lib/x86_64-linux-gnu"; export MONO_WINFORMS_XIM_STYLE=disabled;; # see https://bugzilla.xamarin.com/show_bug.cgi?id=28047#c9 + "Debian"|"LinuxMint"|"Ubuntu"|"Pop") libpath="/usr/lib/x86_64-linux-gnu"; export MONO_WINFORMS_XIM_STYLE=disabled;; # see https://bugzilla.xamarin.com/show_bug.cgi?id=28047#c9 esac else printf "Distro does not provide LSB release info API! (You've met with a terrible fate, haven't you?)\n"