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

--- Comment #61 from TOM Harrison <l12436...@gmail.com> ---
(In reply to smldis from comment #60)
> @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?

I have deleted that and tried, it actually solve but create another issue. That
will causing the other no border that belong to plasma, ex. network manager
widget, will also show only on one activities which is in-convenience.

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

Reply via email to