[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tarsnap gui: call for testers
There's a new version on github now. As before, it has to be compiled from 
source.
I changed almost everything based on feedback. Most of the code stayed, but 
the way it's put together is entirely different.
There is one major thing I'm still not happy with: How tarsnap's output is 
presented. That reeks of "poor gui wrapper" and tarsnap may be many things, 
but technically poor is not on the list.
There are also minor things, of course. Comments welcome about that and 
anything else.
For new subscribers:
 git clone https://github.com/arnt/tarsnap-gui.git
 cd tarsnap-gui
 qmake
 make
Arnt