ROX-Filer 2.11 released
Submitted by Thomas Leonard on Sun, 2011-10-09 18:30Converted from Glade to the newer GtkBuilder. Fixed typo in German translation. Don't lower panel when the pointer moves over an applet. Centre the pinboard image correctly if larger than the screen. Unselect item when menu is closed even with newer GTK versions. Added button to options window to create the 'rox' start up script. Updated Italian, Brazilian, Portuguese, Spanish and Galician translations. Work-around for DnD problem in Firefox 3.5. Added option to place panels under the control of the _NET_WORKAREA property.
Coping with Python 3
Submitted by Thomas Leonard on Sun, 2011-04-10 09:02Some distributions (e.g. Arch Linux) have decided to make the "python" command run Python 3 by default. This is a problem for us, because Python 3 is not compatible with Python 2. Most Python ROX applications start like this (e.g. Edit/AppRun):
#!/usr/bin/env python
On Arch Linux, these programs will now fail to start. We can't change the line to run "python2", because that doesn't exist on other systems (e.g. Debian).
To solve this, I've added a 0install feed for Python. If your feed currently looks like this:
- Thomas Leonard's blog
- Login to post comments
- Read more
Programming in E, one year on
Submitted by Thomas Leonard on Sat, 2010-10-16 19:35E is a "secure distributed pure-object platform and p2p scripting language". I've been writing programs in E for a little over a year now. Here's a quick summary of the cool features I've found so far in this surprisingly overlooked little language.
- Thomas Leonard's blog
- Login to post comments
- Read more
XDG-Menu 1.5 released
Submitted by lostclus on Tue, 2010-10-05 21:38Feature to include additional menus from XDG .menu files was added. A bug in Preload Icons option was fixed.
- Login to post comments
Edit 2.2 released
Submitted by Thomas Leonard on Mon, 2010-08-23 18:52Edit now uses the newer GtkSourceView 2.x API. The French translation was updated.
- Login to post comments
AppDirs for config and sandboxing
Submitted by Thomas Leonard on Sun, 2010-08-08 19:13Normally, a ROX AppDir is a read-only directory containing program code. This makes it easy to manage programs using the filer. However, it's hard to manage configuration, which goes in various hidden files (hopefully under ~/.config).
With 0install, the program's code goes in a shared cache instead, allowing it to be shared automatically, and leaving the application directory almost empty.
This opens up the possibility of reusing the appdir for configuration. Instead of making it easy to manage code with the filer, this makes it easy to manage configurations.
- Thomas Leonard's blog
- Login to post comments
- Read more
Zero2Bundle 0.2 released
Submitted by Thomas Leonard on Sun, 2010-06-06 18:16Just a quick update to use the latest 0launch API (0.48). Things had changed a bit since the last Zero2Bundle release in 2006!
- Login to post comments
Zero Install SAT Solver
Submitted by Thomas Leonard on Sun, 2010-04-18 13:57In 2007, OSNews ran an article about OPIUM, showing how to cast apt-get installation problems (choosing which of several possible dependencies to install) as a set of pseudo-boolean constraints which could then be solved mathematically to give the optimal solution. I this post, I'll describe how we've recently adapted this technique to Zero Install, addressing some problems experienced by the Sugar environment (One Laptop Per Child) and allowing better integration with distribution packages.
- Thomas Leonard's blog
- Login to post comments
- Read more
Vitality diagram
Submitted by Thomas Leonard on Sun, 2009-09-13 17:15There was some discussion on the mailing list about which programs are still actively maintained. Here's a diagram showing all the programs we include in the no-network bundle and their release dates (from their Zero Install feeds). Releases without dates aren't shown (these are generally very old releases).
- Thomas Leonard's blog
- Login to post comments
- Read more
ROX-Lib 2.0.6 released
Submitted by Thomas Leonard on Mon, 2009-07-27 20:40Support for icons in AppInfo menus, improved MIME icon loading, gtk.StatusIcon and for singleton applications was added. Various bugs were fixed.
- Login to post comments
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