d3ru / eggbotcode

Automatically exported from code.google.com/p/eggbotcode
0 stars 0 forks source link

extension packaging should not include "eggbot_2010_10_04" subdir #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Inkscape extension .zip file should not contain the top-level directory 
"eggbot_2010_10_04". Instead it should contain the contents of that directory.

What steps will reproduce the problem?
1. Follow linux software instructions from 
"http://wiki.evilmadscience.com/Installing_software"
2. Start Inkscape for second time
3. Check "Extensions" menu

What is the expected output? What do you see instead?
Expected to see "EggBot" menu, but it was not present.
Fixed it by:
cd ~/.config/inkscape/extensions/eggbot_2010_10_04; mv * ..; cd ..; rmdir 
eggbot_2010_10_04
# then restart Inkscape

What version of the product are you using? On what operating system?
Inkscape 0.47 w/eggbot_2010_10_04.zip on Ubuntu 10.04

Please provide any additional information below.

Original issue reported on code.google.com by rper...@gmail.com on 3 Dec 2010 at 9:51

GoogleCodeExporter commented 9 years ago
Temporary workaround: We should change the instructions to reflect the 
directory structure.

Original comment by windell@oskay.net on 4 Dec 2010 at 7:57

GoogleCodeExporter commented 9 years ago
Should be fixed as of release 2.1.0

Original comment by windell@oskay.net on 21 Dec 2010 at 11:56