Re: [Github-comments] [geany/geany] freezes frequently, unfreezes on ALT+TAB (#2658)

2020-12-14 Thread elextr
See #2665 

Note that none of the devs can get a freeze because we don't use those distros 
so we are kinda hamstrung to do anything, but the advice on Fedora seems to be 
"use wayland directly, not Xwayland"


-- 
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/2658#issuecomment-745023264

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

2020-12-14 Thread JC
@elextr @vkireyeu @numen3 @Orionic47 @codebrainz 
I think #2658 is a duplicate. Could you guys explain the workaround for me 
again, please? Thanks!

-- 
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-745020826

Re: [Github-comments] [geany/geany] freezes frequently, unfreezes on ALT+TAB (#2658)

2020-12-14 Thread JC
I switched to Ubuntu because of that. I don't have the bug there.  I miss 
Manjaro.  Dear developers, it would be nice if you could advise with test 
instructions. I don't mind building Geany from source and putting in some debug 
prints here and there if you let me know where to start. I use Geany like crazy 
every day, totally love it in fact, so I can't have it freezing on me.  

-- 
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/2658#issuecomment-745019046

Re: [Github-comments] [geany/geany] New obnoxious default close icon in toolbar icons as of Ubuntu 20.04 (#2664)

2020-12-14 Thread elextr
Closed #2664.

-- 
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/2664#event-4112181772

Re: [Github-comments] [geany/geany] freezes frequently, unfreezes on ALT+TAB (#2658)

2020-12-14 Thread Asherathe
I'm using 1.37.1 from the Ubuntu PPA, built using GTK+ v3.22.30 & GLib v2.56.4, 
on Peppermint 10 (x86_64, XFCE/LXDE, x11) , and having the same issue. It seems 
to always happen when I have a file open with unsaved changes.

-- 
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/2658#issuecomment-744982651

Re: [Github-comments] [geany/geany] "make check" unittests fail on Windows (#2677)

2020-12-14 Thread elextr
The gitattributes now has an issue #2691 so we don't keep hijacking 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/geany/issues/2677#issuecomment-744935546

[Github-comments] [geany/geany] Add .gitattributes to handle differing end user line endings (#2691)

2020-12-14 Thread elextr
Since Geany is a windows, linux and osx app there is a risk that line endings 
will be changed by accident if left to user settings.

See:
https://github.com/geany/geany/issues/2677#issuecomment-743469456
https://github.com/geany/geany/issues/2677#issuecomment-744917628

-- 
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/2691

Re: [Github-comments] [geany/geany] "make check" unittests fail on Windows (#2677)

2020-12-14 Thread Matthew Brush
FWIW, the Git installer for Windows asks you about how to deal with with line 
endings  (autocrlf) during setup and sets it globally. Maybe someone had that 
configured and accidentally changed the line endings?

![autocrlf](https://user-images.githubusercontent.com/181177/102153725-b751b300-3e2c-11eb-87be-21a4ed86703a.png)


-- 
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/2677#issuecomment-744917628

Re: [Github-comments] [geany/geany] Can't see underscores on Ubuntu 20.04 (#2502)

2020-12-14 Thread elextr
@AdamDanischewski yes, the problem seems to mostly be dejavu fonts, which 
unfortunately Ubuntu made default.

-- 
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/2502#issuecomment-744900483

Re: [Github-comments] [geany/geany] Can't see underscores on Ubuntu 20.04 (#2502)

2020-12-14 Thread AdamDanischewski
What worked for me is changing the font, View->Change Font to Nimbus Mono PS 
Regular

-- 
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/2502#issuecomment-744836684

Re: [Github-comments] [geany/geany] "make check" unittests fail on Windows (#2677)

2020-12-14 Thread elextr
@b4n yeah, my quick read of the docs (what!?!) suggests that .gitattributes can 
use globs to match files to have different conversion rules so should be able 
to force LF for code and binary for others.

-- 
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/2677#issuecomment-744662610

Re: [Github-comments] [geany/geany] "make check" unittests fail on Windows (#2677)

2020-12-14 Thread Colomban Wendling
@elextr maybe yeah I never played with those so I'm not sure how it goes, but 
for the tests/ctags directory we definitely don't want *any* kind of 
conversion, we just want the same exact set of bytes.  So maybe we should tell 
Git to leave them alone and not be "smart" if that's the issue.

@eht16 could you check the md5/sha1 of the offending files on Windows and 
Linux? Or directly check the gitattribute idea if it makes sense.

-- 
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/2677#issuecomment-744497572

Re: [Github-comments] [geany/geany] Read standard input as new file (#780)

2020-12-14 Thread elextr
@x09 then make a pull request to add the capability.

-- 
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/780#issuecomment-744246049

Re: [Github-comments] [geany/geany] Read standard input as new file (#780)

2020-12-14 Thread x09
2020 year.. i want stdin read

-- 
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/780#issuecomment-744242272