can you add the possibility to change the shortcut for Quit in some future version?
Thank you
Search found 8 matches
- Fri Jan 07, 2022 12:31 pm
- Forum: MP - General Support
- Topic: change shortcut for Quit
- Replies: 2
- Views: 3874
- Thu Dec 30, 2021 2:44 pm
- Forum: MP - General Support
- Topic: change shortcut for Quit
- Replies: 2
- Views: 3874
change shortcut for Quit
Is there a way to change shortcut for Quit
from Ctrl+Q to just Q
?
from Ctrl+Q to just Q
?
- Fri Nov 15, 2019 11:51 am
- Forum: MP - General Support
- Topic: Double click to open video in associated program
- Replies: 9
- Views: 1291
Re: Double click to open video in associated program
cd /usr/bin
cat xnview
#!/bin/sh
export LD_LIBRARY_PATH=/opt/XnView/lib
export QT_PLUGIN_PATH=/opt/XnView/lib
if [ $# -lt 1 ]; then
/opt/XnView/XnView
else
/opt/XnView/XnView "$@"
fi
/opt/XnView/XnView
/opt/XnView/XnView: symbol lookup error: /opt/XnView/XnView: undefined symbol: _ZNSt20bad ...
cat xnview
#!/bin/sh
export LD_LIBRARY_PATH=/opt/XnView/lib
export QT_PLUGIN_PATH=/opt/XnView/lib
if [ $# -lt 1 ]; then
/opt/XnView/XnView
else
/opt/XnView/XnView "$@"
fi
/opt/XnView/XnView
/opt/XnView/XnView: symbol lookup error: /opt/XnView/XnView: undefined symbol: _ZNSt20bad ...
- Fri Nov 15, 2019 11:30 am
- Forum: MP - General Support
- Topic: Double click to open video in associated program
- Replies: 9
- Views: 1291
Re: Double click to open video in associated program
you mean by running directly xnview binary instead of the xnview.sh script?
- Thu Nov 14, 2019 8:10 am
- Forum: MP - General Support
- Topic: Double click to open video in associated program
- Replies: 9
- Views: 1291
Re: Double click to open video in associated program
xnview require a specific qt version?
Also I'm thinking code path inside xnview is almost the same in case of
opening a video with 'double click' and with 'alt+1'.
Alt+1 works
double click not
Also I'm thinking code path inside xnview is almost the same in case of
opening a video with 'double click' and with 'alt+1'.
Alt+1 works
double click not
- Wed Nov 13, 2019 2:24 pm
- Forum: MP - General Support
- Topic: Double click to open video in associated program
- Replies: 9
- Views: 1291
Re: Double click to open video in associated program
I have this
Settings - Browser - File list - Custom filer :
Video open with "Associated program"
show in preview "unchecked"
Settings - Browser - File list - Custom filer :
Video open with "Associated program"
show in preview "unchecked"
- Wed Nov 13, 2019 4:41 am
- Forum: MP - General Support
- Topic: Double click to open video in associated program
- Replies: 9
- Views: 1291
Re: Double click to open video in associated program
if I start xnview from console, when I double clicl a video the console shows these errors:
## onItemPressed
kde-open5: /opt/XnView/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by kde-open5)
kde-open5: /opt/XnView/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by /lib/x86 ...
## onItemPressed
kde-open5: /opt/XnView/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by kde-open5)
kde-open5: /opt/XnView/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by /lib/x86 ...
- Tue Nov 12, 2019 12:18 pm
- Forum: MP - General Support
- Topic: Double click to open video in associated program
- Replies: 9
- Views: 1291
Double click to open video in associated program
I configured mpv as an "Associated program".
If I select a video and press Alt+1, the video opens in mpv.
If I choose F3 nothing happens.
If I double click the video nothing happens.
Is there a way to open the video with the associated program by double click / enter ?
I have:
Settings ...
If I select a video and press Alt+1, the video opens in mpv.
If I choose F3 nothing happens.
If I double click the video nothing happens.
Is there a way to open the video with the associated program by double click / enter ?
I have:
Settings ...