LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   XFCE- application for digital camera management (https://www.linuxquestions.org/questions/slackware-14/xfce-application-for-digital-camera-management-4175505270/)

san2ban 05-16-2014 10:29 PM

XFCE- application for digital camera management
 
Dear Slackers
On XFCE, I do not find an application for digital camera. When I was using KDE, there was the digikam
How do I import photos from my camera? Thunar does not even show my camera, as USB device plugged-in.
But, When I plug the camera, on the right hand corner, a message, 'camera detected' is displayed, but not shown by Thunar / file system.
Pl. suggest what I should install for camera management

kikinovak 05-17-2014 12:13 AM

gThumb is probably what you're looking for.

http://slackbuilds.org/repository/14.1/graphics/gthumb/

ondoho 05-17-2014 04:03 AM

i have had good experience with gtkam. less dependencies than gthumb, more straightforward (importing images only).

tronayne 05-17-2014 08:28 AM

In addition to the above, if you just want to copy images files (and perhaps delete one or more) you can pop the memory card out of the camera and plug it into a compatible slot on your computer -- most boxes nowadays, particularly laptops but most desktops too, come with one or more slots for a camera-type memory card.

Xfce sees the card (at least on my laptop and desktop), mounts it and there go.

san2ban 05-17-2014 11:55 PM

Installed gtkam from below location
http://pkgs.org/Slackware 14.1 » Johannes Schöpfer x86_64 » gtkam-0.1.17-x86_64-1jsc.txz
This is shown under "Graphics". When I try to open the application, nothing happens. Any dependencies to be installed?

ondoho 05-18-2014 05:57 AM

Quote:

Originally Posted by san2ban (Post 5172912)
Installed gtkam from below location
http://pkgs.org/Slackware 14.1 » Johannes Schöpfer x86_64 » gtkam-0.1.17-x86_64-1jsc.txz
This is shown under "Graphics". When I try to open the application, nothing happens. Any dependencies to be installed?

open the application in a terminal and post the output.

jtsn 05-18-2014 06:20 AM

Quote:

Originally Posted by san2ban (Post 5172467)
Dear Slackers
On XFCE, I do not find an application for digital camera. When I was using KDE, there was the digikam

You can use digikam with Xfce, too. Xfce is just a desktop environment and not an application suite.

EdGr 05-18-2014 08:30 AM

Create a directory and run gphoto2.

gphoto2 -P

will download all the images from your camera.
Ed

san2ban 05-18-2014 10:27 AM

Dear Ondho
Below is the output

Code:

bash-4.2# gtkam
gtkam: error while loading shared libraries: libexif-gtk.so.5: cannot open shared object file: No such file or directory
bash-4.2#

Jtsn
since digikam is a KDE application, I will have to install many dependencies. Trying to avoid bloatware

EdGr
Your suggestion works beautifully. Thanks.

I would be happy, if gtkam opens up

TracyTiger 05-18-2014 10:54 AM

libexif-gtk
 
Quote:

Originally Posted by san2ban (Post 5173076)
I would be happy, if gtkam opens up

Both your error message and slackbuilds.org suggest that you should install (the correct version of) libexif-gtk (before building gtkam) to get gtkam to run.

san2ban 05-18-2014 12:18 PM

Tracytiger
Code:

bash-4.2# upgradepkg --install-new libexif-gtk-0.3.5-x86_64-2_fs.tgz

+==============================================================================
| Installing new package ./libexif-gtk-0.3.5-x86_64-2_fs.tgz
+==============================================================================

Verifying package libexif-gtk-0.3.5-x86_64-2_fs.tgz.
Unable to install ./libexif-gtk-0.3.5-x86_64-2_fs.tgz:  tar archive is corrupt (tar returned error code 2)

bash-4.2# upgradepkg --install-new libexif-gtk-0.3.5-x86_64-2_fs.tgz

+==============================================================================
| Installing new package ./libexif-gtk-0.3.5-x86_64-2_fs.tgz
+==============================================================================

Verifying package libexif-gtk-0.3.5-x86_64-2_fs.tgz.
Unable to install ./libexif-gtk-0.3.5-x86_64-2_fs.tgz:  tar archive is corrupt (tar returned error code 2)

bash-4.2#

appears that this package is corrupt in the repos

hitest 05-18-2014 01:47 PM

Quote:

Originally Posted by tronayne (Post 5172604)
Xfce sees the card (at least on my laptop and desktop), mounts it and there go.

Yep. The same thing works for me on my XFCE desktops and laptops.
To the OP go to Application menu--->Settings--->Settings Manager---->Removable Drives and Media. Check the boxes that say Mount removable drives when hot plugged and Mount removable media when inserted. You should then be able to view your pictures and work with them.

Check /etc/group is your regular user a member of plugdev?

enorbet 05-18-2014 03:56 PM

Quote:

Originally Posted by san2ban (Post 5173076)
since digikam is a KDE application, I will have to install many dependencies. Trying to avoid bloatware

I realize people throw the word bloat around to describe many different things but technically if you use it, it isn't bloat provided it is well-written code. The dependencies are static. They take up no resources other than hard drive space, and incidentally and apart from Digikam, you can solve a lot of Xfce shortcomings by switching to KWin and still have a small footprint. Certainly use what you prefer but there's no need to jump at shadows.

JWJones 05-22-2014 10:15 PM

Quote:

Originally Posted by hitest (Post 5173178)
To the OP go to Application menu--->Settings--->Settings Manager---->Removable Drives and Media. Check the boxes that say Mount removable drives when hot plugged and Mount removable media when inserted. You should then be able to view your pictures and work with them.

This, and/or install digikam+dependencies. It will run fine in Xfce.

EDIT: Perhaps this?

willysr 05-22-2014 11:06 PM

Quote:

Originally Posted by san2ban (Post 5173145)
Tracytiger
Code:

bash-4.2# upgradepkg --install-new libexif-gtk-0.3.5-x86_64-2_fs.tgz

+==============================================================================
| Installing new package ./libexif-gtk-0.3.5-x86_64-2_fs.tgz
+==============================================================================

Verifying package libexif-gtk-0.3.5-x86_64-2_fs.tgz.
Unable to install ./libexif-gtk-0.3.5-x86_64-2_fs.tgz:  tar archive is corrupt (tar returned error code 2)

bash-4.2# upgradepkg --install-new libexif-gtk-0.3.5-x86_64-2_fs.tgz

+==============================================================================
| Installing new package ./libexif-gtk-0.3.5-x86_64-2_fs.tgz
+==============================================================================

Verifying package libexif-gtk-0.3.5-x86_64-2_fs.tgz.
Unable to install ./libexif-gtk-0.3.5-x86_64-2_fs.tgz:  tar archive is corrupt (tar returned error code 2)

bash-4.2#

appears that this package is corrupt in the repos

where did you get this package?


All times are GMT -5. The time now is 09:39 AM.