Bug 158213 - bad dialog on CD insertion
Summary: bad dialog on CD insertion
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: gnome-volume-manager
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: John (J5) Palmieri
QA Contact:
URL:
Whiteboard:
: 158730 (view as bug list)
Depends On:
Blocks: FC4Target
TreeView+ depends on / blocked
 
Reported: 2005-05-19 16:58 UTC by Bill Nottingham
Modified: 2014-03-17 02:54 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2005-10-14 03:04:39 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Bill Nottingham 2005-05-19 16:58:37 UTC
I forget where this lives these days, please reassign.

Insert a CD with a autorun file of:

...
#!/bin/sh
#
# Autorun script for Red Hat Linux
# Copyright (c) 1999-2002 Red Hat, Inc.

dir=$(echo $0 |sed 's/autorun//')
cd $dir
tree=$(pwd)

# Change directories so we can unmount the CD-ROM Drive
cd /
exec /usr/bin/redhat-cdinstall-helper $tree
...

Pops up a dialog that says:

 Run command from inserted media?

 Do you want to run the file "%s?"

That can't be right.

Comment 1 David Zeuthen 2005-05-22 16:22:05 UTC
This would be in g-v-m so I'm reassigning to johnp. I'm not sure why you think
this is a bug? The wording perhaps?

Note we have "Auto-run programs on new drives and media" off by default, so I
think that's why you get the dialog.

Comment 2 Bill Nottingham 2005-05-23 04:20:24 UTC
The bug is that the message includes a literal '%s'. That can't be right.

Comment 3 David Zeuthen 2005-05-23 04:39:55 UTC
No, that can't be right.

Comment 4 John (J5) Palmieri 2005-05-25 14:32:29 UTC
*** Bug 158730 has been marked as a duplicate of this bug. ***


Note You need to log in before you can comment on or make changes to this bug.