! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
libxfce4util hardcodes sbin path
Status:
RESOLVED: INVALID
Product:
Libxfce4util
Component:
General

Comments

Description Jani Monoses 2006-03-05 09:20:47 CET
Make it use whatever libexec is set to, like the other xfce libs do.


Index: xfce4-kiosk-query/Makefile.am
===================================================================
--- xfce4-kiosk-query/Makefile.am       (revision 20223)
+++ xfce4-kiosk-query/Makefile.am       (working copy)
@@ -2,7 +2,7 @@
        -I$(top_builddir)                                               \
        -I$(top_srcdir)

-sbin_PROGRAMS =                                                                \
+libexec_PROGRAMS =                                                             \
        xfce4-kiosk-query

 xfce4_kiosk_query_SOURCES =                                            \


Reproducible: Always
Steps to Reproduce:
1. 
2. 
3.
Comment 1 Jani Monoses 2006-03-05 09:32:48 CET
ah, nevermind, I guess since it is an administrator tool it's not for libexec.
sorry for the spam
Comment 2 Jasper Huijsmans editbugs 2006-03-13 20:59:08 CET
Indeed the location is correct as it is. Thanks.

Bug #1539

Reported by:
Jani Monoses
Reported on: 2006-03-05
Last modified on: 2009-07-14

People

Assignee:
Xfce Bug Triage
CC List:
0 users

Version

Attachments

Additional information