-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Hello! Admittedly, not a native Linux user, but trying to get Slacky to work on a Linux VM on an M1 mac.
After installing ruby and the fpm gem, I was able to build and package the Slacky app into the rpm. I tried installing that using the Ubuntu software installer but that did not work, so I used alien to create a .deb file and was able to install from that, but clicking the installed app does not do anything. Are there logs somewhere that I should be looking for to determine what the cause might be?
Incidentally though, I can run the Slacky executable from dist/packages/linux-arm64-unpacked and that seems to work for the most part (haven't done too much more than casual usage at this point, but seems solid enough so far).
Any pointers or ideas? Thanks!