[Geany-Users] Make script executable from within Geany

Andrew Kennedy andrew_kennedy7 at xxxxx
Sun Sep 2 19:51:52 UTC 2018


Geany 1.32


Sent via personal computer"It is always too soon to quit."
 

    On Sunday, September 2, 2018, 2:32:30 PM CDT, Colomban Wendling <lists.ban at herbesfolles.org> wrote:  
 
 Le 02/09/2018 à 21:24, Andrew Kennedy via Users a écrit :
> Here you go.
> 
> 14:23:21: Geany INFO        : Geany 1.32, en_US.UTF-8
> 14:23:21: Geany INFO        : GTK 3.22.30, GLib 2.56.1
> 14:23:21: Geany INFO        : System data dir: /usr/share/geany
> 14:23:21: Geany INFO        : User config dir: /home/andy/.config/geany
> 14:23:21: Geany INFO        : System plugin path: /usr/lib/x86_64-linux-gnu

OK, that *is* a GTK3 build, so it's pretty normal it doesn't work with
libvte9.

However, you really don't have a "Terminal" tab at the bottom of the
screen, next to "Status", "Compiler", "Messages" and "Notes"?  It might
be hidden below and there might be an arrow button to go further down.

You can also check if VTE is properly found by checking if you got a
"Terminal" tab in the preferences (Edit->preferences).  If you do, the
terminal is found and the tab must just be hidden.

Otherwise if for some reason the VTE lib isn't loaded, you could try:

$ geany --vte-lib=/usr/lib/x86_64-linux-gnu/libvte-2.91.so.0 -v

which works on my Debian box and must be similar on a Ubuntu one.  if
/usr/lib/x86_64-linux-gnu/libvte-2.91.so.0 doesn't exist on your system,
try and locate the one that does (find is your friend).

Anyway, paste the output of a `geany -v` run if it doesn't work as it
should.

Regards,
Colomban
_______________________________________________
Users mailing list
Users at lists.geany.org
https://lists.geany.org/cgi-bin/mailman/listinfo/users
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/users/attachments/20180902/3d66baca/attachment-0001.html>


More information about the Users mailing list