[plasmashell] [Bug 350466] Changing resolution via xrandr randomly makes desktop/wallpaper disappear

2016-10-18 Thread Pierre Dumuid via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=350466

Pierre Dumuid  changed:

   What|Removed |Added

 CC||pmdum...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 363592] Plasma script can't move panel to another screen

2016-08-30 Thread Pierre Dumuid via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363592

--- Comment #3 from Pierre Dumuid  ---
If this is the resolution, can the documentation, at 

https://userbase.kde.org/KDE_System_Administration/PlasmaDesktopScripting#Activities_and_Panels

please be updated so that "screen" be moved out of the dot pointed list
prefixed with "as well as the following read/write properties:"  and into the
list above it starting with the sentence "Activity and Panel objects, once
created by the script, or as returned by activityById, activityForScreen, or
panelById) provide the following read-only properties:"

.. I'd suggest that "version" is probably supposed to be "read-only" as well
and should also be moved to the list above it.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma4] [Bug 295784] disabling second screen puts panel on the primary screen

2016-08-29 Thread Pierre Dumuid via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=295784

Pierre Dumuid  changed:

   What|Removed |Added

 CC||pmdum...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 367981] Changing the "screen" property has no effect.

2016-08-29 Thread Pierre Dumuid via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367981

--- Comment #1 from Pierre Dumuid  ---
http://superuser.com/questions/1081120/how-do-i-move-a-kde-plasma-panel-from-commandline-scripts
 - This user made the same observation.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 367981] New: Changing the "screen" property has no effect.

2016-08-29 Thread Pierre Dumuid via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367981

Bug ID: 367981
   Summary: Changing the "screen" property has no effect.
   Product: plasmashell
   Version: 5.7.3
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Panel
  Assignee: plasma-b...@kde.org
  Reporter: pmdum...@gmail.com

In accordance with
https://userbase.kde.org/KDE_System_Administration/PlasmaDesktopScripting#Activities_and_Panels

The "screen" property of a panel should be read/writable, however changing it
has no effect.



Reproducible: Always

Steps to Reproduce:
1. Have a dual monitor configuration with at least one panel.
2. Launch runner via "Alt F2", type "scripting console" and select "Desktop
shell scripting console"
3. Paste the following code:

r = panels()
print("===> Current:")
print(r[0].screen)
print(r[0].location)
print("===> Setting new value (make them different to current):")
r[0].screen = 1;
r[0].location = 'top';
r[1].reloadConfig()



Actual Results:  
Changing location attribute changes position of panel, (top vs bottom) however
changing screen umber has no effect, (moving the panel manually and re-running
the script does update the value, so it appears that the value is read-only.


Expected Results:  
Panel should have moved from one screen to the other.

On a side note, the "version" in
https://userbase.kde.org/KDE_System_Administration/PlasmaDesktopScripting#Activities_and_Panels

is listed under the list headed by the sentence, "as well as the following
read/write properties:" however clearly the version should be read-only!

-- 
You are receiving this mail because:
You are watching all bug changes.