Bugzilla – Attachment 50455 Details for
Bug 116472
cdda:// url doesnt work
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
gnome-cdda-handler script from Fedora
gnome-cdda-handler (text/plain), 657 bytes, created by
Federico Mena Quintero
on 2005-09-20 18:01:24 UTC
(
hide
)
Description:
gnome-cdda-handler script from Fedora
Filename:
MIME Type:
Creator:
Federico Mena Quintero
Created:
2005-09-20 18:01:24 UTC
Size:
657 bytes
patch
obsolete
>#!/bin/sh >#get the application to use from gnome-volume-manager >CMD=`/usr/bin/gconftool-2 -g "/desktop/gnome/volume_manager/autoplay_cda_command"` > >#sanitize the device by stripping out the cdda:// protocol >#and escaping forward slashes >DEVICE=`echo $1 | /bin/sed -e "s/^cdda:\/\///"` >DEVICE=`echo $DEVICE | /bin/sed -e "s/%/%25/g"` >DEVICE=`echo $DEVICE | /bin/sed -e "s#/#%2f#g"` > >#expand the command by replacing %d with the device and unescape it >EXPANDED_CMD=`echo $CMD | /bin/sed -e "s/%d/$DEVICE/"` >EXPANDED_CMD=`echo $EXPANDED_CMD | /bin/sed -e "s#%2f#/#g"` >EXPANDED_CMD=`echo $EXPANDED_CMD | /bin/sed -e "s/%25/%/g"` > >#run the command >$EXPANDED_CMD
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
Attachments on
bug 116472
:
50012
|
50455
|
50456
|
50589
|
50590
|
50591
|
50592