Gnome: The Application "resapplet" has quit unexpectedly
From FVue
Contents
Problem
When starting Gnome, I receive an error message:
The Application "resapplet" has quit unexpectedly
Solution
Since I don't plan on switching resolution, I just removed resapplet with YaST.
Journal
20051221
Googling for an answer only gives me one hit of the same problem, no solution.
Doing a YaST online update doesn't help either.
Starting resapplet from the console gives me these errors:
$> resapplet Xlib: extension "RANDR" missing on display ":0.0". ALSA lib confmisc.c:672:(snd_func_card_driver) cannot find card '0' ALSA lib conf.c:3493:(_snd_config_evaluate) function snd_func_card_driver returned error: No such device ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings ALSA lib conf.c:3493:(_snd_config_evaluate) function snd_func_concat returned error: No such device ALSA lib confmisc.c:955:(snd_func_refer) error evaluating name ALSA lib conf.c:3493:(_snd_config_evaluate) function snd_func_refer returned error: No such device ALSA lib conf.c:3962:(snd_config_expand) Evaluate error: No such device ALSA lib pcm.c:2094:(snd_pcm_open_noupdate) Unknown PCM default
Searching in YaST for randr I found this information about resapplet:
resapplet - resolution switching applet Resapplet is a simple utility that sits in the system notification area and allows user switching of their resolution and refresh rate. It uses the xrandr extensions to switch the resolution on-the-fly and userE resolution preferences to save the resolution. It works in both GNOME and KDE, as it uses the system notification area.
Doing a grep -i randr /var/log/XFree86.0.log it seem RandR is installed just fine(?):
(**) Option "RandR" "on" (**) RandR enabled (II) Initializing built-in extension RANDR
Since I don't plan on switching resolution, I just removed resapplet with YaST.
Advertisement