Changes between Version 69 and Version 70 of FAQ
- Timestamp:
- 11/28/15 09:50:51 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v69 v70 30 30 '''However''', just because it is possible to connect does not mean that you should be using an outdated version. Outdated versions contain known bugs and vulnerabilities. 31 31 * What is the license? 32 [ http://xpra.org/trac/browser/xpra/trunk/src/COPYING GPLv2+]32 [/browser/xpra/trunk/src/COPYING GPLv2+] 33 33 * I get a GPG signature warning when I try to install 34 34 You probably forgot to import the GPG key before installing the package. … … 202 202 This can either be a bug in xpra or some application configuration issue. For example see #435: {{{gnome-terminal}}} may need {{{--disable-factory}}}. Bugs can be fixed, misbehaving applications.. not so much. 203 203 * My application menus are missing on Ubuntu 204 This [ https://www.xpra.org/trac/ticket/228 breakage] was caused by Ubuntu's global menus hack, start your applications with {{{UBUNTU_MENUPROXY}}} set to an empty string to disable this mess (ie: {{{UBUNTU_MENUPROXY="" yourapplication}}} )204 This [/ticket/228 breakage] was caused by Ubuntu's global menus hack, start your applications with {{{UBUNTU_MENUPROXY}}} set to an empty string to disable this mess (ie: {{{UBUNTU_MENUPROXY="" yourapplication}}} ) 205 205 * Does this work with KDE? 206 206 Yes. There were problems with some versions of KDE/oxygen (older versions simply crashed, some newer versions [https://bugs.kde.org/show_bug.cgi?id=274485 prevented clicks from propagating to xpra]