Blogs
Video tutorials
Submitted by Thomas Leonard on Thu, 2008-04-17 18:28I've been experimenting with making tutorial videos / screencasts:
"The scarily-named Injector"
Submitted by Thomas Leonard on Sat, 2008-01-19 12:21The Zero Install Injector is named after the concept of "dependency injection". In this post, I'll try to explain what this means and why we use it.
- Thomas Leonard's blog
- Login to post comments
- Read more
Reinteract-ROX: a re-packaging tutorial
Submitted by Thomas Leonard on Tue, 2007-11-20 22:16Earlier this month, Owen Taylor announced Reinteract ("a system for interactive experimentation with python"). I've been wanting something like this for a while now.
In this article, we're going to turn it into a ROX application. In the past, this has meant taking a copy of a program and renaming and changing things to fit the ROX application structure. The trouble is, the ROX version and the original upstream version diverge over time. So, we're going to look at how improvements in tooling can make things easier for us.
- Thomas Leonard's blog
- Login to post comments
- Read more
New hosting for ROX web-site
Submitted by Thomas Leonard on Mon, 2007-10-22 17:36SourceForge.net has provided us with excellent service over the years considering the charge (free!), but it's often very slow to respond now (see this thread). Therefore, I'm experimenting with paid hosting. Please try it out and see what you think!
New accounts on rox.sf.net
Submitted by Thomas Leonard on Mon, 2007-09-17 20:26Due to the huge amount of spam that has been posted here over the last few days, I've had to block the creation of new accounts (there are over 300 bogus registered users currently). If you need an account, just write to the mailing list and ask. Sorry for the inconvenience!
Zero Install 2007 survey
Submitted by Thomas Leonard on Mon, 2007-09-10 17:32The 2007 Zero Install survey is now up, so please submit your feedback there!
There's also some discussion on the LSB packaging list about third-party installation, including Zero Install.
- Thomas Leonard's blog
- Login to post comments
- Read more
Using ROX with Ion
Submitted by Thomas Leonard on Mon, 2007-07-09 19:58Spending too much time organising your windows instead of getting things done? Tiling window managers aim to handle the layout for you. In this article, I'll show how to configure Ion 3 to work with ROX.
Regression testing
Submitted by Thomas Leonard on Wed, 2007-06-13 19:54One of the great advantages of open source for library authors is that you get access to your users' unit test suites. Ensuring that your library passes its own test suite before release is good, but sometimes your users are relying on features (or undocumented behaviour) you didn't test. Running their tests too can give you extra confidence, and it's easy to make this happen automatically in your release script.
Async python Socket Server using gobject
Submitted by KenHayber on Mon, 2007-05-07 04:49Recently I created a small command line python utility to process some stuff on a TCP socket connection. I used the standard python SocketServer class because it was dead simple to use for my purposes.
However, as the requirements of the utility grew (a GUI), I hit the main problem with SocketServers - they block - which is not so good for GUIs.
So, instead of using nasty old threading, I worked out how to use gobject.io_add_watch() to do everything in the gobject/gtk main loop. This makes it very simple to have this run in a gtk UI without needing threads.
Ubuntu integration
Submitted by Thomas Leonard on Sun, 2007-04-15 15:34Note: An updated version of these instructions can be found on the Ubuntu page.
Can we get rid of ROX-Session? It should be possible to integrate ROX with your existing session manager. In this experiment, I configure a fresh Ubuntu installation to run ROX, without using ROX-Session.
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