I have everything working correctly now, but it took wrapping the firefox and prism executable with a one liner to set the environment variable
[~]$ cat /usr/bin/firefox
#!/bin/sh
GDK_NATIVE_WINDOWS=1 exec firefox-bin $@
That was enough to get it working again. Hopefully this saves someone some time.
No comments:
Post a Comment