You are not logged in.
My beloved transparent gkrellm skin is failing on chimaera with this error:
The program 'gkrellm' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadPixmap (invalid Pixmap parameter)'.
(Details: serial 5672 error_code 4 request_code 56 minor_code 0)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
It does run with the one and only "default" skin which is incredibly fugly.
Here's a tar.gz of the skin that I tweaked many years ago.
My now officially 80 year old brain is way beyond being able to sort this. I'm hoping the collective brain power on this forum might be able to pinpoint the problem. My eyes would be eternally grateful and others may enjoy it too!
Offline
My beloved transparent gkrellm skin is failing on chimaera with this error:
The program 'gkrellm' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadPixmap (invalid Pixmap parameter)'.
(Details: serial 5672 error_code 4 request_code 56 minor_code 0)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)It does run with the one and only "default" skin which is incredibly fugly.
Here's a tar.gz of the skin that I tweaked many years ago.
My now officially 80 year old brain is way beyond being able to sort this. I'm hoping the collective brain power on this forum might be able to pinpoint the problem. My eyes would be eternally grateful and others may enjoy it too!
Did you uncompress the tarball in your ~/.gkrellm2/themes/ ?
If you work systematically, things will come by itself (Lev D. Landau)
Offline
Did you uncompress the tarball in your ~/.gkrellm2/themes/ ?
It has been uncompressed for years and working perfectly on an older Devuan. I just copied the configs to chimaera where the theme no longer works. I re-tarred it to post here in case anyone wanted to have a look at it since it's not available elsewhere.
Offline
No error on my daedalus box. Maybe the package works for chimaera too?
Nice transparent theme.
Offline
Hmmmm . . . very interesting . . . I'll check backports for a newer version of gkrellm. Thanks.
Offline
I can get the same error with a crash in chimaera or daedalus if I press shift-pgup/down a few times. It doesn't matter if I have the Glass theme there or not. It also crashes if I do have the glass theme and select it in the gui.
Maybe some library is missing?
Offline
I can get the same error with a crash in chimaera or daedalus if I press shift-pgup/down a few times. It doesn't matter if I have the Glass theme there or not. It also crashes if I do have the glass theme and select it in the gui.
Maybe some library is missing?
Thanks for having a look. I sure hope that someone can figure it out!
Offline
No error on my daedalus box. Maybe the package works for chimaera too?
Nice transparent theme.
I wonder what the magic sauce is that makes it work on your box. Could you please post what pkgs you have installed for gkrellm including plug-ins? Thanks!!f
Offline
Could you please post what pkgs you have installed for gkrellm including plug-ins?
$ dpkg -l | grep gkr | cut -c 5-21,44-55
gkrellkam 2.0.0-2
gkrellm 2.3.11-2
gkrellm-bfm 0.6.4-6.1
gkrellm-cpufreq 0.6.4-6.1
gkrellm-hdplop 0.9.11-3
gkrellm-reminder 2.0.0-3.1
gkrellm-tz 0.8-2+b1
gkrellmoon 0.6-7
gkrellshoot 0.4.4-3
gkrelltop 2.2.13-1.1
$ cat .gkrellm2/plugin_enable
gkrellmoon.so
gkrellm looks comparabele to your screenshot. Pressing shift-pgup/down does no harm, as fsmithred reported.
Disabled are email and non-existing sensors. "Krell and LED updates per second" is set to 1. Program start-up took 2-4 seconds.
Maybe something in 'user-config'? - It has 144 lines, so just 22 for now.
Anything else that might help debugging?
$ head -22 .gkrellm2/user-config
### GKrellM user config. Auto written, do not edit (usually) ###
### Version 2.3.11 ###
enable_hostname 1
hostname_short 0
enable_sysname 0
mbmon_port 0
sticky_state 0
dock_type 0
decorated 0
skip_taskbar 0
skip_pager 0
above 0
below 0
track_gtk_theme_name 0
default_track_theme "Default"
save_position 0
chart_width 125
update_HZ 1
allow_multiple_instances 0
float_factor 1000
hostname sysname_mode 1
clock_cal clock_launch
Offline