Fixed thumbnailing issue...
This commit is contained in:
Binary file not shown.
@@ -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;
|
Binary file not shown.
Binary file not shown.
@@ -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;
|
Binary file not shown.
Reference in New Issue
Block a user