Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 538216 - www-client/vivaldi-1.0.83.38_p1 : desktop file points incorrect Exec
Summary: www-client/vivaldi-1.0.83.38_p1 : desktop file points incorrect Exec
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jeroen Roovers (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-30 02:59 UTC by wjn
Modified: 2015-03-11 06:44 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description wjn 2015-01-30 02:59:24 UTC
vivaldi-1.0.83.38_p1.ebuild does below in src_prepare().

  rm usr/bin/${PN}-stable || die

But vivaldi.desktop still does

  Exec=/usr/bin/vivaldi-stable %U

This results vivaldi isn't executed from the desktop file.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2015-01-30 09:32:22 UTC
Fixed in -r1. Thanks for the report.