I'm happy to discover Geany 2 with same window but for me there is a major issue: text is blurred on Debian Testing (2.0-1), see below:
Geany 1.38 - GTK 3.24
![geany138](https://github.com/geany/geany/assets/31816829/ff2367e0-0c85-437b-b0fa-1799c25aac77)
Geany 2.0 - GTK 3.24
![geany200](https://github.com/geany/geany/assets/31816829/04fe2604-59ac-4074-86dc-94b3d64737d7)
Both with `FREETYPE_PROPERTIES="truetype:interpreter-version=35"`.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3701
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3701(a)github.com>
`geany 2.0 (built on Oct 23 2023 with GTK 3.24.38, GLib 2.78.0)`
`6.6.9-arch1-1`
I use geany for writing python scripts. During development I'll run the file through Geany's run function.
To run from the command line I'll set the x bit
chmod +x test.py
It will run.
If I make a change to that file through Geany. The executable bit is removed.
Watching the directory for gremlins I notice that geany (I assume) is writing to a temp file with a UID suffix. For example `test.py.A543B`
When I next try to run `test.py` I need to reset the permissions.
Is it just me?
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3737
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3737(a)github.com>
I'm using Geany 2.0 on KDE/Plasma 5.27 and have been facing annoying issues with the caret position.
In some cases (I have not quite yet found the minimum steps to reproduce it though from a fresh start of Geany), the caret will either disappear altogether, or the text will not scroll to the correct position.
One typical way it happens is when scrolling multiple pages (so that the caret gets out of view) and the clicking in the document to place the caret in the new position. When the issue arises, when clicking on the new position, the document will scroll back to the previous position of the caret. It doesn't usually happen until Geany has run for a while. Again not sure what exactly triggers it, but when that starts happening, it keeps doing that until Geany is quit and restarted.
Likewise, when doing searches, if the search has reached the end of the document and we agree to keep searching from the start of the document, then the document will not scroll to the position of the found occurence, but will stay where the caret originally was, and the caret disappears.
I'm not sure exactly how to give more information than this. It's easy to reproduce after a while in my case, but the minimal steps are not obvious (except that it eventually happens after some use.)
I had a similar issue with Geany 1.38 before upgrading to 2.0, so it's not new to the 2.0 version (but was kind of hoping it would fix it).
I have the "project organizer" plugin enabled, if that could make a difference.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3736
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3736(a)github.com>
I am using Geany 2 on LMDE 6 Cinnamon desktop. On a Laptop PC
The problem I am having is the Set Build screen bottom is bellow the monitor. In other words I change the set build items but I can not check the ok button because it is below the screen. I have tried every thing I can think of to reduce the size in order to get to the bottom. I was using Ubuntu 18.04 on the same laptop before and the Set build menu worked fine. Any insight would be appropriated. I love Geany and hope I can get it working on LMDE 6.
Thanks
Roxanne
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3735
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3735(a)github.com>
Hello,
I've been experiencing a problem with Geany 1.38 for some time now.
When I press the space bar to make a space, a tilde (~) is displayed instead.
Have I done something wrong in the configuration?
Thank you in advance for your help.
Pascal
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3521
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3521(a)github.com>
Today, geany started crashing on startup. I've traced this to the Markdown plugin and the latest update the the mesa package on my system. I'm running a fully updated arch system with nvidia graphics and the LTS kernal. The error output and the package versions are included below. I've attached a full trace obtained when running with gdb. Starting geany with the "--no-plugins" option or removing the markdown library from session.conf and geany.conf allows geany to start. However, enabling the Markdown plugin form the UI also crashes geany.
`$ geany `
```
src/nv_gbm.c:242: GBM-DRV error (nv_gbm_create_device_native): nv_common_gbm_create_device failed (ret=-1)
Segmentation fault (core dumped)
```
`$ geany --version`
```
geany 2.0 (built on 2023-10-23 with GTK 3.24.38, GLib 2.78.0)
```
`$ pacman -Ss geany`
```
extra/geany 2.0-1 [installed]
extra/geany-plugins 2.0-1 [installed]
```
`$ pacman -Ss mesa`
```
extra/mesa 1:23.3.2-1 [installed]
```
[geany-gdb.log](https://github.com/geany/geany-plugins/files/13805011/geany-…
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1300
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/issues/1300(a)github.com>