[kde] [Bug 416108] New: Sane terminal interface for changing background image

bugzilla_noreply at kde.org bugzilla_noreply at kde.org
Sat Jan 11 06:07:17 GMT 2020


https://bugs.kde.org/show_bug.cgi?id=416108

            Bug ID: 416108
           Summary: Sane terminal interface for changing background image
           Product: kde
           Version: unspecified
          Platform: Manjaro
                OS: Linux
            Status: REPORTED
          Severity: wishlist
          Priority: NOR
         Component: general
          Assignee: unassigned-bugs at kde.org
          Reporter: mm92.mueller at gmail.com
  Target Milestone: ---

It would be nice if a sane terminal interface for changing the
background/lockscreen image was provided, since the current solution requires
the user to know plasmashell scripting which can't be expected of new users.

Examples:
ksetbg --display-x --stretch image.jpeg
ksetbg --lockscr --fit image.jpeg

Old way:
dbus-send --session --dest=org.kde.plasmashell --type=method_call /PlasmaShell
org.kde.PlasmaShell.evaluateScript 'string:
var Desktops = desktops();                                                      
for (i=0;i<Desktops.length;i++) {
        d = Desktops[i];
        d.wallpaperPlugin = "org.kde.image";
        d.currentConfigGroup = Array("Wallpaper",
                                    "org.kde.image",
                                    "General");
        d.writeConfig("Image", "file:///PATH/TO/IMAGE.png");
}'

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Unassigned-bugs mailing list