by Denyer (Posted Mon Dec 26, 2016 6:09 pm)
Using 0.83 on Xubuntu, if relevant, and there's no menu listing open files, Close item on the File menu or Close option to add to the toolbar? It'd be good to have that functionality because the tab bar takes up additional space. What I've done instead for now is bind a script to a Command toolbar item to send the close keyboard shortcut:
#!/bin/bash
xdotool key ctrl+w
Also had to find a repository with the old gstreamer0.10-ffmpeg to successfully install XnViewMP in the first place, which some people might not know how to do.
Working nicely now set up, thanks!
Read Main Topic
Using 0.83 on Xubuntu, if relevant, and there's no menu listing open files, Close item on the File menu or Close option to add to the toolbar? It'd be good to have that functionality because the tab bar takes up additional space. What I've done instead for now is bind a script to a Command toolbar item to send the close keyboard shortcut:
#!/bin/bash
xdotool key ctrl+w
Also had to find a repository with the old gstreamer0.10-ffmpeg to successfully install XnViewMP in the first place, which some people might not know how to do.
Working nicely now set up, thanks!
Read Main Topic