github Zibri/VICE r45490
r45490 Windows

latest releases: r46086, r46086o, r46086u...
14 months ago

Changelog:

r45490 | compyx | 2025-02-14 09:41:55 +0000 (Fri, 14 Feb 2025) | 14 lines

Merge branch compyx/desktop-icons into trunk

Improve desktop file and icon installation on Unix (--enable-desktop-files).
Properly install icons with `xdg-icon-resource` and register .desktop files
with `dekstop-file-install`, run `update-desktop-database` after installing and
uninstalling. Icons are installed in four sizes: 32x32, 48x48, 64x64 and
256x256, the .desktop files refer to icons by their name, not path.

Delete .desktop files from build/debian/: the .desktop files in data/common/
are used both for `make install` and .deb packages now.

Keep the `gtk_window_set_icon()` fallback for now, KDE apparently needs it to
set the application window icon.

------------------------------------------------------------------------
r45476 | gpz | 2025-02-09 15:27:58 +0000 (Sun, 09 Feb 2025) | 1 line

fix crash on -help in the SDL port. patch inspired by rtissera
------------------------------------------------------------------------
r45475 | compyx | 2025-02-07 06:49:00 +0000 (Fri, 07 Feb 2025) | 6 lines

Gtk3: remove cross-compiling magic from Windows bindist script

Cross compiling using Linux hasn't been tested in four years, in which time a 
lot of changes have been made to the native (MSYS) portion of the script, but
the cross portion of the script remained untouched and untested.

------------------------------------------------------------------------
r45474 | compyx | 2025-02-06 10:27:38 +0000 (Thu, 06 Feb 2025) | 2 lines

Gtk3: bindist script: abort if old bindist dir cannot be removed

------------------------------------------------------------------------
r45473 | compyx | 2025-02-05 18:40:33 +0000 (Wed, 05 Feb 2025) | 4 lines

archdep_fix_streams(): attach console before redirecting

See bug #2065. With cmd.exe `-help` dumps on console and can be redirected to file, piping (to more) is broken. PowerShell is worse, redirecting to file doesn't even work, so perhaps we need to call AttachConsole() even if FILE_TYPE_DISK, but only when using PowerShell?

------------------------------------------------------------------------

Don't miss a new VICE release

NewReleases is sending notifications on new releases.