[Bug 1132215] Re: rhythmbox crashes when syncing library to ipod

2013-05-14 Thread David M
Looks like code that sets an encoding property when synching was removed
for the 2.98 version. Restoring it seems to fix the problem for me. I
attached a patch file for this. Just load this up and rebuild.

** Patch added: rb-transfer-target.c.patch
   
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1132215/+attachment/3676288/+files/rb-transfer-target.c.patch

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

Title:
  rhythmbox crashes when syncing library to ipod

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

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


[Bug 1132215] Re: rhythmbox crashes when syncing library to ipod

2013-05-14 Thread David M
I want to note that the patch I loaded here probably re-introduces some
other bug, that this code was removed for a reason, so don't consider
this a suggestion for an official fix. But if it works around the
problem for you then feel free to use it until an official fix is found.

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

Title:
  rhythmbox crashes when syncing library to ipod

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

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


[Bug 1132215] Re: rhythmbox crashes when syncing library to ipod

2013-05-14 Thread David M
I chatted with the app owner of Rhythmbox about this. I was right about
my above patch fixing this bug but re-introducing a different bug. So
ignore that for fixing this.

He says a permanent fix was applied. So looks like Ubuntu's build
grabbed the wrong copy of Rhythmbox's source code. Looks to me like this
fix was put there a while ago. Oops! Badd Ubuntu! It's commit ID
0b3bc7d1b65af0c864a0c0803c026bb8214d71b3 of the official Rhythmbox GIT
repository, applied Nov 29 2012. Just a one line code change.

So here are the steps if you want to pull it into Ubuntu for yourself.
* Command: apt-get source rhythmmbox
(No need to sudo for getting source.)
* Unzip the source to rhythmmbox-2.98.
* Command: cd rhythmmbox-2.98
* Edit file shell/rb-track-transfer-batch.c: modify line 824 where it's setting 
encoding-target, change the G_PARAM_CONSTRUCT_ONLY to G_PARAM_CONSTRUCT.
* Command: ./configure --prefix=/usr
* Command: make
* Command: sudo cp shell/.libs/rhythmbox /usr/bin/

Note, the next update from Ubuntu (hopefully with the fix) should
overwrite when you install like this.

If you don't want to overwrite the Ubuntu installation and instead want it to 
live side-by-side then...
* Don't include --prefix=/usr in the .configure command listed above. Just: 
./configure
* Do this command instead of sudo cp to install it: sudo make install
* At this point you launch it from shell/rhythmbox (in the source directory).
* And when you want to uninstall the side-by-side copy: sudo make uninstall

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

Title:
  rhythmbox crashes when syncing library to ipod

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

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


[Bug 1132215] Re: rhythmbox crashes when syncing library to ipod

2013-05-01 Thread David M
Update form my last comment: looks like the timing with the Ubuntu
upgrade is coincidental. I downgraded Rhythmbox to a version that used
to work and still have the same problem. The cause seems to be if I
include my podcasts in the synch. If I uncheck that then it synchs fine,
no crash. Just so happens I decided to add a podcast around the same
time as the Ubuntu upgrade.

Here's the podcast that's causing the trouble:
http://feeds.feedburner.com/dancarlin/history?format=xml

It downloaded a file, but the MP3 download failed midstream. So I
suspect the problem is that it's trying to synch an corrupt file and
isn't handling the error gracefully. I did see something in the console
about trying to read encoding, so it might be trying to read the file
encoding to tell the iPod what sort of file it is and not getting valid
data, choking on that.

If the above theory is correct then the work-around is to try and find
what file in your music library is corrupt. Synch subsets of your
playlist and keep expanding until it crashes and you find the offending
file. If you have podcasts then start unsynching that since odds are
higher to get a corrupt file from a donwload than your library. Try
removing newly added songs from your library if it used to synch fine
prior.

Or if it's a problem with podcasting in general, a possible workaround
is to stop using Rhythmbox as a podcatcher. GTKPod does a decent job at
podcatching and iPod synching the podcast.

I'm attaching the podcast MP3 file that I think is breaking it.

** Attachment added: MP3 file that I think reproduces the bug.
   
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1132215/+attachment/3661968/+files/dchha48_Prophets_of_Doom.mp3

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

Title:
  rhythmbox crashes when syncing library to ipod

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

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


[Bug 1132215] Re: rhythmbox crashes when syncing library to ipod

2013-04-30 Thread David M
Worked fine in Ubuntu 12.10 with Rhythmbox 2.97. Upgraded to 13.04 /
2.98 and now it crashes. iPod video 30 GB. Anyone found a way to
downgrade Rhythmbox to 2.97 on Ubuntu 13.04? That might be a workaround.

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

Title:
  rhythmbox crashes when syncing library to ipod

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

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


[Bug 1153934] Re: Some radio streams which used to play OK don't play after updating to rhythmbox 2.98

2013-04-29 Thread David M
Not that it needs more confirming, but yeah, the killing of gvfsd-http
worked for me, too. If it's a bug in Rhythmbox itself then I'd be happy
to attempt a fix it if a maintainer or other expert in the source code
can give me pointers to get started. I was recently hacking the
Rhythmbox source, so it's still fresh in my head.

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

Title:
  Some radio streams which used to play OK don't play after updating to
  rhythmbox  2.98

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

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


[Bug 575430] [NEW] how do I free up disk space for updates?

2010-05-04 Thread David M Laster
Public bug reported:

Binary package hint: nautilus

I can't complete the downloads for Unbutu 9.04. it says I need to free up 502 
mb of disk space.
And it tells me this also.
E: Unable to write mmap - msync (28 No space left on device)
E: The package lists or status file could not be parsed or opened.
E: _cache-open() failed, please report.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/bin/nautilus
MediaBuild: Ubuntu 9.04 Jaunty Jackalope - Release i386 (20090420.1)
Package: nautilus 1:2.26.2-0ubuntu1
ProcEnviron:
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus
Uname: Linux 2.6.28-11-generic i686

** Affects: nautilus (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
how do I free up disk space for updates?
https://bugs.launchpad.net/bugs/575430
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://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 575430] Re: how do I free up disk space for updates?

2010-05-04 Thread David M Laster

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/47825264/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/47825265/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/47825266/ProcStatus.txt

-- 
how do I free up disk space for updates?
https://bugs.launchpad.net/bugs/575430
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://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 442078] Re: Buttons in Eclipse not working correctly with GTK+ 2.18.1-1

2009-11-21 Thread David M. Karr
I appear to have GDK_NATIVE_WINDOWS=true in my eclipse script
already, but I'm finding that I'm still having problems with buttons in
Eclipse.  If I use the keyboard accelerators for the buttons, they work
fine, but if I click the button, it presses in, but nothing else
happens.  While inside the dialog, my mouse cursor is a pointer, but
outside of the dialog, it's the rotating ball (I don't know what else to
call it).  My test case is the plugin installation dialog. I haven't
tried to do anything else with this installation of Eclipse on Ubuntu
yet.  Considering my experience so far, I doubt I'll be able to do
anything useful with this.

-- 
Buttons in Eclipse not working correctly with GTK+ 2.18.1-1
https://bugs.launchpad.net/bugs/442078
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.

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


[Bug 442078] Re: Buttons in Eclipse not working correctly with GTK+ 2.18.1-1

2009-11-21 Thread David M. Karr
It appears I wasn't executing the script I thought I was.  I'm now
certain I'm setting that variable to '1, and it now appears to work.
Pressing buttons no works.

-- 
Buttons in Eclipse not working correctly with GTK+ 2.18.1-1
https://bugs.launchpad.net/bugs/442078
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.

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


[Bug 360152] [NEW] Allow case-sensitive and/or regexp search in evince

2009-04-12 Thread David M. Karr
Public bug reported:

Binary package hint: evince

The search capability in Evince is somewhat limited. It only does case-
insensitive search, and does not use regexps.  Adding options for either
case-sensitive search or regexp search would add to the utility of this
application.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
ExecutablePath: /usr/bin/evince
Package: evince 2.24.1-0ubuntu1
ProcEnviron:
 
PATH=/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: evince
Uname: Linux 2.6.27-11-generic i686

** Affects: evince (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug

-- 
Allow case-sensitive and/or regexp search in evince
https://bugs.launchpad.net/bugs/360152
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in ubuntu.

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


[Bug 360152] Re: Allow case-sensitive and/or regexp search in evince

2009-04-12 Thread David M. Karr

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/25292709/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/25292711/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/25292712/ProcStatus.txt

-- 
Allow case-sensitive and/or regexp search in evince
https://bugs.launchpad.net/bugs/360152
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in ubuntu.

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


[Bug 3642] Re: Suspend (or hibernate) does nothing

2006-06-01 Thread David M. Carney
Using a Compaq Desktop 64 bit system, Model SR1750NX. This computer has
onboard ATI graphics and 1 gig ram (shared with the video card). The
fglrx driver from the Ubuntu repositories is being used.

This computer will suspend successfully from Windows XP.

When Hibernate is selected from the Logout box, or Suspend or Hibernate
is selected from GDM, the screen goes dark, but the computer is locked
up. I literally have to unplug the machine (no reset button) and plug it
back in to regain control of it. I can also put the computer in
Hibernation with the Hibernate button on the keyboard, but this results
exactly as with GDM or the Logout box.

When I Hibernate with Windows XP, the screen goes dark and the green
power light on the front of the case flashes.

With Ubuntu, it's like the computer starts to go into Hibernation, but
then something stops it from going all the way into Hibernation.

System is fully updated as of 5/31/06.

-- 
Suspend (or hibernate) does nothing
https://launchpad.net/bugs/3642

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


[Bug 34247] Re: Trash always empty.

2006-06-01 Thread David M. Carney
I see this is still in the Needs Info category.

What info does it need?

David

-- 
Trash always empty.
https://launchpad.net/bugs/34247

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


[Bug 34247] Re: Trash always empty.

2006-05-27 Thread David M. Carney
Sebastian: Thanks for the update. With the upcoming Dapper release, you
must be **very** busy.

On my Dapper AMD64 Ubuntu system, stopping DBUS (as mentioned above) is
not a viable work-around. Too many other things break. Such as, you
can't log out of Gnome without hitting ctrl-alt-backspace.

I also realize it must be maddening to diagnose a problem if you don't
have the same problem on your system. I don't envy you.

When bug 12893 is fixed, will that also fix this bug?

If not, and there is ANYTHING I can do to help to fix this, such as test
experimental packages, etc, don't hesitate to ask.

David

-- 
Trash always empty.
https://launchpad.net/bugs/34247

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


[Bug 34247] Re: Trash always empty.

2006-05-20 Thread David M. Carney
datafeilen :

How do you disable DBUS without getting lots of errors in Gnome?

-- 
Trash always empty.
https://launchpad.net/bugs/34247

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


[Bug 44339] Re: Regression in usplash artwork

2006-05-12 Thread David M. Carney
Aside from the new splash (which I also don't like over the old), the
progress bars work backwards.

David

-- 
Regression in usplash artwork
https://launchpad.net/bugs/44339

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


[Bug 44339] Re: [Bug 44339] Re: Regression in usplash artwork

2006-05-12 Thread David M. Carney
leonardoo wrote:
   Hello, i was unlucky because i was in the console mod because of a
 wine problem, and i've got the usplash, so, i've been thinking during
 the evening that i've screwed my graphic card, and that i'm in the vga
 mode. now i'm rassured, but it does not change the fact that the new
 usplach is a little ugly, i prefer the human look. this new look isn't
 so bad, but it's not as good as the previous one. Cordially
 
I like Viper's artwork better, too.

David

-- 
Regression in usplash artwork
https://launchpad.net/bugs/44339

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


[Bug 34247] Re: Trash always empty.

2006-05-07 Thread David M. Carney
Sebastion,

I stumbled onto a personal experience that might help in nailing this down. I 
can certainly understand how frustrating this can be to solve when you aren't 
experiencing the same problem yourself.

It all seems to be centered around my USB jump drive.

When an item is deleted from the jump drive, a .Trash folder is created on the 
jump drive. Right now, my jump drive has items in it's .Trash folder. If I 
insert my jump drive, as soon as it's automounted, my tash applet is suddenly 
full. If I click on it, it shows the contents of the .Trash folder on the jump 
drive.

For some strange reason, when I unmount the jump drive, the applet never 
changes back to pointing to my ~/.Trash folder. Why we need .Trash on jump 
drives is beyond me.

Please note that my jump drive is automounted and I always right-click on it 
and select eject, then wait for the icon to disappear from the desktop before 
removing it.

Best of luck!

David

-- 
Trash always empty.
https://launchpad.net/bugs/34247

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


[Bug 34247] Re: Trash always empty.

2006-04-08 Thread David M. Carney
This was found on a blogger's site. She seems to indicate a very familar 
problem with Gnome's trash in NetBSD.

Web site is:

http://julipedia.blogspot.com/

Relevant text is:

 Fixing GNOME's trash under NetBSD

For a very long long time (probably since forever), the trash icon in GNOME has 
not worked in NetBSD. You'd drag files onto it and they were appropriately 
deleted but, unfortunately, the trash did not update its status to reflect the 
removed files. If you opened the folder, it appeared empty despite ~/.Trash 
contained the deleted files. As you can image this was very annoying as it made 
the trash near to useless.

However, and by pure luck, some days ago I noticed that the trash icon showed 
some files on my machine. For a moment I thought that the problem had been 
fixed with GNOME 2.14.0. But I was wrong: ~/.Trash didn't contain the files 
shown in the trash window; the files were really stored in 
/vol/data/.Trash-jmmv. So why was it picking up the files from one directory 
but not from the other one?

I started by looking for the .Trash string in gnome-vfs which led me to a piece 
of code that returns the trash directory for a given volume. I first thought 
that there could be a problem detecting the home directory so I added some 
debugging messages there; everything looked correctly.

After digging some more and thanks to the test/test-volume test utility, I 
ended up in the libgnomevfs/gnome-vfs-filesystem-type.c file. This contains a 
table called fs_data that maps each file system name to a description and to a 
boolean. The boolean indicates whether the file system is supposed to hold a 
trash or not. As you can imagine, ffs was not part of this list, so the code 
felt back to the default values that specify that there was no trash.

Solving the issue was trivial. I just had to add the appropriate file system 
names to the table, rebuild gnome-vfs and experience the trash icon to its full 
power :-) The issue is reported in bug #336533 and is already commited to 
pkgsrc. Therefore, it will be part of the forthcoming pkgsrc-2006Q1 stable 
branch.
-- 
Trash always empty.
https://launchpad.net/malone/bugs/34247

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


[Bug 34247] Re: Trash always empty.

2006-04-08 Thread David M. Carney
snip

Do you use the nautilus trash or the panel trash applet?

unsnip

Panel trash applet

snip

What filesystem are you using? 

unsnip

ext3 - Ubuntu default

snip

How did you deletes the files to the trash?

unsnip

Mainly used right-click  Move to Trash on a file.

Also tried dragging file to trash applet on panel with no apparent change in 
the results.

David

-- 
Trash always empty.
https://launchpad.net/malone/bugs/34247

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


[Bug 37900] Re: [Bug 37900] Re: Trash Can Always Empty

2006-04-07 Thread David M. Carney
*** This bug is a duplicate of bug 34247 ***

Sebastian,

There does seem to be a problem here.

I realize you are quite busy.

If you get a chance, please review these postings:

http://www.ubuntuforums.org/showthread.php?p=899728#post899728

http://www.ubuntuforums.org/showthread.php?t=155379highlight=trash

Thank you.

Sincerely,

David
-- 
Trash Can Always Empty
https://launchpad.net/malone/bugs/37900

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


[Bug 38634] Trash Always Empty

2006-04-07 Thread David M. Carney
Public bug reported:

Affects: gnome-applets (Ubuntu)
   Severity: Normal
   Priority: (none set)
 Status: Unconfirmed


Description:
Running a fresh, complete 64 bit Dapper Flight 5 install from the Ubuntu
Install CD that was confirmed to be accurate through checksum testing,
updated daily.

After sending items to the trash, the trash can appears to remain empty.
If you right-click on it, you cannot select Empty the Wastebasket. It
is greyed out.

If you click on the trash can applet to open it, a Nautilus window open
with Wastebasket in the location bar.

The Wastebasket location in Nautilus is empty.

If I use Nautilus to go to the ~/.Trash folder in my home directory, all
my deleted items are there.

It would appear that the trash applet is somehow not connected to the
~/.Trash folder.

I have not enabled the option to have a delete command that bypasses the
wastebasket.
-- 
Trash Always Empty
https://launchpad.net/malone/bugs/38634

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


[Bug 37900] Re: [Bug 37900] Re: [Bug 37900] Re: [Bug 37900] Re: Trash Can Always Empty

2006-04-07 Thread David M. Carney
*** This bug is a duplicate of bug 34247 ***

Étienne Bersac wrote:
 *** This bug is a duplicate of bug 34247 ***
 
 Hello,
 
 I did not reach to reproduce that bug in any installation. Even the  
 one where the bug appear. That bug might have been unintentionnaly  
 fixed with upstream packages.
 
 Étienne.

I'm wondering if somehow a dependency has been missed on my system? I am 
still experiencing the problem on my up to date Dapper install.

Judging from the postings on Ubuntu Forums, many others may still be 
experiencing the problem, too.

David


-- 
Trash Can Always Empty
https://launchpad.net/malone/bugs/37900

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


[Bug 34247] Re: Trash always empty.

2006-04-07 Thread David M. Carney
The above first line was supposed to read Dapper Flight 5.

Sorry!

David

-- 
Trash always empty.
https://launchpad.net/malone/bugs/34247

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


[Bug 37900] Re: [Bug 37900] Re: Trash Can Always Empty

2006-04-03 Thread David M. Carney
*** This bug is a duplicate of bug 34247 ***

Daniel Holbach wrote:
 *** This bug is a duplicate of bug 34247 ***

 Thanks for the bug report. This particular bug has already been reported into 
 our bug tracking system, but please feel free to report any further bugs 
 which you find.

 ** Changed in: nautilus (Ubuntu)
  Assignee: (unassigned) = Ubuntu Desktop Bugs
Status: Unconfirmed = Rejected

 ** This bug has been marked a duplicate of bug 34247
Trash always empty.
   
I just did a search for this bug by the number 34247 and it wasn't found.

Above it says Status: Unconfirmed = Rejected.

Should this have been marked as a duplicate when the original was 
possibly rejected?

David

-- 
Trash Can Always Empty
https://launchpad.net/malone/bugs/37900

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