Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix wrong path in desktop file #2223

Merged
merged 2 commits into from
Mar 6, 2024
Merged

Conversation

detiam
Copy link
Contributor

@detiam detiam commented Mar 6, 2024

Description

#1817 (comment)

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Dependency update (updates to dependencies)
  • Documentation update (changes to documentation)
  • Repository update (changes to repository files, e.g. .github/...)

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added or updated the in code docstring/documentation-blocks for new or existing methods/components

Branch Updates

LizardByte requires that branches be up-to-date before merging. This means that after any PR is merged, this branch
must be updated before it can be merged. You must also
Allow edits from maintainers.

  • I want maintainers to keep my branch updated

Copy link
Member

@ReenigneArcher ReenigneArcher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

cmake/prep/special_package_configuration.cmake Outdated Show resolved Hide resolved
@tgurr
Copy link
Contributor

tgurr commented Mar 6, 2024

Appears to work fine here with that patch/PR applied to 0.22.0 as well, thanks @detiam.

Copy link
Member

@ReenigneArcher ReenigneArcher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be replaced in other places as well?

image

@tgurr
Copy link
Contributor

tgurr commented Mar 6, 2024

Should this be replaced in other places as well?

https://cmake.org/cmake/help/latest/module/GNUInstallDirs.html#result-variables
Afaik not necessarily, things should work fine for the install() command figuring out the paths as detaild in the CMake documentation. It appears just to be a problem for the configure_file() where this doesn't work as @detiam found out. (I didn't check other projects how and if they generate their desktop files, maybe there's also a saner way in general.)

detiam and others added 2 commits March 6, 2024 09:45
Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
@ReenigneArcher ReenigneArcher merged commit c86a4e1 into LizardByte:nightly Mar 6, 2024
48 checks passed
KuleRucket pushed a commit to KuleRucket/Sunshine that referenced this pull request Jun 6, 2024
Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants