[plasmashell] [Bug 336369] Lock screen: power actions (sleep, shut down, restart) are missing

2020-03-29 Thread Anatoly Roschenya
https://bugs.kde.org/show_bug.cgi?id=336369

Anatoly Roschenya  changed:

   What|Removed |Added

 CC||anatol.ro...@gmail.com

--- Comment #35 from Anatoly Roschenya  ---
bug 392798 contains a workaround to allow power actions via LockScreenUi.qml .

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

[Powerdevil] [Bug 392798] Power button actions should be handled from lock screen

2020-03-29 Thread Anatoly Roschenya
https://bugs.kde.org/show_bug.cgi?id=392798

--- Comment #15 from Anatoly Roschenya  ---
In my opinion, the reasonable thing to do would be giving the users a simple
option to re-enable power actions on lock screen, and let the user decide
whether the alleged security implications affect them (and for the very common
scenario of a single session per machine, they don't). Sadly, according to
#336369, "adding options is not the correct approach, this is not KDE 3". After
5 more years, we still got nothing. 

A hack for LockScreenUi.qml that re-enables power key handling is available at
https://unix.stackexchange.com/questions/441989/suspend-linux-from-kde-plasma-5-lockscreen/576694
, i've attached a patch for convenience. Confirmed on kded5 5.67.0 and
plasmashell 5.17.5 (Gentoo).

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

[Powerdevil] [Bug 392798] Power button actions should be handled from lock screen

2020-03-29 Thread Anatoly Roschenya
https://bugs.kde.org/show_bug.cgi?id=392798

Anatoly Roschenya  changed:

   What|Removed |Added

 CC||anatol.ro...@gmail.com

--- Comment #14 from Anatoly Roschenya  ---
Created attachment 127083
  --> https://bugs.kde.org/attachment.cgi?id=127083=edit
add suspend action to KDE Plasma lock screen

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

[kio] [Bug 347715] Konsole (KF5) freezes trying to open http url with rpm package

2016-11-18 Thread Anatoly Roschenya
https://bugs.kde.org/show_bug.cgi?id=347715

Anatoly Roschenya <anatol.ro...@gmail.com> changed:

   What|Removed |Added

 CC||anatol.ro...@gmail.com

--- Comment #17 from Anatoly Roschenya <anatol.ro...@gmail.com> ---
(In reply to Martin Sandsmark from comment #1)
> KDE uses kio, which by default opens URLs in the appropriate application
> based on mimetype (text files are opened in your text editor, images are
> opened in your image viewer, packages are opened in your package manager,
> etc.).
> 
> If you want to change this behaviour go to System Settings, Applications,
> Default Applications, Web Browser and change the setting there to whatever
> you want.

I arrived at this report while researching a different problem. My mistake was
the same, so i'll just explain it for fellow idiots. 

In my case the URL being fed to kio was a https link with a bad certificate;
instead of launching the web browser, konsole first fired up a "Server
Authentication" window listing the reasons why the server failed the
authenticity check. After agreeing to continue anyway, i got my browser which
offered a similar certificate error. There's really no point in kio's warning
before going to the browser, but it can't be helped because kio wants to
retrieve the mimetype and needs to establish a https connection before knowing
to launch the browser.

What's worse is that on certain URLs this warning never appeared - the
notification window freezes and i get myself a handful of unaccessible konsole
tabs. Killing the frozen warning window killed the parent along with all its
tabs. I never cared to debug what was causing the freeze, likely local to my
build, but the resolution is to set the default web browser. Thanks Martin!

Another case for this: with kio, dead URLs get no launch feedback from konsole,
only a very tiny plasma notification, and a timeout pop-up after the timeout,
which leaves you lost until it appears. Expected behaviour would be for kio to
trigger launch feedback while attempting to connect, should this be filed
somewhere?

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