[Differential] [Commented On] D1963: Guaring the X11 calls not to appear in a wayland session
bshah (Bhushan Shah)
noreply at phabricator.kde.org
Mon Jun 20 16:05:26 UTC 2016
bshah added inline comments.
INLINE COMMENTS
> switcherbackend.cpp:197
> {
> - if (isReverseTab(m_actionShortcut[ACTION_NAME_PREVIOUS_ACTIVITY])) {
> - switchToActivity(Previous);
> + if (QX11Info::isPlatformX11()) {
> + // If we are on X11, we have all needed features for meta+tab
cache this value, as it is string comparison and impossible to change at runtime.
REPOSITORY
rPLASMADESKTOP Plasma Desktop
REVISION DETAIL
https://phabricator.kde.org/D1963
EMAIL PREFERENCES
https://phabricator.kde.org/settings/panel/emailpreferences/
To: ivan, sebas, graesslin, bshah
Cc: gladhorn, plasma-devel, jensreuterberg, sebas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20160620/c8292ea7/attachment.html>
More information about the Plasma-devel
mailing list