Ticket #784 (closed defect: fixed)
use kde-config rather than KDEDIR
| Reported by: | petere78 | Owned by: | erijo |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.3.4 |
| Component: | build | Version: | 1.3.0 |
| Keywords: | Cc: |
Description (last modified by erijo) (diff)
The code in plugins/qt-gui/share/Makefile.am target install-data-local refers to a variable KDEDIR when deciding about where and whether to install the .desktop file for the menu. Since the makefiles don't define this variable, I assume this is supposed to be an environment variable. My environment does not define this, so I don't get any menu entry.
Moreover, it doesn't seem wise to make the build process depend on whether an environment variable is set.
I suggest that you use the program kde-config to determine the installation path. Offhand, it seems that
kde-config --expandvars --install xdgdata-apps
should give you the appropriate installation path.
Change History
Note: See
TracTickets for help on using
tickets.
