[kwin] [Bug 422682] "Show in Activities" item is missing in window menu

2023-11-01 Thread SP
https://bugs.kde.org/show_bug.cgi?id=422682

--- Comment #42 from SP  ---
(In reply to gudvinr+kde from comment #41)
> (In reply to SP from comment #40)
> 
> > KDE Plasma Version: 5.27.8
> 
> 5.27.8 released in September, fix for that issue didn't exist back then.

Agreed.  My question was when will it be available in stable updates.  Do we
have to way for 5.27.9?

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

[kwin] [Bug 422682] "Show in Activities" item is missing in window menu

2023-11-01 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=422682

--- Comment #41 from gudvinr+...@gmail.com ---
(In reply to SP from comment #40)

> KDE Plasma Version: 5.27.8

5.27.8 released in September, fix for that issue didn't exist back then.

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

[kwin] [Bug 422682] "Show in Activities" item is missing in window menu

2023-11-01 Thread SP
https://bugs.kde.org/show_bug.cgi?id=422682

SP  changed:

   What|Removed |Added

 CC||scp.stj...@gmail.com

--- Comment #40 from SP  ---
(In reply to David Edmundson from comment #39)
> Git commit 7353a1046c1a233cb91617fe3e25a3450a6824c4 by David Edmundson.
> Committed on 22/10/2023 at 00:20.
> Pushed by davidedmundson into branch 'Plasma/5.27'.
> 
> Avoid race condition on startup
> 
> The activities list needs to be loaded at the time the first DBus call
> is processed. Otherwise kamd will return an empty list.
> 
> updateSortedActivityList was queued as it needs to run after some other
> code in the main KAMD constructor, but this was racey as we could get
> DBus traffic in the meantime.
> 
> This was relatively easy to hit as this is not in the main thread where
> the connection is registered and there is a blocking DBus call in the
> Activies constructor.
> 
> 
> (cherry picked from commit 3cbd1b7b0fda5aa57411956c0cec0074163a4a8e)
> 
> M  +1-2src/service/Activities.cpp
> 
> https://invent.kde.org/plasma/kactivitymanagerd/-/commit/
> 7353a1046c1a233cb91617fe3e25a3450a6824c4

When will this be moved to stable updates?  I still have this problem of
Activities being absent from the Titlebar of open windows and duplicate windows
on every Activity. The problem is only on Wayland - not on X11 which I have not
use for a long while.
Operating System: Fedora Linux 38
KDE Plasma Version: 5.27.8
KDE Frameworks Version: 5.110.0
Qt Version: 5.15.10
Kernel Version: 6.5.8-200.fc38.x86_64 (64-bit)
Graphics Platform: Wayland

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

[kwin] [Bug 422682] "Show in Activities" item is missing in window menu

2023-10-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=422682

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||5.27.9

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

[kwin] [Bug 422682] "Show in Activities" item is missing in window menu

2023-10-21 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=422682

David Edmundson  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/kactivitymanagerd/-/comm |ma/kactivitymanagerd/-/comm
   |it/3cbd1b7b0fda5aa57411956c |it/7353a1046c1a233cb91617fe
   |0cec0074163a4a8e|3e25a3450a6824c4

--- Comment #39 from David Edmundson  ---
Git commit 7353a1046c1a233cb91617fe3e25a3450a6824c4 by David Edmundson.
Committed on 22/10/2023 at 00:20.
Pushed by davidedmundson into branch 'Plasma/5.27'.

Avoid race condition on startup

The activities list needs to be loaded at the time the first DBus call
is processed. Otherwise kamd will return an empty list.

updateSortedActivityList was queued as it needs to run after some other
code in the main KAMD constructor, but this was racey as we could get
DBus traffic in the meantime.

This was relatively easy to hit as this is not in the main thread where
the connection is registered and there is a blocking DBus call in the
Activies constructor.


(cherry picked from commit 3cbd1b7b0fda5aa57411956c0cec0074163a4a8e)

M  +1-2src/service/Activities.cpp

https://invent.kde.org/plasma/kactivitymanagerd/-/commit/7353a1046c1a233cb91617fe3e25a3450a6824c4

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

[kwin] [Bug 422682] "Show in Activities" item is missing in window menu

2023-10-21 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=422682

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/plas
   ||ma/kactivitymanagerd/-/comm
   ||it/3cbd1b7b0fda5aa57411956c
   ||0cec0074163a4a8e
 Status|ASSIGNED|RESOLVED

--- Comment #38 from David Edmundson  ---
Git commit 3cbd1b7b0fda5aa57411956c0cec0074163a4a8e by David Edmundson.
Committed on 22/10/2023 at 00:17.
Pushed by davidedmundson into branch 'master'.

Avoid race condition on startup

The activities list needs to be loaded at the time the first DBus call
is processed. Otherwise kamd will return an empty list.

updateSortedActivityList was queued as it needs to run after some other
code in the main KAMD constructor, but this was racey as we could get
DBus traffic in the meantime.

This was relatively easy to hit as this is not in the main thread where
the connection is registered and there is a blocking DBus call in the
Activies constructor.

M  +1-2src/service/Activities.cpp

https://invent.kde.org/plasma/kactivitymanagerd/-/commit/3cbd1b7b0fda5aa57411956c0cec0074163a4a8e

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

[kwin] [Bug 422682] "Show in Activities" item is missing in window menu

2023-10-17 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=422682

fanzhuyi...@gmail.com changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=456536

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

[kwin] [Bug 422682] "Show in Activities" item is missing in window menu

2023-10-17 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=422682

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #37 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/plasma/kactivitymanagerd/-/merge_requests/60

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

[kwin] [Bug 422682] "Show in Activities" item is missing in window menu

2023-10-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=422682

--- Comment #36 from fanzhuyi...@gmail.com ---
(In reply to David Edmundson from comment #35)
> *** Bug 464130 has been marked as a duplicate of this bug. ***

Bug 464129 was marked as a duplicate of Bug 464130. Should it now be marked as
a duplicate of this bug?

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

[kwin] [Bug 422682] "Show in Activities" item is missing in window menu

2023-10-16 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=422682

David Edmundson  changed:

   What|Removed |Added

 CC||mmarrerole...@gmail.com

--- Comment #35 from David Edmundson  ---
*** Bug 464130 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 422682] "Show in Activities" item is missing in window menu

2023-10-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=422682

leodream2...@gmail.com changed:

   What|Removed |Added

 CC||leodream2...@gmail.com

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

[kwin] [Bug 422682] "Show in Activities" item is missing in window menu

2023-10-10 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=422682

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk

--- Comment #34 from David Edmundson  ---
Easier steps to reproduce:
 - killall kactivitymanagerd
 - the menu stays gone even when kactivitymanagerd comes back

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

[kwin] [Bug 422682] "Show in Activities" item is missing in window menu

2023-10-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=422682

fanzhuyi...@gmail.com changed:

   What|Removed |Added

 CC||fanzhuyi...@gmail.com

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

[kwin] [Bug 422682] "Show in Activities" item is missing in window menu

2023-09-20 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=422682

gudvinr+...@gmail.com changed:

   What|Removed |Added

 Attachment #159201|0   |1
is obsolete||

--- Comment #33 from gudvinr+...@gmail.com ---
Created attachment 161756
  --> https://bugs.kde.org/attachment.cgi?id=161756=edit
Alt+F3

Operating System: Arch Linux 
KDE Plasma Version: 5.27.8
KDE Frameworks Version: 5.110.0
Qt Version: 5.15.10
Kernel Version: 6.1.54-1-lts (64-bit)
Graphics Platform: X11

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

[kwin] [Bug 422682] "Show in Activities" item is missing in window menu

2023-08-26 Thread joelsonejr
https://bugs.kde.org/show_bug.cgi?id=422682

--- Comment #32 from joelsonejr  ---
I also noticed that when I'm able to make Activities work again, all per
activity settings are lost, and they are reset to default. 
For example the icons size, background image, activity specific panel icons,
activity specific desktop icons are all gone.

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

[kwin] [Bug 422682] "Show in Activities" item is missing in window menu

2023-08-16 Thread joelsonejr
https://bugs.kde.org/show_bug.cgi?id=422682

--- Comment #31 from joelsonejr  ---
*** Bug 473216 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 422682] "Show in Activities" item is missing in window menu

2023-08-16 Thread joelsonejr
https://bugs.kde.org/show_bug.cgi?id=422682

joelsonejr  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 CC||joelson@gmail.com
 Ever confirmed|0   |1

--- Comment #30 from joelsonejr  ---
I've had the exact same problem as the OP, in a recent KDE release. 
Below there is a the output of journalctl, when the error happens. The details
are below. 

It looks like we had more than enough reports for this issue to be marked as
Confirmed. 

SUMMARY
As soon as  I boot the computer, the Activities are not working on a isolate
manner. When I switch activity, the desktop wallpaper changes, but the windows
follow along. For example, if I have a window opened in activity A, and I
switch to activity B, the window is still presented in the other activity. 
Also, in the context menu for the window title bar (right click on title bar)
the option "Show in Activities" is missing. 

As a workaround I've to log out/ log in or restart kwin. 
When that error happens, I can get the following log from joernalctl -f (the
error is on the last line):

❯ journalctl -f
ago 09 10:02:15 deckro xdg-desktop-portal-kde[1284]: xdp-kde-settings: Key 
"font"  doesn't exist
ago 09 10:02:15 deckro xdg-desktop-portal-kde[1284]: xdp-kde-settings: Key 
"activeFont"  doesn't exist
ago 09 10:02:15 deckro xdg-desktop-portal-kde[1284]: xdp-kde-settings: Key 
"toolBarFont"  doesn't exist
ago 09 10:02:15 deckro xdg-desktop-portal-kde[1284]: xdp-kde-settings: Key 
"smallestReadableFont"  doesn't exist
ago 09 10:02:31 deckro plasmashell[1242]: Could not find the Plasmoid for
Plasma::FrameSvgItem(0x563046d9b400) QQmlContext(0x5630471100e0)
QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml")
ago 09 10:02:31 deckro plasmashell[1242]: Could not find the Plasmoid for
Plasma::FrameSvgItem(0x563046d9b400) QQmlContext(0x5630471100e0)
QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml")
ago 09 10:02:31 deckro flatpak[1567]: flameshot: info: Capture saved to
clipboard.
ago 09 10:02:31 deckro systemd[1108]:
app-flatpak-org.flameshot.Flameshot-2778.scope: Consumed 1.283s CPU time.
ago 09 10:02:36 deckro kwin_x11[1202]: kwin_core: XCB error: 152 (BadDamage),
sequence: 40781, resource id: 16784681, major code: 143 (DAMAGE), minor code: 3
(Subtract)


It doesn't happen all the time, so I'm still unable to determine what is the
probable  cause of it. 


STEPS TO REPRODUCE
1.  Cold boot the system, and login normally. 
2. Have at least two activities set up. 
3. Open any window
4. Switch activity (using activity switcher, keyboard shortcut, or any other
way)


OBSERVED RESULT
The wallpaper changes (if they are setup per activity) , the activity switcher
(if enabled) indicates that the activity changed, but the windows get carried
along. As if  the window was set up to show in all activities. 
Also, the window title bar "Show in activities" context menu is not displayed. 

EXPECTED RESULT
The window is only displayed in it's original activity, and the windows title
bar context menu "Show in activities" item is available. 

SOFTWARE/OS VERSIONS
OS: Manjaro Linux x86_64
Kernel: 6.1.41-1-MANJARO
Shell: zsh 5.9
Resolution: 2560x1440, 1920x1080
DE: Plasma 5.27.6
WM: KWin
WM Theme: Oxygen
Theme: [Plasma], Adwaita-dark [GTK2/3]
CPU: Intel i7 4790H
GPU: AMD ATI Radeon 6600
Memory: 32043MiB

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

[kwin] [Bug 422682] "Show in Activities" item is missing in window menu

2023-08-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=422682

gudvinr+...@gmail.com changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |---
 Status|NEEDSINFO   |REPORTED
 Ever confirmed|1   |0

--- Comment #29 from gudvinr+...@gmail.com ---
I haven't seen any relevant changes in 5.27.7
(https://kde.org/announcements/changelogs/plasma/5/5.27.6-5.27.7/) and I had
this issue as of 5.27.6.

I can't provide any more information other than I already did because there is
none. You just can't work with activities and essentially windows exist on all
activities and you can't switch between them.
But activity pager does show 4 activities. You can switch between activities,
task manager widget has correct launchers for all activities. When you start
new app, it also starts on all 4 activities (although I have a feeling that
apps start without ties to any activity and it just looks like they show up on
all as a consequence).

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

[kwin] [Bug 422682] "Show in Activities" item is missing in window menu

2023-08-14 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=422682

--- Comment #28 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[kwin] [Bug 422682] "Show in Activities" item is missing in window menu

2023-07-31 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=422682

--- Comment #27 from gudvinr+...@gmail.com ---
I can't attach screenshot until I get a bug again but it's exactly the same as
first one (attachment 159201). Really, no difference at all.

I did verify that it is, in fact, missing. But it's quite challenging to make a
screenshot of popup windows because hotkeys don't quite work while it's open.

When this happens, activity handling basically does not exist at all. You see
all windows in all activities (as shown in activity preview window) and you
can't move windows between activities (because activity switch menu is also
missing).

I don't see any weird logs (like activity manager crashing or something like
that) so it's quite hard to debug that further considering that this isn't
reproducible.

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

[kwin] [Bug 422682] "Show in Activities" item is missing in window menu

2023-07-28 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=422682

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REOPENED|NEEDSINFO

--- Comment #26 from Nate Graham  ---
Please attach a screenshot that shows it being missing. Thanks!

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

[kwin] [Bug 422682] "Show in Activities" item is missing in window menu

2023-07-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=422682

gudvinr+...@gmail.com changed:

   What|Removed |Added

 Resolution|FIXED   |---
 Status|RESOLVED|REOPENED

--- Comment #25 from gudvinr+...@gmail.com ---
Operating System: Arch Linux 
KDE Plasma Version: 5.27.6
KDE Frameworks Version: 5.108.0
Qt Version: 5.15.10
Kernel Version: 6.1.39-1-lts (64-bit)
Graphics Platform: X11
Graphics Processor: AMD Radeon RX Vega M GL Graphics

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

[kwin] [Bug 422682] "Show in Activities" item is missing in window menu

2023-07-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=422682

gudvinr+...@gmail.com changed:

   What|Removed |Added

 Attachment #159200|0   |1
is obsolete||

--- Comment #24 from gudvinr+...@gmail.com ---
Created attachment 160581
  --> https://bugs.kde.org/attachment.cgi?id=160581=edit
firefox widow spread across activities

It is not fixed

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

[kwin] [Bug 422682] "Show in Activities" item is missing in window menu

2023-05-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=422682

--- Comment #23 from gudvinr+...@gmail.com ---
Here it is, I got this recently

SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: 5.27.5
KDE Frameworks Version: 5.106.0
Qt Version: 5.15.9
Kernel Version: 6.1.29-1-lts (64-bit)
Graphics Platform: X11
Graphics Processor: AMD Radeon RX Vega M GL Graphics

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

[kwin] [Bug 422682] "Show in Activities" item is missing in window menu

2023-05-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=422682

--- Comment #22 from gudvinr+...@gmail.com ---
Created attachment 159201
  --> https://bugs.kde.org/attachment.cgi?id=159201=edit
no activity selector

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

[kwin] [Bug 422682] "Show in Activities" item is missing in window menu

2023-05-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=422682

--- Comment #21 from gudvinr+...@gmail.com ---
Created attachment 159200
  --> https://bugs.kde.org/attachment.cgi?id=159200=edit
single firefox window across all activities

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

[kwin] [Bug 422682] "Show in Activities" item is missing in window menu

2023-05-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=422682

--- Comment #20 from Nate Graham  ---
Please mention your Plasma version and attach a screenshot showing the issue.

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

[kwin] [Bug 422682] "Show in Activities" item is missing in window menu

2023-05-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=422682

--- Comment #19 from gudvinr+...@gmail.com ---
It is marked as fixed but it doesn't seem to be fixed and there's no linked
commits there.

In fact, I am now experiencing this behaviour much more often than I had back
when I reported this issue.

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

[kwin] [Bug 422682] "Show in Activities" item is missing in window menu

2023-04-09 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=422682

Nate Graham  changed:

   What|Removed |Added

   Target Milestone|1.0 |---
  Component|Activity Switcher   |activities
Product|plasmashell |kwin

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