grml2hd: more files not found (was initrd.img not found)

Thank you for the hint (initrd), it works now! Another problem occured, here is the genesis: boot greml on hd user: hubert startx working on the graphical destop - ok exit
Now, on the console again, I find a dozen error messages like this: Can't load /home/grml/.idesktop/icons/xxxx.png bailing --aterm (or--amix or ... --xterm) Check to see if the image and path to image is valid
What can I do to make grml find the directory containig the *.png files? Thank you! hubert

* Hubert Gabler loipersb@aon.at [20070307 08:15]:
[...]
Now, on the console again, I find a dozen error messages like this: Can't load /home/grml/.idesktop/icons/xxxx.png bailing --aterm (or--amix or ... --xterm) Check to see if the image and path to image is valid
What can I do to make grml find the directory containig the *.png files?
The reason for this problem are some b0rken apps which don't allow relative paths for configuration. :( There's a fix inside grml2hd for this problem but it does not match any setup like in your case.
So to fix the issue just run:
sed -i "s#/home/grml#/home/$USER#g" /home/$USER/.gkrellm2/user-config sed -i "s#/home/grml#/home/$USER#g" /home/$USER/.gkrellm2/theme_config sed -i "s#/home/grml#/home/$USER#g" /home/$USER/.idesktop/*.lnk
with $USER set to your username of course. This should fix the issue with idesktop (and gkrellm2 as well). Run
grep -r '/home/grml' .*
to locate any further possible problems but there shouldn't be any further noticeable ones.
regards, -mika-

Am Mittwoch, den 07.03.2007, 09:04 +0100 schrieb Michael Prokop:
So to fix the issue just run:
sed -i "s#/home/grml#/home/$USER#g" /home/$USER/.gkrellm2/user-config sed -i "s#/home/grml#/home/$USER#g" /home/$USER/.gkrellm2/theme_config sed -i "s#/home/grml#/home/$USER#g" /home/$USER/.idesktop/*.lnk
Thank you! This workaround remarkably reduced the error messages! I really dont want to strain your nerves too much, but one minor problem remains: after returning from the graphical desktop I read on the console: Warning: Failed to open file(/usr/share/fluxbox/nls/de_AT/fluxbox.cat and also Keys: Invalid key/modifier on line 73; None XF86AudioMedia Keys: Invalid key/modifier on line 74; None XF86AudioRaiseVolume Keys: Invalid key/modifier on line 75; None XF86AudioLowerVolume Keys: Invalid key/modifier on line 73; None XF86AudioMedia
Regards, Hubert

* Hubert Gabler loipersb@aon.at [20070307 14:00]:
Am Mittwoch, den 07.03.2007, 09:04 +0100 schrieb Michael Prokop:
[...]
I really dont want to strain your nerves too much, but one minor problem remains: after returning from the graphical desktop I read on the console: Warning: Failed to open file(/usr/share/fluxbox/nls/de_AT/fluxbox.cat
Well, fluxbox does not ship language files for de_AT locales, see /usr/share/fluxbox/nls/ for a listing. If you don't need them don't care about it, otherwise adjust your locales.
and also Keys: Invalid key/modifier on line 73; None XF86AudioMedia Keys: Invalid key/modifier on line 74; None XF86AudioRaiseVolume Keys: Invalid key/modifier on line 75; None XF86AudioLowerVolume Keys: Invalid key/modifier on line 73; None XF86AudioMedia
Your system does not provide XF86* keys/keymappings. Either configure them with for example xmodmap or just ignore the message or either remove the coresponding lines in your ~/.fluxbox/keys.
regards, -mika-

Am Mittwoch, den 07.03.2007, 14:05 +0100 schrieb Michael Prokop:
Well, fluxbox does not ship language files for de_AT locales, see /usr/share/fluxbox/nls/ for a listing. If you don't need them don't care about it, otherwise adjust your locales.
Your system does not provide XF86* keys/keymappings. Either configure them with for example xmodmap or just ignore the message or either remove the coresponding lines in your ~/.fluxbox/keys.
That did it! Thank you mika for your advice (and your patience). I think it's time for a donation again ....
Regards, Hubert
Teilnehmer (2)
-
Hubert Gabler
-
Michael Prokop