Can't open directory
Version
1.7.0-stable3
Where did you get Sayonara from?
Self compiled by executing the following commands:
git clone git@gitlab.com:luciocarreras/sayonara-player.git
cd sayonara-player
mkdir build
cd build
cmake ..
make -j`nproc`
sudo make install
Desktop environment
AwesomeWM
What's not working
When I go to File
=> Open Directory
=> [select my directory like /home/tornax/music
] nothing happens.
What do you expect?
To see a list of the files in the directory.
How to reproduce?
- Open up
sayonara
- Go to
Files
- Click on
Open directory
- Select a directory
- Click on
Choose
Did this ever work? If yes, which version was the last version without the issue?
Yes it used work. It works with 1.7.0-stable 1. I couldn't test it on the 1.7.0-stable 2 due to 2 make-errors when I'm trying to build it.