After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 541466 - Ignoring keyboard modifiers with some keyboard layouts
Ignoring keyboard modifiers with some keyboard layouts
Status: RESOLVED WONTFIX
Product: gtk+
Classification: Platform
Component: Class: UIManager / Actions
2.14.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
: 534268 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2008-07-03 22:24 UTC by Sayerh Wassim
Modified: 2014-08-30 05:08 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description Sayerh Wassim 2008-07-03 22:24:58 UTC
Please describe the problem:
After playing a video, I can't use the youtube search input area normally, because when i push the space key, the video starts/pause. But before starting any video, the input area works perfectly

Steps to reproduce:
1. Open Totem Media Player
2. Activate the Youtube Plugin
3. Go to the right panel and witch from playlist or properties to Youtube
4. Search for exemple for "Gnome Totem", the space works for the moment
5. Now start a video from the results
6. Search for another video, for exemple "Linux Ubuntu".


Actual results:
You can't type Linux Ubuntu completely because when you press "Space", the video switch to pause.

Expected results:
When I press "Space", ' ' should appear in the text area.

Does this happen every time?
Yes, every time after starting a video.

Other information:
No more informations, sorry :(
Comment 1 Philip Withnall 2008-07-04 04:50:53 UTC
What distribution are you using? What version of GTK+? Are you running Compiz or any extended input programs?
Comment 2 Sayerh Wassim 2008-07-04 13:39:29 UTC
I'm using Ubuntu Hardy Heron (8.04).
I have GTK+ 2.0
I'm using Compiz, but the problem isn't resolved by disabling it.
I don't have any other exotic program. I have just the default programs + Emesene + Limewire + Thunderbird + Java + Geany + GTK-RecordMyDesktop + VLC Media Player.
Comment 3 Philip Withnall 2008-07-04 15:54:42 UTC
How do you start the video from the first search? By double-clicking, right-clicking, or what?

How did you perform the search? Did you press enter after typing in "Gnome Linux", or press the search button?

I'm running on Ubuntu 8.10 and I can't replicate the bug.
Comment 4 Sayerh Wassim 2008-07-04 18:47:42 UTC
On the first search, I start the video by double-clicking and I perform the search by pressing "Enter" after typing the keywords.

This bug is also reported here by another person: https://bugs.launchpad.net/ubuntu/+source/totem/+bug/240203 . He has put a video to explain the problem. I notice that we have both Ubuntu in French...
Comment 5 Philip Withnall 2008-07-12 23:56:19 UTC
From the Launchpad bug report:

Sayerh Wassim wrote on 2008-07-11:

> The problem is with the Français-Autre keyboard layout. When I switch to the Français-Legacy Alternative, the problem is resolved.

I won't be able to look into this for a while, but at least we know have a reproducible cause and a workaround.
Comment 6 Philip Withnall 2008-07-12 23:57:04 UTC
*** Bug 534268 has been marked as a duplicate of this bug. ***
Comment 7 antistress 2008-07-14 21:37:05 UTC
i confirm that Sayern solution (switching to Français-Legacy Alternative) works for me too.

Therefore, is it a bug in Totem or does it concern the way Gnome handles keyboards ?
Comment 8 Christoph Burghardt 2008-09-24 11:57:42 UTC
I'm using Ubuntu Intrepid with


christoph@ela:~/oe$ totem --version
GNOME totem 2.24.0
christoph@ela:~/oe$ export|grep LANG
declare -x GDM_LANG="de_DE.UTF-8"
declare -x LANG="de_DE.UTF-8"

and this problem extends to all totem accelerator keys like '0','1','2', so you can't search for 2008. Workaround ist to type the search term e.g. on a console and paste it into the search form. 
Comment 9 Philip Withnall 2008-10-20 21:56:43 UTC
After some debugging, it appears that with the France Alternative keyboard layout, GTK+ is ignoring the need for modifiers to be held when listening for accelerator presses, and is thus (e.g.) pausing the video when pressing space, rather than <control>space.

I've tried with all Totem's key capture code disabled, and it's definitely just caused by GtkUIManager et al. Reassigning to GTK+ for the moment, since I don't know if it's a problem there or with something lower down the stack.
Comment 10 Philip Withnall 2008-10-22 16:34:19 UTC
*** Bug 557447 has been marked as a duplicate of this bug. ***
Comment 11 Philip Withnall 2008-10-22 19:01:07 UTC
Note that problems with keys such as "0", "1", "<shift>S" et al have been worked-around in bug #557447. The problem with the space bar, however, still remains.
Comment 12 Yann SOUBEYRAND 2009-11-18 07:55:18 UTC
Hi!
Having Ubuntu Jaunty with Gnome 2.26.1, I've the same bug in Totem.
Bye!
Comment 13 Matthias Clasen 2014-08-30 05:08:06 UTC
GtkAction has been deprecated