Alexey Varfolomeev

Results 239 comments of Alexey Varfolomeev

> WARNING: Gettext not found, all translation targets will be ignored. I think it's not critical You can check path to joplin, maybe it's have another path on opensuse https://github.com/bilelmoussaoui/Hardcode-Tray/blob/master/data/database/joplin.json...

i'm analyzed this package https://download.copr.fedorainfracloud.org/results/taw/joplin/opensuse-leap-15.3-x86_64/02890193-joplin/joplin-2.4.12-1.rp.suse.lp153.taw.x86_64.rpm and understood why this not worked for you. Very strange, but maintainers pack appimage-version to RPM... it's unusual

@MetaStazz As solution you can install flatpak-version Joplin, it's supported on hardcode-tray: ``` "icons_path": [ "/usr/share/joplin/resources/build/icons/", "/usr/share/joplin/desktop/resources/build/icons/", "/usr/share/joplin-desktop/resources/build/icons/", "/var/lib/flatpak/app/net.cozic.joplin_desktop/current/active/files/joplin-desktop/resources/build/icons/" ```

It's worked for you? Yes, flatpak version installed here: `/var/lib/flatpak/app/net.cozic.joplin_desktop`

/usr/share location for DEB or AUR packages

it's very strange. Flatpak Jopplin fixed fine for me: ![image](https://user-images.githubusercontent.com/8083855/138054891-8323c7a6-3cd3-4a8b-9f66-24225bae4fa7.png) please upload last log from `/tmp/Hardcode-Tray/`

`Failed CairoSVG` You install it? ImageMagick can be a not good worked...

librsvg-2-2 not have binary `/usr/bin/rsvg-convert`, it's only library. try set conversion option: `sudo -E hardcode-tray --conversion-tool CairoSVG`

I don't know why hardcode-tray not seen CairoSVG another way install SVGExport from npm: `sudo npm install svgexport -g`

I think need update npm. `sudo npm install npm -g`