LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-14-2021, 05:45 PM   #1
alex4buba
Member
 
Registered: Jul 2020
Posts: 620

Rep: Reputation: Disabled
Image Preview in Dolphin


Is there an app for linux (KDE, Plasma) that has this feature, or maybe Dolphin can be configured? How?

Please see attached image to what I am after

Thanks
Alex
Attached Thumbnails
Click image for larger version

Name:	imagepreview.jpg
Views:	329
Size:	97.4 KB
ID:	36110  
 
Old 04-14-2021, 07:09 PM   #2
klwilcoxon
LQ Newbie
 
Registered: Aug 2014
Posts: 20

Rep: Reputation: Disabled
Dolphin quit on me a while back, so I started using "Files". It shows thumbnails and you can choose which program to open them with (GIMP, Inscape, etc.). Only problem, you have to manually switch back to your default viewer.
 
Old 04-14-2021, 07:27 PM   #3
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,321
Blog Entries: 28

Rep: Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141
Dolphin can be set to toggle thumbnails at View-->Show Preview, but I could not find a feature such as the one you are looking for.
 
Old 04-14-2021, 07:31 PM   #4
alex4buba
Member
 
Registered: Jul 2020
Posts: 620

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by frankbell View Post
Dolphin can be set to toggle thumbnails at View-->Show Preview, but I could not find a feature such as the one you are looking for.
Neither could I.
Maybe you know of another file manager that has this feature?

Cheers
Alex
 
Old 04-14-2021, 08:08 PM   #5
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,321
Blog Entries: 28

Rep: Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141
I fear I don't, but I usually preview pictures in Gwenview.
 
Old 04-14-2021, 08:37 PM   #6
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,095

Rep: Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272
Quote:
Originally Posted by alex4buba View Post
Is there an app for linux (KDE, Plasma) that has this feature......
Yes, you can do that with XnView MP, which besides being an image viewer with ediing ability, is also a file manager. You can put the "preview" image on the side or at the bottom.
XnView MP
https://en.wikipedia.org/wiki/XnView
https://www.xnview.com/en/
 
Old 04-14-2021, 09:49 PM   #7
alex4buba
Member
 
Registered: Jul 2020
Posts: 620

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by cwizardone View Post
Yes, you can do that with XnView MP, which besides being an image viewer with ediing ability, is also a file manager. You can put the "preview" image on the side or at the bottom.
XnView MP
https://en.wikipedia.org/wiki/XnView
https://www.xnview.com/en/
The point of the sentence is "is also a file manager..." I am a retired software programmer, I know from 50+ years of experience a simple fact - when designing a software package for a specific job, trying to twist it after that to "also" do something else is not producing a good result.

A Graphics / image handling can and will never provide the top functionality available in a good file manager...

Thanks again for your feedback
Alex
 
Old 04-15-2021, 02:05 AM   #8
shruggy
Senior Member
 
Registered: Mar 2020
Posts: 3,670

Rep: Reputation: Disabled
I don't use Dolphin, but what does pressing F11 (Information panel) show? Judging by the name, it may be what you're looking for.

Last edited by shruggy; 04-15-2021 at 02:27 AM.
 
Old 04-15-2021, 03:25 AM   #9
alex4buba
Member
 
Registered: Jul 2020
Posts: 620

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by shruggy View Post
I don't use Dolphin, but what does pressing F11 (Information panel) show? Judging by the name, it may be what you're looking for.
You are right,
Exactly that

Thanks again
Alex
 
Old 04-15-2021, 09:42 AM   #10
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,095

Rep: Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272
Quote:
Originally Posted by alex4buba View Post
A Graphics / image handling can and will never provide the top functionality available in a good file manager...
You might consider taking it for a "test drive" before writing it off. It does everything i need from a file manager. It is just a matter of tweaking it until it fits your needs.
 
Old 04-16-2021, 04:29 AM   #11
shruggy
Senior Member
 
Registered: Mar 2020
Posts: 3,670

Rep: Reputation: Disabled
Quote:
Originally Posted by cwizardone View Post
XnView MP
Code:
$./XnView
./XnView: /lib64/libQt5Network.so.5: version `Qt_5_PRIVATE_API' not found (required by ./XnView)
./XnView: /lib64/libQt5Core.so.5: version `Qt_5.15' not found (required by ./XnView)
$ LD_LIBRARY_PATH=lib ./XnView
./XnView: error while loading shared libraries: libbz2.so.1.0: cannot open shared object file: No such file or directory
$ patchelf --replace-needed libbz2.so.1.0 libbz2.so.1 lib/libavformat.so.58
$ LD_LIBRARY_PATH=lib ./XnView
./XnView: symbol lookup error: /lib64/libk5crypto.so.3: undefined symbol: EVP_KDF_ctrl, version OPENSSL_1_1_1b
$ objdump -TC /lib64/libk5crypto.so.3|grep EVP_KDF_ctrl
0000000000000000      DF *UND*	0000000000000000  OPENSSL_1_1_1b EVP_KDF_ctrl
$ rm lib/libcrypto.*
$ LD_LIBRARY_PATH=lib ./XnView
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Aborted (core dumped)
Here I gave up: too much hassle. Ok, it started after one additional step:
Code:
sed -i '/^Plugins/s|/plugins||' qt.conf

Last edited by shruggy; 04-16-2021 at 05:05 AM.
 
Old 04-16-2021, 05:25 AM   #12
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,095

Rep: Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272
Never had a problem when using the .SBo script. Currently I'm using the most recent version, 0.98.2, 64bits (Feb 19 2021).

http://www.slackbuilds.org/repositor...hics/XnViewMP/

Last edited by cwizardone; 04-16-2021 at 05:29 AM.
 
Old 04-16-2021, 05:46 AM   #13
shruggy
Senior Member
 
Registered: Mar 2020
Posts: 3,670

Rep: Reputation: Disabled
I was trying it on CentOS 8.

Ah, now I see. I should have started it via the shell script, xnview.sh. I was hoping to ditch the lib/ directory and use system libraries instead, thus started to muck about with the binary. Unfortunately, CentOS 8 uses Qt 5.12 while XnView requires Qt 5.15 since version 0.97.0.

Last edited by shruggy; 04-16-2021 at 06:32 AM.
 
  


Reply

Tags
dolphin, image, preview



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[KDE/Dolphin] Issues with Dolphin and io-slave. WisdomFire Manjaro 3 08-28-2020 05:30 PM
Question about Dolphin video file preview fix? M$ISBS Slackware 1 10-12-2011 02:15 AM
Disabling KDE Dolphin Preview and kio_thumbnail qweasd Slackware 1 10-03-2010 08:43 PM
preview of remote files with dolphin igadoter Linux - Desktop 3 08-16-2010 04:31 PM
LXer: KDESC 4.3+: Video, Music, Image and Document Preview in Dolphin LXer Syndicated Linux News 0 04-25-2010 11:10 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:23 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration