[Bug 216996] Re: Nautilus UI blocks while a disk spins up from standby when nautilus-open-terminal is installed

2009-08-03 Thread Christian Neumair
Good catch, thanks for your bug report!

I think the issue is that we call
  g_find_program_in_path (mc)
for finding out whether midnight commander is available as the menu items are 
generated. This call causes disk I/O.
However, I'd also like to allow users to install midnight commander at run-time 
without requiring them to re-start Nautilus. I wonder how a proper caching 
stratgy could look like. An alternative strategy would be to open a dialog 
offering to install MC if it hasn't been installed yet. I think I'll ask in my 
blog.

-- 
Nautilus UI blocks while a disk spins up from standby when 
nautilus-open-terminal is installed
https://bugs.launchpad.net/bugs/216996
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 267207] Re: nautilus crashed when mounting iso file

2008-09-08 Thread Christian Neumair
How did you mount the file?

-- 
nautilus crashed when mounting iso file
https://bugs.launchpad.net/bugs/267207
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 224760] Re: Unable to copy files to Novell Netware drive - ncpfs Nautilus

2008-05-27 Thread Christian Neumair
 Why did the fix for the ncpfs-issue did not solve the vmware shared
drive problem?

Because it is another issue. Please file a new bug report and subscribe
me.

-- 
Unable to copy files to Novell Netware drive - ncpfs Nautilus
https://bugs.launchpad.net/bugs/224760
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 224760] Re: Unable to copy files to Novell Netware drive - ncpfs Nautilus

2008-05-15 Thread Christian Neumair
...and invoking gvfs-info still gives you the same output? It's really
surprising that the proposed fix does not work.

-- 
Unable to copy files to Novell Netware drive - ncpfs Nautilus
https://bugs.launchpad.net/bugs/224760
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 224760] Re: Unable to copy files to Novell Netware drive - ncpfs Nautilus

2008-05-13 Thread Christian Neumair
According to the gio sources [g_local_file_query_filesystem_info()], we
attempt to deal with this situation:

#if defined(__linux__)
  /* ncpfs does not know the amount of available and free space *
   * assuming ncpfs is linux specific, if you are on a non-linux platform
   * where ncpfs is available, please file a bug about it on bugzilla.gnome.org
   */
  if (statfs_buffer.f_bavail == 0  statfs_buffer.f_bfree == 0 
  /* linux/ncp_fs.h: NCP_SUPER_MAGIC == 0x564c */
  statfs_buffer.f_type == 0x564c)
no_size = TRUE;
#endif

This means that no size check should be made for ncpfs.

Maybe anybody could try to run

gvfs-info -f some-file-on-ncpfs

in a terminal?

-- 
Unable to copy files to Novell Netware drive - ncpfs Nautilus
https://bugs.launchpad.net/bugs/224760
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 224760] Re: Unable to copy files to Novell Netware drive - ncpfs Nautilus

2008-05-13 Thread Christian Neumair
 We could special case it inside of Nautilus (check specifically for
this filesystem and skip the space verification)

This is GIOs job. We do not check for the required space if
G_FILE_ATTRIBUTE_FILESYSTEM_FREE is not present. The onliest problem
seems to be that the lack of this filesystem info is not properly
propagated by GIO.

-- 
Unable to copy files to Novell Netware drive - ncpfs Nautilus
https://bugs.launchpad.net/bugs/224760
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 224760] Re: Unable to copy files to Novell Netware drive - ncpfs Nautilus

2008-05-13 Thread Christian Neumair
Here is an (untested) glib/GIO patch. It looks like the ncpfs condition
has been detected but the result was ignored.

** Attachment added: Proposed (untested) patch
   http://launchpadlibrarian.net/14495440/gio-nosize.diff

-- 
Unable to copy files to Novell Netware drive - ncpfs Nautilus
https://bugs.launchpad.net/bugs/224760
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 137027] Re: nautilus-open-terminal freezes nautilus

2007-09-11 Thread Christian Neumair
*** This bug is a duplicate of bug 133837 ***
https://bugs.launchpad.net/bugs/133837

Dear ubuntu maintainers: You may want to incorporate the following patch
into the ubuntu version:

http://svn.gnome.org/viewcvs/nautilus-open-terminal/trunk/src/nautilus-
open-terminal.c?r1=134r2=135

-- 
nautilus-open-terminal freezes nautilus
https://bugs.launchpad.net/bugs/137027
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 137027] Re: nautilus-open-terminal freezes nautilus

2007-09-11 Thread Christian Neumair
*** This bug is a duplicate of bug 133837 ***
https://bugs.launchpad.net/bugs/133837

Dear ubuntu maintainers: You may want to incorporate the following patch
into the ubuntu release:

http://svn.gnome.org/viewcvs/nautilus-open-terminal/trunk/src/nautilus-
open-terminal.c?r1=134r2=135

-- 
nautilus-open-terminal freezes nautilus
https://bugs.launchpad.net/bugs/137027
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 123022] ubuntu applies an erroneous patch to gnome-desktop

2007-06-29 Thread Christian Neumair
Public bug reported:

The patch 01_desktopfile_gettext.patch is broken. For empty keys, it
calls dgettext (domain, ) which will dump the gettext .po file and
causes

http://bugzilla.gnome.org/show_bug.cgi?id=439529

** Affects: gnome-desktop (Ubuntu)
 Importance: Undecided
 Status: New

-- 
ubuntu applies an erroneous patch to gnome-desktop
https://bugs.launchpad.net/bugs/123022
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gnome-desktop in ubuntu.

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


[Bug 123022] Re: ubuntu applies an erroneous patch to gnome-desktop

2007-06-29 Thread Christian Neumair

** Attachment added: Proposed patch against 
debian/patches/01_desktopfile_gettext.patch
   http://launchpadlibrarian.net/8251321/gettext-gnome-desktop.diff

-- 
ubuntu applies an erroneous patch to gnome-desktop
https://bugs.launchpad.net/bugs/123022
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gnome-desktop in ubuntu.

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


[Bug 123022] Re: ubuntu applies an erroneous patch to gnome-desktop

2007-06-29 Thread Christian Neumair
Before I forget it: Maybe you also have to check for value being NULL,
it's abit more safe, i.e.

if (value != NULL  value[0] != '\0')

may also be appropriate

-- 
ubuntu applies an erroneous patch to gnome-desktop
https://bugs.launchpad.net/bugs/123022
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 62200] Re: can't eject media after using nautilus-open-terminal

2007-01-08 Thread Christian Neumair
It's a nautilus-open-terminal issue I've just fixed.

http://svn.gnome.org/viewcvs/nautilus-open-terminal/trunk/src/nautilus-
open-terminal.c?rev=121r1=120r2=121

-- 
can't eject media after using nautilus-open-terminal
https://launchpad.net/bugs/62200

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


[Bug 70802] Crash when cancelling outstanding jabber transfer

2006-11-07 Thread Christian Neumair
Public bug reported:

When cancelling an outstanding jabber transfer (no contact could be
established with the remote user) after idling for quite some time
(1hr+), a crash occured.

** Affects: gaim (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Crash when cancelling outstanding jabber transfer
https://launchpad.net/bugs/70802

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


[Bug 70802] Re: Crash when cancelling outstanding jabber transfer

2006-11-07 Thread Christian Neumair

** Attachment added: Crash report
   http://librarian.launchpad.net/4980744/_usr_bin_gaim.1000.crash

-- 
Crash when cancelling outstanding jabber transfer
https://launchpad.net/bugs/70802

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