After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 366749 - Should not use libexec
Should not use libexec
Status: RESOLVED FIXED
Product: seahorse
Classification: Applications
Component: general
git master
Other All
: Normal normal
: 1.0.0
Assigned To: Seahorse Maintainer
Seahorse Maintainer
Depends on:
Blocks:
 
 
Reported: 2006-10-29 10:18 UTC by José Carlos García Sogo
Modified: 2006-10-29 19:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
makes seahorse to install stuff in /usr/lib/seahorse (2.25 KB, patch)
2006-10-29 18:03 UTC, José Carlos García Sogo
accepted-commit_now Details | Review

Description José Carlos García Sogo 2006-10-29 10:18:52 UTC
Please describe the problem:
Currently seahorse installs both seahorse-agent and seahorse-ssh-askpass in $prefix/libexec/seahorse. This dir is not conforming to FHS 2.3, and those programs should be installed by default in $prefix/lib/seahorse.
This makes me patching Debian package for every release, and some problems (http://bugs.debian.org/378178)

Thanks

Steps to reproduce:



Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Adam Schreiber 2006-10-29 14:43:35 UTC
Jose,

Could you attach your patch? 

Thanks,

Adam
Comment 2 José Carlos García Sogo 2006-10-29 18:03:34 UTC
Created attachment 75627 [details] [review]
makes seahorse to install stuff in /usr/lib/seahorse

This patch only applies to Makefile.in. Of course, you will have to run automake before building for it to have any effect
Comment 3 Stef Walter 2006-10-29 19:01:09 UTC
Thanks applied to HEAD.