https://bugs.kde.org/show_bug.cgi?id=274931

--- Comment #60 from sml...@gmail.com ---
@ArashB, did you tried the previously posted solution? (delete the !noborder
check here):

Problem appears to be line 204 of kwin/manage.cpp

        if (!isMapped && !noborder && isNormalWindow() && !activitiesDefined) {
            //a new, regular window, when we're not recovering from a crash,
            //and it hasn't got an activity. let's try giving it the current
one.
            //TODO: decide whether to keep this before the 4.6 release
            //TODO: if we are keeping it (at least as an option), replace
noborder checking
            //with a public API for setting windows to be on all activities.
            //something like KWindowSystem::setOnAllActivities or
            //KActivityConsumer::setOnAllActivities
            setOnActivity(Activities::self()->current(), true);
        }

If that works an easy fix would be exposing an environment variable to chose
the default behaviour, right?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to