Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 299737 Details for
Bug 439634
error about xine, when totem-backend ran
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
totem-backend-better-error-message.patch
totem-backend-better-error-message.patch (text/plain), 1.53 KB, created by
Bastien Nocera
on 2008-03-31 16:34:45 UTC
(
hide
)
Description:
totem-backend-better-error-message.patch
Filename:
MIME Type:
Creator:
Bastien Nocera
Created:
2008-03-31 16:34:45 UTC
Size:
1.53 KB
patch
obsolete
>Index: totem-bin-backend-ondemand.sh >=================================================================== >RCS file: /cvs/pkgs/rpms/totem/devel/totem-bin-backend-ondemand.sh,v >retrieving revision 1.3 >diff -u -p -u -p -r1.3 totem-bin-backend-ondemand.sh >--- totem-bin-backend-ondemand.sh 19 Mar 2008 18:10:31 -0000 1.3 >+++ totem-bin-backend-ondemand.sh 31 Mar 2008 16:33:39 -0000 >@@ -29,19 +29,20 @@ set_backend() { > usage > fi > _LIBDIR="$(rpm --eval '%{_libdir}')" >- if [ -f $_LIBDIR/libbaconvideowidget-gstreamer.so.0.0.0 ];then >- if [ -f $_LIBDIR/libbaconvideowidget-xine.so.0.0.0 ];then >+ if [ -f $_LIBDIR/libbaconvideowidget-gstreamer.so.0.0.0 -a -f $_LIBDIR/libbaconvideowidget-xine.so.0.0.0 ];then > # only if both files exist > /usr/sbin/alternatives --set totem-backend $_LIBDIR/libbaconvideowidget-$TOTEM_BACKEND.so.0.0.0 > else >- echo -e 'Error: The xine backend was not found! Please check your totem installation.' >- exit 1 >- fi >- else >- echo -e 'Error: The gstreamer backend was not found! Please check your totem installation.' >+ # one of the backends is missing, was it the requested one? >+ if [ ! -f $_LIBDIR/libbaconvideowidget-$TOTEM_BACKEND.so.0.0.0 ] ; >+ echo -e "Error: Cannot set the $TOTEM_BACKEND as the default, it is not installed." >+ echo -e "Please verify your installation"; >+ else >+ echo -e 'Error: Only one of the backends is installed, so nothing to do as it is already the default.' >+ fi > exit 1 >- fi >- exit 0 >+ fi >+ exit 0 > } > # end functions >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 439634
:
299737
|
299766