|
From: Ye X. <ye....@gm...> - 2008-07-08 12:57:38
|
> I'm pretty sure Ubuntu has a rox-filer package but it might be a bit out > of date. > the rox-filer package came with 8.06 is quite old, version 2.5, because I want to try the new 2.8, so that I have to compile on my own. > instead of linking to the binary make a shell script which execs AppRun. > The binary uses argv[0] to work out the AppDir. > I didn't quite understand your instruction. but I had done made a symbolic link to AppRun: sudo ln -s /home/seen/build/rox-filer/ROX-Filer/AppRun /usr/bin/rox it works for now, what weird is, yesterday I tried the same thing it won't work. thx & regards Ye On Tue, Jul 8, 2008 at 2:32 PM, Tony Houghton <h...@re...> wrote: > On Mon, 7 Jul 2008 16:28:16 -0700 (PDT) > seen_xu <ye....@gm...> wrote: > > > tried 0install way, but don't like how it works. > > I'd prefer compile it right out of repository and with the old "make > > && make install" routine to install an app. but I did't figure it out > > how to "make install" the rox-filer on ubuntu. I had also tried > > symbolic link back to compiled binary(with ./AppRun --compile to make > > the binary), but upon opening ~/ directory, the ui is broken, and > > while choose Options from right click, it reports that it can't find > > Options.xml file, and the option dialog is complete empty only with > > the cancel/ok buttons. so how can I solve the problem? and how can I > > build a deb package, so that I can share with others. > > I'm pretty sure Ubuntu has a rox-filer package but it might be a bit out > of date. If you compile, you got the first bit right, but instead of > linking to the binary make a shell script which execs AppRun. The binary > uses argv[0] to work out the AppDir. > > -- > TH * http://www.realh.co.uk > > ------------------------------------------------------------------------- > Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! > Studies have shown that voting for your favorite open source project, > along with a healthy diet, reduces your potential for chronic lameness > and boredom. Vote Now at http://www.sourceforge.net/community/cca08 > _______________________________________________ > rox-users mailing list > rox...@li... > https://lists.sourceforge.net/lists/listinfo/rox-users > |