Thomas Leonard's blog
Easy GTK binary compatibility
Submitted by Thomas Leonard on Sat, 2006-04-01 16:07If you compile ROX-Filer on a system with GTK 2.4, it will still work on a system with GTK 2.8. Compile it on a 2.8 system, and it will fail to run with 2.4. This problem isn't specific to ROX-Filer (or to GTK); recent versions of ROX-CLib and programs using it stopped working because they gained a phantom dependency on libglitz. Here's how to avoid these problems...
Profiling
Submitted by Thomas Leonard on Fri, 2006-03-10 22:53Running ROX applications from Xfce
Submitted by Thomas Leonard on Sun, 2006-03-05 11:32I spent a bit of time this weekend hacking on the Xfce panel. The result is that you can now install programs by dragging a URL from a web-browser into the Xfce panel's launcher dialog (much as ROX users do with AddApp). This makes it easy to put ROX applications into your panel; just drag the links from the Zero Install software index to the dialog, as in this screenshot:
Zero Install roadmap
Submitted by Thomas Leonard on Sun, 2006-02-05 12:18Version 0.18 of 0launch was released yesterday. Notable new features include:
- Signatures in XML comments. This allows us to present feeds nicely in a web-browser, as discussed previously.
- FTP support (not just HTTP).
- Support for extracting from RPMs.
- As an added layer of protection against bugs in tar and cpio, the extraction process is sandboxed using plash, if available.
You can see all these features in action by trying the sample Tgif interface. This interface can be viewed in any web-browser that supports XSLT, and when run it downloads an RPM using FTP, extracts it with plash for sandboxing and then runs it.
New toy: plash
Submitted by Thomas Leonard on Thu, 2006-01-26 21:42I've been spending a bit of time playing with PLASH. Plash is a shell which grants the programs it runs access only to certain files. For example:
$ cat text
Because text appears on the command-line, the cat command is given read access to it (and nothing else). To get write access, you put => before the filename:
$ rm text /bin/rm: cannot remove `text': Permission denied $ rm => text $
You can also give a process access to a file (or directory structure) without also passing its name as an argument. List such files after +, e.g.:
Compiling from source with Zero Install
Submitted by Thomas Leonard on Wed, 2006-01-18 22:10I'm still undecided about how to handle compiling from source with the injector. There are two models I'm considering:
- Each binary interface has a corresponding source interface. Executing a source interface creates a binary package, which can then be added to the binary interface's list of implementations.
- Source is another type of architecture (probably a low-priority one). So, the injector will pick a binary archive for your platform if one exists, or a source archive if one doesn't. Executing a source implementation still runs it, but it just takes longer the first time (sorry, can't remember who suggested this method).
More web-site changes
Submitted by Thomas Leonard on Sun, 2006-01-15 15:44I've added a 'Testers wanted' block to the news, software and developer pages. This shows all programs whose Current testing version field isn't empty. It should also remind people to mark their programs as stable after a while, instead of forgetting about it until the next release (as I usually do).
I've also created a new page type for release announcements (using Drupal's flexinode module) and added a little PHP to put an announce this release link at the bottom of each software page which will fill in some of the fields for you. The release process has been updated (and split into smaller pages).
Subversion on sourceforge
Submitted by Thomas Leonard on Sun, 2006-01-15 11:01I've been using subversion (a CVS replacement) to manage the zero-install software ever since SF.net announced they'd be supporting it in the new year (this was in 2004, I think ;-). It's been working well, except that it was on my local machine so no-one else could access it.
SF.net have finally deployed a beta subversion service to certain projects, including zero-install, and they've imported my local repository. You can check out the latest by following the instructions.
You should be able to get the whole thing like this:
$ svn co https://svn.sourceforge.net/svnroot/zero-install/trunk zero-install
Importing the manual
Submitted by Thomas Leonard on Fri, 2006-01-13 20:46It would be good to get the ROX-Filer manual imported into the new site properly:
- Pages would show up in searches.
- We could provide sensible nagivation (not just one big page).
- It would fit in with the style of the rest of the site.
- People could comment on pages.
However, I don't want two copies being edited individually. We need to be able to generate the filer's manual from the web-site copy.
The problem is that Drupal doesn't have an import filter for DocBook (the format used for the manual). Converting to HTML is easy, but that loses the markup and if we do that we can't go back (Drupal's export can't regenerate tags such as 'filename', although it can cope with chapters, I presume).
Naming the new site
Submitted by Thomas Leonard on Sat, 2006-01-07 12:29The new website is nearly ready, but there's one big decision left to make... what shall we call it?
Having 'drupal' in the URLs is a bit silly, as all the URLs will break if we later move to something else (already made that mistake with phpwiki ;-)
Moving it to the top-level could work (e.g. rox.sourceforge.net/ROX-Filer), but there's quite a lot of junk there already which we probably don't want to move in case people are linking to it (we still had rox_filer.php3 linking to the newer rox_filer.html, which redirects to the even-newer phpwiki, which will shortly redirect to drupal... we've been very good at keeping old links valid so far!)
Recent comments
2 years 8 weeks ago
2 years 17 weeks ago
3 years 1 week ago
3 years 5 weeks ago
3 years 9 weeks ago
3 years 10 weeks ago
3 years 10 weeks ago
3 years 14 weeks ago
3 years 14 weeks ago
3 years 15 weeks ago