Fixed thumbnailing issue...

This commit is contained in:
2017-02-18 01:47:34 -06:00
parent 3a2e2b1cdd
commit 43bbfcc70d
11 changed files with 76 additions and 36 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/bash
function main() {
notify-send -u critical "You need to install ffmpegthumbnailer to have FXWinWrap work properly..."
xterm -e sudo apt install ffmpegthumbnailer
}
main;

View File

@@ -0,0 +1,8 @@
#!/bin/bash
function main() {
notify-send -u critical "You need to install ffmpegthumbnailer to have FXWinWrap work properly..."
xterm -e sudo apt install ffmpegthumbnailer
}
main;