Gimp/build
Mario Daniel Ruiz Saavedra 809e045ead build: remove *.rs file association with SUN Raster images
Nowadays .rs is the extension for the Rust programming language files,
and it's confusing that GIMP is trying to associate with them.

A simple rename of existing .rs images to .ras will allow them to be
opened again.

Note by reviewer: ideally file association should not rely on filename
extension, and should be detected properly (i.e. file "magic"). This way
even extension clash would not be a problem (format would be detected
whatever the extension used). Unfortunately it's apparently not the case
on Windows.
Anyway since nowadays chances to see a Rust code file are likely much
higher than seeing a Sun Raster image file, let's just accept this patch
and drop association of `.rs` on Windows.
2021-04-04 01:22:42 +00:00
..
buildbot
docker/gimpbuilder-base build: skip Recommends for docker image 2017-09-05 22:37:49 +02:00
flatpak Fix typos 2020-11-19 21:56:25 +01:00
meson meson: Allow running tests headless 2020-05-14 18:31:08 +02:00
patches Issue #5863: No namespace info available for XMP prefix. 2020-12-14 21:03:43 +01:00
windows build: remove *.rs file association with SUN Raster images 2021-04-04 01:22:42 +00:00
.gitignore
Makefile.am