Sailcord thread

This is a support thread for my new application Sailcord. It is an unofficial Discord client for SailfishOS. Keep in mind it is in beta, and Discord itself is not open-source or privacy-friendly.

Download on OpenRepos. View sources on GitHub.

13 Likes


Nothing provides … required by

10 III, 4.6.0.15

Can you try installing the app manually using RPM from here? Might be a Storeman issue

2 Likes

I ignored depends using zypper and it seems to work fine

2 Likes

The question is, why is there a dep on an X11 library?

1 Like

I have no idea at the moment. I will check my spec file for any issues with that, though i need to say that no error popped up on my Jolla C in Storeman.

EDIT
I checked the dependencies for armv7hl and aarch64 RPM files and only aarch64 one includes libXau. I will try to find what is the actual dependency which needs libXau.

EDIT 2
Found the problem, and it was with packaging Pillow. I think I will make it a dependency outside my virtual environment and use it with Requires: python3dist(pillow) in SPEC file.

EDIT 3
Instead of using Pillow as a normal dependency, I used a line from harbour FAQ and now this issue is fixed.

4 Likes

Since the last reply there were a couple of new app updates. Here are the highlights of them:

  • Attachments display, download and share support. Only pictures can be displayed for now, but all of them can be downloaded and shared
  • Replies and forwarded messages are shown now
  • Proxy support
  • About user page

There were of course many other small improvements and bugfixes. If you want a full list of them, check out GitHub releases or OpenRepos changelog

4 Likes