<p><a href="https://github.com/fusion809" class="user-mention">@fusion809</a></p>
<ul>
<li>I don't mind much about the capitalisation, I didn't consider the names as package names. Then it is OK probably.</li>
<li>I still vote for "Free Software" as it is more specific than this ambigous term "open-source". And here the capitalisation is actually important.</li>
<li>in the latest image the plugin library files are included but in usr/lib/geany/geany/; Geany looks in<br>
usr/lib/geany</li>
<li>interestingly, the GeanyPy library file is still usr/lib/geany; trying to load it will crash Geany:</li>
</ul>
<pre><code>[0:42:27] enrico@endor (1): /tmp% ./geany-1.29.0.glibc2.17-x86_64.AppImage -vc /tmp/gpt  
zenity, kdialog, Xdialog missing. Skipping ./bin//geany.wrapper.
Geany-INFO: Using alternate configuration directory
Geany-INFO: Geany 1.29, en_GB.utf8
Geany-INFO: GTK 2.24.31, GLib 2.50.1
Geany-INFO: System data dir: /tmp/.mount_gCSUqm/usr/share/geany
Geany-INFO: User config dir: /tmp/gpt
Geany-INFO: System plugin path: /tmp/.mount_gCSUqm/usr/lib/geany
Geany-INFO: Added filetype Clojure (61).
Geany-INFO: Added filetype CUDA (62).
Geany-INFO: Added filetype Cython (63).
Geany-INFO: Added filetype Genie (64).
Geany-INFO: Added filetype Graphviz (65).
Geany-INFO: Added filetype JSON (66).
Geany-INFO: Added filetype Scala (67).
Geany-INFO: Loaded libvte from libvte.so
Geany-INFO: unknown : None (UTF-8)
Geany-INFO: Added 7 plugin(s) in '/tmp/.mount_gCSUqm/usr/lib/geany'.
zsh: segmentation fault (core dumped)  ./geany-1.29.0.glibc2.17-x86_64.AppImage -vc /tmp/gpt
</code></pre>
<p>Regarding the plugin dependencies:<br>
<code>apt-get build-dep geany-plugins</code> should help or alternatively, <a href="https://anonscm.debian.org/git/pkg-geany/packages/geany-plugins.git/tree/debian/control#n6">https://anonscm.debian.org/git/pkg-geany/packages/geany-plugins.git/tree/debian/control#n6</a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/issues/1303#issuecomment-262400225">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABDrJ40OP1A4M6i9G-eRCaRKUahq1Js0ks5rA38TgaJpZM4KyPT8">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ8IoP3wNqg_ahnE2FxdFrwLxGHnBks5rA38TgaJpZM4KyPT8.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany/issues/1303#issuecomment-262400225"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>

<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/geany/geany","title":"geany/geany","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/geany/geany"}},"updates":{"snippets":[{"icon":"PERSON","message":"@eht16 in #1303: @fusion809 \r\n- I don't mind much about the capitalisation, I didn't consider the names as package names. Then it is OK probably.\r\n- I still vote for \"Free Software\" as it is more specific than this ambigous term \"open-source\". And here the capitalisation is actually important.\r\n- in the latest image the plugin library files are included but in usr/lib/geany/geany/; Geany looks in \r\nusr/lib/geany\r\n- interestingly, the GeanyPy library file is still usr/lib/geany; trying to load it will crash Geany:\r\n```\r\n[0:42:27] enrico@endor (1): /tmp% ./geany-1.29.0.glibc2.17-x86_64.AppImage -vc /tmp/gpt  \r\nzenity, kdialog, Xdialog missing. Skipping ./bin//geany.wrapper.\r\nGeany-INFO: Using alternate configuration directory\r\nGeany-INFO: Geany 1.29, en_GB.utf8\r\nGeany-INFO: GTK 2.24.31, GLib 2.50.1\r\nGeany-INFO: System data dir: /tmp/.mount_gCSUqm/usr/share/geany\r\nGeany-INFO: User config dir: /tmp/gpt\r\nGeany-INFO: System plugin path: /tmp/.mount_gCSUqm/usr/lib/geany\r\nGeany-INFO: Added filetype Clojure (61).\r\nGeany-INFO: Added filetype CUDA (62).\r\nGeany-INFO: Added filetype Cython (63).\r\nGeany-INFO: Added filetype Genie (64).\r\nGeany-INFO: Added filetype Graphviz (65).\r\nGeany-INFO: Added filetype JSON (66).\r\nGeany-INFO: Added filetype Scala (67).\r\nGeany-INFO: Loaded libvte from libvte.so\r\nGeany-INFO: unknown : None (UTF-8)\r\nGeany-INFO: Added 7 plugin(s) in '/tmp/.mount_gCSUqm/usr/lib/geany'.\r\nzsh: segmentation fault (core dumped)  ./geany-1.29.0.glibc2.17-x86_64.AppImage -vc /tmp/gpt\r\n```\r\n\r\nRegarding the plugin dependencies:\r\n`apt-get build-dep geany-plugins` should help or alternatively, https://anonscm.debian.org/git/pkg-geany/packages/geany-plugins.git/tree/debian/control#n6."}],"action":{"name":"View Issue","url":"https://github.com/geany/geany/issues/1303#issuecomment-262400225"}}}</script>