APTonCD 0.1.95 is ready for use in the Gutsy repositories.
$ sudo apt-get install aptoncd
Every feedback are welcome, please test it and report any bug or make any suggestion, I’ll be glad on responding it. The main changes are slightly described on this post.
Note that there are a lot of GUI changes and code rewrite (I’d say that the entire GUI and code was rewritten) since the last release, so if you notice some glitch, bug, bad behaviour or just didn’t like the changes, please let me know.
Unfortunately, due to all this ‘rewrite stuff’ the translations of the 0.1 version aren’t suitable for this new version, as we had more than 90% of the strings changed, so I’m afraid that I had to drop the these 90% of strings in the 37 languages that aptoncd is available so far. I urge all the translators, collaborators and anyone who want aptoncd translated to his/her native language, that translate the newly imported template!
I’d like to thank mpt for the precious comments regarding the GUI design and behaviour that he gave us, I’m sure that there is a lot of room for improvement and he will help us on it. And, of course needless to say, Pretto, without him nothing of this would be possible.
August 24, 2007
No more possibilities to create a repository ? (before it was a “secret” feature but now i can not find this option.
August 24, 2007
I happened to see that trunk has all new strings right after your 0.1.95 upload so German is already done except for 10 strings
When will the next sync be?
I’ll do some heavy testing on aptoncd on Sunday, so expect some bug reports and suggestions. ![]()
August 24, 2007
Done. Polish translation is the first to hit 100% ![]()
August 24, 2007
Well, this is a great project, and I wish you well.
Unfortunately, can’t really test it right now, but… I got a (silly) question: can it produce DVD images?
@Kagou: Unfortunately I had to drop this ’secret feature’ as it had more bugs than we could fix for gutsy, so it is postponed for releasing with gutsy+1;
@bgrupe: Yes! The German is almost done, thanks whoever did! I’ll be waiting your comments and bugs;
@Swistak: Wow! Thank you, and congratulations! I really appreciate that.
@Ubuntista: Yes, it can. You can choose the type of the medium, and if necessary aptoncd will split on as many medium as needed.
Thank you all.
August 25, 2007
Using Kubuntu Gutsy, fully updated:
chris@HAL421:~$ /usr/bin/aptoncd
Traceback (most recent call last):
File “/usr/bin/aptoncd”, line 27, in
from APTonCD.core import constants
File “/usr/lib/python2.5/site-packages/APTonCD/core/constants.py”, line 23, in
import utils
File “/usr/lib/python2.5/site-packages/APTonCD/core/utils.py”, line 22, in
import gksu
ImportError: No module named gksu
so I try:
chris@HAL421:~$ kdesu /usr/bin/aptoncd
Traceback (most recent call last):
File “/usr/bin/aptoncd”, line 27, in
from APTonCD.core import constants
File “/usr/lib/python2.5/site-packages/APTonCD/core/constants.py”, line 23, in
import utils
File “/usr/lib/python2.5/site-packages/APTonCD/core/utils.py”, line 22, in
import gksu
ImportError
:
No module named gksu
eh… well, just in case:
chris@HAL421:~$ gksu /usr/bin/aptoncd
File “/usr/bin/aptoncd”, line 27, in
from APTonCD.core import constants
File “/usr/lib/python2.5/site-packages/APTonCD/core/constants.py”, line 23, in
import utils
File “/usr/lib/python2.5/site-packages/APTonCD/core/utils.py”, line 22, in
import gksu
ImportError: No module named gksu
Thank you dreadlord_chris,
Bug fixed in current bzr tree.
In order to this work out, for now, you can install libgksu. But it won’t be needed anymore since it is not being used (the import was there for a mistake).
Thanks.
[]’s
August 26, 2007
Actually, I already have libgksu2-0 installed
I also installed libgksu1.2-1 just in case (it was in the repositories) - got the same errors
Comments RSS TrackBack Identifier URI
Leave a comment
8 Comments