[Bug 269213] Re: Nautilus-image-converter does not work immediatly

2016-04-18 Thread Emmanuel Brunet
8 years after .. same isuue .. regression isn't it ? on debian 8 / gnome

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

Title:
  Nautilus-image-converter does not work immediatly

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/269213/+subscriptions

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


[Bug 269213] Re: Nautilus-image-converter does not work immediatly

2010-12-15 Thread Sebastien Bacher
** Changed in: nautilus (Ubuntu)
 Assignee: Ubuntu Desktop Bugs (desktop-bugs) = (unassigned)

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

Title:
  Nautilus-image-converter does not work immediatly

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


[Bug 269213] Re: Nautilus-image-converter does not work immediatly

2010-09-16 Thread Bug Watch Updater
** Changed in: nautilus
   Importance: Unknown = Low

-- 
Nautilus-image-converter does not work immediatly
https://bugs.launchpad.net/bugs/269213
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 269213] Re: Nautilus-image-converter does not work immediatly

2010-08-21 Thread Nigel Babu
I have forwarded this patch upstream.  Walton, if you could subscribe to
the upstream bug and respond to upstream feedback, that would be great.
Thank you for the patch.

** Tags added: patch-forwarded-upstream

-- 
Nautilus-image-converter does not work immediatly
https://bugs.launchpad.net/bugs/269213
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 269213] Re: Nautilus-image-converter does not work immediatly

2009-01-06 Thread Bug Watch Updater
** Changed in: nautilus
   Status: Unknown = New

-- 
Nautilus-image-converter does not work immediatly
https://bugs.launchpad.net/bugs/269213
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 269213] Re: Nautilus-image-converter does not work immediatly

2008-11-24 Thread Sebastien Bacher
** Changed in: nautilus (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

-- 
Nautilus-image-converter does not work immediatly
https://bugs.launchpad.net/bugs/269213
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 269213] Re: Nautilus-image-converter does not work immediatly

2008-11-22 Thread Noel J. Bergman
 Indeed, but we can't just go and restart a process. Ideally there
 would be some command to tell Nautilus to look for new (and
 removed) scripts

Well, kill -HUP works to restart nautilus with the new plugins (I've
done this many times).  Does that meet your characteristic of a means to
tell nautilus to restart cleanly?

-- 
Nautilus-image-converter does not work immediatly
https://bugs.launchpad.net/bugs/269213
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 269213] Re: Nautilus-image-converter does not work immediatly

2008-11-22 Thread Siegfried Gevatter (RainCT)
2008/11/22 Noel J. Bergman [EMAIL PROTECTED]:
 Well, kill -HUP works to restart nautilus with the new plugins (I've
 done this many times).  Does that meet your characteristic of a means to
 tell nautilus to restart cleanly?

Nope, we can't close windows the user has open. The only option I can
thing of so far (without changes upstream) is a notification like
Firefox shows about having to restart.

-- 
Nautilus-image-converter does not work immediatly
https://bugs.launchpad.net/bugs/269213
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 269213] Re: Nautilus-image-converter does not work immediatly

2008-11-22 Thread Kelson
I think that displaying a dialogbox with the following message (or
something better) is an acceptable workaround :

You have to restart Nautilus to benefit from the new plugin.
Do you want to do it now (this will close all you Nautilus windows) ?
[Yes|No]

... and if Yes do a kill -HUP like proposed...

-- 
Nautilus-image-converter does not work immediatly
https://bugs.launchpad.net/bugs/269213
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 269213] Re: Nautilus-image-converter does not work immediatly

2008-11-22 Thread A. Walton
On the other hand, the software wouldn't care much if we registered new
modules later in the lifecycle. It's not inconceivable for us to
register a directory monitor for the plugin directory, watch for changes
and load any modules that appear during runtime, we just don't do that
right now.

I haven't checked that this patch is any good yet; I'm at family's and I
don't have access to my normal development machine, but it should be
fairly close to what's needed.

** Attachment added: rough-take.diff
   http://launchpadlibrarian.net/19864647/rough-take.diff

-- 
Nautilus-image-converter does not work immediatly
https://bugs.launchpad.net/bugs/269213
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 269213] Re: Nautilus-image-converter does not work immediatly

2008-11-22 Thread mp

I really can't help to wonder why this very useful thing remain a
plugins - isn't it a pretty basic feature of a file browser?

A. Walton wrote:
 On the other hand, the software wouldn't care much if we registered new
 modules later in the lifecycle. It's not inconceivable for us to
 register a directory monitor for the plugin directory, watch for changes
 and load any modules that appear during runtime, we just don't do that
 right now.
 
 I haven't checked that this patch is any good yet; I'm at family's and I
 don't have access to my normal development machine, but it should be
 fairly close to what's needed.
 
 ** Attachment added: rough-take.diff
http://launchpadlibrarian.net/19864647/rough-take.diff


-- 
Nautilus-image-converter does not work immediatly
https://bugs.launchpad.net/bugs/269213
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 269213] Re: Nautilus-image-converter does not work immediatly

2008-11-22 Thread A. Walton
I couldn't disagree more. A pretty basic feature of a file browser is
launch a file. A pretty complicated tack-on feature of a file manager
is image editing (even if it is just basic rotations and such). I use
the plugin myself, but I honestly could live without it, especially
since almost every image viewer has the same feature on the toolbar.
Furthermore the extension relies on imagemagick, whereas the rest of
Nautilus doesn't.

However, keep in mind that the patch I posted simply adds a watch for
the plugins directory so that newly installed plugins are picked up
without restarting Nautilus, and that is has nothing to do with this
specific plugin.

** Changed in: nautilus-image-converter (Ubuntu)
   Status: Confirmed = Invalid

** Changed in: nautilus (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)
   Status: Invalid = In Progress

-- 
Nautilus-image-converter does not work immediatly
https://bugs.launchpad.net/bugs/269213
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 269213] Re: Nautilus-image-converter does not work immediatly

2008-11-22 Thread Kelson
I'm fully agree with A. Walton.

A. Walton, If I correctly understand, your patch allows to Nautilus to
run plugins without to have being restarted... and to add a plugin and
use it, we will just need to write a file in the special Nautilus plugin
directory. If that's the case, I find your patch, in principle, fully OK
: that seems to be for me the best solution ; but what says the Nautilus
dev. team about it ? Do we have a chance to see it, or something
similar, integrated in the Nautilus trunk ? Do you are in touch with
them ? or maybe part of them ?

-- 
Nautilus-image-converter does not work immediatly
https://bugs.launchpad.net/bugs/269213
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 269213] Re: Nautilus-image-converter does not work immediatly

2008-11-22 Thread A. Walton
I am a GNOME developer working on Nautilus whenever I actually have time
to do so ;). Patch needs to be reviewed and tested before it can go into
trunk, but in principal it should work as it is. It simply watches the
plugins directory and loads the plugin whenever a new one is detected in
the folder (though with a bit of delay to make sure that everything's
saved on disk properly).

-- 
Nautilus-image-converter does not work immediatly
https://bugs.launchpad.net/bugs/269213
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 269213] Re: Nautilus-image-converter does not work immediatly

2008-11-22 Thread Siegfried Gevatter (RainCT)
I've filed a bug report in GNOME's BTS, at:
http://bugzilla.gnome.org/show_bug.cgi?id=561957

A. Walton: Thanks for looking into this! :)

** Changed in: nautilus (Ubuntu)
 Assignee: Ubuntu Desktop Bugs (desktop-bugs) = (unassigned)
   Status: In Progress = Triaged

** Bug watch added: GNOME Bug Tracker #561957
   http://bugzilla.gnome.org/show_bug.cgi?id=561957

** Also affects: nautilus via
   http://bugzilla.gnome.org/show_bug.cgi?id=561957
   Importance: Unknown
   Status: Unknown

-- 
Nautilus-image-converter does not work immediatly
https://bugs.launchpad.net/bugs/269213
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 269213] Re: Nautilus-image-converter does not work immediatly

2008-11-01 Thread mp
I confirm this bug in full, clean, final installation of Intrepid.

After installing nautilus-image-converter nothing appears in the context
menu - after reboot nothing happens either.

The same goes for other, similar nautilus add-ons: none of them appear,
rendering Nautilus in Intrepid half the tool it used to be, even if it
now has tabs.

-- 
Nautilus-image-converter does not work immediatly
https://bugs.launchpad.net/bugs/269213
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 269213] Re: Nautilus-image-converter does not work immediatly

2008-11-01 Thread Siegfried Gevatter (RainCT)
Thank you for your bug report and helping improve Ubuntu. I can confirm
this, too, and ve just asked on Nautilus' mailing list for information
on how to solve this. Let's see if we can fix it for Jaunty.

mp: If you don't get the context menu entries after restarting then you
have a different problem, and a very weird one.

** Changed in: nautilus-image-converter (Ubuntu)
   Status: New = Confirmed

-- 
Nautilus-image-converter does not work immediatly
https://bugs.launchpad.net/bugs/269213
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 269213] Re: Nautilus-image-converter does not work immediatly

2008-11-01 Thread mp

Siegfried Gevatter (RainCT) wrote:
 Thank you for your bug report and helping improve Ubuntu. I can confirm
 this, too, and ve just asked on Nautilus' mailing list for information
 on how to solve this. Let's see if we can fix it for Jaunty.
 
 mp: If you don't get the context menu entries after restarting then you
 have a different problem, and a very weird one.

I see, - I never had any of this before upgrading to Intrepid/2.24.1-0

But now it looks like this:

All of the following presumably related bugs are present in
Intrepid's/GNOME's new Nautilus:
https://bugs.launchpad.net/ubuntu/+source/audio-convert/+bug/130055
https://bugs.launchpad.net/ubuntu/+source/nautilus-wallpaper/+bug/144208
https://bugs.launchpad.net/ubuntu/+source/nautilus-image-converter/+bug/269213

This also goes for nautilus image-converter:

1. apt-get install nautilus-image-converter
2. Restart Nautilus (still doesn't appear)
3. Reboot machine (still doesn't appear)

Following the advice on
https://bugs.launchpad.net/ubuntu/+source/audio-convert/+bug/130055 -
which says:

the user must read
'/usr/share/doc/nautilus-script-audio-convert/README.Debian' and
discover they must run:

'nautilus-script-manager enable ConvertAudioFile'

..solves the problem with _that_ particular extension/add-on, but the
other add-ons remain absent and essentially renders Nautilus half the
tool it used to be. You cannot resize images, cannot rotate them etc. etc.

All of the scripts normally installable via:

apt-get install nautilus-script-collection-svn

suffer the same problem.

-- 
Nautilus-image-converter does not work immediatly
https://bugs.launchpad.net/bugs/269213
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 269213] Re: Nautilus-image-converter does not work immediatly

2008-11-01 Thread Martin Owens
When developing it's just a case of restarting the nautilus process. A
post-install script would fix it. But better check with the nautilus
devs.

-- 
Nautilus-image-converter does not work immediatly
https://bugs.launchpad.net/bugs/269213
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 269213] Re: Nautilus-image-converter does not work immediatly

2008-11-01 Thread Martin Owens
mp: can you open a new bug report? that is a different bug from this
one.

-- 
Nautilus-image-converter does not work immediatly
https://bugs.launchpad.net/bugs/269213
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 269213] Re: Nautilus-image-converter does not work immediatly

2008-11-01 Thread mp

Yes, I have opened one here, just now:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/292207

Martin Owens wrote:
 mp: can you open a new bug report? that is a different bug from this
 one.


-- 
Nautilus-image-converter does not work immediatly
https://bugs.launchpad.net/bugs/269213
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 269213] Re: Nautilus-image-converter does not work immediatly

2008-11-01 Thread Siegfried Gevatter (RainCT)
2008/11/1 Martin Owens [EMAIL PROTECTED]:
 When developing it's just a case of restarting the nautilus process. A
 post-install script would fix it.

Indeed, but we can't just go and restart a process. Ideally there
would be some command to tell Nautilus to look for new (and removed)
scripts.

-- 
Nautilus-image-converter does not work immediatly
https://bugs.launchpad.net/bugs/269213
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 269213] Re: Nautilus-image-converter does not work immediatly

2008-10-06 Thread Kelson
No patch nor duplicate bug report are available.
For this reason, can someone re-open this bug please ?

-- 
Nautilus-image-converter does not work immediatly
https://bugs.launchpad.net/bugs/269213
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 269213] Re: Nautilus-image-converter does not work immediatly

2008-09-29 Thread Martin Owens
Sebastien, please make sure to post a link to the bug that this bug is a
duplicate of.

It makes it hard to traverse the problem space if bugs are closed
without proper links.

-- 
Nautilus-image-converter does not work immediatly
https://bugs.launchpad.net/bugs/269213
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 269213] Re: Nautilus-image-converter does not work immediatly

2008-09-16 Thread Sebastien Bacher
Thanks for the bug report. This particular bug has already been
reported, but feel free to report any other bugs you find.

** Changed in: nautilus (Ubuntu)
   Status: New = Invalid

-- 
Nautilus-image-converter does not work immediatly
https://bugs.launchpad.net/bugs/269213
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 269213] Re: Nautilus-image-converter does not work immediatly

2008-09-16 Thread Kelson
Where is the duplicate ?

-- 
Nautilus-image-converter does not work immediatly
https://bugs.launchpad.net/bugs/269213
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 269213] Re: Nautilus-image-converter does not work immediatly

2008-09-12 Thread Siegfried Gevatter (RainCT)
** Changed in: nautilus-image-converter (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: nautilus (Ubuntu)
   Importance: Undecided = Wishlist

-- 
Nautilus-image-converter does not work immediatly
https://bugs.launchpad.net/bugs/269213
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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