Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Cider

Prepare for a fresh, reimagined experience with Cider – your favorite Apple Music client! · By Cider Collective

cider 2.6 flatpak

A topic by swnw created Jan 15, 2025 Views: 627 Replies: 2
Viewing posts 1 to 3
(+2)

Ubuntu 24.10 Hi, I have purchased version. Cider 2.6 debian version can't connect with apple. Flatpak version works fine  but lost the characteristic icon and has a cogwheel insteadI would like to get the cider icon back but I don't know how. Any ideas?

The deb version connects in my case but it doesn't' appear when searching for apps, nor i can dock it to the taskbar so i have to launch it always from command line, and like swnw I have no icon

(3 edits)

I got the exact same issue of the missing icon on Pop!_OS 22.04 LTS when installing version 2.6.1

When installing cider-linux-x64.flatpak with the command:

flatpak --user install cider-linux-x64.flatpak

I got this warning which is likely related to the issue:

Warning: Not exporting file sh.cider.genten.png of unsupported type.

I managed to find a workaround for getting the icon working, however your millage may vary.

Missing Icon Fix

In the terminal:

mkdir -p ~/.local/share/flatpak/app/sh.cider.genten/current/active/export/share/icons/hicolor/256x256/apps
cd ~/.local/share/flatpak/app/sh.cider.genten/current/active/export/share/icons/hicolor/256x256/apps
cp ~/.local/share/flatpak/app/sh.cider.genten/current/active/files/lib/sh.cider.genten/resources/public/icon.png ./sh.cider.genten.png
mkdir -p ~/.local/share/flatpak/exports/share/icons/hicolor/256x256/apps
cd ~/.local/share/flatpak/exports/share/icons/hicolor/256x256/apps
ln -s ../../../../../../app/sh.cider.genten/current/active/export/share/icons/hicolor/256x256/apps/sh.cider.genten.png ./sh.cider.genten.png

Then:

update-desktop-database

If the icon is still not showing up try rebooting.