[Bug 1244090] Re: Pressing any global keyboard shortcut causes temporary loss of focus

2014-06-02 Thread kolen
Also, if right ctrl is bound as layout switch button, pressing ctrl+c,
ctrl+v, etc makes focus go away too, either when pressing left ctrl or
right ctrl with c, v, etc.

-- 
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/1244090

Title:
  Pressing any global keyboard shortcut causes temporary loss of focus

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1244090/+subscriptions

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


[Bug 1244090] Re: Pressing any global keyboard shortcut causes temporary loss of focus

2014-05-26 Thread kolen
Pressing ctrl+backspace also causes this behaviour, although not defined
in Shortcuts in System settings. This makes text input fields on
several webpages to glitch (instead of deleting last word, it moves
cursor to the start of text, deletes at other point, etc). This is
extremely annoying.

-- 
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/1244090

Title:
  Pressing any global keyboard shortcut causes temporary loss of focus

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1244090/+subscriptions

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


[Bug 1320147] [NEW] Software Updater window becomes invisible if it starts during screen lock

2014-05-16 Thread kolen
Public bug reported:

 - Lock screen (including by timeout)
 - Wait until Software Updater starts automatically
 - Unlock screen
 - Now you can see the Software Updater icon in Unity panel/dock, but there is 
no Software Updater window. Clicking dock icon does not bring it to front, 
window remains hidden.
 - It's possible to right-click the dock icon and click Install all available 
updates or to quit. It works, updates can be installed this way, but window 
does not appear, even after install.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: gnome-screensaver 3.6.1-0ubuntu13
ProcVersionSignature: Ubuntu 3.13.0-26.48-generic 3.13.11
Uname: Linux 3.13.0-26-generic x86_64
ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
CurrentDesktop: Unity
Date: Fri May 16 12:48:07 2014
GnomeSessionIdleInhibited: No
GnomeSessionInhibitors: None
GsettingsGnomeSession:
 org.gnome.desktop.session session-name 'ubuntu'
 org.gnome.desktop.session idle-delay uint32 300
InstallationDate: Installed on 2013-10-23 (205 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
SourcePackage: gnome-screensaver
UpgradeStatus: Upgraded to trusty on 2014-04-18 (27 days ago)

** Affects: gnome-screensaver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug third-party-packages trusty

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

Title:
  Software Updater window becomes invisible if it starts during screen
  lock

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/1320147/+subscriptions

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


[Bug 1244090] Re: Pressing any global keyboard shortcut causes temporary loss of focus

2014-04-29 Thread kolen
Discovered that loss of focus is caused by GrabAccelerator dbus method,
handled by compiz. Gnome/unity-settings-daemon does not make focus go
away by itself. You can try following script:

#!/usr/bin/python
import dbus
bus = dbus.SessionBus()
o = bus.get_object('org.gnome.Shell', '/org/gnome/Shell')
code = o.GrabAccelerator('1', 0, dbus_interface='org.gnome.Shell')
try:
  raw_input(Grab set to key '1', press Enter to continue and ungrab)
finally:
  print o.UngrabAccelerator(code, dbus_interface='org.gnome.Shell')

It sets grab to '1' key, then pressing '1' causes the same effects of
losing focus (blink of cursor in terminal; cancel of rename in Nautilus,
etc).

I didn't remove unity-settings-daemon from this bug because maybe it
uses this dbus method for wrong purpose (maybe it's not suited for
binding keys for switching keyboard).

-- 
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/1244090

Title:
  Pressing any global keyboard shortcut causes temporary loss of focus

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1244090/+subscriptions

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


[Bug 1244090] Re: Pressing any global keyboard shortcut causes temporary loss of focus

2014-04-29 Thread kolen
** Also affects: compiz (Ubuntu)
   Importance: Undecided
   Status: New

-- 
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/1244090

Title:
  Pressing any global keyboard shortcut causes temporary loss of focus

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1244090/+subscriptions

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


[Bug 1244090] Re: Pressing keyboard shortcut to switch keyboard layout causes temporary loss of focus

2014-04-25 Thread kolen
Seems that Ubuntu (at least 14.04) does not use gnome-settings-daemon,
instead it uses unity-settings-daemon.

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

-- 
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/1244090

Title:
  Pressing keyboard shortcut to switch keyboard layout causes temporary
  loss of focus

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1244090/+subscriptions

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


[Bug 1244090] Re: Pressing keyboard shortcut to switch keyboard layout causes temporary loss of focus

2014-04-25 Thread kolen
Discovered that it's not related solely to keyboard switching: focus
loss occurs when pressing any bound shortcut, for example volume
up/down. So, it is in 'media-keys' unity-settings-daemon plugin, not in
'keyboard' plugin.

Also, 'media-keys' controls keyboard layouts only in unity-settings-
daemon, upstream gnome-settings-daemon doesn't have code for doing this.

  break;
  case BATTERY_KEY:
  do_battery_action (manager);
  break;
+ case SWITCH_INPUT_SOURCE_KEY:
+ case SWITCH_INPUT_SOURCE_BACKWARD_KEY:
+ do_switch_input_source_action (manager, type);
+ break;
  /* Note, no default so compiler catches missing keys */
  case CUSTOM_KEY:
  g_assert_not_reached ();

-- 
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/1244090

Title:
  Pressing keyboard shortcut to switch keyboard layout causes temporary
  loss of focus

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1244090/+subscriptions

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


[Bug 1244090] Re: Pressing keyboard shortcut to switch keyboard layout causes temporary loss of focus

2014-04-25 Thread kolen
Some details: in Ubuntu 13.10, when reported, focus went back when
releasing shortcut key/keys, in recent version (Ubuntu 14.04) focus go
back shortly after pressing key(s), while keys are still in pressed
position; still triggering annoying behavior in some apps (i.e. twitter
reply box).

** Also affects: unity-settings-daemon
   Importance: Undecided
   Status: New

** Summary changed:

- Pressing keyboard shortcut to switch keyboard layout causes temporary loss of 
focus
+ Pressing any global keyboard shortcut causes temporary loss of focus

** Description changed:

- When pressing keyboard shourtcut for switching keyboard layout, focus
- temporary switches from active text input to something else, then
- restores back when releasing keys used to switch. Maybe even active
- window loses focus, but window frame does not shows this (window header
- remains to look active).
+ When pressing any global keyboard shourtcut (configurable via System
+ settings - Keyboard - Shortcuts; i.e. for switching keyboard layout,
+ volume up/down), focus temporary switches from active text input to
+ something else, then restores back shortly. Maybe even active window
+ loses focus, but window frame does not shows this (window header remains
+ to look active).
  
- For example: when I press ctrl+shift here, when writing this
- description, yellow frame disappears from text input box, text caret
- disappears too; they appear again when releasing ctrl+shift. The same
- occurs in all other programs, i.e. terminal.
+ For example: when I press ctrl+shift here to switch keyboard layout,
+ when writing this description, yellow frame disappears from text input
+ box, text caret disappears too; they appear again when releasing
+ ctrl+shift. The same occurs in all other programs, i.e. terminal.
  
  It causes serious annoyance, for example in Twitter when losing focus in
  Reply text box, reply rolls up and I have to click it again with mouse
  and set caret to correct place each time I switch keyboard layouts.
  
  Other key combinations, not only ctrl+shift, also cause this.
  
+ It is especially annoying when using keyboard layout switch shortcut
+ handled by the same subsystem (media-keys plugin):
+ 
+ case SWITCH_INPUT_SOURCE_KEY:
+ case SWITCH_INPUT_SOURCE_BACKWARD_KEY:
+ do_switch_input_source_action (manager, type);
+ break;
+ 
+ (Original gnome-settings-daemon, from which unity-settings-daemon was
+ forked, does not use media-keys plugin to switch keyboard layout).
+ 
  --
  For other layout switching problems introduced in Ubuntu 13.10 you can see 
bug 1218322.
  --
- 
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-session 3.9.90-0ubuntu3
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  Date: Thu Oct 24 11:42:19 2013
  InstallationDate: Installed on 2013-10-23 (0 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: gnome-session
  UpgradeStatus: No upgrade log present (probably fresh install)

-- 
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/1244090

Title:
  Pressing any global keyboard shortcut causes temporary loss of focus

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1244090/+subscriptions

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


[Bug 1244548] Re: Keyboard shortcut for changing keyboard layout does not work on lock screen

2014-04-25 Thread kolen
Keyboard switching in Ubuntu desktop is handled by media-keys plugin of
unity-settings-daemon. Maybe this plugin does not work on lock screen at
all (maybe it is bound to user session, not lock/login screen)?

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

Title:
  Keyboard shortcut for changing keyboard layout does not work on lock
  screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/1244548/+subscriptions

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


[Bug 1244090] Re: Pressing keyboard shortcut to switch keyboard layout causes temporary loss of focus

2014-04-18 Thread kolen
Still in 10.04 (gnome-settings-daemon 3.8.6.1-0ubuntu11), but slightly
less noticeable (reply pane in Twitter still closes when pressing
keyboard switch key, and sometimes I notice blink of border that
indicates focus of input field; defocused time has decreased).

-- 
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/1244090

Title:
  Pressing keyboard shortcut to switch keyboard layout causes temporary
  loss of focus

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1244090/+subscriptions

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


[Bug 1245473] Re: Binding ctrl+shift, alt+shift, etc for switching keyboard layout makes shortcuts with ctrl+shift, etc not working in any program

2013-11-10 Thread kolen
Possibly caused by bug 1244090: when keys to change layout are pressed,
focus moves away from application to some system app, therefore app
cannot receive keypress events.

-- 
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/1245473

Title:
  Binding ctrl+shift, alt+shift, etc for switching keyboard layout makes
  shortcuts with ctrl+shift, etc not working in any program

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1245473/+subscriptions

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


[Bug 1244090] Re: Pressing keyboard shortcut to switch keyboard layout causes temporary loss of focus

2013-10-30 Thread kolen
Why importance is set to low? For me, it is extremelly annoying bug: I
cannot use major websites (twitter, vk.com) without frustration, both in
Firefox and Chromium. Sometimes cursor moves to the start or to the end
of text input field when I switch focus, some websites has behavior
attached to losing focus (saving data and finishing editing, closing
popups).

Also seems that it induces bug 1245473: applications cannot handle
shortcuts when they lose focus, and pressing ctrl+shift and so on causes
loss of focus immediately.

-- 
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/1244090

Title:
  Pressing keyboard shortcut to switch keyboard layout causes temporary
  loss of focus

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1244090/+subscriptions

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


[Bug 1245278] Re: Shift+Shift hotkey for keyboard layout switching do not work in gnome-screensaver in Saucy

2013-10-28 Thread kolen
*** This bug is a duplicate of bug 1244548 ***
https://bugs.launchpad.net/bugs/1244548

** This bug has been marked a duplicate of bug 1244548
   Keyboard shortcut for changing keyboard layout does not work on lock screen

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

Title:
  Shift+Shift hotkey for keyboard layout switching do not work in gnome-
  screensaver in Saucy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/1245278/+subscriptions

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


[Bug 1245256] Re: Alt+Shift hotkey for keyboard layout switching do not work in gnome-screensaver in Saucy

2013-10-28 Thread kolen
*** This bug is a duplicate of bug 1244548 ***
https://bugs.launchpad.net/bugs/1244548

** This bug has been marked a duplicate of bug 1244548
   Keyboard shortcut for changing keyboard layout does not work on lock screen

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

Title:
  Alt+Shift hotkey for keyboard layout switching do not work in gnome-
  screensaver in Saucy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/1245256/+subscriptions

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


[Bug 1245270] Re: Ctrl+Shift hotkey for keyboard layout switching do not work in gnome-screensaver in Saucy

2013-10-28 Thread kolen
*** This bug is a duplicate of bug 1244548 ***
https://bugs.launchpad.net/bugs/1244548

** This bug has been marked a duplicate of bug 1244548
   Keyboard shortcut for changing keyboard layout does not work on lock screen

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

Title:
  Ctrl+Shift hotkey for keyboard layout switching do not work in gnome-
  screensaver in Saucy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/1245270/+subscriptions

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


[Bug 1245398] [NEW] Cannot enter non-latin password characters in lock screen if layout set to english before lock

2013-10-28 Thread kolen
Public bug reported:

- Configure 2 keyboard layouts:
  - default: english
  - secondary: something else
- Set your password to something containing non-english characters
- Switch keyboard layout to English
- Lock screen
- Now you can't change keyboard layout on lock screen (hotkey does not work 
(#1244548) and there is no clickable layout indicator), so you can't enter 
password and unlock.

For some reason, clickable layout indicator appears on lock screen only
if non-english layout (or non-default layout?) is active before locking
screen.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: gnome-screensaver 3.6.1-0ubuntu6
ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
Uname: Linux 3.11.0-13-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: amd64
Date: Mon Oct 28 12:54:09 2013
GnomeSessionIdleInhibited: No
GnomeSessionInhibitors: None
GsettingsGnomeSession:
 org.gnome.desktop.session idle-delay uint32 300
 org.gnome.desktop.session session-name 'ubuntu'
InstallationDate: Installed on 2013-10-23 (5 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
MarkForUpload: True
SourcePackage: gnome-screensaver
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-screensaver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug saucy

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

Title:
  Cannot enter non-latin password characters in lock screen if layout
  set to english before lock

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/1245398/+subscriptions

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


[Bug 1245473] [NEW] Binding ctrl+shift, alt+shift, etc for switching keyboard layout makes shortcuts with ctrl+shift, etc not working in any program

2013-10-28 Thread kolen
Public bug reported:

Tried only with ctrl+shift, maybe behaves the same for other modifier
key combinations when used as shortcut for switching layouts.

- Set ctrl+shift as shortcut for switching keyboard layouts
- Try to use ctrl+shift+v, ctrl+shift+c in Terminal -- it doesn't work 
(actually Terminal window loses focus when ctrl+shift is pressed, and layout is 
switched)

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: gnome-settings-daemon 3.8.5-0ubuntu11.1
ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
Uname: Linux 3.11.0-13-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: amd64
Date: Mon Oct 28 16:40:02 2013
InstallationDate: Installed on 2013-10-23 (5 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
MarkForUpload: True
SourcePackage: gnome-settings-daemon
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-settings-daemon (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug package-from-proposed 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/1245473

Title:
  Binding ctrl+shift, alt+shift, etc for switching keyboard layout makes
  shortcuts with ctrl+shift, etc not working in any program

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1245473/+subscriptions

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


[Bug 1245138] Re: Super+Space and Shift+Super+Space hotkeys for keyboard layout switching do not work in gnome-screensaver in Saucy

2013-10-27 Thread kolen
*** This bug is a duplicate of bug 1244548 ***
https://bugs.launchpad.net/bugs/1244548

** This bug has been marked a duplicate of bug 1244548
   Keyboard shortcut for changing keyboard layout does not work on lock screen

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

Title:
  Super+Space and Shift+Super+Space hotkeys for keyboard layout
  switching do not work in gnome-screensaver in Saucy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/1245138/+subscriptions

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


[Bug 1244548] [NEW] Keyboard shortcut for changing keyboard layout does not work on lock screen

2013-10-25 Thread kolen
Public bug reported:

Shortcut for changing keyboard layout does not work on lock screen (to
change keyboard layout for entering password).

- Switch to some non-english layout (otherwise lock screen will not have layout 
indicator at all)
- Lock the screen
- Press your shortcut for changing keyboard layout (i.e. ctrl+shift) -- it will 
not change layout
- Clicking layout indicator near password entry box works

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: gnome-screensaver 3.6.1-0ubuntu6
ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
Uname: Linux 3.11.0-13-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: amd64
Date: Fri Oct 25 11:01:10 2013
GnomeSessionIdleInhibited: No
GnomeSessionInhibitors: None
GsettingsGnomeSession:
 org.gnome.desktop.session idle-delay uint32 300
 org.gnome.desktop.session session-name 'ubuntu'
InstallationDate: Installed on 2013-10-23 (1 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
MarkForUpload: True
SourcePackage: gnome-screensaver
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-screensaver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug saucy

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

Title:
  Keyboard shortcut for changing keyboard layout does not work on lock
  screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/1244548/+subscriptions

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


[Bug 1244090] Re: Pressing keyboard shortcut to switch keyboard layout causes temporary loss of focus

2013-10-25 Thread kolen
** Bug watch added: GNOME Bug Tracker #700316
   https://bugzilla.gnome.org/show_bug.cgi?id=700316

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

** No longer affects: gnome-session (Ubuntu)

** Also affects: ubuntu
   Importance: Undecided
   Status: New

** Package changed: ubuntu = gnome-settings-daemon (Ubuntu)

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

Title:
  Pressing keyboard shortcut to switch keyboard layout causes temporary
  loss of focus

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1244090/+subscriptions

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


[Bug 1244090] [NEW] Pressing keyboard shortcut to switch keyboard layout causes temporary loss of focus

2013-10-24 Thread kolen
Public bug reported:

When pressing keyboard shourtcut for switching keyboard layout, focus
temporary switches from active text input to something else, then
restores back when releasing keys used to switch. Maybe even active
window loses focus, but window frame does not shows this (window header
remains to look active).

For example: when I press ctrl+shift here, when writing this
description, yellow frame disappears from text input box, text caret
disappears too; they appear again when releasing ctrl+shift. The same
occurs in all other programs, i.e. terminal.

It causes serious annoyance, for example in Twitter when losing focus in
Reply text box, reply rolls up and I have to click it again with mouse
and set caret to correct place each time I switch keyboard layouts.

Other key combinations, not only ctrl+shift, also cause this.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: gnome-session 3.9.90-0ubuntu3
ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
Uname: Linux 3.11.0-12-generic x86_64
ApportVersion: 2.12.5-0ubuntu2
Architecture: amd64
Date: Thu Oct 24 11:42:19 2013
InstallationDate: Installed on 2013-10-23 (0 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: gnome-session
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-session (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug saucy

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

Title:
  Pressing keyboard shortcut to switch keyboard layout causes temporary
  loss of focus

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/1244090/+subscriptions

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


[Bug 653296] [NEW] Window switcher applet displays ellipsis without icons when buttons become narrow

2010-10-01 Thread kolen
Public bug reported:

Binary package hint: gnome-panel

When more windows appear on desktop, size of window switcher applet
buttons became smaller. After some moment it begins to display ellipsis
symbols instead of icons, and it begins when there is enough space to
display icons.

I think it should display icons always, even cropped if buttons become
narrow.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: gnome-panel 1:2.30.2-1ubuntu3
ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Sat Oct  2 01:43:40 2010
GConfNonDefault:
 
/apps/panel/general/applet_id_list=[clock_screen0,applet_0,applet_1,applet_2,applet_3,applet_6,applet_7]
 
/apps/panel/general/object_id_list=[menu_bar_screen0,object_2,object_0,object_1,object_3,object_4,object_5,object_6,object_7,object_9]
 /apps/panel/general/toplevel_id_list=[top_panel_screen0]
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
ProcEnviron:
 LANG=ru_RU.utf8
 SHELL=/bin/bash
SourcePackage: gnome-panel

** Affects: gnome-panel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 maverick

-- 
Window switcher applet displays ellipsis without icons when buttons become 
narrow
https://bugs.launchpad.net/bugs/653296
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in ubuntu.

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


[Bug 653296] Re: Window switcher applet displays ellipsis without icons when buttons become narrow

2010-10-01 Thread kolen

** Attachment added: Screenshots
   
https://bugs.launchpad.net/bugs/653296/+attachment/1664814/+files/panelbug.png

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/653296/+attachment/1664815/+files/Dependencies.txt

-- 
Window switcher applet displays ellipsis without icons when buttons become 
narrow
https://bugs.launchpad.net/bugs/653296
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in ubuntu.

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


[Bug 459983] [NEW] System testing: no sound in sound output test (ice1712 snd_usb_audio)

2009-10-24 Thread kolen
Public bug reported:

System testing program generates no sound on both audio cards during
output test.

Detection test results:

0 [M2496  ]: ICE1712 - M Audio Audiophile 24/96
  M Audio Audiophile 24/96 at 0xa800, irq 17
 1 [default]: USB-Audio - PnP Audio Device
  PnP Audio Device at usb-:00:02.0-7, full speed

USB-Audio - PnP Audio Device is builtin soundcard on Asus M2N-SLI
motherboard with nforce chipset, it is on USB bus.

It's ok, both of my sound cards are detected. But I can't manage to get output 
to any of them, both by running System testing and by using Rhythmbox.
Tried to use mpg123. mpg123-oss successfully outputs sound to M Audio 
Audiophile 24/96, but mpg123-alsa does not output anything to any of soundcards.

Both cards worked correctly on Ubuntu 9.04, without additional manual
configuring, right after install. I have installed 9.10 rc as fresh
copy, because I have lost partition with 9.04.

ProblemType: Bug
Architecture: i386
CheckboxCommand: gst_pipeline_test -t 2 'audiotestsrc wave=sine freq=512 ! 
audioconvert ! audioresample ! gconfaudiosink'
CheckboxTest: playback_auto
Date: Sat Oct 24 23:33:53 2009
DistroRelease: Ubuntu 9.10
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release Candidate i386 
(20091020.3)
NonfreeKernelModules: nvidia
Package: python-gst0.10 0.10.17-1
ProcEnviron:
 SHELL=/bin/bash
 LANG=ru_RU.UTF-8
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: gst0.10-python
Tags: checkbox-bug
Uname: Linux 2.6.31-14-generic i686

** Affects: gst0.10-python (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug checkbox-bug i386

-- 
System testing: no sound in sound output test (ice1712  snd_usb_audio)
https://bugs.launchpad.net/bugs/459983
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gst0.10-python in ubuntu.

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


[Bug 459983] Re: System testing: no sound in sound output test (ice1712 snd_usb_audio)

2009-10-24 Thread kolen

** Attachment added: Screenshot of Sound preferences
   http://launchpadlibrarian.net/34333045/Screenshot-Sound%20Preferences-1.png

-- 
System testing: no sound in sound output test (ice1712  snd_usb_audio)
https://bugs.launchpad.net/bugs/459983
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gst0.10-python in ubuntu.

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


[Bug 459983] Re: System testing: no sound in sound output test (ice1712 snd_usb_audio)

2009-10-24 Thread kolen

** Attachment added: State saved with alsactl store 0 -f /tmp/alsactl (M-Audio 
Audiophile 2496)
   http://launchpadlibrarian.net/34333071/alsactl

-- 
System testing: no sound in sound output test (ice1712  snd_usb_audio)
https://bugs.launchpad.net/bugs/459983
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gst0.10-python in ubuntu.

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


[Bug 459983] Re: System testing: no sound in sound output test (ice1712 snd_usb_audio)

2009-10-24 Thread kolen

** Attachment added: Screenshot-Sound Preferences.png
   http://launchpadlibrarian.net/34333027/Screenshot-Sound%20Preferences.png

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/34333028/Dependencies.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/34333029/XsessionErrors.txt

-- 
System testing: no sound in sound output test (ice1712  snd_usb_audio)
https://bugs.launchpad.net/bugs/459983
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gst0.10-python in ubuntu.

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


[Bug 459983] Re: System testing: no sound in sound output test (ice1712 snd_usb_audio)

2009-10-24 Thread kolen

** Attachment added: Screenshot of Sound preferences
   http://launchpadlibrarian.net/34333063/Screenshot-Sound%20Preferences-2.png

-- 
System testing: no sound in sound output test (ice1712  snd_usb_audio)
https://bugs.launchpad.net/bugs/459983
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gst0.10-python in ubuntu.

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


[Bug 459983] Re: System testing: no sound in sound output test (ice1712 snd_usb_audio)

2009-10-24 Thread kolen

** Attachment added: State saved with alsactl store 1 -f /tmp/alsactl 
(built-in usb audio)
   http://launchpadlibrarian.net/34333084/alsactl.1

-- 
System testing: no sound in sound output test (ice1712  snd_usb_audio)
https://bugs.launchpad.net/bugs/459983
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gst0.10-python in ubuntu.

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


[Bug 107668] Re: Setting an invalid mount point can make a removeable media unaccessible

2009-01-18 Thread kolen
I have no gconf key system/storage/drives/ because I have never changed mount 
point of any of drives. But I also have this problem, when I insert ANY usb 
flash drive or even SD card, gnome invokes autostart and displays Invalid 
mount option when attempting to mount the volume. Note that it does not 
display volume name.
When I try to open the drive in computer:/// in Nautilus, it shows the same 
error message.

Properties dialog of drive in Nautilus does not have Volume tab.

When I tried to mount manually to /media/disk it mounts and I can see and open 
it in Nautilus. Volume and Drive tabs appear, but mount point text field is 
empty. After unmounting (through umount from root, because it does not work in 
Nautilus when mounted manually) I still cannot mount it through gnome and still 
get Invalid mount option when attempting to mount the volume message.
Still there is no system/storage/drives/ in gconf after that manipulations.

Mounting in KDE works.

Ubuntu 8.10 amd64.
Gnome 2.24.1 Build Date: 24.10.2008
gnome-mount 0.8-1ubuntu1.
hal 0.5.11-4ubuntu4
linux 2.6.27-9-generic #1 SMP

** Attachment added: gnome-mount.png
   http://launchpadlibrarian.net/21306530/gnome-mount.png

-- 
Setting an invalid mount point can make a removeable media unaccessible
https://bugs.launchpad.net/bugs/107668
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-volume-manager in ubuntu.

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