Files
gimp/gimp-2.99.19-cm-system-monitor-profile-by-default.patch
Marcus Meissner f54431ab68 Accepting request 1278320 from home:polslinux:branches:graphics
- Update to 3.0.4:
  * Clipboard Pasting: Resolved an issue where pasted selections into
    other programs were incorrectly padded to the original image size.
  * Monitor-Related Crashes: Addressed crashes occurring when changing
    or turning off the main monitor.
  * Font Handling: Improved font loading speed on startup, benefiting
    users with extensive font libraries.
  * Non-Destructive Filters: Enhanced undo history tracking for filters
    and fixed visual glitches during layer rotations with active filters.
  * Corrected the Help button functionality in the About Dialog.
  * Fixed icon display issues on KDE Wayland.
  * Resolved the ZDI-CAN-26752 bug affecting .ICO file imports.
- Drop upstreamed 0001-Avoid-type-names-and-keywords.patch
- Drop upstreamed gimp-3.0.2_de_shortcut_clash.patch

OBS-URL: https://build.opensuse.org/request/show/1278320
OBS-URL: https://build.opensuse.org/package/show/graphics/gimp?expand=0&rev=92
2025-05-19 07:42:25 +00:00

26 lines
999 B
Diff

diff -up gimp-2.99.18/etc/gimprc.in.cm-system-monitor-profile-by-default gimp-2.99.18/etc/gimprc.in
--- gimp-2.99.18/etc/gimprc.in.cm-system-monitor-profile-by-default 2024-02-17 18:01:20.000000000 +0100
+++ gimp-2.99.18/etc/gimprc.in 2024-05-07 14:39:06.468575598 +0200
@@ -316,9 +316,9 @@
# Defines the color management behavior. This is a parameter list.
#
-# (color-management
+(color-management
# (mode display)
-# (display-profile-from-gdk no)
+ (display-profile-from-gdk no)
# (display-rendering-intent relative-colorimetric)
# (display-use-black-point-compensation yes)
# (display-optimize yes)
@@ -326,7 +326,8 @@
# (simulation-use-black-point-compensation no)
# (simulation-optimize yes)
# (simulation-gamut-check no)
-# (out-of-gamut-color (color-rgb 1 0 1)))
+# (out-of-gamut-color (color-rgb 1 0 1))
+)
# Keep a permanent record of all opened and saved files in the Recent
# Documents list. Possible values are yes and no.