Gwenview and some others from the Discovery software repositories don't have a random [Ctl] + M (random displaying of images in a folder like a random card deck or flash cards), XVIEWER HOWEVER DOES. xview for the Kubuntu 24.04 + repositories are obsolete but this worked:
https://github.com/linuxmint/xviewer
But it requries entering xviewer in the terminal to run it as it's not in the "open with" right click context menu for opening images, nor is the shortcut in the panel.
How do you make shortcut for it? And context menu (right click) option for it?
https://github.com/linuxmint/xviewer
Code:
# install build tools if necessary sudo apt install build-essential devscripts equivs git meson # clone this git repository, switch into cloned directory git clone https://github.com/linuxmint/xviewer.git && cd xviewer # generate build-dependency package and install it mk-build-deps -s sudo -i # build .deb packages debuild --no-sign # install packages sudo debi
How do you make shortcut for it? And context menu (right click) option for it?
Comment