icb410
icb410
I was playing around with this and modified connection.py to read the fields I needed. Copying here in case it's useful. `import xml.etree.ElementTree as ET from tableaudocumentapi.dbclass import is_valid_dbclass class...
Add a test to make sure arg is executable (get the real path with readlink in case it's a symlink). Also the test if it's a wine program needs to...
More info would be needed to troubleshoot.... What's the output of optirun glxgears?
Also see issue #236 (https://github.com/MrMEEE/ironhide/issues/236 ). I wrote a slightly different solution to fix the same problem. It uses readlink to get the absolute path of symlinks. It also fixes...