gp-saml-gui icon indicating copy to clipboard operation
gp-saml-gui copied to clipboard

Handle cases where openconnect folder is not within $PATH

Open dktrkranz opened this issue 4 months ago • 0 comments

Forwarded from https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1084522

gp-saml-gui assumes openconnect is in $PATH. If that is not the case, it's not possible to execute the command. Would it be possible and advisable to append at least /sbin folder to $PATH using os.environ, so to handle this scenario? os.environ["PATH"] += os.pathsep + "/sbin"

dktrkranz avatar Oct 09 '24 07:10 dktrkranz