No description
Find a file
Jehan eb0bfe7bdb Issue #13553: pop an error dialog up only for specific GIO error.
This fixes 46d9a09698. There was a reason why this was not implemented
as an assert-type error nor as a user-facing error: network problems
happen.

We cannot pop an error up every time:

* The computer is offline! 😱 GIMP is not made to be run as a connected
  software and working on GIMP with a non-connected computer is a
  perfectly valid way of using GIMP.
* gimp.org is down (it's rare, but it happens and it should not have any
  impact to creators with GIMP).
* You are behind some kind of proxy or other complicated network
  configuration which GIO is not able to pass through.
* And any other reason which could make your GIMP not able to read the
  remote json file…

Instead let's check the more particular domain and error code, though
even this I hesitated between doing this change or simply reverting
commit 46d9a09698.
Indeed it's still quite a generic G_IO_ERROR_NOT_SUPPORTED error, so I
do hope we cannot get it in other normal conditions where reading a
remote link may fail. The last thing we want is GIMP popping up errors
which are neither bugs in our code, nor environment issues for which
anyone can do anything about.
2025-09-29 20:31:40 +02:00
.gitlab gitlab: Print filenames in meson_health 2025-09-22 16:02:24 -03:00
.vscode
app Issue #13553: pop an error dialog up only for specific GIO error. 2025-09-29 20:31:40 +02:00
app-tools meson: fix install scripts not taking DESTDIR into account 2025-05-18 10:36:56 -03:00
build build/windows: Stay on Inno 6.5.4 to avoid (potentially) broken 6.6.0 Dark Mode 2025-09-28 22:12:16 -03:00
data data: Fix obscure environ files on Windows 2025-06-20 16:30:34 -03:00
desktop desktop: update release date. 2025-08-31 18:05:14 +02:00
devel-docs devel-docs: Add macOS versioning instructions too 2025-08-22 10:12:08 -03:00
docs docs: Remove old 2.X series references on gimptool manpage 2025-05-09 21:40:06 -03:00
etc app, etc: fix sessionrc from GIMP 3.0 to 3.2. 2025-07-07 20:10:56 +02:00
extensions extensions: update in the GEX format 2025-08-04 18:56:42 +00:00
gimp-data@048d766855 build/windows, gimp-data: Prepare to Inno Setup 6.6.0 2025-09-28 18:19:18 -03:00
libgimp app, libgimp*, pdb, themes: Fix description typos 2025-09-24 16:50:15 +00:00
libgimpbase app, libgimp*, pdb, themes: Fix description typos 2025-09-24 16:50:15 +00:00
libgimpcolor Revert "pdb, libgimp: more #pragma once, and formatting cleanup" 2025-08-14 00:54:55 +02:00
libgimpconfig libgimpconfig: fix typo in gimpconfig-params.c 2025-09-29 11:07:55 +00:00
libgimpmath Revert "libgimpmath: #pragma once" 2025-08-14 00:54:50 +02:00
libgimpmodule app, libgimp*, pdb, themes: Fix description typos 2025-09-24 16:50:15 +00:00
libgimpthumb Revert "pdb, libgimp: more #pragma once, and formatting cleanup" 2025-08-14 00:54:55 +02:00
libgimpwidgets libgimpwidgets: Update hex color as you type 2025-09-25 11:48:17 +00:00
menus menus: add specific link layer actions in Layer menu. 2025-09-05 12:44:02 +02:00
modules tools, modules: #pragma once 2025-07-13 12:54:21 +02:00
pdb app, pdb: similar to the previous commit, but for files loaded with… 2025-09-29 17:46:32 +02:00
plug-ins plug-ins: only set the file if it's actually an inner XCF file. 2025-09-29 17:46:33 +02:00
po Update Basque translation 2025-09-29 17:59:37 +00:00
po-libgimp Update Turkish translation 2025-09-23 09:54:29 +00:00
po-plug-ins app, libgimp*, pdb, themes: Fix description typos 2025-09-24 16:50:15 +00:00
po-python Update Turkish translation 2025-09-09 14:53:26 +00:00
po-script-fu Update Turkish translation 2025-09-23 13:08:08 +00:00
po-tags Update Chinese (Taiwan) translation 2024-08-20 13:23:23 +00:00
po-tips Update Chinese (China) translation 2025-09-23 00:31:05 +00:00
po-windows-installer po-windows-installer: fix building the pot file. 2025-09-23 12:13:48 +02:00
themes app, libgimp*, pdb, themes: Fix description typos 2025-09-24 16:50:15 +00:00
tools build: Move loose scripts in meson subdir to tools 2025-09-24 09:07:47 -03:00
.clang-format clang-format: uncomment rule not usable yet. 2025-04-30 23:36:15 +02:00
.dir-locals.el
.gitlab-ci.yml gitlab-ci, build: Move to Debian Trixie on AppImage only 2025-09-27 18:58:18 -03:00
.gitmodules gitmodules, gimp-data: set the default remote branch. 2024-03-28 04:30:59 +01:00
.kateconfig
AUTHORS AUTHORS: update. 2025-08-14 01:15:04 +02:00
authors.dtd
authors.xml AUTHORS: update. 2025-08-14 01:15:04 +02:00
authors.xsl
authors4gimp-web.xsl
ChangeLog.pre-1-0
ChangeLog.pre-1-2
ChangeLog.pre-2-0
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-git
COPYING
gimp.doap
INSTALL.in app, libgimp*, pdb, themes: Fix description typos 2025-09-24 16:50:15 +00:00
LICENSE
MAINTAINERS
meson.build build: Move loose scripts in meson subdir to tools 2025-09-24 09:07:47 -03:00
meson_dist_script.py meson: Port meson_dist_script.sh to Python 2025-04-17 11:18:30 -03:00
meson_options.txt meson: Do not check for DirectX SDK in hardcoded MSVC dirs 2025-08-16 09:56:16 -03:00
NEWS NEWS: update. 2025-09-24 03:06:56 +02:00
NEWS.pre-2-0
NEWS.pre-2-2
NEWS.pre-2-4
NEWS.pre-2-6
NEWS.pre-2-8
NEWS.pre-2-10
NEWS.pre-3-0 NEWS: move to NEWS.pre-3-0 and prepare for the new stable series. 2025-03-17 23:43:19 +01:00
README README: this is a development branch now. 2025-06-15 17:46:41 +02:00
README.i18n desktop: change gimp20 to gimp30 for gettext 2024-08-29 09:09:29 +00:00

                   ------------------------------
                   GNU Image Manipulation Program
                        3.1 Development Branch
                   ------------------------------

This is an unstable development release in the GIMP 3.1 series.

If you think you found a bug in this version, please make sure that it
hasn't been reported earlier and that it is not just new stuff that is
still being worked on and obviously not quite finished yet. If neither
of these, please report it!

If you want to hack on GIMP, please read the file devel-docs/README.md.
For detailed installation instructions, see the file INSTALL.


1. Web Resources
================

GIMP's home page is at:

	https://www.gimp.org/

Please be sure to visit this site for information, documentation,
tutorials, news, etc. All things GIMP-ish are available from there.

The latest version of GIMP can be found at:

	https://www.gimp.org/downloads/

We also have a website dedicated to documentation at:

        https://docs.gimp.org/


2. Contributing
===============

GIMP source code can be found at:

	https://gitlab.gnome.org/GNOME/gimp/

Resources for contributors:

        https://developer.gimp.org/

In particular, you may want to look in the "Core Development" section. Some
articles of particular interest for newcomers could be:

* Setting up your developer environment: https://developer.gimp.org/core/setup/
* GIMP Coding Style: https://developer.gimp.org/core/coding_style/
* Submit your first patch: https://developer.gimp.org/core/submit-patch/


3. Discussion Channels
======================

We have several discussion channels dedicated to GIMP user and
development discussion. There is more info at:

        https://www.gimp.org/discuss.html

For the real junkies, there are IRC channels (e.g. #gimp or #gimp-user)
devoted to GIMP on GIMPNet (a private free software oriented network).
Many of the developers hang out there. Some of the GIMPNet servers are:

	irc.gimp.org:6667
	irc.us.gimp.org:6667
	irc.eu.gimp.org:6667

More discussion channels, such as forums, will be listed on the above
"discuss" page when they are moderated by a team member.
Links to archives of former discussion methods (e.g. mailing lists) are
also included in that page.

4. Customizing
==============

The look of GIMP's interface can be customized like any other GTK+ app
by editing files in `${XDG_CONFIG_HOME}/gtk-3.0/` (settings.ini and
gtk.css in particular) or by using "themes" (ready-made customizations).
Additionally, GIMP reads `${XDG_CONFIG_HOME}/GIMP/3.0/gimp.css` so you
can have settings that only apply to GIMP.

You can also manually change the keybindings to any of your choice by
editing: `${XDG_CONFIG_HOME}/GIMP/3.0/shortcutsrc`.


Have fun,

  Spencer Kimball
  Peter Mattis
  Federico Mena
  Manish Singh
  Sven Neumann
  Michael Natterer
  Dave Neary
  Martin Nordholts
  Jehan