Re: [Github-comments] [geany/geany] geany would not open (Windows 10) (#2639)

2020-10-31 Thread elextr
Where did you download it from? What version? how did you get GTK runtime, what 
version?

-- 
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/2639#issuecomment-720016694

[Github-comments] [geany/geany] geany would not open (Windows 10) (#2639)

2020-10-31 Thread UBUNTUTHEDISTRO
so i recently installed geany since visual studio was too long to install but
after i finished setup, i clicked on the shortcut but it would not open,
i tried to run geany from the start menu, even from e: (the drive i installed 
geany on) but nothing would work
i have the gtk+ runtime thing installed. i tried it from wsl, but still nothing.
can someone help me? 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/2639

Re: [Github-comments] [geany/geany] New Update Crashes Instantly on macOS (#2637)

2020-10-31 Thread Frank Lanitz
@techee  cask is using upstream dmg for installation -- so we need an update 
here I think


-- 
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/2637#issuecomment-719915352

Re: [Github-comments] [geany/geany] Add a meta file for funding (#2638)

2020-10-31 Thread Enrico Tröger
Is it really necessary?
We already have a "Donate" menu item in Geany directly, we have donation 
information on the website.
Do we really want to advertise it on GitHub as well?

-- 
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/2638#issuecomment-719914026

Re: [Github-comments] [geany/www.geany.org] Add donation information via Liberapay (#26)

2020-10-31 Thread Enrico Tröger
It looks like: 
![geany_org_donate_liberapay](https://user-images.githubusercontent.com/617017/97776630-9d505f80-1b61-11eb-82fb-09b6e10324b7.png)

I also changed the redirect for "https://www.geany.org/service/donate/; (used 
in Geany in the Help menu) to not directly point to PayPal but instead to the 
donate page on our website, so users can see all available options.

-- 
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/www.geany.org/pull/26#issuecomment-719913337

Re: [Github-comments] [geany/geany] New Update Crashes Instantly on macOS (#2637)

2020-10-31 Thread Jiří Techet
Closed #2637.

-- 
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/2637#event-3943906764

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

2020-10-31 Thread Enrico Tröger
This been fixed in Geany 1.37.
The workaround to set `line_height` in `filetypes.common` is no longer 
necessary.

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

[Github-comments] [geany/www.geany.org] Add donation information via Liberapay (#26)

2020-10-31 Thread Enrico Tröger
Also remove the outdated PayPal logo and use a direct link to PayPal.
You can view, comment on, or merge this pull request online at:

  https://github.com/geany/www.geany.org/pull/26

-- Commit Summary --

  * Add donation information via Liberapay

-- File Changes --

D geany/static/img/PayPal_mark_50x34.gif (0)
M page_content/about/donate.md (11)

-- Patch Links --

https://github.com/geany/www.geany.org/pull/26.patch
https://github.com/geany/www.geany.org/pull/26.diff

-- 
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/www.geany.org/pull/26


Re: [Github-comments] [geany/geany] New Update Crashes Instantly on macOS (#2637)

2020-10-31 Thread Jiří Techet
@frlan It's not really a matter of sources but rather a compiler used to 
compile the binary. Xcode 12 right now produces binaries which refer to symbols 
present only on macOS 10.15 or newer even though mimimum macOS version 
specified as the command-line argument of llvm is 10.11. So it depends what 
XCode version homebrew uses to produce its binaries.

I've only tested the current binary on macOS 10.14, 10.15 and macOS 11 on the 
ARM prototype computer under Rosetta 2 emulation - it works on all of these 
platforms but I don't have earlier macOS versions installed to test.

I've moved the above binary from the snapshots directory to the downloads 
directory.

-- 
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/2637#issuecomment-719904862