Re: [Github-comments] [geany/geany-plugins] Can't activate debugger plugin Ubuntu 20.04 (#1072)

2021-05-20 Thread fei4xu
you can change the installation path by `--prefix=/usr` ``` git clone https://github.com/geany/geany-plugins.git cd geany-plugins/ sudo apt-get install libvte-2.91-dev ./autogen.sh --disable-all-plugins --enable-debugger --prefix=/usr make -j8 sudo make install ``` -- You are receiving this becau

Re: [Github-comments] [geany/geany-plugins] Can't activate debugger plugin Ubuntu 20.04 (#1072)

2021-05-13 Thread Frank Lanitz
Self compiled Geany as well as plugins go to /usr/local unless you change it during configure-run. If this one is missing in default Ubuntu profile you might want to fill a feature/bug-report there. -- You are receiving this because you are subscribed to this thread. Reply to this email direct

Re: [Github-comments] [geany/geany-plugins] Can't activate debugger plugin Ubuntu 20.04 (#1072)

2021-05-13 Thread Frank Lanitz
Closed #1072. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1072#event-4741829893

Re: [Github-comments] [geany/geany-plugins] Can't activate debugger plugin Ubuntu 20.04 (#1072)

2021-04-14 Thread elextr
On Wed, 14 Apr 2021 at 17:40, dwarning ***@***.***> wrote: > Thank you - this helps. It seems to do with my LD_LIBRARY_PATH variable. > After extend to /usr/local/lib the libgeany.so and libgeanypluginutils.so > are found and successful loaded. > 09:23:19: Geany INFO : Loaded libvte from libvte-2.

Re: [Github-comments] [geany/geany-plugins] Can't activate debugger plugin Ubuntu 20.04 (#1072)

2021-04-14 Thread dwarning
Thank you - this helps. It seems to do with my LD_LIBRARY_PATH variable. After extend to /usr/local/lib the libgeany.so and libgeanypluginutils.so are found and successful loaded. ` 09:23:19: Geany INFO: Loaded libvte from libvte-2.91.so 09:23:19: Geany INFO: Loaded: /u

Re: [Github-comments] [geany/geany-plugins] Can't activate debugger plugin Ubuntu 20.04 (#1072)

2021-04-13 Thread elextr
`Menu->Help->Debug Messages` might help. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1072#issuecomment-819065274

[Github-comments] [geany/geany-plugins] Can't activate debugger plugin Ubuntu 20.04 (#1072)

2021-04-13 Thread dwarning
Dear all, at first i tried geany + plugins from Ubuntus standard repositories with their apt manager. I could see all the plugins in the plugin manager but no "debugger" option. After de-installation I stepped over to self compilation geany-1.37.1 and geany-plugins-1.37. After installation of li