Package: x2goclient Severity: normal Version: 4.0.5.2 Hi Mihai, In sharewidget.cpp, there is an awkward ifdef structure that causes an FTBFS on non-Linux but Unix-like platforms (e.g. Debian GNU/Hurd or Debian GNU/kFreeBSD): ``` #ifdef Q_OS_WIN QString fromCode=tr ( "WINDOWS-1252" ); #endif #ifdef Q_OS_DARWIN QString fromCode="UTF-8"; #endif #ifdef Q_OS_LINUX QString fromCode=tr ( "ISO8859-1" ); #endif ``` Please fix this upstream and I'll cherry-pick your commit and fix the Debian package of x2goclient. See here for build logs: https://buildd.debian.org/status/package.php?p=x2goclient Greets, Mike -- DAS-NETZWERKTEAM mike gabriel, herweg 7, 24357 fleckeby mobile: +49 (1520) 1976 148 landline: +49 (4354) 8390 139 GnuPG Fingerprint: 9BFB AEE8 6C0A A5FF BF22 0782 9AF4 6B30 2577 1B31 mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de