[Bug 66869] Re: Double click on Floppy Drive in Computer location jumps to / directory

2008-07-13 Thread USSR
I would like to comment that the bug is still in hardy, but the problem
is it will not even open up the Floppy drive, as well as USB drives and
MP3 Players as well.

I need to manually mount them in order to make all these work.

My fstab:

# /etc/fstab: static file system information.

#

#  -- This file has been automaticly generated by ntfs-config --

#

# file system mount point   type  options   dump  pass


proc /proc proc defaults 0 0

# Entry for /dev/hda1 :

UUID=d78bea77-675b-435f-8312-c160d0352d06 / ext3 defaults,errors
=remount-ro 0 0

# Entry for /dev/hda5 :

UUID=bdbb6811-a510-40ff-a6f0-92c621829ef9 none swap sw 0 0

/dev/hdc /media/cdrom0 auto rw,user,auto,exec 0 0
# Entry for /dev/hdb1:

UUID=B078AF2C78AEEFF0 /media/hdb ntfs defaults,errors=remount-ro 0 0

/dev/hdb5 /media/hdb2 ext3 defaults,errors=remount-ro 0 0



Seriously, one thing that interests me most is that whether:
/dev/fd0 /media/floppy0 auto rw,user,auto,exec 0 0

has added or not makes no difference for mounting in floppies.

There is no similar line for USB devices at all.

-- 
Double click on Floppy Drive in Computer location jumps to / directory
https://bugs.launchpad.net/bugs/66869
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 66869] Re: Double click on Floppy Drive in Computer location jumps to / directory

2008-04-03 Thread Sebastien Bacher
The issue is fixed in hardy, using the browser mode a duplicate view is
opened but that's an another issue

** Changed in: nautilus (Ubuntu)
   Status: Triaged = Fix Released

** Changed in: nautilus (Ubuntu)
   Status: Fix Released = Fix Committed

** Changed in: nautilus (Ubuntu)
   Status: Fix Committed = Fix Released

** Changed in: nautilus (Ubuntu)
   Status: Fix Released = Fix Committed

** Changed in: nautilus (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
Double click on Floppy Drive in Computer location jumps to / directory
https://bugs.launchpad.net/bugs/66869
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 66869] Re: Double click on Floppy Drive in Computer location jumps to / directory

2008-03-14 Thread Carl Angelo Villegas
A two year old bug should be fixed already, I think... And can we make
floppy auto detect? So we won't need to right clickmount or right
clickunmount?

-- 
Double click on Floppy Drive in Computer location jumps to / directory
https://bugs.launchpad.net/bugs/66869
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 66869] Re: Double click on Floppy Drive in Computer location jumps to / directory

2008-03-14 Thread Sebastien Bacher
no, floppy can't be autodetected, that's an hardware limitation

-- 
Double click on Floppy Drive in Computer location jumps to / directory
https://bugs.launchpad.net/bugs/66869
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 66869] Re: Double click on Floppy Drive in Computer location jumps to / directory

2008-02-27 Thread Massol
Bug two year old!!! Unbelievable!

-- 
Double click on Floppy Drive in Computer location jumps to / directory
https://bugs.launchpad.net/bugs/66869
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 66869] Re: Double click on Floppy Drive in Computer location jumps to / directory

2008-02-27 Thread Sebastien Bacher
** Tags removed: qa-hardy-desktop

-- 
Double click on Floppy Drive in Computer location jumps to / directory
https://bugs.launchpad.net/bugs/66869
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 66869] Re: Double click on Floppy Drive in Computer location jumps to / directory

2008-02-16 Thread Sebastien Bacher
the hardy issue is likely bug #188256, will need to be tested again once
this one has been fixed there

-- 
Double click on Floppy Drive in Computer location jumps to / directory
https://bugs.launchpad.net/bugs/66869
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 66869] Re: Double click on Floppy Drive in Computer location jumps to / directory

2008-02-16 Thread Sergio Zanchetta
I just subscribed myself to that bug, when it'll be fixed i try again.

2008/2/16, Sebastien Bacher [EMAIL PROTECTED]:
 the hardy issue is likely bug #188256, will need to be tested again once
 this one has been fixed there

 --
 Double click on Floppy Drive in Computer location jumps to / directory
 https://bugs.launchpad.net/bugs/66869
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
Double click on Floppy Drive in Computer location jumps to / directory
https://bugs.launchpad.net/bugs/66869
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 66869] Re: Double click on Floppy Drive in Computer location jumps to / directory

2008-02-15 Thread Sergio Zanchetta
@Sebastien

I'll try on Hardy live cd and I let you know.


2008/2/15, Pelladi Gabor [EMAIL PROTECTED]:
 I don't have a floppy drive in my own computer, so I could not test it,
  but something like this shell script could do the trick:

  if [ `mount | grep /media/floppy0 | wc -l` -eq 0 ]
  then
 mount /media/floppy0  nautilus /media/floppy0
  else
 nautilus /media/floppy0
  fi

  Place this in e.g. /usr/bin and place a shortcut on the desktop. This
  way a beginner can access the floppy without redundant actions.


  --
  Double click on Floppy Drive in Computer location jumps to / directory
  https://bugs.launchpad.net/bugs/66869
  You received this bug notification because you are a direct subscriber
  of the bug.


-- 
Double click on Floppy Drive in Computer location jumps to / directory
https://bugs.launchpad.net/bugs/66869
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 66869] Re: Double click on Floppy Drive in Computer location jumps to / directory

2008-02-15 Thread Sergio Zanchetta
@Sebastien

I tried with Hardy Alpha 4 and it is even worse.

Now double clicking on floppy icon in Places-Computer does nothing.

I mean no activity in floppy drive, absolutely nothing, and there is'nt
mount option in right click menu.

-- 
Double click on Floppy Drive in Computer location jumps to / directory
https://bugs.launchpad.net/bugs/66869
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 66869] Re: Double click on Floppy Drive in Computer location jumps to / directory

2008-02-14 Thread Sergio Zanchetta
A workaround could be to mount floppy first right-clicking and
selecting mount, and then double click on mounted floppy.

I agree with you about this bug, but this workaround is the best I
found out until now. (not so good anyway)

2008/2/13, Pelladi Gabor [EMAIL PROTECTED]:
 Please do something about this bug. I don't think it is that hard. It is
  really hard to explain the method to open a document received on a
  floppy for a first time user. Should I tell her to open the floppy,
  close the error dialog, go back, open floppy again? She won't believe me
  that Ubuntu is easy to use any more. Or is there a workaround? An other
  way of opening a floppy in nautilus, intuitive and easy? Thank you for
  your efforts.


  --
  Double click on Floppy Drive in Computer location jumps to / directory
  https://bugs.launchpad.net/bugs/66869
  You received this bug notification because you are a direct subscriber
  of the bug.


-- 
Double click on Floppy Drive in Computer location jumps to / directory
https://bugs.launchpad.net/bugs/66869
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 66869] Re: Double click on Floppy Drive in Computer location jumps to / directory

2008-02-14 Thread Sebastien Bacher
Could anybody try on hardy if that's still an issue using the new
nautilus gio?

-- 
Double click on Floppy Drive in Computer location jumps to / directory
https://bugs.launchpad.net/bugs/66869
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 66869] Re: Double click on Floppy Drive in Computer location jumps to / directory

2008-02-14 Thread Leann Ogasawara
** Tags added: qa-hardy-desktop

** Tags removed: qa-hardy-list

-- 
Double click on Floppy Drive in Computer location jumps to / directory
https://bugs.launchpad.net/bugs/66869
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 66869] Re: Double click on Floppy Drive in Computer location jumps to / directory

2008-02-14 Thread Pelladi Gabor
I don't have a floppy drive in my own computer, so I could not test it,
but something like this shell script could do the trick:

if [ `mount | grep /media/floppy0 | wc -l` -eq 0 ]
then
mount /media/floppy0  nautilus /media/floppy0
else
nautilus /media/floppy0
fi

Place this in e.g. /usr/bin and place a shortcut on the desktop. This
way a beginner can access the floppy without redundant actions.

-- 
Double click on Floppy Drive in Computer location jumps to / directory
https://bugs.launchpad.net/bugs/66869
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 66869] Re: Double click on Floppy Drive in Computer location jumps to / directory

2008-02-13 Thread Pelladi Gabor
Please do something about this bug. I don't think it is that hard. It is
really hard to explain the method to open a document received on a
floppy for a first time user. Should I tell her to open the floppy,
close the error dialog, go back, open floppy again? She won't believe me
that Ubuntu is easy to use any more. Or is there a workaround? An other
way of opening a floppy in nautilus, intuitive and easy? Thank you for
your efforts.

-- 
Double click on Floppy Drive in Computer location jumps to / directory
https://bugs.launchpad.net/bugs/66869
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 66869] Re: Double click on Floppy Drive in Computer location jumps to / directory

2007-12-14 Thread Pedro Villavicencio
** Tags added: qa-hardy-list

-- 
Double click on Floppy Drive in Computer location jumps to / directory
https://bugs.launchpad.net/bugs/66869
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 66869] Re: Double click on Floppy Drive in Computer location jumps to / directory

2007-12-10 Thread Sergio Zanchetta
@Sebastien

I found out this:
1) Double clicking on floppy icon in Computer, it opens a root directory (/) 
window and floppy is mounted.

BUT

2) If I doesn't double click to floppy icon for the first, but instead I
mount the floppy with Right click-mount, THEN when I double click to
floppy it opens correctly.

Seems to be that when you double click an unmounted floppy, it tries to open 
floppy directory BEFORE floppy is mounted.
Or better, maybe mounting floppy is SLOWER than opening floppy directory.
So when it tries to open floppy directory, floppy is not yet mounted so it 
points to root directory (/).

Probably it just needs to wait opening directory until mounting is done.

I need some hints about how nautilus handle devices.
I think this bug is really simple to fix.

-- 
Double click on Floppy Drive in Computer location jumps to / directory
https://bugs.launchpad.net/bugs/66869
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 66869] Re: Double click on Floppy Drive in Computer location jumps to / directory

2007-12-04 Thread Sergio Zanchetta
@Sebastien

I have a floppy drive on my laptop.
If you want I can give you some feedback debugging, providing some stuff and 
testing what you need to fix this bug.
Just tell me how I can contribute.

-- 
Double click on Floppy Drive in Computer location jumps to / directory
https://bugs.launchpad.net/bugs/66869
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 66869] Re: Double click on Floppy Drive in Computer location jumps to / directory

2007-11-26 Thread Sergio Zanchetta
I'm glad you have understood our point Sebastien.
Thank you for activating mentoring on this bug.

-- 
Double click on Floppy Drive in Computer location jumps to / directory
https://bugs.launchpad.net/bugs/66869
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 66869] Re: Double click on Floppy Drive in Computer location jumps to / directory

2007-11-26 Thread gmlion
I don't know if you all know, but I want to point out that this bug is a
REGRESSION from Dapper. As far as I remember, in Dapper the floppy
worked fine. Perhaps this could help correcting the bug. Also, I see
many italian reporters here. I wonder if it is only an accident

-- 
Double click on Floppy Drive in Computer location jumps to / directory
https://bugs.launchpad.net/bugs/66869
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 66869] Re: Double click on Floppy Drive in Computer location jumps to / directory

2007-11-23 Thread Sergio Zanchetta
Sebastien, try to see it in this way:

I't quite obvious ( in my opinion) that you don't find a lot of
duplicates here etc.. because it's an issue that affects newbies
mainly.
That kind of users know how to power on a pc, write letters, browse
internet and no more.
You won't find them here on launchpad writing about a bug.

If I should write here a comment or add a bug for each person I know
that are abawed about this bug, you would get a lot of stuff here.


2007/11/22, Sebastien Bacher [EMAIL PROTECTED]:
 Looking at the number of duplicates and subscribed there is not a lot of
 floppy users nowadays

 --
 Double click on Floppy Drive in Computer location jumps to / directory
 https://bugs.launchpad.net/bugs/66869
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
Double click on Floppy Drive in Computer location jumps to / directory
https://bugs.launchpad.net/bugs/66869
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 66869] Re: Double click on Floppy Drive in Computer location jumps to / directory

2007-11-23 Thread Sebastien Bacher
or not to be removed should be or going to be removed

-- 
Double click on Floppy Drive in Computer location jumps to / directory
https://bugs.launchpad.net/bugs/66869
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 66869] Re: Double click on Floppy Drive in Computer location jumps to / directory

2007-11-23 Thread Sergio Zanchetta
Sebastien, I didn't intend to flame with my last comment, sorry if you
think I did.

I and all other people here just want to give a hand (reporting bugs
etc..) to improve our prederred OS Ubuntu.

The idea that came up in my mind reading all comments from the beginning
was:

Due to almost nobody use floppy nowadays we don't need to give
attention to it, this bug maybe will be fixed in the future (it could
be other 2 years or so).

My comment was intended to be a a sort of paradox about that.

With our comments we just would like to explain that sometimes the way
we think the things goes is quite different compared to reality (as
Ronaldo said) and that the scale for judging a bug (number of comments
or duplicates) is not applicable in the same way to all bug.(my
comment about newbies).

-- 
Double click on Floppy Drive in Computer location jumps to / directory
https://bugs.launchpad.net/bugs/66869
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 66869] Re: Double click on Floppy Drive in Computer location jumps to / directory

2007-11-23 Thread Sebastien Bacher
 If it was true (I agree with you but it's not that the point) Ubuntu
should DELETE support for it in the distribution, because floppy is
useless.

Such comment are misplaced in the bug tracker, we try to solve technical
issues. Nobody claimed that floppy support is useless or not to be
removed, it's something which is mostly working and nice to have, that's
just not something which is not a priority for new work, you are welcome
to fix floppy bugs if you still have a working drive for those though

-- 
Double click on Floppy Drive in Computer location jumps to / directory
https://bugs.launchpad.net/bugs/66869
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 66869] Re: Double click on Floppy Drive in Computer location jumps to / directory

2007-11-23 Thread Sergio Zanchetta
By the way, a lot of people, at least here in Italy, have a lot of old
things stored in floppy disk (unfortunately).
As long as PC are still sold with floppy I think it should be nice supported.

2007/11/23, Sergio Zanchetta [EMAIL PROTECTED]:
 If it was true (I agree with you but it's not that the point) Ubuntu
 should DELETE support for it in the distribution, because floppy is
 useless.
 You shouldn't even see the floppy icon so. no floppy, no bug.

 But why it doesn't do it?



 2007/11/23, Sebastien Bacher [EMAIL PROTECTED]:
  That's true for any bug. Nowadays most of users use usb stick anyway,
  you can get a 1Go key for the price of 10 floppy disks, is there a
  compelent reason to still use those?
 
  --
  Double click on Floppy Drive in Computer location jumps to / directory
  https://bugs.launchpad.net/bugs/66869
  You received this bug notification because you are a direct subscriber
  of the bug.
 


-- 
Double click on Floppy Drive in Computer location jumps to / directory
https://bugs.launchpad.net/bugs/66869
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 66869] Re: Double click on Floppy Drive in Computer location jumps to / directory

2007-11-23 Thread Sebastien Bacher
Reporting bug is a good way to contribute, arguing on the settings is
not really useful though, it rather makes developer speed time reading
those comments and discussing something which is already confirmed being
a bug while they could fix issues. Nobody argue this is not a bug or
would not be really nice to get fixed, but we have some thousand desktop
bugs and only a small number of people working on those between package
updates and bug triage so we can't work on everything. I've no working
floppy drive on my desktops and laptop so it's not easy for me to look
at the issue but I would be happy to help somebody who wants to look at
the issue. I'm marking the bug has a low priority bug milestoned for
hardy and listing it on the sponsorship list so people who look to
contribute know that's something they can work on to start

** Changed in: nautilus (Ubuntu)
   Status: Confirmed = Triaged
   Target: None = ubuntu-8.04

-- 
Double click on Floppy Drive in Computer location jumps to / directory
https://bugs.launchpad.net/bugs/66869
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 66869] Re: Double click on Floppy Drive in Computer location jumps to / directory

2007-11-23 Thread Sebastien Bacher
That's true for any bug. Nowadays most of users use usb stick anyway,
you can get a 1Go key for the price of 10 floppy disks, is there a
compelent reason to still use those?

-- 
Double click on Floppy Drive in Computer location jumps to / directory
https://bugs.launchpad.net/bugs/66869
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 66869] Re: Double click on Floppy Drive in Computer location jumps to / directory

2007-11-23 Thread Sergio Zanchetta
If it was true (I agree with you but it's not that the point) Ubuntu
should DELETE support for it in the distribution, because floppy is
useless.
You shouldn't even see the floppy icon so. no floppy, no bug.

But why it doesn't do it?


2007/11/23, Sebastien Bacher [EMAIL PROTECTED]:
 That's true for any bug. Nowadays most of users use usb stick anyway,
 you can get a 1Go key for the price of 10 floppy disks, is there a
 compelent reason to still use those?

 --
 Double click on Floppy Drive in Computer location jumps to / directory
 https://bugs.launchpad.net/bugs/66869
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
Double click on Floppy Drive in Computer location jumps to / directory
https://bugs.launchpad.net/bugs/66869
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 66869] Re: Double click on Floppy Drive in Computer location jumps to / directory

2007-11-23 Thread Ronaldo Maia
Nowadays most of users use usb stick anyway, you can get a 1Go key for
the price of 10 floppy disks, is there a compelent reason to still use
those?

That may be true where you live, probably a rich and developed country.
But that's not the case here in Brasil.

But the price is not the issue here. The problem is that people still
depend on floppy disks. They did for a long time, (before usb sticks,
rewritable CDs and what ever there is nowadays) and they will for a long
time.

-- 
Double click on Floppy Drive in Computer location jumps to / directory
https://bugs.launchpad.net/bugs/66869
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 66869] Re: Double click on Floppy Drive in Computer location jumps to / directory

2007-11-22 Thread Nathan Sink
This has been a problem with Ubuntu since I first began using it when
Dapper Drake was first out. I agree with  Sergio, I think that the
Importance [should] be related...to [the] Usability and coherence of the
system itself. Although this issue does not compromise the security or
stability of the system, it does compromise the user's seamless Ubuntu
experience. I could name several dozen people who would be throughly
confused if they were to ever try to open a floppy in Ubuntu.

-- 
Double click on Floppy Drive in Computer location jumps to / directory
https://bugs.launchpad.net/bugs/66869
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 66869] Re: Double click on Floppy Drive in Computer location jumps to / directory

2007-11-22 Thread Sebastien Bacher
Looking at the number of duplicates and subscribed there is not a lot of
floppy users nowadays

-- 
Double click on Floppy Drive in Computer location jumps to / directory
https://bugs.launchpad.net/bugs/66869
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 66869] Re: Double click on Floppy Drive in Computer location jumps to / directory

2007-11-05 Thread mciancio
I agree with Sergio Zanchetta: there are many people having this problem. It's 
a difficult to say Use Ubuntu if it's hard even to use a floppy!!!
I've introduced many Ubuntu PC in a school (about 80) and this was perhaps the 
most annoying problem.

-- 
Double click on Floppy Drive in Computer location jumps to / directory
https://bugs.launchpad.net/bugs/66869
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 66869] Re: Double click on Floppy Drive in Computer location jumps to / directory

2007-10-10 Thread Sergio Zanchetta
Same here.

@Sebastien
I think that the Importance shouldn't be related just to the number of 
Duplicated Bug but also (and probably more important) to Usability and 
coherence of the system itself.
I know a lot of people using Ubuntu (newbies) that have this problem, really 
annoying for them, but they are not able to report it here.

-- 
Double click on Floppy Drive in Computer location jumps to / directory
https://bugs.launchpad.net/bugs/66869
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 66869] Re: Double click on Floppy Drive in Computer location jumps to / directory

2007-10-10 Thread Sebastien Bacher
That's still only an annoyance and users tend to have usb keys nowadays
anyway

-- 
Double click on Floppy Drive in Computer location jumps to / directory
https://bugs.launchpad.net/bugs/66869
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 66869] Re: Double click on Floppy Drive in Computer location jumps to / directory

2007-08-08 Thread Ronaldo Maia
I can still reproduce this bug.

Additionally, if the user tries to access the floppy disk again, after
its already mounted, he will be given an error message, saying that
pmount fails because the floppy is already mounted.

After all this, there is no easy way for the user to umount the floppy
other then in a terminal.

-- 
Double click on Floppy Drive in Computer location jumps to / directory
https://bugs.launchpad.net/bugs/66869
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 66869] Re: Double click on Floppy Drive in Computer location jumps to / directory

2007-05-18 Thread Arc
I confirm this bug too
Importance = Low?
Why? The Majority of computers of my friends is equipped floppy. And this 
annoying bug leaves very unpleasant impression. Repeats on 6,10 and 7.04

-- 
Double click on Floppy Drive in Computer location jumps to / directory
https://bugs.launchpad.net/bugs/66869
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 66869] Re: Double click on Floppy Drive in Computer location jumps to / directory

2007-05-18 Thread Sebastien Bacher
Arc, when you comment on a bug you might want to subscribe so you get
the replies. Importance low because there is thousand of bugs open, many
of them are crashers, applications not working, etc. The majority of
your friends might still use floppy, that's far to be the case for other
users. As you can notice that bug has been reported once, there is no
duplicate and only 3 people subscribe, it means very few users are
concerned about it. The importance low seems to be correct

-- 
Double click on Floppy Drive in Computer location jumps to / directory
https://bugs.launchpad.net/bugs/66869
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 66869] Re: Double click on Floppy Drive in Computer location jumps to / directory

2006-12-23 Thread Sebastien Bacher
** Changed in: nautilus (Ubuntu)
   Status: Needs Info = Confirmed

-- 
Double click on Floppy Drive in Computer location jumps to / directory
https://launchpad.net/bugs/66869

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


[Bug 66869] Re: Double click on Floppy Drive in Computer location jumps to / directory

2006-12-17 Thread Sebastien Bacher
Thank you for your bug. What /etc/fstab line do you have for your floppy
drive?

** Changed in: nautilus (Ubuntu)
   Importance: Undecided = Low
 Assignee: (unassigned) = Ubuntu Desktop Bugs
   Status: Unconfirmed = Needs Info

-- 
Double click on Floppy Drive in Computer location jumps to / directory
https://launchpad.net/bugs/66869

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


[Bug 66869] Re: Double click on Floppy Drive in Computer location jumps to / directory

2006-12-17 Thread Guilherme M. Gondim \(semente\)
In my fstab:

/dev/fd0/media/floppy0  ext2,vfat   rw,user,sync,noauto  0
0

-- 
Double click on Floppy Drive in Computer location jumps to / directory
https://launchpad.net/bugs/66869

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


[Bug 66869] Re: Double click on Floppy Drive in Computer location jumps to / directory

2006-12-17 Thread Luca Ferretti
No entry on my system. Floppy is directly managed by HAL...

I'll add the same line from Guilherme and try

-- 
Double click on Floppy Drive in Computer location jumps to / directory
https://launchpad.net/bugs/66869

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


[Bug 66869] Re: Double click on Floppy Drive in Computer location jumps to / directory

2006-12-17 Thread Luca Ferretti
Same issue adding floppy line on /etc/fstab

Plus another strange behavior: system wan't shutdown when a floppy was
mounted (and of course unmounted before invoking shutdown action from
GDM or close session dialog). It seems that init can't close one
process; this process seems costantly using the HD (the HD led on
computer case stay on), locking the shutdown. This behavior occurs only
if I mounted a floppy.

I can't find any intersting info about this in /var/log... Here is a way
to display the old text based shutdown info insted usplash? I'll try
removing splash from  /boot/grub/menu.lst or using the recovery mode
in grub menu (by now I never used it)

-- 
Double click on Floppy Drive in Computer location jumps to / directory
https://launchpad.net/bugs/66869

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


[Bug 66869] Re: Double click on Floppy Drive in Computer location jumps to / directory

2006-11-23 Thread semente
I confirm this bug.

-- 
Double click on Floppy Drive in Computer location jumps to / directory
https://launchpad.net/bugs/66869

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