Re: [Sugar-devel] My custom activity-icon renders fine, except in the launched application toolbar

2014-01-26 Thread laurent bernabe
Ok, found the problem :) I need extra quotes : ___ $ python ./sugariconify.py -s "#00" -f "#ff" -o activity-icon.svg entities_passed == 2 entity definitions: self.stroke_entity = #00 self.fill_entity = #ff

Re: [Sugar-devel] My custom activity-icon renders fine, except in the launched application toolbar

2014-01-26 Thread laurent bernabe
Hello, thank you for your answer. Something must be wrong with parameters, as it sends me the options back : $ python ./sugariconify.py -s #00 -f #ff -o activity-icon.svg Usage: sugar-iconify.py [options] input.svg Options

Re: [Sugar-devel] My custom activity-icon renders fine, except in the launched application toolbar

2014-01-25 Thread laurent bernabe
Hello again, I've downloaded sugariconify script in my Ubuntu post, but I get the following error : _ $ ./sugariconify.py -s #00 -f #ff -o activity-icon.svg ./sugariconify.py: ligne 27: HELP : commande introuvable (could

Re: [Sugar-devel] My custom activity-icon renders fine, except in the launched application toolbar

2014-01-25 Thread laurent bernabe
Hello, thank you for your answer, in fact the folder icons should have been named "pictures", as I won't use these resources as icons, but as pictures in my application. I didn't know about the sugar_iconify program : thanks again, I'll have a look at it. As I kept a copy of my svg activity icon

Re: [Sugar-devel] My custom activity-icon renders fine, except in the launched application toolbar

2014-01-25 Thread Walter Bender
Your icons are all bmp files. We use SVG for icons in Sugar. Please refer to these pages: http://wiki.sugarlabs.org/go/Human_Interface_Guidelines/The_Sugar_Interface/Icons and http://wiki.sugarlabs.org/go/Sugar_iconify regards. -walter On Sat, Jan 25, 2014 at 5:46 AM, laurent bernabe wrote:

Re: [Sugar-devel] My custom activity-icon renders fine, except in the launched application toolbar

2014-01-25 Thread laurent bernabe
Oups, it seems that i forgot to link onto my project : LearnChessWeb Helps are welcome. Regards. 2014/1/24 laurent bernabe > Hello, > > in my project LearningChessWeb, I've just changed the activity icon. > It renders fine in

[Sugar-devel] My custom activity-icon renders fine, except in the launched application toolbar

2014-01-24 Thread laurent bernabe
Hello, in my project LearningChessWeb, I've just changed the activity icon. It renders fine in journal and activities menu, but it can't be seen in the application toolbar, once launched. How could I "patch" it ? This is where I've been looking : http://wiki.laptop.org/go/Making_SVG_Icons_for_Su