Bug 424221

Summary: Support for setting Konsole background via command line or similar
Product: [Applications] konsole Reporter: Kevin Messer <messer.kevin>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: REPORTED ---    
Severity: wishlist CC: justin.zobel
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Other   
Latest Commit: Version Fixed In:

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