Ticket #784 (closed defect: fixed)

Opened 3 years ago

Last modified 11 months ago

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

Changed 3 years ago by emostar

Logged In: YES user_id=21415

This remains in 1.3.2RC3, but I will look into fixing it before 1.3.2 final.

Changed 2 years ago by erijo

  • owner changed from emostar to erijo
  • status changed from assigned to new
  • description modified (diff)
  • milestone set to 1.3.4

Changed 2 years ago by erijo

  • status changed from new to assigned

Changed 2 years ago by erijo

  • status changed from assigned to closed
  • resolution changed from None to fixed

Fixed in [4469].

Changed 11 months ago by anonymous

  • milestone 1.3.4 deleted

Milestone 1.3.4 deleted

Changed 11 months ago by erijo

  • milestone set to 1.3.4
Note: See TracTickets for help on using tickets.