Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 334050 Details for
Bug 449780
media-sound/exaile should support USE=dbus
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
generate-launcher fix
exaile-0.3.2.0-generate-launcher-no-dbus-opt.patch (text/plain), 658 bytes, created by
mikolaj.bugzilla
on 2013-01-02 16:35:49 UTC
(
hide
)
Description:
generate-launcher fix
Filename:
MIME Type:
Creator:
mikolaj.bugzilla
Created:
2013-01-02 16:35:49 UTC
Size:
658 bytes
patch
obsolete
>--- ./tools/generate-launcher 2010-06-26 01:21:23.092919789 +0200 >+++ generate-launcher-no-dbus-opt 2013-01-02 16:26:48.239333145 +0100 >@@ -7,6 +7,7 @@ > DESTDIR=${1:-} > PREFIX=${2:-/usr/local} > LIBDIR=${3:-/lib} >+DEFAULTOPTS=${4} > > if (which realpath > /dev/null); then > PREFIX=`realpath $PREFIX` >@@ -30,7 +31,7 @@ > fi > XDG_DATA_DIRS="\$EXAILE_PREFIX/share/:\$XDG_DATA_DIRS" > export XDG_DATA_DIRS >-exec python \$EXAILE_PREFIX$LIBDIR/exaile/exaile.py --datadir=\$EXAILE_PREFIX/share/exaile/data --startgui "\$@" >+exec python \$EXAILE_PREFIX$LIBDIR/exaile/exaile.py --datadir=\$EXAILE_PREFIX/share/exaile/data $DEFAULTOPTS --startgui "\$@" > exit \$? > > EOF
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 449780
:
334048
| 334050 |
334052