[kdeplasma-addons] [Bug 427530] Shutdown and restart buttons are missing from fullscreen application dashboard.

2022-05-17 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=427530

Fushan Wen  changed:

   What|Removed |Added

   Version Fixed In||5.24.6
 CC||qydwhotm...@gmail.com

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

[kdeplasma-addons] [Bug 427530] Shutdown and restart buttons are missing from fullscreen application dashboard.

2022-05-17 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=427530

Fushan Wen  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/plasma-workspace/commit/ |ma/plasma-workspace/commit/
   |2cc819f39bcce9ca83ab3767c42 |766d220d96075f3aa6cc5c864ed
   |beb1e500e55b1   |7e5a5a188c186

--- Comment #15 from Fushan Wen  ---
Git commit 766d220d96075f3aa6cc5c864ed7e5a5a188c186 by Fushan Wen, on behalf of
Amy Rose.
Committed on 17/05/2022 at 07:39.
Pushed by fusionfuture into branch 'Plasma/5.24'.

applets/kicker: refresh RootModel on session backend state change

Hunting this one down since mid-March...

In "native" Plasma containments like the panel, desktop, and plasmawindowed,
the `LogindSessionBackend` in `libkworkspace` enters the "Ready" state nearly
instantly, before any signals can even be attached. In other containments like
Latte Dock and plasmoidviewer, however, the initialization takes some time to
complete (unsure why). RootModel was not watching or waiting to check what the
session backend's state was, resulting in validity checks being done too soon
and never checked again.


(cherry picked from commit 2cc819f39bcce9ca83ab3767c42beb1e500e55b1)

M  +1-0applets/kicker/plugin/rootmodel.cpp
M  +1-0applets/kicker/plugin/systementry.cpp
M  +1-0applets/kicker/plugin/systementry.h
M  +2-0applets/kicker/plugin/systemmodel.cpp
M  +3-0applets/kicker/plugin/systemmodel.h

https://invent.kde.org/plasma/plasma-workspace/commit/766d220d96075f3aa6cc5c864ed7e5a5a188c186

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

[kdeplasma-addons] [Bug 427530] Shutdown and restart buttons are missing from fullscreen application dashboard.

2022-05-17 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=427530

Fushan Wen  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-workspace/commit/
   ||2cc819f39bcce9ca83ab3767c42
   ||beb1e500e55b1
 Resolution|--- |FIXED

--- Comment #14 from Fushan Wen  ---
Git commit 2cc819f39bcce9ca83ab3767c42beb1e500e55b1 by Fushan Wen, on behalf of
Amy Rose.
Committed on 17/05/2022 at 07:38.
Pushed by fusionfuture into branch 'master'.

applets/kicker: refresh RootModel on session backend state change

Hunting this one down since mid-March...

In "native" Plasma containments like the panel, desktop, and plasmawindowed,
the `LogindSessionBackend` in `libkworkspace` enters the "Ready" state nearly
instantly, before any signals can even be attached. In other containments like
Latte Dock and plasmoidviewer, however, the initialization takes some time to
complete (unsure why). RootModel was not watching or waiting to check what the
session backend's state was, resulting in validity checks being done too soon
and never checked again.

M  +1-0applets/kicker/plugin/rootmodel.cpp
M  +1-0applets/kicker/plugin/systementry.cpp
M  +1-0applets/kicker/plugin/systementry.h
M  +2-0applets/kicker/plugin/systemmodel.cpp
M  +3-0applets/kicker/plugin/systemmodel.h

https://invent.kde.org/plasma/plasma-workspace/commit/2cc819f39bcce9ca83ab3767c42beb1e500e55b1

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

[kdeplasma-addons] [Bug 427530] Shutdown and restart buttons are missing from fullscreen application dashboard.

2022-03-13 Thread Riccardo Robecchi
https://bugs.kde.org/show_bug.cgi?id=427530

Riccardo Robecchi  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1
 CC||sephiroth...@hotmail.it

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

[kdeplasma-addons] [Bug 427530] Shutdown and restart buttons are missing from fullscreen application dashboard.

2022-01-04 Thread Vincent ROGER
https://bugs.kde.org/show_bug.cgi?id=427530

Vincent ROGER  changed:

   What|Removed |Added

 CC||roger.vins...@gmail.com

--- Comment #12 from Vincent ROGER  ---
I am also facing the same issue on KDE neon (with kde 5.23.4). I also use latte
dock and the shutdown and restart button disappear after a restart or a
shutdown.

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

[kdeplasma-addons] [Bug 427530] Shutdown and restart buttons are missing from fullscreen application dashboard.

2021-09-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=427530

heqroman...@gmail.com changed:

   What|Removed |Added

 CC||heqroman...@gmail.com

--- Comment #11 from heqroman...@gmail.com ---
Most likely related: I am developing another fullscreen application launcher
and I've had reports of people who also have their shutdown and restart buttons
gone as well. I've also had the same experience recently, running the following

Operating System: EndeavourOS
KDE Plasma Version: 5.22.5
KDE Frameworks Version: 5.85.0
Qt Version: 5.15.2
Kernel Version: 5.13.13-arch1-1 (64-bit)
Graphics Platform: X11
Processors: 2 × Intel® Celeron® N4000 CPU @ 1.10GHz
Memory: 7,6 GiB of RAM
Graphics Processor: Mesa Intel® UHD Graphics 600

The way we "feed" both our application launchers with said session management
buttons. We both use an ItemGridView whose model is "systemFavorites". This is
a model fed by the extremely troublesome rootModel API nobody knows how it
exactly works and nobody involved seems to be willing to document it.
(https://invent.kde.org/plasma/plasma-workspace/-/blob/master/applets/kicker/plugin/rootmodel.h).
This is most likely the culprit, because it's extremely unlikely *both* this
applet and mine are featuring the exact same bug.

As a workaround, I'm thinking of using the session management applet buttons
that are available for download in the KDE Plasmoids store, but this code makes
direct usage of qdbus calls which is similar to punching the fullscreen leave
screen in the face, as it goes straight through it and won't even show it.

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

[kdeplasma-addons] [Bug 427530] Shutdown and restart buttons are missing from fullscreen application dashboard.

2020-10-15 Thread Jishan Bhattacharya
https://bugs.kde.org/show_bug.cgi?id=427530

--- Comment #10 from Jishan Bhattacharya  ---
(In reply to Aditya Prajapati from comment #9)
> I just updated to v5.20.0-2 and restarted my system a couple of times. I can
> still find the options in my power/session section. I am not sure why this
> is such a random issue.
> 
> > Aditya have you tried with fresh new instance of the latte? Does this issue 
> > persist there?
> 
> I have uninstalled latte dock so I can't comment on that, sorry.
> 
> Also, my hibernate button seems to be missing from the confirm exit screen
> (the one you get when you select logout/restart/shutdown)

Oh hibrenate wasn't also there for me. But if I remeber correctly, I installed
some packages related to power and I got it after that. Sorry I don't remember
what exactly the package name is but you can try searching for power related
packages in arch.

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

[kdeplasma-addons] [Bug 427530] Shutdown and restart buttons are missing from fullscreen application dashboard.

2020-10-15 Thread Aditya Prajapati
https://bugs.kde.org/show_bug.cgi?id=427530

--- Comment #9 from Aditya Prajapati  ---
I just updated to v5.20.0-2 and restarted my system a couple of times. I can
still find the options in my power/session section. I am not sure why this is
such a random issue.

> Aditya have you tried with fresh new instance of the latte? Does this issue 
> persist there?

I have uninstalled latte dock so I can't comment on that, sorry.

Also, my hibernate button seems to be missing from the confirm exit screen (the
one you get when you select logout/restart/shutdown)

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

[kdeplasma-addons] [Bug 427530] Shutdown and restart buttons are missing from fullscreen application dashboard.

2020-10-15 Thread Jishan Bhattacharya
https://bugs.kde.org/show_bug.cgi?id=427530

--- Comment #8 from Jishan Bhattacharya  ---
(In reply to Aditya Prajapati from comment #6)
> (In reply to Jishan Bhattacharya from comment #5)
> > (In reply to Aditya Prajapati from comment #3)
> > 
> > > If you are using a custom dock/panel, can you try switching temporarily to
> > > the default one and see if this issue persists? Maybe this is not a KDE
> > > bug/issue.
> > Yes I tried switching to the default and it it does fix the problem. So it
> > was because of latte dock?
> 
> I am not sure. It does seem like a compatibility issue. I am unaware if it
> is from Latte dock's side or KDE's. I think you should raise a bug report
> there as well. Might help speed things up.

Aditya have you tried with fresh new instance of the latte? Does this issue
persist there?

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

[kdeplasma-addons] [Bug 427530] Shutdown and restart buttons are missing from fullscreen application dashboard.

2020-10-15 Thread Jishan Bhattacharya
https://bugs.kde.org/show_bug.cgi?id=427530

--- Comment #7 from Jishan Bhattacharya  ---
Now the buttons are missing from my power session as well similar to what Issac
reported lol.

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

[kdeplasma-addons] [Bug 427530] Shutdown and restart buttons are missing from fullscreen application dashboard.

2020-10-15 Thread Aditya Prajapati
https://bugs.kde.org/show_bug.cgi?id=427530

--- Comment #6 from Aditya Prajapati  ---
(In reply to Jishan Bhattacharya from comment #5)
> (In reply to Aditya Prajapati from comment #3)
> 
> > If you are using a custom dock/panel, can you try switching temporarily to
> > the default one and see if this issue persists? Maybe this is not a KDE
> > bug/issue.
> Yes I tried switching to the default and it it does fix the problem. So it
> was because of latte dock?

I am not sure. It does seem like a compatibility issue. I am unaware if it is
from Latte dock's side or KDE's. I think you should raise a bug report there as
well. Might help speed things up.

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

[kdeplasma-addons] [Bug 427530] Shutdown and restart buttons are missing from fullscreen application dashboard.

2020-10-15 Thread Jishan Bhattacharya
https://bugs.kde.org/show_bug.cgi?id=427530

--- Comment #5 from Jishan Bhattacharya  ---
(In reply to Aditya Prajapati from comment #3)

> If you are using a custom dock/panel, can you try switching temporarily to
> the default one and see if this issue persists? Maybe this is not a KDE
> bug/issue.
Yes I tried switching to the default and it it does fix the problem. So it was
because of latte dock?

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

[kdeplasma-addons] [Bug 427530] Shutdown and restart buttons are missing from fullscreen application dashboard.

2020-10-14 Thread Isaac Wismer
https://bugs.kde.org/show_bug.cgi?id=427530

Isaac Wismer  changed:

   What|Removed |Added

 CC||kdeb...@iwismer.ca

--- Comment #4 from Isaac Wismer  ---
I have the same issue, and moving them from the power/session section worked
for a while (just reset every reboot)

I upgraded to 5.20 today, and now they're gone from the power/session section
too.

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

[kdeplasma-addons] [Bug 427530] Shutdown and restart buttons are missing from fullscreen application dashboard.

2020-10-14 Thread Aditya Prajapati
https://bugs.kde.org/show_bug.cgi?id=427530

--- Comment #3 from Aditya Prajapati  ---
Are you facing this issue on the default KDE panel or do you use something like
Latte Dock?

I was using latte dock when this issue hit me, I removed latte dock and am
using the default panel now where this issue does not seem to exist.

If you are using a custom dock/panel, can you try switching temporarily to the
default one and see if this issue persists? Maybe this is not a KDE bug/issue.

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

[kdeplasma-addons] [Bug 427530] Shutdown and restart buttons are missing from fullscreen application dashboard.

2020-10-13 Thread Jishan Bhattacharya
https://bugs.kde.org/show_bug.cgi?id=427530

--- Comment #2 from Jishan Bhattacharya  ---
If you're looking for a permanent fix then probably not. I also don't think
that this will be fixed by the developers any time soon.

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

[kdeplasma-addons] [Bug 427530] Shutdown and restart buttons are missing from fullscreen application dashboard.

2020-10-13 Thread Aditya Prajapati
https://bugs.kde.org/show_bug.cgi?id=427530

Aditya Prajapati  changed:

   What|Removed |Added

 CC||aditya12...@gmail.com

--- Comment #1 from Aditya Prajapati  ---
Hi,

I am facing the same issue and have not been able to resolve it. Your
workaround works for me as well and the exact behaviour is observed in my
system as well.

Did you happen to find a solution?

Thanks.

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