[Bug 1244338] Re: External tool won't run if Save is set to All documents

2014-11-20 Thread Bug Watch Updater
** Changed in: gedit Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gedit in Ubuntu. https://bugs.launchpad.net/bugs/1244338 Title: External tool won't run if Save is set to All documents To

[Bug 1244338] Re: External tool won't run if Save is set to All documents

2014-08-26 Thread Bug Watch Updater
** Changed in: gedit Status: Unknown = New ** Changed in: gedit Importance: Unknown = Medium -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gedit in Ubuntu. https://bugs.launchpad.net/bugs/1244338 Title: External tool

[Bug 1244338] Re: External tool won't run if Save is set to All documents

2014-08-26 Thread and...@drup.org
I can reproduce this very easily: -Open two documents in gedit -Change both of them -run a script (external tool) that is marked to save just the current document Both documents will be saved. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is

[Bug 1244338] Re: External tool won't run if Save is set to All documents

2014-02-10 Thread Sebastien Bacher
The issue has been fixed in https://git.gnome.org/browse/gedit/commit/?id=6c99bb727a8697e37cd55e0ccf40e4069e65f1ce ** Changed in: gedit (Ubuntu) Status: Confirmed = Fix Committed ** Also affects: gedit via https://bugzilla.gnome.org/show_bug.cgi?id=659437 Importance: Unknown

[Bug 1244338] Re: External tool won't run if Save is set to All documents

2014-02-10 Thread Launchpad Bug Tracker
This bug was fixed in the package gedit - 3.10.4-0ubuntu2 --- gedit (3.10.4-0ubuntu2) trusty; urgency=medium * debian/patches/git_store_dialog.patch: tweaks to the save files dialog, give enough space to list several documents (lp: #988946) *

[Bug 1244338] Re: External tool won't run if Save is set to All documents

2014-02-07 Thread Kris
I confirm that this fixes the problem, thanks! -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gedit in Ubuntu. https://bugs.launchpad.net/bugs/1244338 Title: External tool won't run if Save is set to All documents To manage

[Bug 1244338] Re: External tool won't run if Save is set to All documents

2014-02-07 Thread and...@drup.org
Please let's get this committed upstream. Could you head over to https://bugzilla.gnome.org/show_bug.cgi?id=659437 (You'll have to create an account if you don't have one but this is a very quick process) Just add a comment that says: -You confirm the bug exisits -This patch fixed it for you.

[Bug 1244338] Re: External tool won't run if Save is set to All documents

2014-02-07 Thread and...@drup.org
Thanks Kris. The fix has been commited. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gedit in Ubuntu. https://bugs.launchpad.net/bugs/1244338 Title: External tool won't run if Save is set to All documents To manage

[Bug 1244338] Re: External tool won't run if Save is set to All documents

2014-02-06 Thread and...@drup.org
It looks like the bug was caused by this patch: https://bugzilla.gnome.org/show_bug.cgi?id=659437 I have created an account and posted comment #10 Here is my explanation of why the patch is broken: This code is working in the opposite way it is intended to. I.e. only the unchanged documents are

[Bug 1244338] Re: External tool won't run if Save is set to All documents

2014-02-06 Thread and...@drup.org
I have filed a patch on bugzilla. If you can't wait for the upstream fix to filter down, here is a script to apply it locally: http://drup.org/gedit-external-tools-fails-save-documents -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 1244338] Re: External tool won't run if Save is set to All documents

2014-02-06 Thread and...@drup.org
Going through the code I figured out the problem that is that is causing save to fail when set to All documents--a classic Python bug. If an item is deleted from a list while that list is being looped through, then it's like sawing off the branch of a tree you are sitting on. Here is the code:

[Bug 1244338] Re: External tool won't run if Save is set to All documents

2013-12-27 Thread and...@drup.org
I'm getting exactly the problem that Kris reports above. It seems that there is an inversion in the logic: If the document has *not* changed, then it saves it. If it has changed then it does not get saved. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs,

[Bug 1244338] Re: External tool won't run if Save is set to All documents

2013-10-25 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: gedit (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gedit in Ubuntu.

[Bug 1244338] Re: External tool won't run if Save is set to All documents

2013-10-25 Thread Kris
I experience the same behavior as described above. I've also noticed that when the external tool is set to save Current document, it doesn't actually save the current document upon being run. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is

[Bug 1244338] Re: External tool won't run if Save is set to All documents

2013-10-25 Thread Sebastien Bacher
Thank you for taking the time to report this bug and helping to make Ubuntu better. The issue you are reporting is an upstream one and it would be nice if somebody having it could send the bug to the developers of the software by following the instructions at