Bug 424221 - Support for setting Konsole background via command line or similar
Summary: Support for setting Konsole background via command line or similar
Status: REPORTED
Alias: None
Product: konsole
Classification: Applications
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Other Other
: NOR wishlist
Target Milestone: ---
Assignee: Konsole Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-07-14 23:08 UTC by Kevin Messer
Modified: 2025-09-25 03:40 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Messer 2020-07-14 23:08:28 UTC
Hi,

In order to have fancy Pokemon as Konsole background, there needs to be a way to set the background via a command line or similar that can be called via Python : https://github.com/LazoCoder/Pokemon-Terminal/issues/181

Is it possible to implement such thing ? Thanks a lot in advance
Comment 1 Kurt Hindenburg 2020-07-16 02:28:53 UTC
This should be simple to do by adding a new dbus method org.kde.konsole.Session.setWallpaper(path)
Comment 2 Kevin Messer 2020-07-16 20:39:56 UTC
Nice, it should be done at code level right ?

Do you think it could be done quickly ?

Thanks a lot in advance
Comment 3 Emil P 2025-09-25 03:30:30 UTC
I shall attempt to implement this feature. I gather I can probably reference the code from the GUI elements for setting the background, or reuse some functions there.
Comment 4 Emil P 2025-09-25 03:40:12 UTC
(In reply to Emil P from comment #3)
> I shall attempt to implement this feature. I gather I can probably reference
> the code from the GUI elements for setting the background, or reuse some
> functions there.

I’m new to KDE development. I may revisit this in the future after gaining more experience with the codebase.