Re: [Github-comments] [geany/geany] Geany on Fedora 33 freezes (#2665)

2020-11-19 Thread elextr
@vkireyeu try `GDK_BACKEND=help geany` and it should print a list of backends the GTK supports (IIUC) maybe Fedora simply hasn't compiled GTK to support X11 any more. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://

Re: [Github-comments] [geany/geany] Geany on Fedora 33 freezes (#2665)

2020-11-19 Thread Matthew Brush
It's probably still Wayland, I don't think you can use per-app environment variables if you're within Wayland. Try to log out and change the session to an X-session instead of Wayland (gear icon -> 'GNOME on Xorg'). -- You are receiving this because you are subscribed to this thread. Reply to t

Re: [Github-comments] [geany/geany] use relative path in project file (#2667)

2020-11-19 Thread elextr
@elextr requested changes on this pull request. Not reviewed in detail yet. This capability needs to be documented in the manual, including downsides and risks such as accidentally storing all files you have open in git and broadcasting that to the world. New settings not documented either. >

Re: [Github-comments] [geany/geany] use relative path in project file (#2667)

2020-11-19 Thread Keuronde
@Keuronde pushed 1 commit. 69d6357d8c50ac586efaf467d994ddd86b34c9a7 Remove g_canonical_path -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/geany/geany/pull/2667/files/08e5614eadd21b492753f46ac40c6432acf7ee8a..69d6357d8c50ac586efaf467d

Re: [Github-comments] [geany/geany] use relative path in project file (#2667)

2020-11-19 Thread Keuronde
Ok, my bad, I didn't read the doc in detail, I use g_canonicalize_filename, which is for glib 2.58 or above. I will try again ! -- 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/pull/2667#issueco

Re: [Github-comments] [geany/geany] use relative path in project file (#2667)

2020-11-19 Thread Colomban Wendling
> Can an admin help on this one ? Here you go. -- 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/pull/2667#issuecomment-730517898

Re: [Github-comments] [geany/geany] use relative path in project file (#2667)

2020-11-19 Thread Keuronde
Travis failed because I close the pull request during the check, and now that it is re-opened, I can launch it again. Can an admin help on this one ? -- 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/g

Re: [Github-comments] [geany/geany] use relative path in project file (#2667)

2020-11-19 Thread Keuronde
Reopened #2667. -- 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/pull/2667#event-4016848988

Re: [Github-comments] [geany/geany] use relative path in project file (#2667)

2020-11-19 Thread Keuronde
Closed #2667. -- 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/pull/2667#event-4016485447

Re: [Github-comments] [geany/geany] use relative path in project file (#2667)

2020-11-19 Thread Keuronde
Some bug were detected... -- 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/pull/2667#issuecomment-730455240

Re: [Github-comments] [geany/geany] use relative path in project file (#2667)

2020-11-19 Thread Keuronde
@Keuronde pushed 1 commit. c32ea62cc1cf89399eae65e7c8bb73bcdd831c11 bug corrected : segfault if started without project -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/geany/geany/pull/2667/files/c583f832b8c0a84d2e8a0163667b1c278dce17

[Github-comments] [geany/geany-plugins] Geany: Let 'Open Selected File' context action jump to :line number (when specified) (#1034)

2020-11-19 Thread nomadbyte
Geany has a handy action in its editor context menu 'Open Selected File' which will parse text under cursor to get a file-path and then open the file in a new tab. This is very useful when opening some file references like those in include directives etc. It'd be nice if this action were also a

[Github-comments] [geany/geany] use relative path in project file (#2667)

2020-11-19 Thread Keuronde
This pull request allow the usage of relative filepath in the Project file (.geany) and add a checkbox in the project config to active this option. The aim is to be able to duplicate a project with a copy-paste or to save a project file (.geany) in git, svn or whatever. issue #2483 You can view

Re: [Github-comments] [geany/geany] Geany on Fedora 33 freezes (#2665)

2020-11-19 Thread elextr
Ok, so it appears that something that changed in Fedora from 32 to 33 is the problem, possibly GTK versions. Not sure how to take it further. -- 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/is

Re: [Github-comments] [geany/geany] Geany on Fedora 33 freezes (#2665)

2020-11-19 Thread vkireyeu
There still Geany 1.36 in the repository, so I installed it. Geany 1.36 + Fedora 33 (Wayland, Gnome3) = freezes. Geany 1.36 (with ```GDK_BACKEND=x11```) + Fedora 33 (Wayland, Gnome3) = freezes. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or v

Re: [Github-comments] [geany/geany] Geany on Fedora 33 freezes (#2665)

2020-11-19 Thread elextr
I don't suppose you can try Geany 1.36 on Fedora 33? Also thank you for being helpful, I did contact a user on IRC who I thought used Geany on Wayland, but they don't so its not a configuration anybody else has (yet) AFAIK and your input is the only available data we have. -- You are receivin

Re: [Github-comments] [geany/geany] Ctags sync rebased (#2666)

2020-11-19 Thread Jiří Techet
@techee pushed 1 commit. 68f23972fae45a51ba7a24965cbc70030f59b400 Don't use tag identifier F -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/geany/geany/pull/2666/files/9581cd34291bdf2a5440958a01f2afe664b23b46..68f23972fae45a51ba7a2496

Re: [Github-comments] [geany/geany] Geany on Fedora 33 freezes (#2665)

2020-11-19 Thread vkireyeu
Actually I do not remember now. But for sure I used Geany 1.36 (and 1.35) on Fedora 32 together with Wayland and Gnome3. -- 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/2665#issuecommen

Re: [Github-comments] [geany/geany] Geany on Fedora 33 freezes (#2665)

2020-11-19 Thread elextr
> And actually I use Geany on Wayland quite a long time, so, problem appears > only after Geany 1.37. But the upgrade to Fedora 33 would have changed a lot more than just Geany, or are you saying Geany 1.36 works fine on Fedora 33 with wayland, but 1.37 doesn't? -- You are receiving this bec

Re: [Github-comments] [geany/geany] Geany on Fedora 33 freezes (#2665)

2020-11-19 Thread vkireyeu
UI when switching between tabs too. -- 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/2665#issuecomment-730245988

Re: [Github-comments] [geany/geany] Geany on Fedora 33 freezes (#2665)

2020-11-19 Thread elextr
A question raised elsewhere is what freezes? Is it the whole UI or just the edit window? -- 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/2665#issuecomment-730244151

Re: [Github-comments] [geany/geany] Geany on Fedora 33 freezes (#2665)

2020-11-19 Thread vkireyeu
```GDK_BACKEND=x11 geany``` does not help, I use Gnome 3. -- 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/2665#issuecomment-730227933

Re: [Github-comments] [geany/geany] Geany on Fedora 33 freezes (#2665)

2020-11-19 Thread elextr
Or try `GDK_BACKEND=x11 geany` to not use Wayland. -- 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/2665#issuecomment-730115705