WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: V2.8 - Background image does not load.  (Read 2425 times)

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
V2.8 - Background image does not load.
« on: January 25, 2010, 05:28:19 PM »
I set a background image via cpanel.
I deleted .xsession to make sure I got the default one.
I rebooted with a backup.
After X loads, the background image is not set.
If i run './.setbackground' the background image is loaded.

/opt/backgrounds is symlinked to persistent storage in bootlocal.sh
I did not have this problem with rc3.


Offline Guy

  • Hero Member
  • *****
  • Posts: 1089
Re: V2.8 - Background image does not load.
« Reply #1 on: January 25, 2010, 10:47:34 PM »
It works for me.

I use persistent opt (not backup, but backup should also work).

I copy background images to /opt/backgrounds.

Then select a background image with cpanel.

It works.


What you are doing seems overly complicated.
« Last Edit: January 25, 2010, 10:55:56 PM by Guy »
Many people see what is. Some people see what can be, and make a difference.

Offline Pats

  • Sr. Member
  • ****
  • Posts: 322
Re: V2.8 - Background image does not load.
« Reply #2 on: January 25, 2010, 11:12:05 PM »
I am using TCL2.6. I do this:
Delete /home/tc/.logo.xpm
copy any .jpg file to /home/tc/ with the name .logo.xpm
With the next reboot , my TCL background is set to this new .jpg file.
Hope this helps !
~ Pats
 

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: V2.8 - Background image does not load.
« Reply #3 on: January 26, 2010, 03:57:16 PM »
Problem solved.
It was a race condition in bootlocal.sh
I create the link for backgrounds earlier in the script, and it now works.