Activity log for bug #1687825

Date Who What changed Old value New value Message
2017-05-03 00:25:42 tankmissile bug added bug
2017-05-03 00:27:23 tankmissile description When starting variety in KDE Plasma, clicking the status bar icon does not bring up the menu. The icon also looks blurry (probably incorrect sizing or theme). KDE Plasma now has a D-Bus message system that can be accessed through the qdbus command. The wallpaper can be changed using the command below. However, it only works when widgets are unlocked. There's some kind of security vulnerability if widgets are locked. qdbus org.kde.plasmashell /PlasmaShell org.kde.PlasmaShell.evaluateScript " var allDesktops = desktops(); for (i=0; i < allDesktops.length; i++) { d = allDesktops[i]; d.wallpaperPlugin = 'org.kde.image'; d.currentConfigGroup = Array('Wallpaper', 'org.kde.image', 'General'); d.writeConfig('Image', 'file://"$WP"') } " When the set_wallpaper script is generated, it can not be edited due too invalid characters. I was able to scrub the script clean myself, but it's still a nuisance to new users. When starting variety in KDE Plasma, clicking the status bar icon does not bring up the menu. The icon also looks blurry (probably incorrect sizing or theme). KDE Plasma now has a D-Bus message system that can be accessed through the qdbus command. The wallpaper can be changed using the command below. However, it only works when widgets are unlocked. There's some kind of security vulnerability if widgets are locked. qdbus org.kde.plasmashell /PlasmaShell org.kde.PlasmaShell.evaluateScript " var allDesktops = desktops(); for (i=0; i < allDesktops.length; i++) {     d = allDesktops[i];     d.wallpaperPlugin = 'org.kde.image';     d.currentConfigGroup = Array('Wallpaper', 'org.kde.image', 'General');     d.writeConfig('Image', 'file://"$WP"') } " When the set_wallpaper script is generated, it can not be edited due too invalid characters. I was able to scrub the script clean myself, but it's still a nuisance too new users.
2017-05-03 00:29:06 tankmissile summary Status bar menu not working in KDE Plasma + Use QDbus for script + set_wallpaper script generating with invalid characters Status bar menu not working in KDE Plasma + Use qdbus for script + set_wallpaper script generating with invalid characters
2017-05-03 03:34:08 James Lu summary Status bar menu not working in KDE Plasma + Use qdbus for script + set_wallpaper script generating with invalid characters Wallpaper setting + status icon are broken in KDE Plasma 5
2017-05-03 03:34:14 James Lu variety: importance Undecided Medium
2017-05-03 03:34:16 James Lu variety: status New Triaged
2017-05-28 06:34:43 Lee Donaghy bug added subscriber Lee Donaghy
2017-08-22 19:18:35 Peter Levi variety: importance Medium High
2017-08-25 00:31:06 Ian Turner bug added subscriber Ian Turner
2017-08-27 22:45:53 James Lu variety: status Triaged In Progress
2017-08-27 22:45:55 James Lu variety: assignee James Lu (tacocat)
2017-08-27 23:22:37 James Lu variety: assignee James Lu (tacocat)
2017-09-19 14:15:53 James Lu variety: milestone 0.6.6
2018-03-18 23:22:06 James Lu summary Wallpaper setting + status icon are broken in KDE Plasma 5 Status icon is broken in KDE Plasma 5
2018-03-18 23:22:08 James Lu variety: status In Progress Triaged
2018-03-18 23:22:09 James Lu variety: importance High Medium
2018-08-16 19:55:30 James Lu variety: status Triaged Fix Released