<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.kde.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.6"
          urlbase="https://bugs.kde.org/"
          
          maintainer="sysadmin@kde.org"
>

    <bug>
          <bug_id>282142</bug_id>
          
          <creation_ts>2011-09-16 12:35:21 +0000</creation_ts>
          <short_desc>Chat-ui should be installed in libexec instead of bin dir</short_desc>
          <delta_ts>2012-07-06 12:47:55 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>10</classification_id>
          <classification>Unmaintained</classification>
          <product>telepathy</product>
          <component>text-ui</component>
          <version>git-latest</version>
          <rep_platform>Unlisted Binaries</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>NOR</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>0.4.0</target_milestone>
          
          <blocked>282140</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Daniele E. Domenichelli">ddomenichelli</reporter>
          <assigned_to name="Telepathy Bugs">kde-telepathy-bugs-null</assigned_to>
          
          
          <cf_commitlink></cf_commitlink>
          <cf_versionfixedin></cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>0</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1163326</commentid>
    <comment_count>0</comment_count>
    <who name="Daniele E. Domenichelli">ddomenichelli</who>
    <bug_when>2011-09-16 12:35:21 +0000</bug_when>
    <thetext>Version:           git-latest
OS:                Linux

As discussed at the sprint DBus activated executables should be installed in libexec instead of bin dir

To do it you simply need to change the CMakeLists.txt

-install(TARGETS [libdir-executable] ${INSTALL_TARGETS_DEFAULT_ARGS})
+install(TARGETS [libdir-executable] DESTINATION ${LIBEXEC_INSTALL_DIR}

and the dbus service files org.freedesktop.Telepathy.Client.KDE.[LibdirExecutable].service.in

-Exec=@CMAKE_INSTALL_PREFIX@/bin/[libdir-executable]
+Exec=@LIBEXEC_INSTALL_DIR@/[libdir-executable]


Reproducible: Always

Steps to Reproduce:
Install handlers

Actual Results:  
They are installed in the bin dir

Expected Results:  
They should be installed in the libexec dir</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1163363</commentid>
    <comment_count>1</comment_count>
    <who name="Daniele E. Domenichelli">ddomenichelli</who>
    <bug_when>2011-09-16 14:24:30 +0000</bug_when>
    <thetext>Git commit fdb873d78bf83b5e5df7c93c4c02328514a5e0dd by Daniele E. Domenichelli.
Committed on 16/09/2011 at 16:02.
Pushed by ddomenichelli into branch &apos;master&apos;.

Install chat-ui and adiumxtra-protocol-handler in libexec.

BUG: 282142
BUG: 278389

M  +3    -2    adiumxtra-protocol-handler/CMakeLists.txt
R  +1    -1    adiumxtra-protocol-handler/adiumxtra.protocol.in [from: adiumxtra-protocol-handler/adiumxtra.protocol - 074% similarity]
M  +1    -1    app/CMakeLists.txt
M  +1    -1    app/org.freedesktop.Telepathy.Client.KDE.TextUi.service.in

http://commits.kde.org/telepathy-chat-handler/fdb873d78bf83b5e5df7c93c4c02328514a5e0dd</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>