来自终端的 Eog 随机幻灯片

sou*_*iot 1 command-line eog slideshow

让 Gnome 图形查看器 (EOG) 之眼从终端以随机幻灯片形式打开一个充满图像的文件夹的最佳方法是什么?

par*_*hon 9

sudo apt-get install eog-plugins -y
Run Code Online (Sandbox Code Playgroud)

然后启动gnome的眼睛,(终端与否,暂时无关紧要),单击
edit / preferences / plugins
向下滚动并选中“幻灯片随机播放”框。关闭程序。

然后,通过终端,您可以:

eog /path/to/pictures -s
Run Code Online (Sandbox Code Playgroud)

“-s”开关触发幻灯片,而 eog 会记住 shuffle 插件。