[Github-comments] Re: [geany/geany-themes] Flatpak directory location (Issue #47)

2024-05-03 Thread Evan McBeth via Github-comments
> Can a flatpack access the internet? Chrome is a Flatpak, so the answer must be yes, at some level. I was thinking of whether a flatpak can access the local filesystem, or whether it is all sandboxed/VM'd up (I love Geany, but dont have the skills to do this work) -- Reply to this email

[Github-comments] Re: [geany/geany] windows下中文字体乱码 (Chinese font garbled under Windows) utf8 unicode (Issue #3862)

2024-05-03 Thread elextr via Github-comments
There are unlikely to be many other editors that use the GTK toolkit on Windows (vscode definitely does not) so the fact that fonts work elsewhere does not help. GTK tends to do its own thing, so how it handles fallback fonts on Windows is unknown. Vscode uses electron which is a browser librar

[Github-comments] Re: [geany/geany-themes] Flatpak directory location (Issue #47)

2024-05-03 Thread Evan McBeth via Github-comments
For others who may stumble upon this, attached is a silly little script I made to automate the process. For one-off ill-remembered esoterica, I often have these in directory called /Linux_software and it saves me remembering anything :) Simply create a directory called colorschemes and run th

[Github-comments] Re: [geany/geany-themes] Flatpak directory location (Issue #47)

2024-05-03 Thread elextr via Github-comments
Can a flatpack access the internet? Anyway Geany itself does not perform any internet access and does not contain the libraries to do that. A couple of the plugins in the Geany plugins collection do, so maybe "somebody" could add a plugin to read colour schemes from the repository if a flatpa

[Github-comments] Re: [geany/geany] windows下中文字体乱码 (Chinese font garbled under Windows) utf8 unicode (Issue #3862)

2024-05-03 Thread xueyeyu via Github-comments
我不这么认为,在windows平台上这些字体(如 Ubuntu Mono 和Fira Code )在其他编辑器(如 atom vscode 等)能够正常显示,这些字体也是支持多语言的。 (machine translation) I don't think so. On the Windows platform, these fonts (such as Ubuntu Mono and Fira Code) can be displayed normally in other editors (such as atom vscode), and these fonts also su

[Github-comments] Re: [geany/geany-themes] Flatpak directory location (Issue #47)

2024-05-03 Thread Evan McBeth via Github-comments
_Linux Mint 21.3 here._ Seems to be in a slightly different place /active/**files**/share `/var/lib/flatpak/app/org.geany.Geany/current/active/files/share/geany/colorschemes` Be nice if the colourschemes might be imported via the application rather than have users dig through such a deep h

[Github-comments] Re: [geany/geany-plugins] [WIP] Add LSP plugin (PR #1331)

2024-05-03 Thread Jiří Techet via Github-comments
@techee pushed 10 commits. 92d117dc42acc8da0ff9b07f5eef99413ea74aea Add lsp to README 44bda83eb5dbca8c71c0203afe9ebc174c625083 Properly document the config file and rename 2 config options 0c486a569784822f275b4eac1806a7d510dcfc66 Fix location of global config file when using geany-plugins 859

[Github-comments] Re: [geany/geany] Unable to "Build" using Geany (Issue #3863)

2024-05-03 Thread Farticus6969 via Github-comments
THANK YOU!!! ~Ubuntu~ On Fri, May 3, 2024, 7:35 AM elextr ***@***.***> wrote: > The issue you have is that the 4th quote (after the %f) is not an ASCII > quote, but U+201C Left Double Quotation Mark. Just replace the command with: > > Wow eagle eyed!! 👀 > > — > Reply to this email directly, view

[Github-comments] Re: [geany/geany] Unable to "Build" using Geany (Issue #3863)

2024-05-03 Thread Farticus6969 via Github-comments
THANK YOU!!! ~Ubuntu~ On Fri, May 3, 2024, 7:33 AM Colomban Wendling ***@***.***> wrote: > gcc -Wall -o "%e" "%f“ `pkg-config --cflags gtk+-3.0` > -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 `pkg-config --libs gtk+-3.0` > > The issue you have is that the 4th quote (after the %f) is not an ASCII

[Github-comments] Re: [geany/geany] Unable to "Build" using Geany (Issue #3863)

2024-05-03 Thread elextr via Github-comments
> The issue you have is that the 4th quote (after the %f) is not an ASCII > quote, but U+201C Left Double Quotation Mark. Just replace the command with: Wow eagle eyed!! :eyes: -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3863#issuecomment-2092825

[Github-comments] Re: [geany/geany] Unable to "Build" using Geany (Issue #3863)

2024-05-03 Thread Colomban Wendling via Github-comments
> ```shell > gcc -Wall -o "%e" "%f“ `pkg-config --cflags gtk+-3.0` > -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 `pkg-config --libs gtk+-3.0` > ``` The issue you have is that the 4th quote (after the `%f`) is not an ASCII quote, but U+201C *Left Double Quotation Mark*. Just replace the command w

[Github-comments] Re: [geany/geany] File Browser doesn't follow path on startup (Issue #3864)

2024-05-03 Thread elextr via Github-comments
> the issue can be moved? Done. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3864#issuecomment-2092603896 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Unable to "Build" using Geany (Issue #3863)

2024-05-03 Thread Farticus6969 via Github-comments
I did enter a comment, don't know if that will re-open #3863. First time using github except to download dban, knoppix std & chirp, never to ask for help. Thanks, Bill On Fri, May 3, 2024, 3:56 AM W. Sherman ***@***.***> wrote: > I tried to edit 3863 and post last email and it's screenshot but i

[Github-comments] Re: [geany/geany] Unable to "Build" using Geany (Issue #3863)

2024-05-03 Thread Farticus6969 via Github-comments
Using github is a hit-or-miss thing with me as I usually don't have internet access. Only reason I do now is I'm in the hospital soon to be transferred back to the Wound Care Center, that's why I've been using email not understanding that would force a "Closed" status. Hopefully This will re-op

[Github-comments] Re: [geany/geany] Unable to "Build" using Geany (Issue #3863)

2024-05-03 Thread Farticus6969 via Github-comments
I tried to edit 3863 and post last email and it's screenshot but it is flagged as closed. Can it be changed back to open or do I need to start a new issue referencing 3863? On Fri, May 3, 2024, 3:15 AM elextr ***@***.***> wrote: > Your image did not come through. > > As I said above, you should

[Github-comments] Re: [geany/geany] Unable to "Build" using Geany (Issue #3863)

2024-05-03 Thread elextr via Github-comments
Your image did not come through. As I said above, you should interact via the github website. Github is not a mailing list, it is a website, and emails are largely intended for notifications. Although you can post via email the variation in the behaviour of mailing tools means many features