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.
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.
The bug is that the message includes a literal '%s'. That can't be right.
No, that can't be right.
*** Bug 158730 has been marked as a duplicate of this bug. ***