Quote Originally Posted by Raaben View Post
Another Linux user here, game works fine expect for this launcher issue that was introduced. Please consider a fix for this; 99% of the game can be fixed when new things pop up, but apparently the launcher is now ignoring the browser type flag that lets us log in.



No, they are not responsible for running this on an unsupported system. Let's not get started with baseless threats; that's a sure way to get ignored instead.
I am guessing Square thinks the Linux community is full of idoits

Got this from https://frontier.ffxiv.com/version_4_0_win/index.html , still poking around the code base....But this is very interesting...


// ユーザーエージェント
userAgent: {
name: "",// JSP,header.htmlにて代入
Type: {
WIN: "windows",
PS4: "playstation 4",
PS3: "playstation 3",
MAC: "mac"
},

is: function(type) {
return Browser.userAgent.name === type;
}
},
Hmmm, this is interesting....Wonder how much weight this is going to have if I fake my headers to look like a Windows box. If the Login displays.