[Bug 1016291] Re: gimp-message outputs script-fu-Warning when it's not necessarily a warning

2013-11-29 Thread Launchpad Bug Tracker
[Expired for gimp (Ubuntu) because there has been no activity for 60
days.]

** Changed in: gimp (Ubuntu)
   Status: Incomplete = Expired

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gimp in Ubuntu.
https://bugs.launchpad.net/bugs/1016291

Title:
  gimp-message outputs script-fu-Warning when it's not necessarily a
  warning

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gimp/+bug/1016291/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1016291] Re: gimp-message outputs script-fu-Warning when it's not necessarily a warning

2013-09-30 Thread Thomas Hotz
Could you provide your script please? Is this reproducable with GIMP
2.8.x series? Thank you for telling us!

** Changed in: gimp (Ubuntu)
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gimp in Ubuntu.
https://bugs.launchpad.net/bugs/1016291

Title:
  gimp-message outputs script-fu-Warning when it's not necessarily a
  warning

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gimp/+bug/1016291/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1016291] Re: gimp-message outputs script-fu-Warning when it's not necessarily a warning

2013-09-30 Thread Andras Muranyi
The other script

** Attachment added: Gimp script to test the gimp-message command (raw 
version)
   
https://bugs.launchpad.net/ubuntu/+source/gimp/+bug/1016291/+attachment/3850871/+files/message-test-TEST-raw.scm

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gimp in Ubuntu.
https://bugs.launchpad.net/bugs/1016291

Title:
  gimp-message outputs script-fu-Warning when it's not necessarily a
  warning

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gimp/+bug/1016291/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1016291] Re: gimp-message outputs script-fu-Warning when it's not necessarily a warning

2013-09-30 Thread Andras Muranyi
Thank you for the reply, Thomas.
I'm attaching two test scripts. (None of them is perfect as I am not very good 
at Gimp scripts.)
I made the tests with Gimp 2.8.

First one (message-TEST-registered.scm) registers the script with script-fu so 
that it can be run from the Filters menu as Message Test. I recommend you run 
it with the following command:
gimp -b '(script-fu-message-test)'
The result is a popup titled Gimp Message, which is quite good, the icon 
however is a sad face.
Alternatively, you can just start Gimp and run the script from the Filters menu:
The result is an exclamation mark in the status bar, plus the message Hello 
World.
The above results don't have the word Warning any more, but still have the 
icons that refer to a warning (sad face or exclamation mark).

The second script (message-test-TEST-raw.scm) contains only a gimp-message 
command and will run immediately when Gimp is started. I recommend that you 
start Gimp from the command line with gimp.
The result is a message on the console: script-fu-Warning: Hello World.

My point is that any reference to a problem situation (sad face,
exclamation mark, or the textWarning) is unnecessary and shall be
replaced (maybe with an i for info icon, and respecively with the text
script-fu-Message) as a gimp-message command does not necessarily
indicate a warning.

Thanks for taking a look!

** Attachment added: Gimp script to test the gimp-message command (registered 
version)
   
https://bugs.launchpad.net/ubuntu/+source/gimp/+bug/1016291/+attachment/3850870/+files/message-TEST-registered.scm

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gimp in Ubuntu.
https://bugs.launchpad.net/bugs/1016291

Title:
  gimp-message outputs script-fu-Warning when it's not necessarily a
  warning

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gimp/+bug/1016291/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs