Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • K KMoreTools
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • LibrariesLibraries
  • KMoreTools
  • Merge requests
  • !5

Search in kf6/kmoretools where .desktop files are installed now

  • Review changes

  • Download
  • Patches
  • Plain diff
Open Jakob Petsovits requested to merge jpetso/kmoretools:work/jpetso/kf6_dir into master May 12, 2023
  • Overview 0
  • Commits 1
  • Pipelines 2
  • Changes 2

I noticed while running a KF6 Dolphin build that KMoreTools was finding my the system /usr/share/kf5/kmoretools/presets-kmoretools/fsearch.desktop instead of the one in the local kf6-qt6 KDE prefix. The latter has a path within the $prefix/share directory that starts with kf6, not kf5. The CMake variables are obstructing this fact a little by calling it ${KDE_INSTALL_DATADIR_KF} which isn't quite as clear, but hopefully that variable will stick to kf6 in the path for a long time. So, it should be okay to keep it hardcoded it in the .cpp files.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: work/jpetso/kf6_dir