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 354953 - crash in Deskbar: Changing the keyboard ac...
crash in Deskbar: Changing the keyboard ac...
Status: RESOLVED FIXED
Product: deskbar-applet
Classification: Deprecated
Component: general
2.16.x
Other All
: Urgent critical
: 2.16
Assigned To: Deskbar Applet Maintainer(s)
Deskbar Applet Maintainer(s)
: 354961 355556 355570 355616 355693 355853 356371 356463 357241 357747 358373 358788 359500 361481 363082 363684 363817 364272 364478 364640 365235 365651 366531 367746 367809 371810 372810 373361 374252 374771 375027 375280 376151 377809 378034 378412 378701 383820 384105 385102 385662 385985 389947 390202 390951 392717 393288 394924 395396 395559 395972 397003 401191 401286 403065 404900 406449 406458 408936 413214 415185 416016 416035 433741 433812 451296 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-09-08 11:35 UTC by Ramanan
Modified: 2007-06-26 17:32 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
Check if a previous shortcut exists (392 bytes, patch)
2006-09-09 15:35 UTC, Sebastian Pölsterl
none Details | Review

Description Ramanan 2006-09-08 11:35:45 UTC
What were you doing when the application crashed?
Changing the keyboard accelerator for the Deskbar applet
- Deskbar refuses to recognise the new accelerator in the entry, but the particular key becomes unusable (you will notice there is no small-case "X" in the preceding paragraph. Using a key for the keybinding renders it useless.
- Problem manifests itself only when using compiz + cgwd


Distribution: Ubuntu 6.10 (edgy)
Gnome Release: 2.16.0 2006-09-04 (Ubuntu)
BugBuddy Version: 2.16.0

Memory status: size: 0 vsize: 0 resident: 0 share: 0 rss: 0 rss_rlim: 0
CPU usage: start_time: 0 rtime: 0 utime: 0 stime: 0 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 0

Traceback (most recent call last):
  • File "/usr/lib/python2.4/site-packages/deskbar/ui/DeskbarPreferencesUI.py", line 121 in __on_key_press_event
    self.__cancel()
  • File "/usr/lib/python2.4/site-packages/deskbar/ui/DeskbarPreferencesUI.py", line 135 in __cancel
    self.set_accelerator_name(self.__old_value)
  • File "/usr/lib/python2.4/site-packages/deskbar/ui/DeskbarPreferencesUI.py", line 55 in set_accelerator_name
    (keyval, mods) = gtk.accelerator_parse(value)
TypeError: Gtk.accelerator_parse() argument 1 must be string, not None

Comment 1 Sergej Kotliar 2006-09-09 10:53:55 UTC
*** Bug 354961 has been marked as a duplicate of this bug. ***
Comment 2 Sebastian Pölsterl 2006-09-09 15:35:10 UTC
Created attachment 72454 [details] [review]
Check if a previous shortcut exists
Comment 3 Karsten Bräckelmann 2006-09-12 09:55:20 UTC
*** Bug 355556 has been marked as a duplicate of this bug. ***
Comment 4 Karsten Bräckelmann 2006-09-12 13:36:18 UTC
*** Bug 355570 has been marked as a duplicate of this bug. ***
Comment 5 Karsten Bräckelmann 2006-09-12 18:37:15 UTC
*** Bug 355616 has been marked as a duplicate of this bug. ***
Comment 6 Karsten Bräckelmann 2006-09-13 10:35:46 UTC
*** Bug 355693 has been marked as a duplicate of this bug. ***
Comment 7 Karsten Bräckelmann 2006-09-13 20:19:26 UTC
*** Bug 355853 has been marked as a duplicate of this bug. ***
Comment 8 Karsten Bräckelmann 2006-09-17 10:13:48 UTC
*** Bug 356371 has been marked as a duplicate of this bug. ***
Comment 9 Karsten Bräckelmann 2006-09-17 22:44:37 UTC
*** Bug 356463 has been marked as a duplicate of this bug. ***
Comment 10 Ramanan 2006-09-19 14:04:10 UTC
Applied attached patch. Deskbar doesn't crash anymore, but changing the accelerator still doesn't function correctly. Both the new and old shortcuts are able to activate deskbar. Only reloading the applet fixes this.
Comment 11 Karsten Bräckelmann 2006-09-22 21:23:38 UTC
*** Bug 357241 has been marked as a duplicate of this bug. ***
Comment 12 Karsten Bräckelmann 2006-09-26 13:08:59 UTC
*** Bug 357747 has been marked as a duplicate of this bug. ***
Comment 13 Karsten Bräckelmann 2006-09-29 21:14:48 UTC
*** Bug 358373 has been marked as a duplicate of this bug. ***
Comment 14 Karsten Bräckelmann 2006-10-01 14:53:31 UTC
*** Bug 358788 has been marked as a duplicate of this bug. ***
Comment 15 Elijah Newren 2006-10-04 05:55:33 UTC
*** Bug 359500 has been marked as a duplicate of this bug. ***
Comment 16 Karsten Bräckelmann 2006-10-11 17:07:22 UTC
*** Bug 361481 has been marked as a duplicate of this bug. ***
Comment 17 André Klapper 2006-10-17 23:48:56 UTC
raphael or mikkel,
can the trivial patch at comment 2 please be reviewed/applied?
this issue bites many users (15 dups so far), thanks a lot in advance for caring.
Comment 18 Karsten Bräckelmann 2006-10-18 08:51:45 UTC
*** Bug 363082 has been marked as a duplicate of this bug. ***
Comment 19 Raphael Slinckx 2006-10-18 10:58:15 UTC
Fixed in CVS
Comment 20 André Klapper 2006-10-18 11:10:49 UTC
raphael, thanks a lot!
Comment 21 Karsten Bräckelmann 2006-10-20 15:04:59 UTC
*** Bug 363684 has been marked as a duplicate of this bug. ***
Comment 22 André Klapper 2006-10-21 15:04:45 UTC
*** Bug 363817 has been marked as a duplicate of this bug. ***
Comment 23 Karsten Bräckelmann 2006-10-22 22:17:46 UTC
*** Bug 364272 has been marked as a duplicate of this bug. ***
Comment 24 Karsten Bräckelmann 2006-10-23 17:07:47 UTC
*** Bug 364478 has been marked as a duplicate of this bug. ***
Comment 25 André Klapper 2006-10-24 08:38:28 UTC
*** Bug 364640 has been marked as a duplicate of this bug. ***
Comment 26 André Klapper 2006-10-26 11:17:36 UTC
*** Bug 365235 has been marked as a duplicate of this bug. ***
Comment 27 Rob Bradford 2006-10-27 18:12:06 UTC
*** Bug 365651 has been marked as a duplicate of this bug. ***
Comment 28 Karsten Bräckelmann 2006-10-28 22:14:51 UTC
*** Bug 366531 has been marked as a duplicate of this bug. ***
Comment 29 André Klapper 2006-10-30 17:13:29 UTC
*** Bug 367746 has been marked as a duplicate of this bug. ***
Comment 30 André Klapper 2006-10-30 18:06:13 UTC
*** Bug 367809 has been marked as a duplicate of this bug. ***
Comment 31 André Klapper 2006-11-07 01:06:49 UTC
*** Bug 371810 has been marked as a duplicate of this bug. ***
Comment 32 André Klapper 2006-11-09 19:35:13 UTC
*** Bug 372810 has been marked as a duplicate of this bug. ***
Comment 33 André Klapper 2006-11-10 14:14:36 UTC
*** Bug 373361 has been marked as a duplicate of this bug. ***
Comment 34 André Klapper 2006-11-12 19:55:11 UTC
*** Bug 374252 has been marked as a duplicate of this bug. ***
Comment 35 André Klapper 2006-11-13 18:09:43 UTC
*** Bug 374771 has been marked as a duplicate of this bug. ***
Comment 36 André Klapper 2006-11-15 02:00:15 UTC
*** Bug 375027 has been marked as a duplicate of this bug. ***
Comment 37 André Klapper 2006-11-15 02:18:08 UTC
*** Bug 375280 has been marked as a duplicate of this bug. ***
Comment 38 André Klapper 2006-11-17 18:47:44 UTC
*** Bug 376151 has been marked as a duplicate of this bug. ***
Comment 39 Susana 2006-11-21 19:33:27 UTC
*** Bug 377809 has been marked as a duplicate of this bug. ***
Comment 40 André Klapper 2006-11-23 00:27:28 UTC
*** Bug 378034 has been marked as a duplicate of this bug. ***
Comment 41 André Klapper 2006-11-23 12:44:19 UTC
*** Bug 378412 has been marked as a duplicate of this bug. ***
Comment 42 André Klapper 2006-11-24 08:58:58 UTC
*** Bug 378701 has been marked as a duplicate of this bug. ***
Comment 43 Susana 2006-12-09 13:42:15 UTC
*** Bug 383820 has been marked as a duplicate of this bug. ***
Comment 44 André Klapper 2006-12-10 20:05:49 UTC
*** Bug 384105 has been marked as a duplicate of this bug. ***
Comment 45 Susana 2006-12-14 12:17:30 UTC
*** Bug 385662 has been marked as a duplicate of this bug. ***
Comment 46 André Klapper 2006-12-14 13:04:05 UTC
*** Bug 385102 has been marked as a duplicate of this bug. ***
Comment 47 Susana 2006-12-15 20:59:01 UTC
*** Bug 385985 has been marked as a duplicate of this bug. ***
Comment 48 Susana 2006-12-27 12:08:44 UTC
*** Bug 389947 has been marked as a duplicate of this bug. ***
Comment 49 Susana 2006-12-28 11:46:49 UTC
*** Bug 390202 has been marked as a duplicate of this bug. ***
Comment 50 Susana 2006-12-30 14:50:12 UTC
*** Bug 390951 has been marked as a duplicate of this bug. ***
Comment 51 Susana 2007-01-04 19:36:10 UTC
*** Bug 392717 has been marked as a duplicate of this bug. ***
Comment 52 Susana 2007-01-06 04:05:44 UTC
*** Bug 393288 has been marked as a duplicate of this bug. ***
Comment 53 Susana 2007-01-12 13:06:47 UTC
*** Bug 395396 has been marked as a duplicate of this bug. ***
Comment 54 Susana 2007-01-12 13:15:45 UTC
*** Bug 395559 has been marked as a duplicate of this bug. ***
Comment 55 palfrey 2007-01-15 22:42:57 UTC
*** Bug 397003 has been marked as a duplicate of this bug. ***
Comment 56 André Klapper 2007-01-18 12:30:46 UTC
*** Bug 395972 has been marked as a duplicate of this bug. ***
Comment 57 palfrey 2007-01-22 16:33:15 UTC
*** Bug 394924 has been marked as a duplicate of this bug. ***
Comment 58 palfrey 2007-01-27 00:21:03 UTC
*** Bug 401191 has been marked as a duplicate of this bug. ***
Comment 59 palfrey 2007-01-27 13:33:20 UTC
*** Bug 401286 has been marked as a duplicate of this bug. ***
Comment 60 palfrey 2007-02-02 00:08:16 UTC
*** Bug 403065 has been marked as a duplicate of this bug. ***
Comment 61 palfrey 2007-02-06 17:35:25 UTC
*** Bug 404900 has been marked as a duplicate of this bug. ***
Comment 62 palfrey 2007-02-10 19:16:47 UTC
*** Bug 406449 has been marked as a duplicate of this bug. ***
Comment 63 palfrey 2007-02-10 19:16:57 UTC
*** Bug 406458 has been marked as a duplicate of this bug. ***
Comment 64 Susana 2007-02-17 15:17:54 UTC
*** Bug 408936 has been marked as a duplicate of this bug. ***
Comment 65 Pedro Villavicencio 2007-02-28 22:44:29 UTC
*** Bug 413214 has been marked as a duplicate of this bug. ***
Comment 66 Susana 2007-03-06 17:12:41 UTC
*** Bug 415185 has been marked as a duplicate of this bug. ***
Comment 67 Pedro Villavicencio 2007-03-08 12:40:47 UTC
*** Bug 416035 has been marked as a duplicate of this bug. ***
Comment 68 Pedro Villavicencio 2007-03-08 12:48:52 UTC
*** Bug 416016 has been marked as a duplicate of this bug. ***
Comment 69 Pedro Villavicencio 2007-04-27 00:54:13 UTC
*** Bug 433741 has been marked as a duplicate of this bug. ***
Comment 70 palfrey 2007-04-28 18:03:53 UTC
*** Bug 433812 has been marked as a duplicate of this bug. ***
Comment 71 palfrey 2007-06-26 17:32:42 UTC
*** Bug 451296 has been marked as a duplicate of this bug. ***