[Bug 830709] Re: Keyboard shortcut - Unity should also use Super-L to lock screen by default

2016-02-27 Thread Bug Watch Updater
** Changed in: gnome-settings-daemon
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/830709

Title:
  Keyboard shortcut - Unity should also use Super-L to lock screen by
  default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/830709/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 830709] Re: Keyboard shortcut - Unity should also use Super-L to lock screen by default

2014-04-02 Thread Stephen M. Webb
** Changed in: unity
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/830709

Title:
  Keyboard shortcut - Unity should also use Super-L to lock screen by
  default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/830709/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 830709] Re: Keyboard shortcut - Unity should also use Super-L to lock screen by default

2014-02-17 Thread Launchpad Bug Tracker
This bug was fixed in the package unity -
7.1.2+14.04.20140214.1-0ubuntu1

---
unity (7.1.2+14.04.20140214.1-0ubuntu1) trusty; urgency=low

  [ Sebastien Bacher ]
  * use unity-control-center by default.
  * lists keybinding in unity-control-center. (LP: #1271710)

  [ Brandon Schaefer ]
  * Bump to new libnux from this branch:
https://code.launchpad.net/~brandontschaefer/nux/xim-preedit-
support.
  * Adds Super+L to lock the screen, while keeping the older shortcut
around in g-s-d (Ctrl+Alt+L). (LP: #830709)
  * Do not open the dash/hud on a monitor with a top most window that is
fullscreen. (LP: #1267210)
  * Implement an EMConveter. This way with default settings such that
DPI = 96.0f, and font_size = system font size. We can get the
correct EM value for any pixel size. Once we have the correct EM
value for any pixel size, the DPI value can be adjusted to the
current logical one. From here, you can now get the correct pixel
size based from of the EM value for the logical DPI of the screen.
  * Refactor EMConverter API. Now all thats needed is int
ConvertPixels(int pixel); This will calculate the correct pixel size
based on the DPI and font size.
  * Testing that the ibus anthy tests could possibly be causing strange
issues on the nvidia machine. So skipping them to test if tihs is
the source of the error.
  * Add Pt to Px function to em converter.
  * Move EMConverter over to unity settings.
  * Add multi monitor support for EMConverter in unity settings. Now you
can grab a specific converter per monitor.
  * Simple RawPixel class. It adds 2 define literals, ex: 10_em,
10.0_em. From there it turns them into raw pixels. RawPixels have CP
(CovertPixel) function which takes in an EMConverter that allows you
to use a converter specific to a monitor to convert the raw pixel to
the correct value.

  [ Marco Trevisan (TreviƱo) ]
  * Don't re-present all of our windows on every frame. Only do that if
damage intersects it. Use the new APIs exposed by compiz and nux to
intelligently determine which windows need to be presented per-frame
and only register damage for those windows. This fixes two things:
1. BaseWindows being redrawn from scratch every time damage was
registered over them. That was incorrect and should only be done in
the case of background blurs. 2. BaseWindows being drawn to the
screen on every frame, regardless of whether or not they needed to
be. Now they will only be drawn if some damage intersects beneath
them. Note that unity will expand the damage region to accomadate
the base window since nux does not support geometry clipping. So if
there is a partial intersection of the launcher for example, the
area of the screen which contains the launcher will be re-painted
(but the launcher itself won't be redrawn, just its texture) (LP:
#1080947). (LP: #1080947)
  * Convert compiz regions / rects to nux::Geometry's and back easily.
  * UnityScreen: remove the useless and expensive gl{Push,Pop}Attrib
calls For some reasons this code was copied by the opengl plugin as
a workaround to fix the state of our screen after that nux has
drawn. Actually this is not needed, the only thing we really need to
do is to fix the current Viewport, because nux seems to leave it in
a bad state which would lead to flickering menus, fullscreen
windows, tooltip and missing windows thumbnails in switcher. Thanks
to Sam Spilsbury for his precious support. (LP: #1251275)
  * Unity: always prefer passing [this] to lambdas than [].
  * Introspectable: use IntrospectionData class for collecting data from
children Now each introspectable object is called with an
IntrospectionData parameter and calling one of its methods it's the
only way to fill introspection data into unity. As bonus point,
remove all the unneeded UnityCore/Variant.cpp inclusions. (LP:
#1227131)
  * DebugDBusInterface: add local::xpathselect::NodeSelector to use the
dloaded lib.
  * BackgroundEffectHelper: Specify the required blur area before
drawing so selectively copy it at paint time This means that we
don't have to waste fragment bandwidth copying the entire backbuffer
when we could just do parts of it. Now BackgroundEffectHelper
listens to windows and views geometry changes and updates a list of
blurred regions that might be copied to the backup texture at every
repaint that affects them. This avoids to copy large regions
(especially when using big resolutions or multiple monitors), but
only the ones we really need to blur.
  * SwitcherView: define a custom GeometryGetterFunc and notify helper
on changes Thanks to this the switcher won't make
BackgroundEffectHelper to create a blurred area as big as the
current monitor (with just a small padding), but an area big enough
to draw its background. This get updated 

[Bug 830709] Re: Keyboard shortcut - Unity should also use Super-L to lock screen by default

2014-01-06 Thread Launchpad Bug Tracker
** Branch linked: lp:~brandontschaefer/gnome-settings-daemon/unity-
super-l-lock-screen-patch

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/830709

Title:
  Keyboard shortcut - Unity should also use Super-L to lock screen by
  default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/830709/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 830709] Re: Keyboard shortcut - Unity should also use Super-L to lock screen by default

2014-01-06 Thread Brandon Schaefer
** Changed in: gnome-settings-daemon (Ubuntu)
 Assignee: (unassigned) = Brandon Schaefer (brandontschaefer)

** Changed in: gnome-settings-daemon (Ubuntu)
   Status: Triaged = In Progress

** Changed in: unity (Ubuntu)
   Status: Triaged = Invalid

** Changed in: unity
   Status: Triaged = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/830709

Title:
  Keyboard shortcut - Unity should also use Super-L to lock screen by
  default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/830709/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 830709] Re: Keyboard shortcut - Unity should also use Super-L to lock screen by default

2014-01-06 Thread Brandon Schaefer
** Changed in: unity (Ubuntu)
 Assignee: (unassigned) = Brandon Schaefer (brandontschaefer)

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

** Changed in: unity
   Status: Invalid = In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/830709

Title:
  Keyboard shortcut - Unity should also use Super-L to lock screen by
  default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/830709/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 830709] Re: Keyboard shortcut - Unity should also use Super-L to lock screen by default

2014-01-06 Thread Launchpad Bug Tracker
** Branch linked: lp:~brandontschaefer/unity/super-l-lock-screen

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/830709

Title:
  Keyboard shortcut - Unity should also use Super-L to lock screen by
  default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/830709/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 830709] Re: Keyboard shortcut - Unity should also use Super-L to lock screen by default

2014-01-06 Thread Brandon Schaefer
** Changed in: gnome-settings-daemon (Ubuntu)
   Status: In Progress = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/830709

Title:
  Keyboard shortcut - Unity should also use Super-L to lock screen by
  default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/830709/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 830709] Re: Keyboard shortcut - Unity should also use Super-L to lock screen by default

2014-01-06 Thread PS Jenkins bot
Fix committed into lp:unity at revision None, scheduled for release in
unity, milestone 7.2.0

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

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/830709

Title:
  Keyboard shortcut - Unity should also use Super-L to lock screen by
  default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/830709/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 830709] Re: Keyboard shortcut - Unity should also use Super-L to lock screen by default

2014-01-06 Thread Brandon Schaefer
** Changed in: unity (Ubuntu)
   Status: In Progress = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/830709

Title:
  Keyboard shortcut - Unity should also use Super-L to lock screen by
  default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/830709/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 830709] Re: Keyboard shortcut - Unity should also use Super-L to lock screen by default

2014-01-03 Thread Rushi
I can confirm the behavior mdo is experiencing.  Super-L only seems to
work for Lock Screen per session after you set it in the Hotkeys
configuration. After a restart of the machine you have to reset the
hotkey to Super+L again for it to work (and it will only work until you
restart again).

I have also experienced the same exact behavior with Super+C, which I
had set for Calculator.

- Using Ubuntu 13.10 (Saucy).

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/830709

Title:
  Keyboard shortcut - Unity should also use Super-L to lock screen by
  default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/830709/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 830709] Re: Keyboard shortcut - Unity should also use Super-L to lock screen by default

2012-11-12 Thread mdo
At the time of writing I can set the shortcut for lock screen to
SUPER-L via gnome-control-center and this does work. But evertime when I
restart Ubuntu I can use neither SUPER-L nor the default shortcut to
lock the screen while SUPER-L is still shown as configured shortcut in
gnome-control-center and the system menu. It works again as soon as I
re-enter SUPER-L as shortcut via gnome-control-center. This happens
running a current 12.04 LTS.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/830709

Title:
  Keyboard shortcut - Unity should also use Super-L to lock screen by
  default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/830709/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 830709] Re: Keyboard shortcut - Unity should also use Super-L to lock screen by default

2012-10-24 Thread Jeremy Bicha
** Bug watch added: GNOME Bug Tracker #677427
   https://bugzilla.gnome.org/show_bug.cgi?id=677427

** Also affects: gnome-settings-daemon via
   https://bugzilla.gnome.org/show_bug.cgi?id=677427
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/830709

Title:
  Keyboard shortcut - Unity should also use Super-L to lock screen by
  default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/830709/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 830709] Re: Keyboard shortcut - Unity should also use Super-L to lock screen by default

2012-10-24 Thread Bug Watch Updater
** Changed in: gnome-settings-daemon
   Status: Unknown = New

** Changed in: gnome-settings-daemon
   Importance: Unknown = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/830709

Title:
  Keyboard shortcut - Unity should also use Super-L to lock screen by
  default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/830709/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 830709] Re: Keyboard shortcut - Unity should also use Super-L to lock screen by default

2012-10-15 Thread John Lea
** No longer affects: gnome-settings-daemon (Ubuntu Oneiric)

** No longer affects: unity (Ubuntu Oneiric)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/830709

Title:
  Keyboard shortcut - Unity should also use Super-L to lock screen by
  default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/830709/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 830709] Re: Keyboard shortcut - Unity should also use Super-L to lock screen by default

2012-07-12 Thread Joonas Saarinen
Indeed, the shortcut does not work when set to Super+L by hand.

Additionally, the Ubuntu top-right corner menu does not show the updated
shortcut until restart.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/830709

Title:
  Keyboard shortcut - Unity should also use Super-L to lock screen by
  default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/830709/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 830709] Re: Keyboard shortcut - Unity should also use Super-L to lock screen by default

2012-04-24 Thread Sebastien Bacher
** Changed in: unity (Ubuntu Oneiric)
   Status: Confirmed = Won't Fix

** Changed in: gnome-settings-daemon (Ubuntu Oneiric)
   Status: Confirmed = Won't Fix

** Changed in: unity
   Status: Confirmed = Triaged

** Changed in: unity (Ubuntu)
   Status: Confirmed = Triaged

** Changed in: gnome-settings-daemon (Ubuntu)
   Status: Confirmed = Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/830709

Title:
  Keyboard shortcut - Unity should also use Super-L to lock screen by
  default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/830709/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 830709] Re: Keyboard shortcut - Unity should also use Super-L to lock screen by default

2012-02-23 Thread Didier Roche
** Package changed: gnome-control-center (Ubuntu) = gnome-settings-
daemon (Ubuntu)

** Summary changed:

- Keyboard shortcut - Unity should also use Super-L to lock screen by default
+ Keyboard shortcut - Unity should also use Super-L to lock screen by default - 
blocked by Unity stealing the Super key

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/830709

Title:
  Keyboard shortcut - Unity should also use Super-L to lock screen by
  default - blocked by Unity stealing the Super key

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/830709/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 830709] Re: Keyboard shortcut - Unity should also use Super-L to lock screen by default

2012-02-23 Thread Didier Roche
** Summary changed:

- Keyboard shortcut - Unity should also use Super-L to lock screen by default - 
blocked by Unity stealing the Super key
+ Keyboard shortcut - Unity should also use Super-L to lock screen by default

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/830709

Title:
  Keyboard shortcut - Unity should also use Super-L to lock screen by
  default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/830709/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 830709] Re: Keyboard shortcut - Unity should also use Super-L to lock screen by default

2011-12-16 Thread John Lea
** Summary changed:

- Keyboard shotcut - Unity should also use Super-L to lock screen by default
+ Keyboard shortcut - Unity should also use Super-L to lock screen by default

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/830709

Title:
  Keyboard shortcut - Unity should also use Super-L to lock screen by
  default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/830709/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs