Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions com.slack.Slack.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@

<!-- Contents are from https://slack.com/release-notes/linux -->
<releases>
<release version="4.49.75" date="2026-03-12">
<description></description>
</release>
<release version="4.46.101" date="2025-10-01">
<description>
<p>Bug Fixes</p>
Expand Down
12 changes: 7 additions & 5 deletions com.slack.Slack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,19 +74,21 @@ modules:
- install -Dm644 slack.svg ${FLATPAK_DEST}/share/icons/hicolor/scalable/apps/${FLATPAK_ID}.svg

- desktop-file-edit --remove-key="StartupNotify" ${FLATPAK_DEST}/share/applications/${FLATPAK_ID}.desktop
- desktop-file-edit --set-key="X-GNOME-UsesNotifications" --set-value="true" ${FLATPAK_DEST}/share/applications/${FLATPAK_ID}.desktop
- desktop-file-edit --set-key="X-GNOME-UsesNotifications" --set-value="true"
${FLATPAK_DEST}/share/applications/${FLATPAK_ID}.desktop

# Edit desktop file to remap to our ${FLATPAK_ID}.
- desktop-file-edit --set-icon="${FLATPAK_ID}" ${FLATPAK_DEST}/share/applications/${FLATPAK_ID}.desktop
- desktop-file-edit --set-key="Exec" --set-value="${FLATPAK_ID} %U" ${FLATPAK_DEST}/share/applications/${FLATPAK_ID}.desktop
- desktop-file-edit --set-key="X-Flatpak-RenamedFrom" --set-value="slack.desktop" ${FLATPAK_DEST}/share/applications/${FLATPAK_ID}.desktop
- desktop-file-edit --set-key="X-Flatpak-RenamedFrom" --set-value="slack.desktop"
${FLATPAK_DEST}/share/applications/${FLATPAK_ID}.desktop
sources:
- type: extra-data
filename: slack.snap
only-arches: [x86_64]
url: https://api.snapcraft.io/api/v1/snaps/download/JUJH91Ved74jd4ZgJCpzMBtYbPOzTlsD_218.snap
sha256: c4331407d83bd2c6259334bb592272e2c0730bfd794e17e1566b7c09989fa442
size: 135163904
url: https://api.snapcraft.io/api/v1/snaps/download/JUJH91Ved74jd4ZgJCpzMBtYbPOzTlsD_239.snap
sha256: d401445895335d3e8483ac5ae941fc55c252fccc0edc1aff20d99a399b061997
size: 137859072
x-checker-data:
type: snapcraft
name: slack
Expand Down