GNOME Bugzilla – Bug 419905
crash in Gimmie: Just started it using Al...
Last modified: 2007-03-19 00:03:14 UTC
What were you doing when the application crashed? Just started it using Alt+f2 in KDE Distribution: Ubuntu 7.04 (feisty) Gnome Release: 2.18.0 2007-03-13 (Ubuntu) BugBuddy Version: 2.18.0 System: Linux 2.6.20-11-generic #2 SMP Thu Mar 15 08:03:07 UTC 2007 i686 X Vendor: The X.Org Foundation X Vendor Release: 70200000 Selinux: No Accessibility: Disabled GTK+ Theme: Clearlooks Icon Theme: gnome 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 ----------- .xsession-errors --------------------- assert icon_value, "No icon to load!" AssertionError: No icon to load! ALSA lib confmisc.c:670:(snd_func_card_driver) cannot find card '0' ALSA lib conf.c:3500:(_snd_config_evaluate) function snd_func_card_driver returned error: No such device ALSA lib confmisc.c:391:(snd_func_concat) error evaluating strings ALSA lib conf.c:3500:(_snd_config_evaluate) function snd_func_concat returned error: No such device ALSA lib confmisc.c:1070:(snd_func_refer) error evaluating name ALSA lib conf.c:3500:(_snd_config_evaluate) function snd_func_refer returned error: No such device ALSA lib conf.c:3968:(snd_config_expand) Evaluate error: No such device ALSA lib pcm.c:2145:(snd_pcm_open_noupdate) Unknown PCM default X Error: BadMatch (invalid parameter attributes) 8 Major opcode: 157 Minor opcode: 6 Resource id: 0xa2 -------------------------------------------------- Traceback (most recent call last):
+ Trace 119858
gimmie.gimmie.main(sys.argv[1:])
load_it()
load_it = lambda: _load_gimmie_bar(topics)
gimmie_bar = GimmieBarDock(topics, gravity, autohide_anchors=autohide, swapbar=swapbar)
self.layout(edge_gravity, self.edge_window, swapbar)
running_list = self.make_running_list(edge_gravity, topic)
running = TopicRunningList(running_source, edge_gravity)
self._reload(source)
self.add_item(i, target_height)
running = RunningItemTile(i, target_height, self.gravity)
self._reload(item)
self.icons = self._load_icons(item, self.target_height)
icon = item.get_icon(target_height)
return icon_factory.load_icon(found, icon_size)
assert icon_value, "No icon to load!"
*** This bug has been marked as a duplicate of 419239 ***