LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 12-22-2011, 09:15 AM   #1
Bourbon
Member
 
Registered: Dec 2011
Location: Gaborone Botswana
Distribution: Linux-Mint 18.3 amd64 Cinnamon
Posts: 108

Rep: Reputation: Disabled
Question How to import photos from camera to Slackware ?


Hi All

This is the first post of mine and I got a bad surprise: ending to write it I have been clicking to submit and I got the warning “You are not logged in”.
Of course I was logged in...
Anyway, I am trying to write it again: as I wrote in the subject, I am looking for the right way to import photos from my camera (Fuji FinePix S4000) to the OS Slackware 13.37 32 bit KDE.
At present time, I do it plugging the camera with the USB cable and copying the photo's folder to the Slackware; unfortunately, doing that I get all files readable only, so, to work on them needing to change owner's permission from “Readable” to “Writable and readable”; it is uncomfortable needing to work with many files; so, please, I am asking if you know the right way to get photos already “Writable and readable”.
Before posting I have been searching in the Forum and found this thread:

http://www.linuxquestions.org/questi...5/#post3999039

where the User Seld suggesting the program “Rapid Photo Downloader” (wishing to say “thank you” to him, for that).
Unfortunately, that program needing lots of dependecies, is not comfortable to install it (I have been looking for the dependencies indeed, but I am unable to locate the download for .tar.gz packages); at the same time, I have been experiencing that “DigiKam” is not working on 13.37 because needing (as Amarok/ffmpeg) “libavcodec.so.52” (Slackware comes out with “libavcodec.so.53”).
Please, anyone knowing the solution ?

Best Regards

(Please, apologize me for my not fluent English language, I am Italian)
 
Old 12-22-2011, 09:45 AM   #2
TLE
Member
 
Registered: Oct 2004
Location: Sweden
Distribution: SW 14.2 x6, 1x current
Posts: 55

Rep: Reputation: 10
Hello!

I have no problem with Digikam, good program

I also installed (good to have) kipi-plugins first, then digikam

http://slackbuilds.org/repository/13.../kipi-plugins/
http://slackbuilds.org/repository/13...phics/digikam/

No problem at all in 13.37
 
Old 12-22-2011, 10:44 AM   #3
slackass
Member
 
Registered: Apr 2006
Location: SE Texas
Distribution: Slack64-15.0
Posts: 910

Rep: Reputation: 90
Running Digikam here also.

Here's my build order

kipi-plugins
lensfun
liblqr
digikam

You can use this to create a .sqf for sbopkg
http://www.sbopkg.org/

Happy Slackin'
 
Old 12-22-2011, 10:48 AM   #4
Keith Hedger
Senior Member
 
Registered: Jun 2010
Location: Wiltshire, UK
Distribution: Void, Linux From Scratch, Slackware64
Posts: 3,150

Rep: Reputation: 856Reputation: 856Reputation: 856Reputation: 856Reputation: 856Reputation: 856Reputation: 856
Why not try importing from the command line:
Code:
cp -r "/path/to/camras/pictures" "/path/to/dest/folder";chown -R $USER:$USER "/path/to/dest";chmod -R +w "/path/to/dest"
Depending on how the camra is mounted and the permissions of the dest folder you may not need one or the other of chown/chmod
 
Old 12-22-2011, 11:11 AM   #5
Bourbon
Member
 
Registered: Dec 2011
Location: Gaborone Botswana
Distribution: Linux-Mint 18.3 amd64 Cinnamon
Posts: 108

Original Poster
Rep: Reputation: Disabled
Ciao Tle, ciao Slackass, ciao Keith Hedger,

Thank you very much for your kind concern about DigiKam I was been installing it with all plugins listed by you, using the tool “Slackyd” which takes care about all needing dependencies, indeed I don't understand why it is working for you and not working for me; even I have been struggling to remove all packages completely (something was stuck inside an hidden folder in /home).
I am afraid to install Digikam again now and wishing to try Keith Hedger's suggestion.
I will let you know the result, after the experiment.

Many thanks again, Best Wishes to all of you
 
Old 12-22-2011, 01:37 PM   #6
slackass
Member
 
Registered: Apr 2006
Location: SE Texas
Distribution: Slack64-15.0
Posts: 910

Rep: Reputation: 90
“Slackyd” may be the problem.
It's best to just build your own.
http://slackbuilds.org/
 
Old 12-22-2011, 05:12 PM   #7
BroX
Member
 
Registered: Oct 2003
Location: Sweden
Distribution: Slackware64-current, SlackwareARM-15.0
Posts: 833

Rep: Reputation: 90
Gwenview (default image viewer in KDE) also imports photos. I use Digikam to import and organise my photos though.
 
Old 12-22-2011, 06:20 PM   #8
dc_eros
Member
 
Registered: Nov 2006
Distribution: Slackware
Posts: 294

Rep: Reputation: 39
I just installed DigiKam few days ago and it works smooth so far.
 
Old 12-22-2011, 07:01 PM   #9
slackass
Member
 
Registered: Apr 2006
Location: SE Texas
Distribution: Slack64-15.0
Posts: 910

Rep: Reputation: 90
I should have mentioned:
Digikam generally has to be built on the version of KDE that your running.
It's hard telling what version Slacky was using.
It's best to roll yer own, on your own system..
 
Old 12-22-2011, 08:41 PM   #10
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,311
Blog Entries: 28

Rep: Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137
I'm puzzled why the pictures should come over as read only. I think there's more here than the method used to get the pictures onto your hard drive.

I am able as user to copy pictures from my both of my Fuji FinePix cameras to my Slackware 13.37 computer directly with Konqueror or with the command line and have them come over as read-write.

Edit: I would much rather just copy the files over, then edit the ones worth keeping, than mess with some fancy bells-and-whistles photo-management software.

Last edited by frankbell; 12-22-2011 at 08:48 PM.
 
Old 12-23-2011, 10:40 AM   #11
Bourbon
Member
 
Registered: Dec 2011
Location: Gaborone Botswana
Distribution: Linux-Mint 18.3 amd64 Cinnamon
Posts: 108

Original Poster
Rep: Reputation: Disabled
Hi All

I have been working on the issue and now making a briefing for you:

Suggestion by BroX = I have been plugging the camera (Fuji FinePix S4000) and opening Gwenview.
Result: Gwenview does not seeing the camera.

Suggestion by Frankbell = Opening Konqueror with camera already plugged.
Result: Konqueror does not seeing the camera

Suggestion by Keith Hedger = As user and as root, I have been writing the following command (1st time without “chown” and “chmod”, 2nd time with both of them):
cp -r /camera/USB PTP Class Camera/USB PTP Class Camera/DCIM/100_FUJI /home/dominum chown -R $dominum:$dominum /home/dominum chmod -R /home/dominum
Result: file or directory does not existing

I apologize, because due my lack of experience, maybe I did mistakes trying to apply the suggestions.

Finally, I found the solution: has been good to become a LQ Member, because I have been seeing that we don't have the Forum only but also others interesting and useful resources.
I found the solution following this link:
http://wiki.linuxquestions.org/wiki/...eras_and_Linux
I have been trying just the 1st command, this one:
dominum@Dominum---Slackware:~$ gphoto2 –get-all-files
Done ! - All files have been transferred to the /home immediately and “Writable and readable”.

Merry Christmas
 
Old 12-23-2011, 11:31 AM   #12
Keith Hedger
Senior Member
 
Registered: Jun 2010
Location: Wiltshire, UK
Distribution: Void, Linux From Scratch, Slackware64
Posts: 3,150

Rep: Reputation: 856Reputation: 856Reputation: 856Reputation: 856Reputation: 856Reputation: 856Reputation: 856
Quote:
Originally Posted by Bourbon View Post
... Suggestion by Keith Hedger = As user and as root, I have been writing the following command (1st time without “chown” and “chmod”, 2nd time with both of them):
cp -r /camera/USB PTP Class Camera/USB PTP Class Camera/DCIM/100_FUJI /home/dominum chown -R $dominum:$dominum /home/dominum chmod -R /home/dominum
Result: file or directory does not existing ...
You must use quotes when path names include spaces and semi-colons when joining two or more commands on one line as per the posted command line so:
Code:
cp -r "/camera/USB PTP Class Camera/USB PTP Class Camera/DCIM/100_FUJI" "/home/dominum";chown -R $USER:$USER "/home/dominum";chmod -R +w "/home/dominum"
 
Old 12-23-2011, 01:40 PM   #13
Bourbon
Member
 
Registered: Dec 2011
Location: Gaborone Botswana
Distribution: Linux-Mint 18.3 amd64 Cinnamon
Posts: 108

Original Poster
Rep: Reputation: Disabled
Hi Keith,

I have been trying to use the right command, attempting many times, even wishing to send you log but big problem: not only the files not moving from camera, the system is sick, everything blocked, I am writing as root, even after reboot cannot go to the user, this is the warning:
Quote:
Kstartupconfig4 does not exist or fails. The error code is 3. Check
I am a bit confused now and just writing.
Ciao

Last edited by Bourbon; 12-24-2011 at 04:45 AM. Reason: Giving better evidence to the warning
 
Old 12-23-2011, 01:52 PM   #14
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Try as root:
Code:
chown -R dominum:users /home/dominum/.kde

Kind regards
 
1 members found this post helpful.
Old 12-23-2011, 02:08 PM   #15
Bourbon
Member
 
Registered: Dec 2011
Location: Gaborone Botswana
Distribution: Linux-Mint 18.3 amd64 Cinnamon
Posts: 108

Original Poster
Rep: Reputation: Disabled
Hi Repo,

Thank you for your help, after that command, I can log in as user but stuck on the splashscreen, the one with five icons in the center, the first one flashing and nothing else, I have been using the emergency button to reboot, I am again logged as root now. Ciao

Edit

Maybe this one helps:
Quote:
root@Dominum---Slackware:~# ls -al
totale 220
drwx--x--- 19 root root 4096 dic 24 01:15 ./
drwxr-xr-x 23 root root 4096 dic 21 15:42 ../
-rw------- 1 root root 174 dic 24 01:15 .Xauthority
drwx------ 3 root root 4096 dic 23 21:31 .adobe/
-rw------- 1 root root 8134 dic 24 01:54 .bash_history
-rw-r--r-- 1 root root 25 mag 10 2011 .bashrc
drwx------ 3 root root 4096 mag 22 2011 .cache/
drwxr-xr-x 6 root root 4096 dic 21 19:11 .config/
drwx------ 3 root root 4096 mag 7 2011 .dbus/
-rw------- 1 root root 22 mag 12 2011 .dmrc
drwx------ 2 root root 4096 dic 23 21:16 .gconf/
drwx------ 2 root root 4096 dic 23 21:17 .gconfd/
drwx------ 2 root root 4096 dic 21 16:28 .gnupg/
drwxr-xr-x 2 root root 4096 ott 31 01:11 .gstreamer-0.10/
drwx------ 6 root root 4096 mag 7 2011 .kde/
drwxr-xr-x 3 root root 4096 mag 12 2011 .local/
drwx------ 3 root root 4096 dic 23 21:31 .macromedia/
drwx------ 4 root root 4096 dic 23 21:29 .mozilla/
drwxr-xr-x 2 root root 4096 set 16 19:29 .mplayer/
drwx------ 3 root root 4096 dic 23 23:11 .ooo3/
-rw------- 1 root root 321 dic 23 21:17 .recently-used
drwx------ 4 root root 4096 dic 21 19:12 .thumbnails/
drwxr-xr-x 2 root root 4096 dic 24 01:15 .xine/
-rw-r--r-- 1 root root 627 mag 4 2011 .xinitrc
-rw------- 1 root root 55459 dic 24 02:01 .xsession-errors
-rw------- 1 root root 61377 dic 21 21:00 .xsession-errors-:1
drwx------ 2 root root 4096 mag 12 2011 Desktop/
After that, I Try with:
Quote:
root@Dominum---Slackware:~# chown -R dominum:users /home/dominum/.Xauthority
root@Dominum---Slackware:~# root@Dominum---Slackware:~# chown -R dominum:users /home/dominum/.Xauthority
bash: root@Dominum---Slackware:~#: command not found
root@Dominum---Slackware:~# chown -R dominum:users /home/dominum/.bash_history
root@Dominum---Slackware:~# chown -R dominum:users /home/dominum/.bashrc
chown: impossibile accedere a "/home/dominum/.bashrc": File o directory non esistente
root@Dominum---Slackware:~# chown -R dominum:users /home/dominum/.bashrc
chown: impossibile accedere a "/home/dominum/.bashrc": File o directory non esistente
root@Dominum---Slackware:~# chown -R dominum:users /home/dominum/.dmrc
root@Dominum---Slackware:~# chown -R dominum:users /home/dominum/.recently-used
root@Dominum---Slackware:~# chown -R dominum:users /home/dominum/.xinitrc
chown: impossibile accedere a "/home/dominum/.xinitrc": File o directory non esistente
root@Dominum---Slackware:~# chown -R dominum:users /home/dominum/.xsession-errors
root@Dominum---Slackware:~# chown -R dominum:users /home/dominum/.xsession-errors-:1
chown: impossibile accedere a "/home/dominum/.xsession-errors-:1": File o directory non esistente
root@Dominum---Slackware:~#
Nothing changed, on the splashscreen still stuck on the 1st flashing icon (the one showing hd).
Suspecting that the lines on "ls -al" with "-rw-r--r--" needing attention, but I don't know what I can do.

Last edited by Bourbon; 12-23-2011 at 07:21 PM. Reason: Adding data
 
  


Reply



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
LXer: Import Photos in*digiKam LXer Syndicated Linux News 0 06-27-2011 10:30 AM
Photos can't be downloaded from my camera jako-r Linux - Newbie 7 05-14-2007 04:01 PM
Digicam 0.8.2 wont import photos from anywhere! Tomcat1965 Linux - Software 1 11-09-2006 02:20 PM
gthumb crashes, when I try to import photos from my nikon camera laurentwahl Linux - Software 3 07-29-2005 02:58 AM
ghoto2: Camera only uploads 3 photos! BeerMonster Linux - Hardware 2 11-08-2003 11:17 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 12:34 AM.

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