d3ru / eggbotcode

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

hatch does not work on Ubuntu #48

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I put the eggbot_hatch.py and eggbot_hatch.inx files at 
/usr/share/inkscape/extensions/ directory
2. I open Inkscape
3. The hatch extension is not there

What is the expected output? What do you see instead?

The extension is not loaded

What version of the product are you using? On what operating system?

r221

Please provide any additional information below.

Inkscape claims when parsing the .inx file, the output goes attached. But the 
.inx seams to be ok. BTW I am using Sozi Inkscape extension, but I don't 
believe there is any conflict between extensions.

Original issue reported on code.google.com by lagean...@gmail.com on 15 Oct 2011 at 1:38

Attachments:

GoogleCodeExporter commented 9 years ago
You did not answer the question about what operating system you are using.  The 
Eggbot extensions for Inkscape have been developed and tested on Ubuntu-- and 
I've just tested on my local VM (running 9.10).    What version of ubuntu are 
you using?   

Please download the current version of the eggbot extensions for Inkscape, from 
our list of featured downloads. 

Extract the archive and copy those two files to your home directory, in the 
subdirectory .config/inkscape/extensions/

The hatch extension should appear in the "Eggbot Contributed" submenu of the 
extensions menu.

Original comment by windell@oskay.net on 15 Oct 2011 at 7:51

GoogleCodeExporter commented 9 years ago
I've done what you said by putting the files in the home instead of /usr/share/ 
but it didn't work (please see attachment).

I got the files from here:

http://code.google.com/p/eggbotcode/source/browse/#svn/trunk/inkscape_contribute
d

Sorry, I forgot about software versions:

$ cat /etc/issue
Ubuntu 10.04.3 LTS \n \l

alage@salvador:~$ uname -a
Linux salvador 2.6.32-34-generic #77-Ubuntu SMP Tue Sep 13 19:40:53 UTC 2011 
i686 GNU/Linux

$ dpkg -l inkscape
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name           Version        Description
+++-==============-==============-============================================
ii  inkscape       0.47.0-2ubuntu vector-based drawing program

Original comment by lagean...@gmail.com on 16 Oct 2011 at 8:42

Attachments:

GoogleCodeExporter commented 9 years ago
The "debug" file shows that you're trying to parse a web page, not the 
extension.  It looks like you've tried to install the full *web page* from this 
google code site as the .inx file.  Please follow the installation 
instructions, downloading the file itself, rather than trying to save a web 
page as an inkscape extension.

Original comment by windell@oskay.net on 16 Oct 2011 at 9:13

GoogleCodeExporter commented 9 years ago
Dear windelloskay,

You are right, I apologize for that. The problem is that I 'wget' the link to 
the file web page instead the file itself since I am used to use another SVN 
web browsing tool that points to file directly.

Eggbot hatch works perfectly now and meets my needs.

Thank you and thanks to the eggbot community too for sharing this extension.

Cheers,

André Lage.

PS: If you want, I can delete this issue in the bug tracking system since it is 
NOT an issue.

Original comment by lagean...@gmail.com on 16 Oct 2011 at 9:41

GoogleCodeExporter commented 9 years ago
Yes, wget will do that to you. :)

I've marked this as an "invalid" issue, no need to delete it.  Someone else may 
run into the same thing someday, and seeing this might help.

Original comment by windell@oskay.net on 16 Oct 2011 at 9:46