This is the corresponding PR to Geany https://github.com/geany/geany/pull/2590 to switch the Windows builds to x86_64 and GTK3.
Main changes:
- the GTK (and other dependencies) bundle is now created for the x86_64 platform
- the new parameter "-x" allows to run script on a Linux system using Wine, therefore it is necessary to run the post-install scripts after all packages have been extracted.
- use "-Sdd" for Pacman to ignore dependencies as we resolve them manually
- do not use "tar -x --xz" as Pacman nowadays also downloads .zst packages, instead just download the file and let tar choose the format automatically based on the filename
- replace GTK2 by (upcoming) GTK4 in bundle script
- ignore package signatures on bundle creation
- ignore Pacman cache on bundle creation
**Note**: the WebHelper and Markdown plugins are no longer included in the Windows G-P installer as there are no (already for a long time) WebKitGTK packages available.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/1107
-- Commit Summary --
* Windows: Remove hard-coded paths and installer name from install script
* Windows installer: Remove Markdown+WebHelper and update dependencies
* Windows: Create GTK bundle for x86_64 and support non-native execution
* Windows: Update bundle dependencies
-- File Changes --
M build/geany-plugins.nsi (138)
M build/gtk-bundle-from-msys2.sh (152)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/1107.patchhttps://github.com/geany/geany-plugins/pull/1107.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/geany-plugins/pull/1107
The compile and build commands work and so does the execute command when I try them on a c++ file.
However, the integrated terminal is simply not there neither in Message Window, nor in Preferences.
Geany was installed from official website release `geany-1.37.1_setup.exe` and I used `full` option when installing.
![geany](https://user-images.githubusercontent.com/88374207/133924816-f27d6887-6ede-4183-897d-a721efb74cbc.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/2900
(I'm running a Danish version and the English terms may not be precise)
In the Find and the Replace dialog, the [Ignore case] setting is swapped. If I choose to ignore, the case is important and vice versa.
Geany:
"Poliff"
build 2020-03-22 or later
with libraries GTK+ v3.24.20 and GLib v2.64.6
OS:
Linux Mint Cinnamon 20
Computer (my PC is almost 4 years old):
Intel Core i3-7100 Prozessor
Intel HD-Grafik 630
8 Gbyte ram DDR4
120 Gbyte SSD harddisk
1 Tbyte harddisk - Toshiba DT01ACA100
Netcard: 802.11 ac
--
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/2787