-
Notifications
You must be signed in to change notification settings - Fork 8
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
Files don't show up in KDE Neon #29
Comments
just downloaded, I tried to start the application and the graphical interface works but when I try to add the file for compression the explorer window is completely empty. |
I have the same problem in FerenOS based on Ubuntu 20.04 with KDE. It is impossible to open any file. Even writing the name does not work. I coded a shell script named "pdf-compress.sh" where I can drag and drop the files I want to compress. The output files are saved at the same path the original ones are, but at the end of the name "_compressed" is appended. Just drag and drop and press ENTER: #!/bin/bash IFS="'" read -ra files <<< "$file_list" for ((i=0; i<${#files[@]}; i++)); do path=$(dirname "$file") LC_ALL=C.UTF-8 ghostscript -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -dNOPAUSE -dQUIET -dBATCH -sOutputFile="$output" "$file" |
When I tried to find the files by pressing the button, nothing showed up in any of of my folders. I even tried dragging and dropping but that also didn't worked. At the end, I typed the named of the file and hit entered and then it worked.
Distro: KDE Neon latest version
The text was updated successfully, but these errors were encountered: