| Summary: | Support for setting Konsole background via command line or similar | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | Kevin Messer <messer.kevin> |
| Component: | general | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | REPORTED --- | ||
| Severity: | wishlist | CC: | emilsahel, justin.zobel |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Other | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Kevin Messer
2020-07-14 23:08:28 UTC
This should be simple to do by adding a new dbus method org.kde.konsole.Session.setWallpaper(path) Nice, it should be done at code level right ? Do you think it could be done quickly ? Thanks a lot in advance 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. (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. |