[Spectacle] [Bug 433530] Unable to take second screenshot under Wayland

2021-11-09 Thread Philipp Reichmuth
https://bugs.kde.org/show_bug.cgi?id=433530

Philipp Reichmuth  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #3 from Philipp Reichmuth  ---
Seems to be resolved now, as of 21.08.3 the problem no longer appears.

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

[Spectacle] [Bug 433530] Unable to take second screenshot under Wayland

2021-04-13 Thread Schlaefer
https://bugs.kde.org/show_bug.cgi?id=433530

Schlaefer  changed:

   What|Removed |Added

 CC||openmail+...@siezi.com

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

[Spectacle] [Bug 433530] Unable to take second screenshot under Wayland

2021-03-06 Thread Philipp A.
https://bugs.kde.org/show_bug.cgi?id=433530

--- Comment #2 from Philipp A.  ---
This happens when `bool KWin::ScreenShotEffect::isTakingScreenshot()` returns
`true` when it shouldn’t:

https://invent.kde.org/plasma/kwin/-/blob/05811535d41203fde466a41fd2e05f4b9ce6c971/src/effects/screenshot/screenshot.cpp#L875-887

i.e. at least one of the following must be `true` when it shouldn’t:

• !m_scheduledGeometry.isNull()
• m_windowMode != WindowMode::NoCapture
• m_fd != -1

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

[Spectacle] [Bug 433530] Unable to take second screenshot under Wayland

2021-03-06 Thread Philipp A.
https://bugs.kde.org/show_bug.cgi?id=433530

Philipp A.  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1
 CC||flying-sh...@web.de

--- Comment #1 from Philipp A.  ---
Same problem. The console says:

Error calling KWin DBus interface:
"org.kde.kwin.Screenshot.Error.AlreadyTaking" "A screenshot is already been
taken"


(the message) should probably be changed to “A screenshot is already *being*
taken”

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