Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 647374 - x11-misc/launchy - utility that merges application menus, your desktop and even your file manager
Summary: x11-misc/launchy - utility that merges application menus, your desktop and ev...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Default Assignee for New Packages
URL: http://www.launchy.net/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2018-02-12 08:20 UTC by Agustin Ferrari
Modified: 2018-02-12 08:53 UTC (History)
0 users

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


Attachments
launchy-2.9.1_pre1.ebuild (launchy-2.9.1_pre1.ebuild,1.11 KB, text/plain)
2018-02-12 08:20 UTC, Agustin Ferrari
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agustin Ferrari 2018-02-12 08:20:44 UTC
Created attachment 519152 [details]
launchy-2.9.1_pre1.ebuild

Seeing that x11-misc/launchy was removed from Portage because of his dependence on QT4, I was investigating and discovered a fork that build using QT5[1].
The ebuild compiles in my system, installs the program without problems and Lauchy apparently works but not find the plugins nor the skins and running it with "strace -eopen launchy" shows the following:
open("$$PREFIX/lib/launchy/plugins", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("$$PREFIX/share/launchy/skins", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
I don't know why this is so, but I suspect it is related with the definition of variables in *.pro files.
1: https://github.com/Slesa/launchy