Is this where geany plugin installation problems can be discussed? If not, please inform me where to go and don't waste your time reading onward.
I'm trying to get the markdown plugin to work on my Fedora 26.
Matthew Brush (codebrainz) kindly wrote to me: ...the latest release version: https://github.com/geany/geany-plugins/tree/1.32.0 ..."Download ZIP" link under the green "Clone or Download" button. Assuming ... `/usr` prefix, and ... something like this should work: $ unzip ... $ cd geany-plugins ... $ ./autogen.sh --with-geany-libdir=/usr/lib --disable-all-plugins --enable- markdown
No problems until that last. I'm informed that intltoolize command isn't found. Question: Erase that line? or what? I'm assuming that the line isn't pertinent for english setups, but -- Note: I tried ./configure with the same parameters, but the system couldn't find ./configure. There *is* a configure.ac, but I'm thinking that if autogen.sh reaches the last line it, too, will fail. Dunno, though. Should I try configure.ac with the parameters given above?
Thank y'all for any help.
Greetings
On Thu, Dec 28, 2017 at 10:01 AM, Muddleglum Smith muddleglum1@gmail.com wrote:
Is this where geany plugin installation problems can be discussed? If not, please inform me where to go and don't waste your time reading onward.
I'm trying to get the markdown plugin to work on my Fedora 26.
Matthew Brush (codebrainz) kindly wrote to me: ...the latest release version: https://github.com/geany/geany-plugins/tree/1.32.0 ..."Download ZIP" link under the green "Clone or Download" button. Assuming ... `/usr` prefix, and ... something like this should work: $ unzip ... $ cd geany-plugins ... $ ./autogen.sh --with-geany-libdir=/usr/lib --disable-all-plugins --enable- markdown
No problems until that last. I'm informed that intltoolize command isn't found.
Not an expert here but I've had bucket loads of fun trying to get software to install so I MAY have an idea for you.
inltoolize isn't found - - - that means that you need to install intloolize and/or some kind of inltoolize dev files. Will that fix your issues - - - maybe - - - but its worth a try! Would suggest just the tool at first, then if still no joy then add the -dev files. Please read -dev and any one of -dev, -devl -devel or any other such variant foisted upon users by developers.
Dee
Le 28/12/2017 à 08:01, Muddleglum Smith a écrit :
Is this where geany plugin installation problems can be discussed? If not, please inform me where to go and don't waste your time reading onward.
Nope that's a good place.
I'm trying to get the markdown plugin to work on my Fedora 26.
Matthew Brush (codebrainz) kindly wrote to me: ...the latest release version: https://github.com/geany/geany-plugins/tree/1.32.0 ..."Download ZIP" link under the green "Clone or Download" button. Assuming ... `/usr` prefix, and ... something like this should work: $ unzip ... $ cd geany-plugins ... $ ./autogen.sh --with-geany-libdir=/usr/lib --disable-all-plugins --enable- markdown
No problems until that last. I'm informed that intltoolize command isn't found. Question: Erase that line? or what? I'm assuming that the line isn't pertinent for english setups, but --
Install intltool. Yes, if you use US English it's not *really* necessary to have translation setup, but the translation infrastructure depends on it and can't be deactivated. Well, you could have some fun removing it, but I don't recommend that. If you don't want to build the translations themselves for some reason (why I wouldn't know as it's cheap and easier), you can play with LINGUAS or something -- check some docs. But the simpler and most reasonable is to install intltool which will definitely be packaged in Fedora.
Note: I tried ./configure with the same parameters, but the system couldn't find ./configure. There *is* a configure.ac, but I'm thinking that if autogen.sh reaches the last line it, too, will fail. Dunno, though.
You need to run autogen.sh to generate configure indeed. If you want to generate the configure script without running it, use:
$ NOCONFIGURE=1 ./autogen.sh
Should I try configure.ac with the parameters given above?
Nope, configure.ac is a "source" file to be processed by autoreconf, not a ready-to-use script.
However, about the goal: I'm afraid Geany on Fedora might be built against GTK3, and that the markdown plugin doesn't work with GTK3 (yet?). So you might need to also rebuild Geany to use GTK2.
Regards, Colomban
On 2017-12-28 02:28 PM, Colomban Wendling wrote:
[...]
However, about the goal: I'm afraid Geany on Fedora might be built against GTK3, and that the markdown plugin doesn't work with GTK3 (yet?). So you might need to also rebuild Geany to use GTK2.
The Markdown plugin works with GTK+3[0], I just tested it to be sure. The only thing I'm not sure is whether Fedora has a Webkit package that will work[1].
Regards, Matthew Brush
[0]: https://github.com/geany/geany-plugins/blob/1.32.0/build/markdown.m4#L52 [1]: https://bugzilla.redhat.com/show_bug.cgi?id=1375807
On 29 December 2017 at 09:25, Matthew Brush mbrush@codebrainz.ca wrote:
On 2017-12-28 02:28 PM, Colomban Wendling wrote:
[...]
However, about the goal: I'm afraid Geany on Fedora might be built against GTK3, and that the markdown plugin doesn't work with GTK3 (yet?). So you might need to also rebuild Geany to use GTK2.
The Markdown plugin works with GTK+3[0], I just tested it to be sure. The only thing I'm not sure is whether Fedora has a Webkit package that will work[1].
https://apps.fedoraproject.org/packages/webkitgtk has it for fc26, but not 27.
Regards, Matthew Brush
Users mailing list Users@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/users
On 29 December 2017 at 09:29, Lex Trotman elextr@gmail.com wrote:
On 29 December 2017 at 09:25, Matthew Brush mbrush@codebrainz.ca wrote:
On 2017-12-28 02:28 PM, Colomban Wendling wrote:
[...]
However, about the goal: I'm afraid Geany on Fedora might be built against GTK3, and that the markdown plugin doesn't work with GTK3 (yet?). So you might need to also rebuild Geany to use GTK2.
The Markdown plugin works with GTK+3[0], I just tested it to be sure. The only thing I'm not sure is whether Fedora has a Webkit package that will work[1].
https://apps.fedoraproject.org/packages/webkitgtk has it for fc26, but not 27.
AAAnd this time the GTK3 version, ooops
https://apps.fedoraproject.org/packages/webkitgtk3.
Cheers Lex
Regards, Matthew Brush
Users mailing list Users@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/users