trogdoro / xiki

A shell console with GUI features
http://xiki.org
Other
3.76k stars 207 forks source link

rsvg library problem #21

Open exu opened 11 years ago

exu commented 11 years ago
sh: 1: rsvg: not found

I found somewhere that this is bug in librsvg package so i've symlinked

rsvg-convert into rsvg

sudo ln -s /usr/bin/rsvg-convert /usr/bin/rsvg

and now I have errors with:

╭─exu@scimitar  ~ ‹ruby-1.9.3› 
╰─$ emacs
Multiple SVG files are only allowed for PDF and PS output.
Multiple SVG files are only allowed for PDF and PS output.
Multiple SVG files are only allowed for PDF and PS output.
Multiple SVG files are only allowed for PDF and PS output.
Multiple SVG files are only allowed for PDF and PS output.
Multiple SVG files are only allowed for PDF and PS output.
Multiple SVG files are only allowed for PDF and PS output.

Maybe it's something version specific, I'm using emacs snapshot from PPA.

xiki works ok from shell. Step by step installation without problems.

I've tried it on newest compiled version of rsvg downloaded from sourcforge but result are the same.

--- UPDATE --- ON newest clean arch linux with newest ruby - I have the same problem.

trogdoro commented 11 years ago

What are you doing in Xiki when you encounter this error? Maybe paste it.

exu commented 11 years ago

Nothing yet. Its on emacs start. xiki works only in shell.

trogdoro commented 11 years ago

So you're saying you see an error when starting emacs? Where does the error show up?

exu commented 11 years ago

in zsh shell after running emacs command

╭─exu@scimitar  ~ ‹ruby-1.9.3› 
╰─$ emacs
Multiple SVG files are only allowed for PDF and PS output.
....
trogdoro commented 11 years ago

Ah, I see. You're running emacs on the command line. Are those just warnings? What do you see after that. Does emacs open anyway?

I haven't tested running xiki from command line emacs in a while. You'll probably have better luck with using windowed emacs. But it would be great to fix the bugs that come up in command line emacs soon.

exu commented 11 years ago

It isn't emacs -nw (no window) - I've run normal GTK version of GNU Emacs. It's runned fom shell for debug purposes.