-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Hard coded path for the Joplin icon #1611
Comments
Here's the comment from the other ticket as a reference:
|
Unfortunately I'm not familiar with the build process of the AppImage on Linux. Maybe @laurent22 has an idea. |
I started looking at where an appropriate location to store the icon would be. This gnome article says |
I was going to say and explain it. The name |
joplin/Joplin_install_and_update.sh Line 59 in 159dc44
to: mkdir -p ~/.local/share/icons/hicolor/48x48/apps
wget -nv -O ~/.local/share/icons/hicolor/48x48/apps/joplin.png https://joplinapp.org/images/Icon512.png
joplin/Joplin_install_and_update.sh Line 86 in 159dc44
to: echo -e "[Desktop Entry]\nEncoding=UTF-8\nName=Joplin\nComment=Joplin for Desktop\nExec=/home/$USER/.joplin/Joplin.AppImage\nIcon=joplin\nStartupWMClass=Joplin\nType=Application\nCategories=Application;\n$APPIMAGE_VERSION" >> ~/.local/share/applications/appimagekit-joplin.desktop |
Looks good! Why don't you make a pull request? That way you get credit for the work you've put in!
|
@CalebJohn, done. |
Hi, I'm on Arch and I use Joplin for taking notes. I noticed that with icon themes the icon for Joplin doesn't change like the rest of them. I posed this issue on another repo, the creator of the icons a currently use here: gusbemacbe/suru-plus-aspromauros#9
He did some digging around and pointed it out that the path to the icon itself is hardcoded and that any changes done to that get reverted (check his explaination in the link above)
I thought I should raise this issue and see what you guys have to say.
Also, thanks for this program, and all the hard work.
See image for a visual representation.
The text was updated successfully, but these errors were encountered: