Re: [Gimp-developer] [At GIMP 3 era, The Python Script writing style]

2021-08-02 Thread ShiroYuki Mot via gimp-developer-list
Dear Jehan Pagès, Thanks for your reply even though you are busy. We, the beginners of Python writer feel it is so difficult. I didn't know the devel-docs/GIMP3-plug-in-porting-guide/ folder. (Windows users got only executables...) Reasons for feeling difficult are that gi module firstly needed

Re: [Gimp-developer] Mime type application/x-xcf in /etc/mime.types vs image/x-xcf in gimp.desktop

2021-08-02 Thread Charles Plessy
Hello, thanks for registering your media type to the IANA. Let's hope it goes smoothly. Here are my comments. Le Sat, Jul 31, 2021 at 02:15:53PM -0400, Liam R. E. Quin a écrit : > # Type Name > > image This invites browsers receiving an XCF file to display its contents instead of asking the

Re: [Gimp-developer] Mime type application/x-xcf in /etc/mime.types vs image/x-xcf in gimp.desktop

2021-08-02 Thread Joel Hockey via gimp-developer-list
Thanks Jehan, Debian will change this after their current release freeze. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=991158 They have requested if gimp could register the mime type with iana? Charles offered help if needed: ple...@debian.org On Sat, Jul 17, 2021 at 6:54 AM Jehan Pagès

Re: [Gimp-developer] [At GIMP 3 era, The Python Script writing style]

2021-08-02 Thread Jehan Pagès via gimp-developer-list
Hi! On Mon, Aug 2, 2021 at 3:15 PM ShiroYuki Mot wrote: > Dear Jehan Pagès, Thanks for reply. > > Mostly yes. There will probably be some more changes so you will have to >> change more from time to time until GIMP 3 release (when it will be >> finalized). >> > > Basically, the current

Re: [Gimp-developer] [At GIMP 3 era, The Python Script writing style]

2021-08-02 Thread ShiroYuki Mot via gimp-developer-list
Dear Jehan Pagès, Thanks for reply. Mostly yes. There will probably be some more changes so you will have to > change more from time to time until GIMP 3 release (when it will be > finalized). > Basically, the current scripting style is on a new stage, isn't it? We can learn the basic writing

Re: [Gimp-developer] [At GIMP 3 era, The Python Script writing style]

2021-08-02 Thread Jehan Pagès via gimp-developer-list
Hi! On Mon, Aug 2, 2021 at 9:38 AM ShiroYuki Mot via gimp-developer-list < gimp-developer-list@gnome.org> wrote: > It is the Question (same as > https://gitlab.gnome.org/GNOME/gimp/-/issues/7114) > Please teach me. > > At the next coming 2.99.8, the Python script will avoid the crash. (See >

[Gimp-developer] [At GIMP 3 era, The Python Script writing style]

2021-08-02 Thread ShiroYuki Mot via gimp-developer-list
It is the Question (same as https://gitlab.gnome.org/GNOME/gimp/-/issues/7114) Please teach me. At the next coming 2.99.8, the Python script will avoid the crash. (See #7106 (closed)) (https://gitlab.gnome.org/GNOME/gimp/-/issues/7106) So, One question I have. It is not the issue!. Can I rewrite