[Bug 529233] Re: editing locations to the clock applet, keyboard navigation closes the dialog unexpectedly

2010-08-26 Thread Oren Barnea
The current theme in Maverick shows that indeed there is some ambiguity
regarding the selected button when navigating this dialog using the
keyboard: the Close button is constantly highlighted in bright orange
color on it all the time, and stays highlighted when the Tab key is
pressed. Other buttons get highlighted with an orange frame around them,
that moves from one button to the next upon pressing Tab. The bright
orange button face seems to be associated to pressing Enter, and the
orange frame seems to be associated to pressing Space Bar.

-- 
editing locations to the clock applet, keyboard navigation closes the dialog 
unexpectedly
https://bugs.launchpad.net/bugs/529233
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 529233] Re: editing locations to the clock applet, keyboard navigation closes the dialog unexpectedly

2010-04-19 Thread Sebastien Bacher
the issue seems to be the default action binded to enter use

-- 
editing locations to the clock applet, keyboard navigation closes the dialog 
unexpectedly
https://bugs.launchpad.net/bugs/529233
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 529233] Re: editing locations to the clock applet, keyboard navigation closes the dialog unexpectedly

2010-04-17 Thread Oren Barnea
First I have to say that I get the impression that the program doesn't
really crash, but simply closes due to some error in the default action
linked to pressing the Enter key.

I tried to follow the instructions and didn't really succeed. I'm not sure I 
was doing it correctly. Here's what I did, maybe you can find what I did wrong:
Installed the gnome-panel-dbgsym package, navigated to
/usr/lib/gnome-panel/
and from that location I ran gdb. Here's the outpou of the first try:


o...@lucky:/usr/lib/gnome-panel$ gdb gnome-clock-applet-mechanism 21 | tee 
~/gdb-gnome-clock-applet-mechanism.txt
GNU gdb (GDB) 7.1-ubuntu
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as i486-linux-gnu.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/...
Reading symbols from 
/usr/lib/gnome-panel/gnome-clock-applet-mechanism...Reading symbols from 
/usr/lib/debug/usr/lib/gnome-panel/gnome-clock-applet-mechanism...done.
done.
(gdb) handle SIG33 pass nostop noprint
SignalStop  Print   Pass to program Description
SIG33 NoNo  Yes Real-time event 33
(gdb) set pagination 0
(gdb) run
Starting program: /usr/lib/gnome-panel/gnome-clock-applet-mechanism 
[Thread debugging using libthread_db enabled]

** (process:31912): WARNING **: Failed to acquire
org.gnome.ClockApplet.Mechanism: Connection :1.132 is not allowed to
own the service org.gnome.ClockApplet.Mechanism due to security
policies in the configuration file

** (process:31912): WARNING **: Could not acquire name; bailing out

Program exited with code 01.
(gdb) exit
Undefined command: exit.  Try help.
(gdb) quit


So I tried the same thing with sudo, but that didn't seem to work
either:


o...@lucky:/usr/lib/gnome-panel$ sudo gdb gnome-clock-applet-mechanism 21 | 
tee ~/gdb-gnome-clock-applet-mechanism.txt
[sudo] password for oren: 
GNU gdb (GDB) 7.1-ubuntu
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as i486-linux-gnu.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/...
Reading symbols from 
/usr/lib/gnome-panel/gnome-clock-applet-mechanism...Reading symbols from 
/usr/lib/debug/usr/lib/gnome-panel/gnome-clock-applet-mechanism...done.
done.
(gdb) handle SIG33 pass nostop noprint
SignalStop  Print   Pass to program Description
SIG33 NoNo  Yes Real-time event 33
(gdb) set pagination 0
(gdb) run
Starting program: /usr/lib/gnome-panel/gnome-clock-applet-mechanism 
[Thread debugging using libthread_db enabled]
** (process:31920): DEBUG: Setting killtimer to 30 seconds...
** (process:31920): DEBUG: Exiting due to inactivity

Program exited with code 01.


I then tried to manually activate the clock settings program after
running gdb and that didn't create a backtrace either:


(gdb) run
Starting program: /usr/lib/gnome-panel/gnome-clock-applet-mechanism 
[Thread debugging using libthread_db enabled]
** (process:31923): DEBUG: Setting killtimer to 30 seconds...
** (process:31923): DEBUG: Exiting due to inactivity

Program exited with code 01.
(gdb) backtrace full
No stack.


at that stage I tried to work according to the Already running programs part 
of the manual for creating a backtrace, but I was unable to identify which 
process I was trying to follow. Then I pretty much gave up :)
any ideas on what to do now would be welcome.

-- 
editing locations to the clock applet, keyboard navigation closes the dialog 
unexpectedly
https://bugs.launchpad.net/bugs/529233
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 529233] Re: editing locations to the clock applet, keyboard navigation closes the dialog unexpectedly

2010-04-14 Thread Pedro Villavicencio
Thanks Oren, could you attach gdb to that process ? the name should be
something like /usr/lib/gnome-panel/gnome-clock-applet-mechanism ; for
instructions on how to use gdb please read
http://wiki.ubuntu.com/DebuggingProgramCrash ; thanks in advance.

-- 
editing locations to the clock applet, keyboard navigation closes the dialog 
unexpectedly
https://bugs.launchpad.net/bugs/529233
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 529233] Re: editing locations to the clock applet, keyboard navigation closes the dialog unexpectedly

2010-03-12 Thread Pedro Villavicencio
Thanks for the report, may you take an screenshot of that dialog and
attach it to the report? Thanks in advance.

** Changed in: gnome-panel (Ubuntu)
   Importance: Undecided = Low

** Changed in: gnome-panel (Ubuntu)
   Status: New = Incomplete

** Changed in: gnome-panel (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

-- 
editing locations to the clock applet, keyboard navigation closes the dialog 
unexpectedly
https://bugs.launchpad.net/bugs/529233
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 529233] Re: editing locations to the clock applet, keyboard navigation closes the dialog unexpectedly

2010-03-12 Thread Oren Barnea
Screenshot attached.

** Attachment added: Screenshot-Clock Preferences - bug 529233.png
   
http://launchpadlibrarian.net/40879512/Screenshot-Clock%20Preferences%20-%20bug%20529233.png

-- 
editing locations to the clock applet, keyboard navigation closes the dialog 
unexpectedly
https://bugs.launchpad.net/bugs/529233
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 529233] Re: editing locations to the clock applet, keyboard navigation closes the dialog unexpectedly

2010-02-27 Thread Oren Barnea

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

** Attachment added: GConfNonDefault.txt
   http://launchpadlibrarian.net/39866049/GConfNonDefault.txt

-- 
editing locations to the clock applet, keyboard navigation closes the dialog 
unexpectedly
https://bugs.launchpad.net/bugs/529233
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