Rockbox General > Rockbox General Discussion

rbutil - The Rockbox Utility needs testing

<< < (3/8) > >>

Bagder:

--- Quote from: evilg123 on May 28, 2007, 10:30:12 AM ---./rbutil: error while loading shared libraries: libwx_gtk2_aui-2.8.so.0: cannot open shared object file: No such file or directory

I had a look for said library, and it's located in /usr/local/lib which is in my path. Any suggestions as to what's going wrong?

--- End quote ---

In linux, shared libs are not scanned for in your path, but in the dirs that is mentioned in the /etc/ld.so.conf file. Presumably, you don't have /usr/local/lib in there.

If you add it, you need to rerun ldconfig (as root) to make your system pick up the change.

lights0ut:
Bagder, thanks for the help worked perfectly.

So now that I can run rbutil, I can comment on it:
I made a backup of my .rockbox and GBSYSTEM so that I could pretend I was installing on a new device. The interface is really easy to use, I like how the tabs are in the logical order that you would use them. A couple of criticisms though:

1. The little blurb about the fonts should be more clear about the fonts being needed for themes, there are a lot of themes that don't have the font included.

2. When I'm getting new themes, the description is sometimes too long for the window, and so the OK and CANCEL buttons disappear (I can still say OK by hitting ALT+O ) maybe the description could be a scrolling text box?

Aside from that, my rbutil experience was fun, everything worked like it should have after installation. Nice work guys ;)

Domonoky:
thanks for the comments,

To 1:  The text for the fonts isnt really uptodate any more, so if you propose a good little text, i will change it :-)

about 2: putting the Theme description in a scrolling control is a good idea, i will have a look at the code.

Edit: i just changed both in SVN. so it should be fixed :-)

AlexP:
I really like it too, and have one small observation/question.

On the install rockbox dialogue, would it be an idea to have the default build selected for install as a current build not archived build as this is what we generally suggest people install?

lights0ut:

--- Quote from: Domonoky on May 28, 2007, 04:33:29 PM ---thanks for the comments,

To 1:  The text for the fonts isnt really uptodate any more, so if you propose a good little text, i will change it :-)

about 2: putting the Theme description in a scrolling control is a good idea, i will have a look at the code.

Edit: i just changed both in SVN. so it should be fixed :-)

--- End quote ---

sweet, thanks.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version