[Desktop-packages] [Bug 1292391] Re: lockscreen - wallpaper is not properly resized when unplugging monitors

2014-10-29 Thread Treviño
** Changed in: unity/7.2
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dp-unity
https://bugs.launchpad.net/bugs/1292391

Title:
  lockscreen - wallpaper is not properly resized when unplugging
  monitors

Status in Unity:
  Fix Released
Status in Unity 7.2 series:
  Fix Released
Status in “unity” package in Ubuntu:
  Fix Released
Status in “unity” source package in Trusty:
  Fix Released

Bug description:
  [Impact]
  Wallpapers have an invalid aspect ratio in the lockscreen, when 
attaching/detaching monitors, while the screen is locked

  I attached photos taken of the same screen with and without aritfacts
  (same size, though the dots have different spacing). Wallpaper used is
  from the current default selection.

  [Test case]
  - Have 2 monitors/displays with different resolutions setup on your trusty 
installation. (In my case: Primary 1600x900 laptop screen and secondary 
1920x1080 external monitor.)
  - Lock the screen via shortcut.
  - Remove one monitor. (In my case: Remove the external one.)
  - Result: The display setup change is detected and the wallpaper on the 
remaining screen
    is properly resized to respect the new aspect ratio.

  [Regression potential]
  None

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1292391/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1292391] Re: lockscreen - wallpaper is not properly resized when unplugging monitors

2014-10-28 Thread Launchpad Bug Tracker
This bug was fixed in the package unity - 7.2.3+14.04.20140826-0ubuntu1

---
unity (7.2.3+14.04.20140826-0ubuntu1) trusty; urgency=medium

  [ Andrea Azzarone ]
  * Remove cross fade effect during lock/unlocking. A simple fading
works just fine. (LP: #1312107)
  * Manually emit nux::Area::geometry_changed beucase nux can fail to
emit it. (LP: #1292391)

  [ Pawel Szubert ]
  * Reduce the scope of the kill command when restarting Compiz.
(LP: #1324114)

  [ Marco Trevisan (Treviño) ]
  * LockScreenAcceleratorController: do ther configured action on power
special keys press. We finally can suspend, shutdown, hibernate or
start the screensaver when the screen is locked, using the Suspend,
Sleep, Hibernate and PowerOff hardware keys. Also the Shutdown
dialog doesn't allow now to lock the session if it is not allowed by
settings. (LP: #1306211) (LP: #1320051) (LP: #1320071)
  * Previews: scale the dash preview contents to match current monitor
scaling. Improved also the scaling of search-bar, spinner, categories
and many other components. (LP: #1339629)
  * FilterWidgets: add support for scaling (LP: #1340171)
  * OverlayRendering: correctly scale the overlays borders and edges to
match settings. DashStyle has been modified to return smart pointers
of textures that are loaded depending on the scale level. The cache
will make sure that we don't duplicate the textures and that they
get removed when not needed anymore. Also thanks to this the
SearchBarSpinner textures (and the other spinners as well) uses the
SVGs scaled at the proper size (I desgined a new SVG for the
magnifier, as we only had a PNG). (LP: #1283415) (LP: #1340394)
  * Hud: scale to match current DPI settings for monitor. (LP: #1340477)

  [ Eleni Maria Stea ]
  * Previews: scale the dash preview contents to match current monitor
scaling. Improved also the scaling of search-bar, spinner, categories
and many other components. (LP: #1339629)

  [ Stephen M. Webb ]
  * Reduce the scope of the kill command when restarting Compiz.
(LP: #1324114)

  [ Chris Townsend ]
  * Bump version to 7.2.3.

unity (7.2.2+14.04.20140714-0ubuntu2) trusty; urgency=medium

  [ Andrea Azzarone ]
  * Remove cross fade effect during lock/unlocking. A simple fading
works just fine. (LP: #1312107)
  * Manually emit nux::Area::geometry_changed beucase nux can fail to
emit it. (LP: #1292391)
  * TextInput: use GdkKeymap to check the caps-lock status (LP: #1347735)

  [ Pawel Szubert ]
  * Reduce the scope of the kill command when restarting Compiz.
(LP: #1324114)

  [ Marco Trevisan (Treviño) ]
  * LockScreenAcceleratorController: do ther configured action on power
special keys press. We finally can suspend, shutdown, hibernate or
start the screensaver when the screen is locked, using the Suspend,
Sleep, Hibernate and PowerOff hardware keys. Also the Shutdown
dialog doesn't allow now to lock the session if it is not allowed by
settings. (LP: #1306211) (LP: #1320051) (LP: #1320071)
  * Previews: scale the dash preview contents to match current monitor
scaling. Improved also the scaling of search-bar, spinner, categories
and many other components. (LP: #1339629)
  * FilterWidgets: add support for scaling (LP: #1340171)
  * OverlayRendering: correctly scale the overlays borders and edges to
match settings. DashStyle has been modified to return smart pointers
of textures that are loaded depending on the scale level. The cache
will make sure that we don't duplicate the textures and that they
get removed when not needed anymore. Also thanks to this the
SearchBarSpinner textures (and the other spinners as well) uses the
SVGs scaled at the proper size (I desgined a new SVG for the
magnifier, as we only had a PNG). (LP: #1283415) (LP: #1340394)
  * Hud: scale to match current DPI settings for monitor. (LP: #1340477)
  * PlacesOverlayVScrollBar and VScrollBarOverlayWindow: add support for
scaling. Add a new ScrollView class to create ScrollViews with an
OverlayScrollbar and with scaling support. Using them in dash Scopes and
Previews. (LP: #1340996)
  * LockScreenShield: Add GrabScreen function and retry to make sure we really
get the grab. It might happen that the grab is not possible because the
PluginAdapter::IsScreenGrabbed request has still not being fully processed,
and thus nux is not able to grab the pointer/keyboard. By doing this we
instead try to grab the screen, and if this is not happening, we wait a
little until we don't get the ungrab event. In this way, if we eventually
get the grab, all will work as expected. Otherwise, we cancel the lock
request (very unlikely to happen). (LP: #1349128)
  * PlacesOverlayVScrollBar: redirect the mouse wheel scroll events coming from
the thumb to the scrollview. This will make the scrollview to handle then 
and
perform the same 

[Desktop-packages] [Bug 1292391] Re: lockscreen - wallpaper is not properly resized when unplugging monitors

2014-09-23 Thread Chris J Arges
** Also affects: unity (Ubuntu Trusty)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dp-unity
https://bugs.launchpad.net/bugs/1292391

Title:
  lockscreen - wallpaper is not properly resized when unplugging
  monitors

Status in Unity:
  Fix Released
Status in Unity 7.2 series:
  In Progress
Status in “unity” package in Ubuntu:
  Fix Released
Status in “unity” source package in Trusty:
  New

Bug description:
  [Impact]
  Wallpapers have an invalid aspect ratio in the lockscreen, when 
attaching/detaching monitors, while the screen is locked

  I attached photos taken of the same screen with and without aritfacts
  (same size, though the dots have different spacing). Wallpaper used is
  from the current default selection.

  [Test case]
  - Have 2 monitors/displays with different resolutions setup on your trusty 
installation. (In my case: Primary 1600x900 laptop screen and secondary 
1920x1080 external monitor.)
  - Lock the screen via shortcut.
  - Remove one monitor. (In my case: Remove the external one.)
  - Result: The display setup change is detected and the wallpaper on the 
remaining screen
    is properly resized to respect the new aspect ratio.

  [Regression potential]
  None

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1292391/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1292391] Re: lockscreen - wallpaper is not properly resized when unplugging monitors

2014-06-19 Thread Launchpad Bug Tracker
This bug was fixed in the package unity - 7.3.0+14.10.20140619-0ubuntu1

---
unity (7.3.0+14.10.20140619-0ubuntu1) utopic; urgency=low

  [ Stephen M. Webb ]
  * bump upstream to 7.3.0

  [ Ubuntu daily release ]
  * New rebuild forced

  [ Andrea Azzarone ]
  * Remove cross fade effect during lock/unlocking. A simple fading
works just fine. (LP: #1312107)
  * Manually emit nux::Area::geometry_changed beucase nux can fail to
emit it. (LP: #1292391)

  [ Marco Trevisan (Treviño) ]
  * {Panel,Decoration}Style: don't call deprecated
gtk_style_context_invalidate function in gtk = 3.11
  * PluginAdapter: pass the state to compiz plugins activations Fixes
Scale triggering on DnD (LP: #1328615)
  * LockScreenAcceleratorController: do ther configured action on power
special keys press We finally can suspend, shutdown, hibernate or
start the screensaver when the screen is locked, using the Suspend,
Sleep, Hibernate and PowerOff hardware keys. Also the Shutdown
dialog doesn't allow now to lock the session if it is not allowed by
settings. (LP: #1306211)
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Thu, 19 Jun 2014 
18:41:55 +

** Changed in: unity (Ubuntu)
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dp-unity
https://bugs.launchpad.net/bugs/1292391

Title:
  lockscreen - wallpaper is not properly resized when unplugging
  monitors

Status in Unity:
  In Progress
Status in Unity 7.2 series:
  In Progress
Status in “unity” package in Ubuntu:
  Fix Released

Bug description:
  Steps to repoduce:
  - Have 2 monitors/displays with different resolutions setup on your trusty 
installation. (In my case: Primary 1600x900 laptop screen and secondary 
1920x1080 external monitor.)
  - Lock the screen via shortcut.
  - Remove one monitor. (In my case: Remove the external one.)
  - Result: The display setup change is detected but the wallpaper on the 
remaining screen shows artifacts of improper resizing. Unlocking and locking 
the screen again will display the wallpaper properly resized without artifacts.
  - Settings for background images in control center are set to resize for each 
screen (the 2nd option).

  
  I attached photos taken of the same screen with and without aritfacts (same 
size, though the dots have different spacing). Wallpaper used is from the 
current default selection.

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1292391/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1292391] Re: lockscreen - wallpaper is not properly resized when unplugging monitors

2014-06-19 Thread Stephen M. Webb
** Changed in: unity
Milestone: 7.3.1 = 7.3.0

** Changed in: unity
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dp-unity
https://bugs.launchpad.net/bugs/1292391

Title:
  lockscreen - wallpaper is not properly resized when unplugging
  monitors

Status in Unity:
  Fix Released
Status in Unity 7.2 series:
  In Progress
Status in “unity” package in Ubuntu:
  Fix Released

Bug description:
  Steps to repoduce:
  - Have 2 monitors/displays with different resolutions setup on your trusty 
installation. (In my case: Primary 1600x900 laptop screen and secondary 
1920x1080 external monitor.)
  - Lock the screen via shortcut.
  - Remove one monitor. (In my case: Remove the external one.)
  - Result: The display setup change is detected but the wallpaper on the 
remaining screen shows artifacts of improper resizing. Unlocking and locking 
the screen again will display the wallpaper properly resized without artifacts.
  - Settings for background images in control center are set to resize for each 
screen (the 2nd option).

  
  I attached photos taken of the same screen with and without aritfacts (same 
size, though the dots have different spacing). Wallpaper used is from the 
current default selection.

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1292391/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1292391] Re: lockscreen - wallpaper is not properly resized when unplugging monitors

2014-05-28 Thread Andrea Azzarone
** Changed in: unity
   Status: New = In Progress

** Changed in: unity (Ubuntu)
   Status: New = In Progress

** Also affects: unity/7.3
   Importance: Undecided
   Status: New

** No longer affects: unity/7.3

** Also affects: unity/7.2
   Importance: Undecided
   Status: New

** Changed in: unity/7.2
   Status: New = In Progress

** Changed in: unity
 Assignee: (unassigned) = Andrea Azzarone (andyrock)

** Changed in: unity/7.2
 Assignee: (unassigned) = Andrea Azzarone (andyrock)

** Changed in: unity (Ubuntu)
 Assignee: (unassigned) = Andrea Azzarone (andyrock)

** Changed in: unity
Milestone: None = 7.3.0

** Changed in: unity/7.2
Milestone: None = 7.2.1

** Changed in: unity
   Importance: Undecided = Medium

** Changed in: unity/7.2
   Importance: Undecided = Medium

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dp-unity
https://bugs.launchpad.net/bugs/1292391

Title:
  lockscreen - wallpaper is not properly resized when unplugging
  monitors

Status in Unity:
  In Progress
Status in Unity 7.2 series:
  In Progress
Status in “unity” package in Ubuntu:
  In Progress

Bug description:
  Steps to repoduce:
  - Have 2 monitors/displays with different resolutions setup on your trusty 
installation. (In my case: Primary 1600x900 laptop screen and secondary 
1920x1080 external monitor.)
  - Lock the screen via shortcut.
  - Remove one monitor. (In my case: Remove the external one.)
  - Result: The display setup change is detected but the wallpaper on the 
remaining screen shows artifacts of improper resizing. Unlocking and locking 
the screen again will display the wallpaper properly resized without artifacts.
  - Settings for background images in control center are set to resize for each 
screen (the 2nd option).

  
  I attached photos taken of the same screen with and without aritfacts (same 
size, though the dots have different spacing). Wallpaper used is from the 
current default selection.

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1292391/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1292391] Re: lockscreen - wallpaper is not properly resized when unplugging monitors

2014-03-14 Thread Benjamin Tegge
** Attachment added: IMG_0458_cropped_resized.JPG
   
https://bugs.launchpad.net/unity/+bug/1292391/+attachment/4023387/+files/IMG_0458_cropped_resized.JPG

** Description changed:

  Steps to repoduce:
  - Have 2 monitors/displays with different resolutions setup on your trusty 
installation. (In my case: Primary 1600x900 laptop screen and secondary 
1920x1080 external monitor.)
  - Lock the screen via shortcut.
  - Remove one monitor. (In my case: Remove the external one.)
  - Result: The display setup change is detected but the wallpaper on the 
remaining screen shows artifacts of improper resizing. Unlocking and locking 
the screen again will display the wallpaper properly resized without artifacts.
  - Settings for background images in control center are set to resize for each 
screen (the 2nd option).
+ 
+ 
+ I attached photos taken of the same screen with and without aritfacts (same 
size, though the dots have different spacing). Wallpaper used is from the 
current default selection.

** Also affects: unity (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dp-unity
https://bugs.launchpad.net/bugs/1292391

Title:
  lockscreen - wallpaper is not properly resized when unplugging
  monitors

Status in Unity:
  New
Status in “unity” package in Ubuntu:
  New

Bug description:
  Steps to repoduce:
  - Have 2 monitors/displays with different resolutions setup on your trusty 
installation. (In my case: Primary 1600x900 laptop screen and secondary 
1920x1080 external monitor.)
  - Lock the screen via shortcut.
  - Remove one monitor. (In my case: Remove the external one.)
  - Result: The display setup change is detected but the wallpaper on the 
remaining screen shows artifacts of improper resizing. Unlocking and locking 
the screen again will display the wallpaper properly resized without artifacts.
  - Settings for background images in control center are set to resize for each 
screen (the 2nd option).

  
  I attached photos taken of the same screen with and without aritfacts (same 
size, though the dots have different spacing). Wallpaper used is from the 
current default selection.

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1292391/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp