-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
[Backport release-24.05] davinci-resolve: fix desktop item, fix mainProgram for studio variant #342620
Conversation
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/davinci-resolve-does-not-show-up-in-applications-of-the-de/52298/2 |
(cherry picked from commit 5ff3569)
b83cebf
to
fc7774c
Compare
Force pushed last commit (checkout && |
(FYI: IME it usually just takes a moment longer to trigger but it does eventually happen.) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Built studio and verified the desktop file exists in the output.
|
Yea looks good to me $ cat ./result/share/applications/davinci-resolve-studio.desktop
[Desktop Entry]
Categories=AudioVideo;AudioVideoEditing;Video;Graphics
Comment=Professional video editing, color, effects and audio post-processing
Exec=davinci-resolve-studio
GenericName=Video Editor
Icon=davinci-resolve-studio
Name=Davinci Resolve Studio
Type=Application
Version=1.4
$ find ./result/share/icons
./result/share/icons
./result/share/icons/hicolor
./result/share/icons/hicolor/128x128
./result/share/icons/hicolor/128x128/apps
./result/share/icons/hicolor/128x128/apps/davinci-resolve-studio.png |
Thanks! (I would have tested myself, but don't have easy access to an x86_64-linux machine at this moment.) Waiting on OfBorg, then landing. |
Bot-based backport to
release-24.05
, triggered by a label in #278164.