Re: no icons in 2008.testing

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Xavier Cremaschi
Date: Thursday, October 30, 2008 - 11:25 am

While this problem is not solved, maybe you could downgrade to 'stable'.

I have never done this, it is a bit rough, but you could try if you want :

First put Om2008.8 in your /etc/opkg/*conf files (instead of testing)

Then 'opkg update' to update your list of packages

Then create the list of packages you want to downgrade :
     opkg list_installed | grep svnr36882 | cut -d ' ' -f 1 > down.txt

Then remove these packages :
     cat down.txt | while read r; do
         opkg -force-depends remove $r
     done

Then reinstall them :
     cat down.txt | while read r; do
         opkg install $r
     done

Now you should have downgraded everything.

I don't think it's too hazardous, because it seems to be an 
X/Enlightenment problem, not a kernel/system one.

Of course if someone thinks this will *not* work, please tell us why 
before someone tries.

Xavier.


_______________________________________________
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
no icons in 2008.testing, Benedikt Schindler, (Wed Oct 29, 6:51 am)
Re: no icons in 2008.testing, W.Kenworthy, (Wed Oct 29, 5:16 pm)
Re: no icons in 2008.testing, Gunnar AAstrand Grimnes, (Thu Oct 30, 1:55 am)
Re: no icons in 2008.testing, Benedikt Schindler, (Thu Oct 30, 2:45 am)
Re: no icons in 2008.testing, Benedikt Schindler, (Thu Oct 30, 3:00 am)
Re: no icons in 2008.testing, William Kenworthy, (Thu Oct 30, 4:25 am)
Re: no icons in 2008.testing, Xavier Cremaschi, (Thu Oct 30, 11:25 am)
Re: no icons in 2008.testing, Xavier Cremaschi, (Thu Oct 30, 4:17 pm)
Re: no icons in 2008.testing, Benedikt Schindler, (Fri Oct 31, 4:57 am)
Re: no icons in 2008.testing, John Lee, (Fri Oct 31, 3:22 pm)
Re: no icons in 2008.testing, Gunnar AAstrand Grimnes, (Sat Nov 1, 2:52 am)
Re: no icons in 2008.testing, Xavier Cremaschi, (Wed Nov 12, 3:59 am)
Re: no icons in 2008.testing, Benedikt Schindler, (Wed Nov 12, 4:33 am)