Skip to content

Commit

Permalink
Linux: rename .desktop file to match DBus name
Browse files Browse the repository at this point in the history
Fixes #785
  • Loading branch information
maxnet committed Jan 20, 2024
1 parent 8c9de2d commit 06abbad
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
rpi-imager (1.8.5) unstable; urgency=medium

* Retry downloads on HTTP2 errors.
* Rename .desktop file to match DBus name, as some GNOME
desktop environments expect it that way.
* Disable Link Time Optimization as precaution against hard to
trace bugs.

-- Floris Bos <bos@je-eigen-domein.nl> Sat, 20 Jan 2024 16:36:11 +0100

rpi-imager (1.8.4) unstable; urgency=medium

* OS customisation: Fixed #531, which caused password entry
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ else()

install(TARGETS rpi-imager DESTINATION bin)
install(FILES icons/rpi-imager.png DESTINATION share/icons/hicolor/128x128/apps)
install(FILES linux/rpi-imager.desktop DESTINATION share/applications)
install(FILES linux/org.raspberrypi.rpi-imager.desktop DESTINATION share/applications)
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/rpi-imager.metainfo.xml" DESTINATION share/metainfo)
endif()

Expand Down
File renamed without changes.

0 comments on commit 06abbad

Please sign in to comment.