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-b...@kde.org
          Reporter: mm92.muel...@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 watching all bug changes.

Reply via email to