FS#36777 - [libffado] mixer applet's icon is not displayed

Attached to Project: Arch Linux
Opened by lukpod (lukpod) - Monday, 02 September 2013, 20:47 GMT
Last edited by Ray Rashif (schivmeister) - Sunday, 08 September 2013, 20:46 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Ray Rashif (schivmeister)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

There is the following line in /usr/share/applications/ffadomixer.desktop:
Icon=ffado

The only image/icon in the package has the following path:
/usr/share/pixmaps/libffado.png

From the PKGBUILD:
package() {
cd "$srcdir/$pkgname-$pkgver"

scons DESTDIR="$pkgdir" WILL_DEAL_WITH_XDG_MYSELF="True" install

# desktop files & icons
install -Dm644 support/xdg/ffado.org-ffadomixer.desktop \
"$pkgdir/usr/share/applications/ffadomixer.desktop"

install -Dm644 support/xdg/hi64-apps-ffado.png \
"$pkgdir/usr/share/pixmaps/$pkgname.png"
}

See the PKGBUILD:
https://projects.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/libffado
This task depends upon

Closed by  Ray Rashif (schivmeister)
Sunday, 08 September 2013, 20:46 GMT
Reason for closing:  Fixed
Additional comments about closing:  svn r193963
Comment by Ray Rashif (schivmeister) - Sunday, 08 September 2013, 20:45 GMT
Thanks, that's a remnant of the package name change. I have made the change in trunk, but if you'd rather have it now you can either change the name in the desktop file or that of the image.

Loading...