Re: [Github-comments] [geany/geany] Weird copy and paste bug involving multiple instances of Geany (#2503)

2020-05-30 Thread Chris Graham
Closed #2503. -- 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/2503#event-3389828905

Re: [Github-comments] [geany/geany] Weird copy and paste bug involving multiple instances of Geany (#2503)

2020-05-14 Thread Chris Graham
Fixed upstream https://sourceforge.net/p/scintilla/bugs/2175/ :) -- 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/2503#issuecomment-628943388

Re: [Github-comments] [geany/geany] Weird copy and paste bug involving multiple instances of Geany (#2503)

2020-05-14 Thread Chris Graham
I don't know if it is relevant, but my logged in X11 session is vt2, and the gdm login screen is on vt1. i.e. I can ctrl+alt+f1 and it will go to the login screen, and it will then click back to vt2 after re-logging in. This is the 'default' on my system (i.e. I haven't knowingly done anything

Re: [Github-comments] [geany/geany] Weird copy and paste bug involving multiple instances of Geany (#2503)

2020-05-14 Thread elextr
> I probably spent way more time than this bug is worth, but I got obsessive :S. Thanks very much for trying anyway, without being able to reproduce it I'm not sure what else we can do right now. -- You are receiving this because you are subscribed to this thread. Reply to this email directly

Re: [Github-comments] [geany/geany] Weird copy and paste bug involving multiple instances of Geany (#2503)

2020-05-13 Thread Chris Graham
I really tried hard to debug this, and I'm completely stuck. I can clarify the bug. It's definitely at least partly a Scintilla issue, not specific to Geany. I can reproduce it in MySQL Workbench (which I've most definitely not compiled myself). GTK3 vs GTK2 is not an issue (of note I was on

Re: [Github-comments] [geany/geany] Weird copy and paste bug involving multiple instances of Geany (#2503)

2020-05-13 Thread Chris Graham
Noted. I can say with my debugging so far that `gtk_selection_data_get_length` is returning -1 for my test case and `ScintillaGTK::InsertSelection` has a branch check on `>=0`. -- 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] Weird copy and paste bug involving multiple instances of Geany (#2503)

2020-05-13 Thread elextr
Might be a GTK 2 thing, @chrisgraham can you build a GTK 3 version to try? -- 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/2503#issuecomment-628317054

Re: [Github-comments] [geany/geany] Weird copy and paste bug involving multiple instances of Geany (#2503)

2020-05-13 Thread Chris Graham
No. I'm actually looking into it now, but I don't have a whole lot of time so I suspect I'll get nowhere. Issue is likely in Scintilla IMO. Happens even if I use a clipboard manager and can see the current clipboard within it! Happens even if I close all Geany instances and open a new one and

Re: [Github-comments] [geany/geany] Weird copy and paste bug involving multiple instances of Geany (#2503)

2020-05-13 Thread Matthew Brush
@chrisgraham are you using Wayland do you know? -- 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/2503#issuecomment-628312970

Re: [Github-comments] [geany/geany] Weird copy and paste bug involving multiple instances of Geany (#2503)

2020-05-13 Thread elextr
WFM, Linux Mint (Ubuntu 18.04) Cinnamon Geany 1.37 (git >= 82590af4), en_AU.UTF-8 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/2503#issuecomment-628294863

Re: [Github-comments] [geany/geany] Weird copy and paste bug involving multiple instances of Geany (#2503)

2020-05-13 Thread Chris Graham
Sorry, I should have specified those things, mind fart on my part. `geany 1.37 (git >= fe7d2f87) (built on 2020-03-21 with GTK 2.24.32, GLib 2.62.1)` As it says, it is a custom build - but not very custom, and certainly I've not been messing with GTK stuff. ` lsb_release -a No LSB modules are

Re: [Github-comments] [geany/geany] Weird copy and paste bug involving multiple instances of Geany (#2503)

2020-05-12 Thread Matthew Brush
It works fine here with Geany 1.37 (master) on Ubuntu 20.04 in Gnome/X11 as well as Geany 1.36 on Windows 7. Perhaps it's a bug in your unspecified version of Geany or OS. -- 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] Weird copy and paste bug involving multiple instances of Geany (#2503)

2020-05-12 Thread Chris Graham
If I open a second instance of Geany, copy something to the clipboard, close that instance, and then try and paste into that second instance, nothing happens. This is using the drop-down menu, the context menu, and ctrl+v. However, I can then paste into other applications and it works fine. So