When I'm at a web site and I right click on a picture and then click on "Set As Desktop Background" Where does the picture get saved to? I looked in /usr/share/wallpaper but nothing new is there. Thankx for any help.
Announcement
Collapse
No announcement yet.
(SOLVED) Where do the pictures go?
Collapse
This topic is closed.
X
X
-
Re: Where do the pictures go?
Fintan is spot on. And consider this: they cannot be saved to /usr 'cos that directory is owned by root whereas you are just a lowly userOnce your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ
- Top
- Bottom
Comment
-
Re: Where do the pictures go?
I am afraid I am not familiar with this "set as desktop" feature. If you happen to know the name of the file you could do aCode:sudo updatedb
Code:locate file_name
Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ
- Top
- Bottom
Comment
-
Re: Where do the pictures go?
Originally posted by Apollo9When I'm at a web site and I right click on a picture and then click on "Set As Desktop Background" Where does the picture get saved to? I looked in /usr/share/wallpaper but nothing new is there. Thankx for any help.
It does beg the question as to why the option is in the Linux version of Firefox when it doesn't work.
- Top
- Bottom
Comment
-
Re: Where do the pictures go?
Originally posted by tomp01Originally posted by Apollo9When I'm at a web site and I right click on a picture and then click on "Set As Desktop Background" Where does the picture get saved to? I looked in /usr/share/wallpaper but nothing new is there. Thankx for any help.
- Top
- Bottom
Comment
-
Re: (SOLVED) Where do the pictures go?
Originally posted by tomp01Originally posted by Fintan/home/.kde whereby ".kde is a hidden file so you have to activate "view hidden files" in dolphin / konqueror "view"
- Top
- Bottom
Comment
-
Re: (SOLVED) Where do the pictures go?
Code:man ls
LS(1) User Commands LS(1)
NAME
ls - list directory contents
SYNOPSIS
ls [OPTION]... [FILE]...
DESCRIPTION
List information about the FILEs (the current directory by default). Sort entries alphabetically if none of -cftuvSUX
nor --sort.
Mandatory arguments to long options are mandatory for short options too.
-a, --all
do not ignore entries starting with .Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ
- Top
- Bottom
Comment
-
Re: Where do the pictures go?
Originally posted by Apollo9toad I found it by looking in the last place I would have thought it would be. It's in /home/. Thankx for your help.
- Top
- Bottom
Comment
Comment