Interesting, I can't reproduce the issue here (when running a python script). I'm still on macOS 12.6.2 and haven't updated to 13 yet - what's your version? It's possible there's some new permission to allow/disallow applications to execute scripts in the terminal (for security reasons). Isn't there some option under "System Preferences"->"Security & Privacy" under the Privacy tab where you could allow Geany to execute scripts in terminal? (There's nothing like that on macOS 12.)
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3369#issuecomment-1387172187
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3369/1387172187(a)github.com>
Debian recently added a "pacman" package and also backported it for Debian Bullseye.
So we can use this package instead of building it ourselves.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/infrastructure/pull/8
-- Commit Summary --
* Builders: Use the "pacman" package from Debian to avoid building it
-- File Changes --
M builders/Dockerfile.mingw64 (77)
M builders/mingw64/etc/pacman.conf (11)
-- Patch Links --
https://github.com/geany/infrastructure/pull/8.patchhttps://github.com/geany/infrastructure/pull/8.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/infrastructure/pull/8
You are receiving this because you are subscribed to this thread.
Message ID: <geany/infrastructure/pull/8(a)github.com>
I switched today from Geany 125 to 126 With the new version (running on Windows 7 64bit), I have (reproducibly) a strange problem with one file (its name is `irbrc`) which I had created with 125: When I want to save the file, an error popup occurs (see screenshot) which gives a "permission denied" message Moreover, this popup can not be clicked away (more precisely, when I click on OK, the popup seems to disappear for a fraction of a second, only to reappear again) I think, this behaviour of the popup window is clearly an error, because it is a modal dialogue, and I have to kill Geany with the task manager in order to continue my work It could be that Geany, after I clicked OK, tries again to fulfil the *Save* request, and finds - for whatever reason - the file still write-protected and brings up the same dialogue again
BTW, I don't think that this is *really* a permission issue, even though the message says so, because I can happily edit this file with other text editors I don't know why this file is special It is neither the name nor the content - I can use "save as" to save the file into a different directory
![capture_20151214_170717](https://cloudgithubusercontentcom/assets/6795665/11786323/301e8616-a286-11e5-8c48-98772ff2ad57jpg)
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/815
After most package updates on Arch, came up:
`geany: error while loading shared libraries: libtiff.so.5: cannot open shared object file: No such file or directory`
Anyone familiar solving such?
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3367
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3367(a)github.com>
When geany.glade is opened in a modern Glade there is a message that it should be checked in Glade 3.8 for deprecated widgets.
Can "somebody" who has Glade 3.8 please check it and post the results so it can be upgraded now GTK 2 is no longer supported.
--
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/2860
@Yanok35 , we now have an option in preferences (General -> Miscellaneous) to automatically wrap searches around, which I believe fixes your issue. Can you confirm and possibly close this PR ? Thanks.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/252#issuecomment-1379120155
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/252/c1379120155(a)github.com>
Suppose we have a lengthy C code and want to refactor existing variable names:
```c
...
int x_value, y_value;
...
```
1. Double click `x_value` and press `Ctrl+h`
2. Resize dialog opens with `x_value` set as **Search for:** keyword value
3. Leave the dialog open
4. Now double click `y_value` to highlight it and press `Ctrl+h`
5. Resize dialog is brought back to focus but the **Search for:** keyword isn't updated
I'd like step 5 to update the keyword value with new highlighted value from the editor.
The reason I leave the dialog open is because I want to keep track of the recent keyword that I just replaced without having to undo and redo again when I forget the last changes made to the document.
--
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/2808
I think this is no longer relevant.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/502#issuecomment-1376039426
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/502/1376039426(a)github.com>