Skip to content

fix for KDE Screenshot2 interface - #231

Closed
davidgood wants to merge 1 commit into
gbin:developfrom
davidgood:screenshot
Closed

fix for KDE Screenshot2 interface#231
davidgood wants to merge 1 commit into
gbin:developfrom
davidgood:screenshot

Conversation

@davidgood

Copy link
Copy Markdown

Change grabScreenDBusKde to use Screenshot2 interface.

@jahnf

jahnf commented Dec 30, 2024

Copy link
Copy Markdown
Collaborator

Hi @davidgood thank you very much for the contribution. I'll have a look. And find my KDE VM (or setup a new one) to check out the change.

Comment thread src/linuxdesktop.cc
// Create a temporary file to receive the screenshot data
QTemporaryFile tempFile;
if (!tempFile.open()) {
qDebug() << "Failed to create temporary file";

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here and other locations: Please use logWarning(desktop) and logError(deskop) within this file.
(and additionally tr for strings that should be translatable)
e.g.

logError(desktop) << tr("Failed to create temporary file");

@gbin

gbin commented Aug 1, 2026

Copy link
Copy Markdown
Owner

Fixed by #251 Now we use even kpipewire so you can real time zoom in a video etc..

@gbin gbin closed this Aug 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants