[Bug 377141] Re: disk space usage issue

2009-05-15 Thread A. Walton
** Package changed: nautilus (Ubuntu) => ubuntu -- disk space usage issue https://bugs.launchpad.net/bugs/377141 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.

[Bug 51569] Re: Thumbnails are created for all video files, regardless of size (limit)

2009-05-19 Thread A. Walton
The limit only applies to image formats, as Nautilus does not actually thumbnail videos (gnome-video-thumbnailer, which is just a special way of calling Totem, does). The limit imposed by Nautilus will never apply to videos, since it does not make sense to do so; thumbnailing a video only renders o

[Bug 378254] Re: Nautilus aborts when giving an empty destination

2009-05-19 Thread A. Walton
Pushed commit 2a005bc2c308e3960e723ed5cc8748f168acda17, fixes this bug. ** Changed in: nautilus (Ubuntu) Status: Triaged => Fix Committed -- Nautilus aborts when giving an empty destination https://bugs.launchpad.net/bugs/378254 You received this bug notification because you are a member

[Bug 378924] Re: I am not getting sound output in my Ubuntu 9.04

2009-05-21 Thread A. Walton
Thank you for taking the time to report this issue and helping to make Ubuntu better. Examining the information you have given us, this does not appear to be a bug report so we are closing it and converting it to a question in the support tracker. We appreciate the difficulties you are facing, but

[Bug 378460] Re: task bar crash

2009-05-21 Thread A. Walton
Thank you for taking the time to report this bug and helping to make Ubuntu better. Please try to obtain a backtrace following the instructions at http://wiki.ubuntu.com/DebuggingProgramCrash and upload the backtrace (as an attachment) to the bug report. This will greatly help us in tracking down y

[Bug 378886] Re: Nautilus crash when the location bar is clicked.

2009-05-21 Thread A. Walton
*** This bug is a duplicate of bug 375927 *** https://bugs.launchpad.net/bugs/375927 Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported and is a duplicate of bug 375927, so it is being marked as such. Please look at

[Bug 379585] Re: nautilus crashed with SIGSEGV in g_closure_invoke()

2009-05-26 Thread A. Walton
*** This bug is a duplicate of bug 375927 *** https://bugs.launchpad.net/bugs/375927 ** This bug has been marked a duplicate of bug 375927 nautilus crashes when clicking on empty toolbar space -- nautilus crashed with SIGSEGV in g_closure_invoke() https://bugs.launchpad.net/bugs/379585 Yo

[Bug 93408] Re: Nautilus: Eel Warning elements at quit time

2009-05-30 Thread A. Walton
It's not a (real) problem. It's harmless debug spew. -- Nautilus: Eel Warning elements at quit time https://bugs.launchpad.net/bugs/93408 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.

[Bug 93408] Re: Nautilus: Eel Warning elements at quit time

2009-05-30 Thread A. Walton
No, it's pretty much there no matter what you do: if you run nautilus from a terminal, it will spit out junk such as that (plugins init'ing and finalizing, Eel's overly-chatty hash table warnings, etc). We could silence it, but it was put there for a reason (to catch real bugs, mainly leaks that fi

[Bug 382091] Re: CanĀ“t generate thumbnails fo r video files.

2009-05-31 Thread A. Walton
Thank you for taking the time to report this issue and helping to make Ubuntu better. Examining the information you have given us, this does not appear to be a bug report so we are closing it and converting it to a question in the support tracker. We appreciate the difficulties you are facing, but

[Bug 383340] Re: no bugs

2009-06-03 Thread A. Walton
Thank you for taking the time to report this issue and helping to make Ubuntu better. Examining the information you have given us, this does not appear to be a bug report so we are closing it and converting it to a question in the support tracker. We appreciate the difficulties you are facing, but

[Bug 383625] Re: File Browser Sort Not Correct

2009-06-04 Thread A. Walton
This is intentional. It keeps monotonically increasing file names with numbers in order: "file1" "file10" "file5" is sorted as "file1" "file5" "file10", which is what most people expect to see when, e.g. viewing photos. Both Nautilus and Gtk+ use this method (g_utf8_collate_key_for_filename) to sor

[Bug 383893] Re: nautilus dies upon opening an empty location

2009-06-05 Thread A. Walton
Could you post your Nautilus version and try to obtain a backtrace following the instructions at http://wiki.ubuntu.com/DebuggingProgramCrash and upload the backtrace (as an attachment) to the bug report. This will greatly help us in tracking down your problem. ** Package changed: ubuntu => nautil

[Bug 383893] Re: nautilus dies upon opening an empty location

2009-06-05 Thread A. Walton
If this crash is happening after you pressed Ctrl+L and the "Open Location" dialog opens which the backtrace seem to indicate, then it should be fixed by the commit here: http://git.gnome.org/cgit/nautilus/commit/?id=2a005bc2c308e3960e723ed5cc8748f168acda17 Which is LP bug #378254. Not sure that

[Bug 384159] Re: Nautilus + desktop icons vanish when clicking main toolbar

2009-06-06 Thread A. Walton
*** This bug is a duplicate of bug 375927 *** https://bugs.launchpad.net/bugs/375927 ** This bug has been marked a duplicate of bug 375927 nautilus crashes when clicking on empty toolbar space -- Nautilus + desktop icons vanish when clicking main toolbar https://bugs.launchpad.net/bugs/38

[Bug 12608] Re: 'keep aligned' does not work right

2009-06-11 Thread A. Walton
Right-click an icon, select "Stretch Icon", drag the blue boxes. The icon can be scaled to arbitrary sizes this way. -- 'keep aligned' does not work right https://bugs.launchpad.net/bugs/12608 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a direct su

[Bug 360553] Re: 'Open With' Nautilus list is unsorted

2009-06-11 Thread A. Walton
Patch attached upstream, but I'm going to have to commit it later (long shift at work here). Might want to review it though. -- 'Open With' Nautilus list is unsorted https://bugs.launchpad.net/bugs/360553 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is

[Bug 301035] Re: Ubuntu icon on the system partition

2009-06-11 Thread A. Walton
TBH, the bug is filed at the wrong part of the stack. Nautilus with GIO really wants this kind of data to come from the system (via HAL or I guess now DeviceKit-disks). We could hack it into Nautilus, but it really makes sense in DK-D/HAL, where other applications will get the same icon (file choos

[Bug 24070] Re: notification daemon should postpone showing the bubbles if applications are in fullscreenmode (instead of not showing them at all)

2009-08-13 Thread A. Walton
As I can see it, the idea of the bug still exists; we don't do any queuing of notifications while fullscreen applications are running, we just disregard them. NotifyOSD has nothing to do with this, other than it probably suffers from this exact same bug (or feature request if you want to call it th

[Bug 388445] Re: Moving to trash a file with a long name cause a oversized dialog

2009-08-13 Thread A. Walton
We have a function for that in Eel, but someone posted a bug about it not being 100% reliable on UTF-8 (I'm not exactly sure why this is, but I'm sure someone could come up with a test-case if they were trying and we could fixup that function). GtkLabel doesn't do us better either, since the way th

[Bug 411790] Re: Nautilus crashes with gvfs-error on "connect to server"

2009-08-13 Thread A. Walton
Backtrace has no data. You need to do 'thread apply all bt full' at the gdb prompt and post the results here. -- Nautilus crashes with gvfs-error on "connect to server" https://bugs.launchpad.net/bugs/411790 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which

[Bug 388445] Re: Moving to trash a file with a long name cause a oversized dialog

2009-08-13 Thread A. Walton
Uploaded a tiny-bit different version on GNOME's bug tracker. Won't be around tomorrow but should probably get Cosimo to take a look at it and commit it if he's okay with introducing another consumer of the deprecated eel_str_middle_truncate() func. Otherwise ping me about it Saturday. -- Moving

[Bug 388445] Re: Moving to trash a file with a long name cause a oversized dialog

2009-08-16 Thread A. Walton
Committed the fix upstream. ** Changed in: nautilus (Ubuntu) Status: Triaged => Fix Committed -- Moving to trash a file with a long name cause a oversized dialog https://bugs.launchpad.net/bugs/388445 You received this bug notification because you are a member of Ubuntu Desktop Bugs, whic

[Bug 412040] Re: nautilus hangs consuming lots of memory and cpu when opening large video files

2009-08-17 Thread A. Walton
*** This bug is a duplicate of bug 397192 *** https://bugs.launchpad.net/bugs/397192 It's still incomplete: we still have no concrete way of reproducing it and no leads as to why the file is even opened in the nautilus process in the first place though more details are certainly helpful. You

[Bug 419184] Re: nautilus inhibits logout

2009-08-26 Thread A. Walton
We definitely added uninhibit calls at the job's finish, so either we're leaking jobs or for whatever reason the Uninhibit call isn't working. Does valgrind complain we're leaking *Job structs? Can you add a break in nautilus-file-operations.c:finalize_common and make sure we're actually calling i

[Bug 419184] Re: nautilus inhibits logout

2009-08-26 Thread A. Walton
** (nautilus:3602): CRITICAL **: nautilus_uninhibit_power_manager: assertion `cookie < 0' failed This was all I needed to see. Another g_return_if_fail() with the test in the wrong direction. Fixed in trunk. ** Changed in: nautilus (Ubuntu) Status: Incomplete => Fix Committed -- nautilus

[Bug 419184] Re: nautilus inhibits logout

2009-08-28 Thread A. Walton
The shutdown thing should have nothing to do with Nautilus. The issue with the screenshot is fixed in HEAD now Ryan (and is actually the bug reported here). The machine not shutting down should not be a Nautilus issue, as you can always press "log out anyways" and that will kill Nautilus from the s

[Bug 387791] Re: "Do not disconnect" and "ok to disconnect" device notifications should not use the same icon

2009-08-29 Thread A. Walton
GVFS doesn't even link to libnotify and is in no way responsible for sending notifications anywhere. This is coming from somewhere even lower in the stack. ** Changed in: gvfs (Ubuntu) Status: New => Invalid -- "Do not disconnect" and "ok to disconnect" device notifications should not use

[Bug 421008] Re: add cut copy paste trash buttons to the toolbar

2009-08-29 Thread A. Walton
*** This bug is a duplicate of bug 13119 *** https://bugs.launchpad.net/bugs/13119 ** This bug has been marked a duplicate of bug 13119 Cannot customise Nautilus' main toolbar -- add cut copy paste trash buttons to the toolbar https://bugs.launchpad.net/bugs/421008 You received this bug n

[Bug 421008] Re: [PATCH] Add cut copy paste trash buttons to the toolbar

2009-08-29 Thread A. Walton
*** This bug is a duplicate of bug 13119 *** https://bugs.launchpad.net/bugs/13119 You can also see the other duplicates of the bug, #37564, #389356, etc. -- [PATCH] Add cut copy paste trash buttons to the toolbar https://bugs.launchpad.net/bugs/421008 You received this bug notification beca

[Bug 421008] Re: [PATCH] Add cut copy paste trash buttons to the toolbar

2009-08-29 Thread A. Walton
*** This bug is a duplicate of bug 13119 *** https://bugs.launchpad.net/bugs/13119 Definitely is a duplicate. We're not adding any buttons to the toolbar unless we have extremely good reason to, until the patch with the toolbar configuration and editing lands (which will have options for butto

[Bug 421128] Re: file operation finalizing error

2009-08-29 Thread A. Walton
*** This bug is a duplicate of bug 419184 *** https://bugs.launchpad.net/bugs/419184 ** This bug has been marked a duplicate of bug 419184 nautilus inhibits logout -- file operation finalizing error https://bugs.launchpad.net/bugs/421128 You received this bug notification because you are

[Bug 421177] Re: Units are wrong and internally inconsistent

2009-08-29 Thread A. Walton
*** This bug is a duplicate of bug 369525 *** https://bugs.launchpad.net/bugs/369525 ** This bug has been marked a duplicate of bug 369525 Use IEC standard for binary byte units -- Units are wrong and internally inconsistent https://bugs.launchpad.net/bugs/421177 You received this bug not

[Bug 421381] Re: Nautilus should support FTPES (Auth TLS)

2009-08-30 Thread A. Walton
** Package changed: nautilus (Ubuntu) => gvfs (Ubuntu) ** Changed in: gvfs (Ubuntu) Assignee: (unassigned) => Ubuntu Desktop Bugs (desktop-bugs) -- Nautilus should support FTPES (Auth TLS) https://bugs.launchpad.net/bugs/421381 You received this bug notification because you are a member of

[Bug 421503] Re: Nautilus does not close

2009-08-30 Thread A. Walton
*** This bug is a duplicate of bug 419184 *** https://bugs.launchpad.net/bugs/419184 ** This bug has been marked a duplicate of bug 419184 nautilus inhibits logout -- Nautilus does not close https://bugs.launchpad.net/bugs/421503 You received this bug notification because you are a member

[Bug 421672] Re: Number of files getting copied displayed wrong

2009-08-31 Thread A. Walton
The number of files being moved counts down, so if you look at a slightly odd time, you might see less files than you'd expect (especially if the files are of vastly different sizes; e.g. if you move a 1GB file and a couple of 10k files, you might simply see "Moving 1 file", as the other two files

[Bug 422135] Re: Nautilus alway listed as copying files when rebooting/shutting down

2009-08-31 Thread A. Walton
Have you restarted the session since the update? If not you'll still get the bug... -- Nautilus alway listed as copying files when rebooting/shutting down https://bugs.launchpad.net/bugs/422135 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed

[Bug 424256] Re: Ejecter crashes due to missing gvfs hal volume monitor.

2009-09-04 Thread A. Walton
Really don't think it's a Vala bug either. The problem is 'ejecter' needs to be ported to DeviceKit-Disks and stop using HAL altogether. -- Ejecter crashes due to missing gvfs hal volume monitor. https://bugs.launchpad.net/bugs/424256 You received this bug notification because you are a member of

[Bug 424395] Re: Working and software manager programs disappeared

2009-09-04 Thread A. Walton
** Package changed: nautilus (Ubuntu) => ubuntu -- Working and software manager programs disappeared https://bugs.launchpad.net/bugs/424395 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in ubuntu. -- desktop-bugs mailing list

[Bug 425405] Re: Low disk space notification is a little useless

2009-09-06 Thread A. Walton
nautilus nor gvfs link to libnotify. ** Package changed: nautilus (Ubuntu) => ubuntu -- Low disk space notification is a little useless https://bugs.launchpad.net/bugs/425405 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in ub

[Bug 527284] Re: Notification area bug

2010-03-12 Thread A. Walton
** Package changed: notification-daemon (Ubuntu) => gnome-panel (Ubuntu) -- Notification area bug https://bugs.launchpad.net/bugs/527284 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-panel in ubuntu. -- desktop-bugs mailing list

[Bug 538277] Re: Narrow grey strip at left and right edges of the display

2010-03-12 Thread A. Walton
*** This bug is a duplicate of bug 507263 *** https://bugs.launchpad.net/bugs/507263 ** This bug has been marked a duplicate of bug 507263 Light 1px border around desktop -- Narrow grey strip at left and right edges of the display https://bugs.launchpad.net/bugs/538277 You received this b

[Bug 542910] Re: Right click picture, should say 'Edit with F-Spot'

2010-03-20 Thread A. Walton
** Package changed: nautilus (Ubuntu) => f-spot (Ubuntu) -- Right click picture, should say 'Edit with F-Spot' https://bugs.launchpad.net/bugs/542910 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to f-spot in ubuntu. -- desktop-bugs mail

[Bug 512935] Re: The "open file" dialog doesn't treat saved searches as folders

2010-03-26 Thread A. Walton
Nautilus isn't the "open" dialog. ** Package changed: nautilus (Ubuntu) => gtk+2.0 (Ubuntu) -- The "open file" dialog doesn't treat saved searches as folders https://bugs.launchpad.net/bugs/512935 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscr

[Bug 517180] Re: Problem with Create Application Launcher

2010-02-04 Thread A. Walton
** Package changed: nautilus (Ubuntu) => gnome-panel (Ubuntu) -- Problem with Create Application Launcher https://bugs.launchpad.net/bugs/517180 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-panel in ubuntu. -- desktop-bugs mail

[Bug 517410] Re: Dialog "Open File..." consumes 100% CPU when select a file

2010-02-10 Thread A. Walton
That dialog is created and owned by GTK+. ** Package changed: nautilus (Ubuntu) => gtk+2.0 (Ubuntu) -- Dialog "Open File..." consumes 100% CPU when select a file https://bugs.launchpad.net/bugs/517410 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is su

[Bug 523361] Re: will not connect to sync Ubuntu One files --grr!

2010-02-17 Thread A. Walton
Not a nautilus bug. ** Package changed: nautilus (Ubuntu) => ubuntu -- will not connect to sync Ubuntu One files --grr! https://bugs.launchpad.net/bugs/523361 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in ubuntu. -- desk

[Bug 524202] Re: I have no top panel on any application except chrome.

2010-02-21 Thread A. Walton
** Package changed: nautilus (Ubuntu) => ubuntu -- I have no top panel on any application except chrome. https://bugs.launchpad.net/bugs/524202 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in ubuntu. -- desktop-bugs mailing

[Bug 495751] Re: computer is slow and unresponsive

2009-12-12 Thread A. Walton
** Package changed: nautilus (Ubuntu) => ubuntu -- computer is slow and unresponsive https://bugs.launchpad.net/bugs/495751 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in ubuntu. -- desktop-bugs mailing list desktop-bugs@li

[Bug 496142] Re: Alt+Tab switches windows. But switching in reverse order using Alt+Shift+Tab, not working in 9.10

2009-12-13 Thread A. Walton
** Package changed: nautilus (Ubuntu) => ubuntu -- Alt+Tab switches windows. But switching in reverse order using Alt+Shift+Tab, not working in 9.10 https://bugs.launchpad.net/bugs/496142 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to n

[Bug 499869] Re: Nautilus does not give focus to Eye of Gnome using Compiz

2009-12-24 Thread A. Walton
** Package changed: nautilus (Ubuntu) => compiz (Ubuntu) -- Nautilus does not give focus to Eye of Gnome using Compiz https://bugs.launchpad.net/bugs/499869 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in ubuntu. -- desktop-

[Bug 500384] Re: Ubuntu started so fast

2009-12-25 Thread A. Walton
** Package changed: nautilus (Ubuntu) => ubuntu -- Ubuntu started so fast https://bugs.launchpad.net/bugs/500384 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.

[Bug 500470] Re: Panels disappeared

2009-12-25 Thread A. Walton
** Package changed: nautilus (Ubuntu) => ubuntu -- Panels disappeared https://bugs.launchpad.net/bugs/500470 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com

[Bug 453837] Re: Nautilus icon is used for 'Open Folder' in File Management Preferences

2009-12-28 Thread A. Walton
>From 549c8a3652b589a5d177c0cc409a1aeed1726ec7 Mon Sep 17 00:00:00 2001 From: A. Walton Date: Mon, 28 Dec 2009 04:27:59 -0500 Subject: [PATCH] Use the correct icon for autorunning Open Folder According to the HIG, this icon should be 'folder-open'. This closes Launchpa

[Bug 500863] Re: Problem when copying folders with Nautilus using WebDAV

2009-12-28 Thread A. Walton
Thanks for your concern. It would be helpful if you opened a bug on bugzilla.gnome.org on the gvfs product with the webdav component and give as explicit instructions as possible on how to reproduce this bug so that we can see what code is wrong and if we can fix it. Thanks in advance. ** Package

[Bug 500195] Re: 9.10 Nautilus - Cannot access FreeNAS CIFS/SMB folder containing more than 627 files

2009-12-28 Thread A. Walton
Can you list the contents of the folder with smbclient? ** Package changed: nautilus (Ubuntu) => gvfs (Ubuntu) ** Changed in: gvfs (Ubuntu) Importance: Undecided => Low ** Changed in: gvfs (Ubuntu) Status: New => Incomplete ** Changed in: gvfs (Ubuntu) Assignee: (unassigned) => U

[Bug 502310] Re: irritating video icon

2010-01-02 Thread A. Walton
Nautilus doesn't thumbnail videos, but will display thumbnails of any dimension (in as close to the native dimensions of the thumbnail as possible, limited by the user's choice). ** Package changed: nautilus (Ubuntu) => totem (Ubuntu) -- irritating video icon https://bugs.launchpad.net/bugs/5023

[Bug 421381] Re: Nautilus should support FTPES (Auth TLS)

2010-01-15 Thread A. Walton
If you are forwarding bugs upstream, please file them under the correct projects and components. Thanks. -- Nautilus should support FTPES (Auth TLS) https://bugs.launchpad.net/bugs/421381 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee.

[Bug 508346] Re: Copy to / Move to (UNE)

2010-01-16 Thread A. Walton
Install nautilus-sendto? Really though, nautilus doesn't implement 'send to', and the copy-to/move-to thing is a different bug. ** Package changed: nautilus (Ubuntu) => ubuntu -- Copy to / Move to (UNE) https://bugs.launchpad.net/bugs/508346 You received this bug notification because you are a m

[Bug 317162] Re: can't zip an odt file

2010-01-21 Thread A. Walton
Compress/Uncompress are provided by an extension installed by File- roller. ** Package changed: nautilus (Ubuntu) => file-roller (Ubuntu) -- can't zip an odt file https://bugs.launchpad.net/bugs/317162 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is s

[Bug 47032] Re: Folder sharing options is one or the other

2010-01-21 Thread A. Walton
Nautilus has no understanding of file sharing; it is an extension provided by Nautilus-share. ** Package changed: nautilus (Ubuntu) => nautilus-share (Ubuntu) -- Folder sharing options is one or the other https://bugs.launchpad.net/bugs/47032 You received this bug notification because you are a

[Bug 509765] Re: Nautilus should use a "-d" ("--device") switch when opening audio cd's in systems with multiple CD drives

2010-01-21 Thread A. Walton
*** This bug is a duplicate of bug 299395 *** https://bugs.launchpad.net/bugs/299395 ** Bug watch added: GNOME Bug Tracker #530055 https://bugzilla.gnome.org/show_bug.cgi?id=530055 ** Also affects: nautilus via https://bugzilla.gnome.org/show_bug.cgi?id=530055 Importance: Unknown

[Bug 511714] Re: "Send to..." folder dialog should support scp

2010-01-23 Thread A. Walton
** Package changed: nautilus (Ubuntu) => nautilus-sendto (Ubuntu) -- "Send to..." folder dialog should support scp https://bugs.launchpad.net/bugs/511714 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus-sendto in ubuntu. -- desk

[Bug 511823] Re: Choppy Music

2010-01-24 Thread A. Walton
** Package changed: nautilus (Ubuntu) => ubuntu -- Choppy Music https://bugs.launchpad.net/bugs/511823 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https:

[Bug 386233] Re: nautilus delays calculating folder size

2009-06-12 Thread A. Walton
This is very much the intended behavior of Nautilus. Everything is done asynchronously as to not block the UI whenever possible. That means caching data like the complete size of everything in a folder, as this isn't usually a fast-changing piece of data. We register file watches on folders though,

[Bug 360553] Re: 'Open With' Nautilus list is unsorted

2009-06-12 Thread A. Walton
Committed the fix upstream. ** Changed in: nautilus (Ubuntu) Status: Triaged => Fix Committed -- 'Open With' Nautilus list is unsorted https://bugs.launchpad.net/bugs/360553 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- d

[Bug 386801] Re: can not make any screenshots

2009-06-13 Thread A. Walton
** Package changed: nautilus (Ubuntu) => gnome-panel (Ubuntu) -- can not make any screenshots https://bugs.launchpad.net/bugs/386801 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-panel in ubuntu. -- desktop-bugs mailing list des

[Bug 386807] Re: error with translations into German

2009-06-13 Thread A. Walton
Reassigning to firefox, but it's equally likely a problem with one of the langpacks. ** Package changed: nautilus (Ubuntu) => firefox (Ubuntu) -- error with translations into German https://bugs.launchpad.net/bugs/386807 You received this bug notification because you are a member of Ubuntu Deskt

[Bug 386815] Re: error with translations into German

2009-06-13 Thread A. Walton
** Package changed: nautilus (Ubuntu) => gnome-panel (Ubuntu) -- error with translations into German https://bugs.launchpad.net/bugs/386815 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-panel in ubuntu. -- desktop-bugs mailing l

[Bug 386816] Re: bug in nautilus with displaying long search strings

2009-06-13 Thread A. Walton
Can't reproduce with a thousand character long string. How long does it need to be? Likely a duplicate of #375927 if using Karmic. (Missing the menu and hitting an empty space in the toolbar is common). Please try to obtain a backtrace following the instructions at http://wiki.ubuntu.com/Debuggin

[Bug 287868] Re: Enhancement: enable Photoshop image/x-psd thumbnailing support

2009-06-14 Thread A. Walton
Your best bet is to get it packaged and into the archives. File a RFP bug with the details. https://wiki.ubuntu.com/UbuntuDevelopment/NewPackages -- Enhancement: enable Photoshop image/x-psd thumbnailing support https://bugs.launchpad.net/bugs/287868 You received this bug notification because you

[Bug 20284] Re: Auto Arrange Desktop Icons

2009-06-16 Thread A. Walton
Newly attached patch is one I've seen before in some form, but it still needs quite a lot of work before it can be accepted. Breaks coding style, irreversibly forces the new behavior upon users, and adds changes that should be irrelevant (and wrong in the case of the commented assertion; if it's fa

[Bug 297793] Re: non consistent filesystem spelling in GNOME

2009-06-16 Thread A. Walton
** Summary changed: - non consistant filesystem spelling in GNOME + non consistent filesystem spelling in GNOME -- non consistent filesystem spelling in GNOME https://bugs.launchpad.net/bugs/297793 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug

[Bug 388218] Re: keyboard get stucked on random characters

2009-06-16 Thread A. Walton
** Package changed: nautilus (Ubuntu) => ubuntu -- keyboard get stucked on random characters https://bugs.launchpad.net/bugs/388218 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in ubuntu. -- desktop-bugs mailing list deskto

[Bug 388185] Re: grammatical error in nautilus

2009-06-16 Thread A. Walton
...Ahem.. My fault. I caught this ages ago, but somehow never committed the fix. Doing so now. ** Bug watch added: GNOME Bug Tracker #563906 http://bugzilla.gnome.org/show_bug.cgi?id=563906 ** Also affects: nautilus via http://bugzilla.gnome.org/show_bug.cgi?id=563906 Importance: Unknown

[Bug 388224] Re: During boot-up, I get the following message: "Can't open file /usr/share/gdm/themes/EP-GDM/EP-GDM.xml"

2009-06-16 Thread A. Walton
** Package changed: nautilus (Ubuntu) => gdm (Ubuntu) -- During boot-up, I get the following message: "Can't open file /usr/share/gdm/themes/EP-GDM/EP-GDM.xml" https://bugs.launchpad.net/bugs/388224 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subs

[Bug 388207] Re: Make right-click "rename" work for disk labels

2009-06-16 Thread A. Walton
*** This bug is a duplicate of bug 68924 *** https://bugs.launchpad.net/bugs/68924 ** This bug has been marked a duplicate of bug 68924 provide support for changing volume labels -- Make right-click "rename" work for disk labels https://bugs.launchpad.net/bugs/388207 You received this bug

[Bug 387957] Re: Improve Save As Dialog Box (focus issues)

2009-06-16 Thread A. Walton
The Save As dialog is not in any way related to Nautilus. ** Package changed: nautilus (Ubuntu) => gtk+2.0 (Ubuntu) -- Improve Save As Dialog Box (focus issues) https://bugs.launchpad.net/bugs/387957 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a b

[Bug 388286] Re: Button-based location bar does not update after folder deleted

2009-06-16 Thread A. Walton
*** This bug is a duplicate of bug 19069 *** https://bugs.launchpad.net/bugs/19069 ** This bug has been marked a duplicate of bug 19069 Nautilus browser's pathbar displays non-existent folders -- Button-based location bar does not update after folder deleted https://bugs.launchpad.net/bug

[Bug 388207] Re: Make right-click "rename" work for disk labels

2009-06-18 Thread A. Walton
*** This bug is a duplicate of bug 68924 *** https://bugs.launchpad.net/bugs/68924 This is a duplicate of the other bug. You're just being slightly more specific on how you'd like to see it implemented. Either way it amounts to changing volume labels on devices (disks/usb drives/etc), which we

[Bug 388207] Re: Make right-click "rename" work for disk labels

2009-06-18 Thread A. Walton
>So it is indeed a papercut (which guidelines I read carefully well before posting). But then again, who am I to disagree with the Ubuntu Powerpuff Boys? If you're going to insult me for actually doing work on Nautilus, you can at *least* call me a GNOME powerpuff boy, since I help maintain Nautil

[Bug 388207] Re: Make right-click "rename" work for disk labels

2009-06-18 Thread A. Walton
We basically need to expose DeviceKit-Disks (FilesystemSetLabel() specifically) throughout the whole gvfs->gio->nautilus stack. But as it's been stated a half a dozen times, and by Aleve himself [I accept that the end result of solving the issue might be the same for both bugs], this is a duplicat

[Bug 389931] Re: brokencount.0

2009-06-20 Thread A. Walton
** Package changed: nautilus (Ubuntu) => ubuntu -- brokencount.0 https://bugs.launchpad.net/bugs/389931 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https

[Bug 390208] Re: undo an action

2009-06-21 Thread A. Walton
*** This bug is a duplicate of bug 109170 *** https://bugs.launchpad.net/bugs/109170 The initial patch for this was over two thousand new lines of code, and still needed work. This is not a good candidate for a paper cut. ** Changed in: hundredpapercuts Status: New => Invalid ** This

[Bug 390193] Re: "Send To..." should become "Send To >" sub-menu

2009-06-21 Thread A. Walton
** Package changed: nautilus (Ubuntu) => nautilus-sendto (Ubuntu) -- "Send To..." should become "Send To >" sub-menu https://bugs.launchpad.net/bugs/390193 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus-sendto in ubuntu. -- de

[Bug 390188] Re: Trash cannot restore a file to its original location

2009-06-21 Thread A. Walton
*** This bug is a duplicate of bug 14412 *** https://bugs.launchpad.net/bugs/14412 ** This bug has been marked a duplicate of bug 14412 The trash can does not have a restore / recover function -- Trash cannot restore a file to its original location https://bugs.launchpad.net/bugs/390188 Y

[Bug 370615] Re: video thumbnailer uses too many resources.

2009-06-22 Thread A. Walton
** Package changed: nautilus (Ubuntu) => totem (Ubuntu) -- video thumbnailer uses too many resources. https://bugs.launchpad.net/bugs/370615 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@lis

[Bug 264585] Re: nautilus does not count files to replace before showing "not enough space"

2009-06-22 Thread A. Walton
Not really a paper cut, no. This would require enumerating the destination directory and comparing files, which Nautilus doesn't do while copying/moving; we just handle errors/exceptions as they occur and use early outs like free space to determine whether to continue. -- nautilus does not count

[Bug 383255] Re: Eject/Unmount icon in Nautilus sidebar should have hover and click states

2009-06-23 Thread A. Walton
Banshee has a completely different tree view code base. -- Eject/Unmount icon in Nautilus sidebar should have hover and click states https://bugs.launchpad.net/bugs/383255 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bug

[Bug 387796] Re: Display icons in the "open with ..." list

2009-06-23 Thread A. Walton
Just for the record, this is a Good example of something that could be considered a paper cut (it's a small fix with a design problem), but I tend to ask the same question as Sebastien has above. And that menu is starting to become icon-noisy as it is. -- Display icons in the "open with ..." list

[Bug 295989] Re: "Archive mounter" should have better name

2009-06-23 Thread A. Walton
The desktop file that contains that name is a part of GVFS, not Nautilus. ** Package changed: nautilus (Ubuntu) => gvfs (Ubuntu) -- "Archive mounter" should have better name https://bugs.launchpad.net/bugs/295989 You received this bug notification because you are a member of Ubuntu Desktop Bugs,

[Bug 388144] Re: nautilus need support for the forward and backward mouse buttons

2009-06-26 Thread A. Walton
It already does in Karmic. Please read the duplicate bugs. -- nautilus need support for the forward and backward mouse buttons https://bugs.launchpad.net/bugs/388144 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mail

[Bug 393082] Re: Extract archive with more context-menu options

2009-06-29 Thread A. Walton
** Package changed: nautilus (Ubuntu) => file-roller (Ubuntu) -- Extract archive with more context-menu options https://bugs.launchpad.net/bugs/393082 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to file-roller in ubuntu. -- desktop-bug

[Bug 393734] Re: nautilus reports file size wrongly

2009-06-29 Thread A. Walton
*** This bug is a duplicate of bug 369525 *** https://bugs.launchpad.net/bugs/369525 ** This bug has been marked a duplicate of bug 369525 Use IEC standard for binary byte units ** Changed in: nautilus (Ubuntu) Status: New => Invalid -- nautilus reports file size wrongly https://b

[Bug 395831] Re: Videomodus 1024x768 not working

2009-07-05 Thread A. Walton
** Package changed: nautilus (Ubuntu) => ubuntu -- Videomodus 1024x768 not working https://bugs.launchpad.net/bugs/395831 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in ubuntu. -- desktop-bugs mailing list desktop-bugs@list

[Bug 395710] Re: Opening "Places/Computer" nautilus crash with Segmentation fault

2009-07-05 Thread A. Walton
Crash is in nautilus-ubuntuone, but Launchpad's not allowing me to reassign it. -- Opening "Places/Computer" nautilus crash with Segmentation fault https://bugs.launchpad.net/bugs/395710 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nau

[Bug 395878] Re: nautilus crashed with SIGSEGV in IA__g_str_hash()

2009-07-05 Thread A. Walton
*** This bug is a duplicate of bug 395710 *** https://bugs.launchpad.net/bugs/395710 ** This bug has been marked a duplicate of bug 395710 Opening "Places/Computer" nautilus crash with Segmentation fault -- nautilus crashed with SIGSEGV in IA__g_str_hash() https://bugs.launchpad.net/bugs/

[Bug 48671] Re: Cannot rename by clicking on a file

2009-07-05 Thread A. Walton
That's pretty much exactly what I said upstream a couple of weeks ago... But I'm glad Alex has verbalized it too now. -- Cannot rename by clicking on a file https://bugs.launchpad.net/bugs/48671 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a direct

[Bug 396742] Re: nautilus crashed with SIGSEGV in IA__g_str_hash()

2009-07-07 Thread A. Walton
*** This bug is a duplicate of bug 395710 *** https://bugs.launchpad.net/bugs/395710 ** This bug has been marked a duplicate of bug 395710 Opening "Places/Computer" nautilus crash with Segmentation fault -- nautilus crashed with SIGSEGV in IA__g_str_hash() https://bugs.launchpad.net/bugs/

[Bug 364729] Re: Uploading Files to Firefox Painfully Slow

2009-04-21 Thread A. Walton
nautilus is not gtk+'s file chooser. ** Package changed: nautilus (Ubuntu) => gtk+2.0 (Ubuntu) -- Uploading Files to Firefox Painfully Slow https://bugs.launchpad.net/bugs/364729 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gtk+2.0 in

  1   2   3   4   5   >