Re: [Github-comments] [geany/geany-plugins] Debugger Plugin on Raspian (Pi4) doesn't work (not loaded) (#957)

2020-02-24 Thread Armin Ehlert
@LarsGit223 today this are Geanys debug messages: 08:52:08: Geany INFO: Geany 1.33, en_US.UTF-8 08:52:08: Geany INFO: GTK 3.24.5, GLib 2.58.3 08:52:08: Geany INFO: System data dir: /usr/share/geany 08:52:08: Geany INFO: User config dir: /home/pi/.config/geany 08:52:09: Geany INFO: Loaded GTK+ CSS

Re: [Github-comments] [geany/geany-plugins] Debugger Plugin on Raspian (Pi4) doesn't work (not loaded) (#957)

2020-02-24 Thread Armin Ehlert
sorry @elextr I'am not so familiar with this system (newbi). Geany v1.33 was pre-installed with the "newest" Raspbian Desktop (Debian Buster). I have installed the plugins in a normal manner with "sudo apt-get install geany-plugins". -- You are receiving this because you are subscribed to

Re: [Github-comments] [geany/geany] Rectangular selection breaks drag and drop on Windows (#2440)

2020-02-24 Thread Matthew Brush
So perhaps it is related to GTK+2 vs GTK+3 as @elextr implied. If you were so inclined you could try building the Linux one with GTK+2, using `./configure --disable-gtk3` (which I believe is the default if you have both GTK2 development dependencies installed). If it doesn't work, then it rules

Re: [Github-comments] [geany/geany] Rectangular selection breaks drag and drop on Windows (#2440)

2020-02-24 Thread cousteau
GTK 3.22.30, GLib 2.56.4 -- 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/issues/2440#issuecomment-590599404

Re: [Github-comments] [geany/geany-plugins] Debugger Plugin on Raspian (Pi4) doesn't work (not loaded) (#957)

2020-02-24 Thread elextr
Electron, chrome, Node.js, V8 are all irrelevant, but the rather basic one, version of Geany might help? Are you building Geany from source? If you are using the distros version then just adding libvte won't help if the distro built Geany without debugger. If you are building your own

Re: [Github-comments] [geany/geany-plugins] Debugger Plugin on Raspian (Pi4) doesn't work (not loaded) (#957)

2020-02-24 Thread LarsGit223
For completeness please also report the gtk and glib version, you can find them in Geany's about dialog. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[Github-comments] [geany/geany-plugins] Debugger Plugin on Raspian (Pi4) doesn't work (not loaded) (#957)

2020-02-24 Thread Armin Ehlert
The other plugins are "visible", but not the "Debugger" and "DevHelp" items. My Environment: g++ & gdb (Raspbian 8.2.1-2) Electron: 7.1.7 Chrome: 78.0.3904.130 Node.js: 12.8.1 V8: 7.8.279.23-electron.0 OS: Linux arm 4.19.97-v7l+ The hint from @LarsGit223 doesn't work too (sudo apt-get install

Re: [Github-comments] [geany/geany-plugins] debugger (#938)

2020-02-24 Thread LarsGit223
@Ehlarm: please open a new issue and report your details there as this issue is about a different operating system so the problem fixes might differ and should not be mixed up. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on

Re: [Github-comments] [geany/geany] Rectangular selection breaks drag and drop on Windows (#2440)

2020-02-24 Thread Matthew Brush
@cousteaulecommandant what version of GTK+ where you testing with on Linux? (`Help->Debug Messages` first couple of lines). -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Github-comments] [geany/geany-plugins] debugger (#938)

2020-02-24 Thread Armin Ehlert
for me it's the same debugger issue on my Raspbian (Pi4) :( @LarsGit223 "sudo apt-get install libvte-2.91-dev" doesn't helped too... -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: