[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2009-07-20 Thread Martin Albisetti
** Also affects: hundredpapercuts
   Importance: Undecided
   Status: New

** Changed in: hundredpapercuts
   Status: New => Triaged

** Changed in: hundredpapercuts
   Importance: Undecided => High

** Changed in: hundredpapercuts
Milestone: None => round-4

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2009-08-16 Thread rugby471
The current status of this in karmic is that F-Spot now allows you to
select the photos folder in the preferences dialog, however it is
currently set to the home directory by default (which is worse than the
photos folder :-] ).

I shall work on a debdiff to set it by default to the Pictures folder.

** Changed in: hundredpapercuts
   Status: Triaged => In Progress

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2009-08-16 Thread rugby471
Dammit f-spot is just confusing when it comes to settings it's
preferences, leaving this for someone who knows more about it

** Changed in: hundredpapercuts
   Status: In Progress => Confirmed

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2009-08-16 Thread mac_v
** Changed in: hundredpapercuts
   Status: Confirmed => Triaged

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2009-08-17 Thread rugby471
Oh just found it! It was in gconf (silly me) I shall build a debdiff for
this. However this will also involve me building a gconf-schema for
f-spot so I can set the default value easier (not such a bas thing
though, considering it is missing a schema at the moment)

Setting to in progress (sorry about this status changing mac_v :-] )

** Changed in: hundredpapercuts
   Status: Triaged => In Progress

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2009-08-18 Thread rugby471
I have the fix now, just waiting for it to build on launchpad and then I
shall test it in a karmic virtual image (ie. whether it works, whether
it translates correctly etc.)

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2009-08-19 Thread rugby471
Okay attached is the debdiff that solves this bug.

What the patch does if when F-Spot finds that the
'f-spot/import/storage_path' gconf string has not been set yet
(basically the first time the user uses the application) it will check:

Does the directory 'XDG_PICTURES_DIR/Photos' exist?

(this all translates, so in Spanish this would be Imágenes/Fotos)

If it does not, then F-Spot will create the directory, if it does, then
it continues. Finally F-Spot will set the default storage path for the
users Photos to be:

'XDG_PICTURES_DIR/Photos'

I have tested this patch thoroughly and it builds + works perfectly on
Karmic. The patch also fixes a few debian packaging things.

I am subscribing Ubuntu Main Sponsors

** Attachment added: "f-spot_0.6.0.0-1ubuntu1.debdiff"
   http://launchpadlibrarian.net/30497857/f-spot_0.6.0.0-1ubuntu1.debdiff

** Changed in: f-spot (Ubuntu)
   Status: Triaged => In Progress

** Changed in: hundredpapercuts
 Assignee: (unassigned) => rugby471 (rugby471)

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2009-08-19 Thread David Siegel
Hey, Rugby, can you please confirm with upstream that they will pursue
the same folder naming strategy? I worry because using Pictures/Photos
is a lot like using Music/Songs to store your song files -- it seems
redundant and not entirely clear the folders are named that way. It
would be a shame for upstream to go with using just the Pictures folder,
or Pictures/F-Spot, and then we'd have to continue carrying your patch,
and apply it to a codebase that is moving towards complex XDG userdirs
support.

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2009-08-19 Thread rugby471
On the upstream bug report, many of the people were saying they wanted
it in Pictures/Photos as users may want to keep backgrounds etc.
separate, in all the patches at that upstream bug, the directory was
Pictures/Photos They also said the Pictures/F-Spot was definitely not
what they wanted.

Another reason to do it Pictures/Photos is that F-Spot starts putting
folders like 2009 etc. in the folder, which would not mix well with
things such as backgrounds that cannot have a date. Also if you look at
F-Spot's tag line, 'photo management software' you can see what it is
designed for.

I appreciate the concern you have, however this definitely seems the way
upstream also wants to go.

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2009-08-19 Thread rugby471
Cool, now we just have to wait for the upload :-)

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-11-19 Thread Giovanni Mellini
I noticed this really annoying bug Today.
It's incredible that f-spot don't allow the user to change the Image directory, 
considering that you can do this from command line

f-spot -p ~/Immagini

I use the Italian localization on 8.10 and I remember that with older
versions this was allowed with the GUI.

I hope this will fixed asap

Giovanni

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-12-16 Thread Bug Watch Updater
** Changed in: f-spot
   Status: New => Confirmed

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2007-10-13 Thread Julien Olivier
I think part of the problem comes from the fact that F-Spot organizes
photos in the ~/Photos directory. It's not really a user directory, as
users can't move photos around inside this directory without breaking
F-Spot's database. Whereas the ~/Pictures directory is the place where
users should put there pictures, and be free to move/remove them at will
without breaking anything.

So, I think that:
 - whether F-Spot should use a hidden folder to store the photos it imports (to 
avoid users from playing with the files, and ending up breaking F-Spot's 
database). For example, it could be ~/.f-spot/photos.
 - or F-Spot should behave the same way Rhythmbox does, which means that it 
should be able to automatically import any new photo copied into the ~/Pictures 
folder, remove pictures from its database that have been removed from 
~/Pictures, and automatically copy every file it imports into the ~/Pictures 
folder. This way, the ~/Pictures folders would be a user-manageable folder and 
would still work with F-Spot.

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2007-10-13 Thread asjdfwejqrfjcvm msz34rq33
I think that the second option would be better.
My main problem with this is, when you first import your pictures, it makes a 
second copy of them on your hard drive which can take up quite a lot of space.

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2007-07-22 Thread Dean Sas
Thanks for your bug, it's been forwarded upstream to the f-spot
developers at http://bugzilla.gnome.org/show_bug.cgi?id=459338

** Changed in: f-spot (Ubuntu)
   Importance: Undecided => Low
   Status: New => Confirmed

** Also affects: f-spot (upstream) via
   http://bugzilla.gnome.org/show_bug.cgi?id=459338
   Importance: Unknown
   Status: Unknown

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2007-07-22 Thread asjdfwejqrfjcvm msz34rq33
Great thanks

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2007-07-24 Thread Bug Watch Updater
** Changed in: f-spot (upstream)
   Status: Unknown => New

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2007-08-29 Thread Dean Sas
bug 134926 outlines the slightly more interesting case of f-spot users
with a non-english desktop.

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-02-14 Thread Jean Levasseur
You can fire up f-spot with -b and -p switches, assigning them some other paths 
to place photos.  For example:
$ f-spot -b /media/multimedia/Photos -p /media/multimedia/Photos

will put photos to /media/multimedia/Photos and use it as a base
directory, outside of the ~ directory.

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-01-30 Thread Sean Hodges
Instead of copying the files, perhaps it should symlink them in it's
index?

AFAIK there's no overhead to using symlinks; and it would easily be able
to identify and action on missing photos as the symlink will be broken.

I guess the problem there is platform compatibility, although straight
copying could be the fallback on systems without symlink support...

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-06-06 Thread Ariel Ai
This also kills transfers of AVI files and must be killed at the console
?? only one attachment? This appears to be a system for getting monkeys
to increment bug numbers. I'll try to do something about that.


** Attachment added: "add.png"
   http://launchpadlibrarian.net/15088816/add.png

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-06-06 Thread Ariel Ai
Would you like to learn more about recursion?

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-06-06 Thread Ariel Ai
This is Pluto Ai for [EMAIL PROTECTED]

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-06-06 Thread Ariel Ai
Is busy being paralyzed.
Even if you copy the entire contents to DCIM folder.
this was on another machine so until u get cut and paste working between 
different machines/users I can't give you more data.

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-06-06 Thread Ariel Ai
The other machine (Pluto), is clever enough to create a non=existant
folder for ANY USER.

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-08-11 Thread Pedro Villavicencio
** Changed in: f-spot (Ubuntu)
 Assignee: (unassigned) => Ubuntu Desktop Bugs (desktop-bugs)
   Status: Confirmed => Triaged

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-06-14 Thread Michael Monreal

** Attachment added: "Missing Photos folder"
   http://launchpadlibrarian.net/15305204/fspot.png

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-06-14 Thread Michael Monreal
I just found that on a fresh ubuntu installation I get this error
message when I first open the preferences in f-spot (having canceled the
initial import dialog). Has anyone checked if f-spot actually creates
~/Photos/ if it needs it?

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-05-19 Thread DanielDeboer
I just noticed this as well. I dislike having two places for pictures,
so I changed the default directory in F-Spot's options to a hidden
folder inside ~/Pictures. Although this is by no means ideal.

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-11-06 Thread Charles P. Collins IV
I think that mimicing Rhythmbox is a good way to handle it.

I agree with Ralf, as this is a serious "Low" priority bug. Ubuntu sets
up a default "Pictures" directory and then the default photo manager
does not use it but defaults to copying pictures to another directory.
This is very confusing to new users.

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-10-27 Thread Ralf Nieuwenhuijsen
Wow. A hard-coded photos folder.

Cultural imperalism at its finest.

Please remove f-spot from Ubuntu main. It clearly doesn't follow guidelines.
At least not when it comes to respecting languages and culture.

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-11-09 Thread Giulio Canevari
Also for me is very annoying for new users that are trying ubuntu (
after 5 minutes or so most people find this bug, and someone could think
"damn, ubuntu isn't yet ready for normal desktop usage" ) and not only.

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-11-09 Thread Paul Kishimoto
"asjdfwejqrfjcvm msz34rq33", Ralf, Giulio, etc.: Note that the bug had
been forwarded upstream and there is a patch available (about 6 months
old at this point). Some trivial search reveals a list of maintainers
for F-Spot at http://f-spot.org/Get_Involved . Perhaps it would be
helpful to send them *polite* e-mail reminders to review the patch, or
to send *polite* requests to people on the Ubuntu Bugs Team.

I highly doubt this problem is intended as "cultural imperialism."
Occam's Razor indicates that it is only sloppy programming. Wild
accusations tend to make upstream developers reluctant to fix problems.

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-08-20 Thread Caroline Ford
This is still present in intrepid. If ~/photos isn't present (which it
isn't in a new install) f-spot sticks all your imported photos into ~.
This is really annoying.

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-08-20 Thread Caroline Ford
Is it possible for us just to make ~/Photos when we install as a dirty
hack?

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-08-20 Thread asjdfwejqrfjcvm msz34rq33
Perhaps, but I think the current folder setup was created to follow set 
guidelines. 
I am surprised that it is taking F-Spot so long to fix what should be a simple 
problem.

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2009-08-23 Thread Julián Alarcón
Good point... Pictures are different of Photos (or Images).

Maybe, the right thing to do is to make two different folders, one for
Graphics, and another for Photographs

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2009-08-23 Thread rugby471
@Julian

all F-Spot is concerned with is photos, which is why it creates
pictures/photos

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-06-06 Thread Ariel Ai
This also kills transfers of AVI files and must be killed at the console
?? only one attachment? This appears to be a system for getting monkeys
to increment bug numbers. I'll try to do something about that.


** Attachment added: "add.png"
   http://launchpadlibrarian.net/15088816/add.png

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-06-06 Thread Ariel Ai
Would you like to learn more about recursion?

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-06-06 Thread Ariel Ai
This is Pluto Ai for [EMAIL PROTECTED]

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-06-06 Thread Ariel Ai
Is busy being paralyzed.
Even if you copy the entire contents to DCIM folder.
this was on another machine so until u get cut and paste working between 
different machines/users I can't give you more data.

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-06-06 Thread Ariel Ai
The other machine (Pluto), is clever enough to create a non=existant
folder for ANY USER.

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-08-20 Thread Caroline Ford
This is still present in intrepid. If ~/photos isn't present (which it
isn't in a new install) f-spot sticks all your imported photos into ~.
This is really annoying.

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-08-20 Thread Caroline Ford
Is it possible for us just to make ~/Photos when we install as a dirty
hack?

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-08-20 Thread asjdfwejqrfjcvm msz34rq33
Perhaps, but I think the current folder setup was created to follow set 
guidelines. 
I am surprised that it is taking F-Spot so long to fix what should be a simple 
problem.

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-08-11 Thread Pedro Villavicencio
** Changed in: f-spot (Ubuntu)
 Assignee: (unassigned) => Ubuntu Desktop Bugs (desktop-bugs)
   Status: Confirmed => Triaged

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-10-27 Thread Ralf Nieuwenhuijsen
Wow. A hard-coded photos folder.

Cultural imperalism at its finest.

Please remove f-spot from Ubuntu main. It clearly doesn't follow guidelines.
At least not when it comes to respecting languages and culture.

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2007-08-29 Thread Dean Sas
bug 134926 outlines the slightly more interesting case of f-spot users
with a non-english desktop.

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2007-10-13 Thread Julien Olivier
I think part of the problem comes from the fact that F-Spot organizes
photos in the ~/Photos directory. It's not really a user directory, as
users can't move photos around inside this directory without breaking
F-Spot's database. Whereas the ~/Pictures directory is the place where
users should put there pictures, and be free to move/remove them at will
without breaking anything.

So, I think that:
 - whether F-Spot should use a hidden folder to store the photos it imports (to 
avoid users from playing with the files, and ending up breaking F-Spot's 
database). For example, it could be ~/.f-spot/photos.
 - or F-Spot should behave the same way Rhythmbox does, which means that it 
should be able to automatically import any new photo copied into the ~/Pictures 
folder, remove pictures from its database that have been removed from 
~/Pictures, and automatically copy every file it imports into the ~/Pictures 
folder. This way, the ~/Pictures folders would be a user-manageable folder and 
would still work with F-Spot.

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2007-10-13 Thread asjdfwejqrfjcvm msz34rq33
I think that the second option would be better.
My main problem with this is, when you first import your pictures, it makes a 
second copy of them on your hard drive which can take up quite a lot of space.

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2007-07-22 Thread Dean Sas
Thanks for your bug, it's been forwarded upstream to the f-spot
developers at http://bugzilla.gnome.org/show_bug.cgi?id=459338

** Changed in: f-spot (Ubuntu)
   Importance: Undecided => Low
   Status: New => Confirmed

** Also affects: f-spot (upstream) via
   http://bugzilla.gnome.org/show_bug.cgi?id=459338
   Importance: Unknown
   Status: Unknown

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2007-07-22 Thread asjdfwejqrfjcvm msz34rq33
Great thanks

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2007-07-24 Thread Bug Watch Updater
** Changed in: f-spot (upstream)
   Status: Unknown => New

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-11-06 Thread Charles P. Collins IV
I think that mimicing Rhythmbox is a good way to handle it.

I agree with Ralf, as this is a serious "Low" priority bug. Ubuntu sets
up a default "Pictures" directory and then the default photo manager
does not use it but defaults to copying pictures to another directory.
This is very confusing to new users.

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-11-09 Thread Giulio Canevari
Also for me is very annoying for new users that are trying ubuntu (
after 5 minutes or so most people find this bug, and someone could think
"damn, ubuntu isn't yet ready for normal desktop usage" ) and not only.

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-11-09 Thread Paul Kishimoto
"asjdfwejqrfjcvm msz34rq33", Ralf, Giulio, etc.: Note that the bug had
been forwarded upstream and there is a patch available (about 6 months
old at this point). Some trivial search reveals a list of maintainers
for F-Spot at http://f-spot.org/Get_Involved . Perhaps it would be
helpful to send them *polite* e-mail reminders to review the patch, or
to send *polite* requests to people on the Ubuntu Bugs Team.

I highly doubt this problem is intended as "cultural imperialism."
Occam's Razor indicates that it is only sloppy programming. Wild
accusations tend to make upstream developers reluctant to fix problems.

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-11-19 Thread Giovanni Mellini
I noticed this really annoying bug Today.
It's incredible that f-spot don't allow the user to change the Image directory, 
considering that you can do this from command line

f-spot -p ~/Immagini

I use the Italian localization on 8.10 and I remember that with older
versions this was allowed with the GUI.

I hope this will fixed asap

Giovanni

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-12-16 Thread Bug Watch Updater
** Changed in: f-spot
   Status: New => Confirmed

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-06-14 Thread Michael Monreal

** Attachment added: "Missing Photos folder"
   http://launchpadlibrarian.net/15305204/fspot.png

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-06-14 Thread Michael Monreal
I just found that on a fresh ubuntu installation I get this error
message when I first open the preferences in f-spot (having canceled the
initial import dialog). Has anyone checked if f-spot actually creates
~/Photos/ if it needs it?

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-05-19 Thread DanielDeboer
I just noticed this as well. I dislike having two places for pictures,
so I changed the default directory in F-Spot's options to a hidden
folder inside ~/Pictures. Although this is by no means ideal.

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-01-30 Thread Sean Hodges
Instead of copying the files, perhaps it should symlink them in it's
index?

AFAIK there's no overhead to using symlinks; and it would easily be able
to identify and action on missing photos as the symlink will be broken.

I guess the problem there is platform compatibility, although straight
copying could be the fallback on systems without symlink support...

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-02-14 Thread Jean Levasseur
You can fire up f-spot with -b and -p switches, assigning them some other paths 
to place photos.  For example:
$ f-spot -b /media/multimedia/Photos -p /media/multimedia/Photos

will put photos to /media/multimedia/Photos and use it as a base
directory, outside of the ~ directory.

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2009-07-20 Thread Martin Albisetti
** Also affects: hundredpapercuts
   Importance: Undecided
   Status: New

** Changed in: hundredpapercuts
   Status: New => Triaged

** Changed in: hundredpapercuts
   Importance: Undecided => High

** Changed in: hundredpapercuts
Milestone: None => round-4

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2009-08-19 Thread David Siegel
Hey, Rugby, can you please confirm with upstream that they will pursue
the same folder naming strategy? I worry because using Pictures/Photos
is a lot like using Music/Songs to store your song files -- it seems
redundant and not entirely clear the folders are named that way. It
would be a shame for upstream to go with using just the Pictures folder,
or Pictures/F-Spot, and then we'd have to continue carrying your patch,
and apply it to a codebase that is moving towards complex XDG userdirs
support.

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2009-08-19 Thread rugby471
On the upstream bug report, many of the people were saying they wanted
it in Pictures/Photos as users may want to keep backgrounds etc.
separate, in all the patches at that upstream bug, the directory was
Pictures/Photos They also said the Pictures/F-Spot was definitely not
what they wanted.

Another reason to do it Pictures/Photos is that F-Spot starts putting
folders like 2009 etc. in the folder, which would not mix well with
things such as backgrounds that cannot have a date. Also if you look at
F-Spot's tag line, 'photo management software' you can see what it is
designed for.

I appreciate the concern you have, however this definitely seems the way
upstream also wants to go.

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2009-08-19 Thread rugby471
Cool, now we just have to wait for the upload :-)

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2009-08-23 Thread Julián Alarcón
Good point... Pictures are different of Photos (or Images).

Maybe, the right thing to do is to make two different folders, one for
Graphics, and another for Photographs

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2009-08-23 Thread rugby471
@Julian

all F-Spot is concerned with is photos, which is why it creates
pictures/photos

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2009-08-16 Thread rugby471
The current status of this in karmic is that F-Spot now allows you to
select the photos folder in the preferences dialog, however it is
currently set to the home directory by default (which is worse than the
photos folder :-] ).

I shall work on a debdiff to set it by default to the Pictures folder.

** Changed in: hundredpapercuts
   Status: Triaged => In Progress

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2009-08-16 Thread rugby471
Dammit f-spot is just confusing when it comes to settings it's
preferences, leaving this for someone who knows more about it

** Changed in: hundredpapercuts
   Status: In Progress => Confirmed

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2009-08-16 Thread mac_v
** Changed in: hundredpapercuts
   Status: Confirmed => Triaged

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2009-08-17 Thread rugby471
Oh just found it! It was in gconf (silly me) I shall build a debdiff for
this. However this will also involve me building a gconf-schema for
f-spot so I can set the default value easier (not such a bas thing
though, considering it is missing a schema at the moment)

Setting to in progress (sorry about this status changing mac_v :-] )

** Changed in: hundredpapercuts
   Status: Triaged => In Progress

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2009-08-18 Thread rugby471
I have the fix now, just waiting for it to build on launchpad and then I
shall test it in a karmic virtual image (ie. whether it works, whether
it translates correctly etc.)

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2009-08-19 Thread rugby471
Okay attached is the debdiff that solves this bug.

What the patch does if when F-Spot finds that the
'f-spot/import/storage_path' gconf string has not been set yet
(basically the first time the user uses the application) it will check:

Does the directory 'XDG_PICTURES_DIR/Photos' exist?

(this all translates, so in Spanish this would be Imágenes/Fotos)

If it does not, then F-Spot will create the directory, if it does, then
it continues. Finally F-Spot will set the default storage path for the
users Photos to be:

'XDG_PICTURES_DIR/Photos'

I have tested this patch thoroughly and it builds + works perfectly on
Karmic. The patch also fixes a few debian packaging things.

I am subscribing Ubuntu Main Sponsors

** Attachment added: "f-spot_0.6.0.0-1ubuntu1.debdiff"
   http://launchpadlibrarian.net/30497857/f-spot_0.6.0.0-1ubuntu1.debdiff

** Changed in: f-spot (Ubuntu)
   Status: Triaged => In Progress

** Changed in: hundredpapercuts
 Assignee: (unassigned) => rugby471 (rugby471)

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-08-11 Thread Pedro Villavicencio
** Changed in: f-spot (Ubuntu)
 Assignee: (unassigned) => Ubuntu Desktop Bugs (desktop-bugs)
   Status: Confirmed => Triaged

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-08-20 Thread Caroline Ford
This is still present in intrepid. If ~/photos isn't present (which it
isn't in a new install) f-spot sticks all your imported photos into ~.
This is really annoying.

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-08-20 Thread Caroline Ford
Is it possible for us just to make ~/Photos when we install as a dirty
hack?

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-08-20 Thread asjdfwejqrfjcvm msz34rq33
Perhaps, but I think the current folder setup was created to follow set 
guidelines. 
I am surprised that it is taking F-Spot so long to fix what should be a simple 
problem.

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-02-14 Thread Jean Levasseur
You can fire up f-spot with -b and -p switches, assigning them some other paths 
to place photos.  For example:
$ f-spot -b /media/multimedia/Photos -p /media/multimedia/Photos

will put photos to /media/multimedia/Photos and use it as a base
directory, outside of the ~ directory.

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-01-30 Thread Sean Hodges
Instead of copying the files, perhaps it should symlink them in it's
index?

AFAIK there's no overhead to using symlinks; and it would easily be able
to identify and action on missing photos as the symlink will be broken.

I guess the problem there is platform compatibility, although straight
copying could be the fallback on systems without symlink support...

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2007-10-13 Thread Julien Olivier
I think part of the problem comes from the fact that F-Spot organizes
photos in the ~/Photos directory. It's not really a user directory, as
users can't move photos around inside this directory without breaking
F-Spot's database. Whereas the ~/Pictures directory is the place where
users should put there pictures, and be free to move/remove them at will
without breaking anything.

So, I think that:
 - whether F-Spot should use a hidden folder to store the photos it imports (to 
avoid users from playing with the files, and ending up breaking F-Spot's 
database). For example, it could be ~/.f-spot/photos.
 - or F-Spot should behave the same way Rhythmbox does, which means that it 
should be able to automatically import any new photo copied into the ~/Pictures 
folder, remove pictures from its database that have been removed from 
~/Pictures, and automatically copy every file it imports into the ~/Pictures 
folder. This way, the ~/Pictures folders would be a user-manageable folder and 
would still work with F-Spot.

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2007-10-13 Thread asjdfwejqrfjcvm msz34rq33
I think that the second option would be better.
My main problem with this is, when you first import your pictures, it makes a 
second copy of them on your hard drive which can take up quite a lot of space.

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2007-08-29 Thread Dean Sas
bug 134926 outlines the slightly more interesting case of f-spot users
with a non-english desktop.

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2007-07-22 Thread Dean Sas
Thanks for your bug, it's been forwarded upstream to the f-spot
developers at http://bugzilla.gnome.org/show_bug.cgi?id=459338

** Changed in: f-spot (Ubuntu)
   Importance: Undecided => Low
   Status: New => Confirmed

** Also affects: f-spot (upstream) via
   http://bugzilla.gnome.org/show_bug.cgi?id=459338
   Importance: Unknown
   Status: Unknown

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2007-07-22 Thread asjdfwejqrfjcvm msz34rq33
Great thanks

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2007-07-24 Thread Bug Watch Updater
** Changed in: f-spot (upstream)
   Status: Unknown => New

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-06-06 Thread Ariel Ai
This also kills transfers of AVI files and must be killed at the console
?? only one attachment? This appears to be a system for getting monkeys
to increment bug numbers. I'll try to do something about that.


** Attachment added: "add.png"
   http://launchpadlibrarian.net/15088816/add.png

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-06-06 Thread Ariel Ai
Would you like to learn more about recursion?

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-06-06 Thread Ariel Ai
This is Pluto Ai for [EMAIL PROTECTED]

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-06-06 Thread Ariel Ai
Is busy being paralyzed.
Even if you copy the entire contents to DCIM folder.
this was on another machine so until u get cut and paste working between 
different machines/users I can't give you more data.

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-06-06 Thread Ariel Ai
The other machine (Pluto), is clever enough to create a non=existant
folder for ANY USER.

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-06-14 Thread Michael Monreal

** Attachment added: "Missing Photos folder"
   http://launchpadlibrarian.net/15305204/fspot.png

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-06-14 Thread Michael Monreal
I just found that on a fresh ubuntu installation I get this error
message when I first open the preferences in f-spot (having canceled the
initial import dialog). Has anyone checked if f-spot actually creates
~/Photos/ if it needs it?

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-05-19 Thread DanielDeboer
I just noticed this as well. I dislike having two places for pictures,
so I changed the default directory in F-Spot's options to a hidden
folder inside ~/Pictures. Although this is by no means ideal.

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-10-27 Thread Ralf Nieuwenhuijsen
Wow. A hard-coded photos folder.

Cultural imperalism at its finest.

Please remove f-spot from Ubuntu main. It clearly doesn't follow guidelines.
At least not when it comes to respecting languages and culture.

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-11-06 Thread Charles P. Collins IV
I think that mimicing Rhythmbox is a good way to handle it.

I agree with Ralf, as this is a serious "Low" priority bug. Ubuntu sets
up a default "Pictures" directory and then the default photo manager
does not use it but defaults to copying pictures to another directory.
This is very confusing to new users.

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-11-09 Thread Giulio Canevari
Also for me is very annoying for new users that are trying ubuntu (
after 5 minutes or so most people find this bug, and someone could think
"damn, ubuntu isn't yet ready for normal desktop usage" ) and not only.

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 127315] Re: F-Spot puts photos in Photos folder not Pictures folder

2008-11-09 Thread Paul Kishimoto
"asjdfwejqrfjcvm msz34rq33", Ralf, Giulio, etc.: Note that the bug had
been forwarded upstream and there is a patch available (about 6 months
old at this point). Some trivial search reveals a list of maintainers
for F-Spot at http://f-spot.org/Get_Involved . Perhaps it would be
helpful to send them *polite* e-mail reminders to review the patch, or
to send *polite* requests to people on the Ubuntu Bugs Team.

I highly doubt this problem is intended as "cultural imperialism."
Occam's Razor indicates that it is only sloppy programming. Wild
accusations tend to make upstream developers reluctant to fix problems.

-- 
F-Spot puts photos in Photos folder not Pictures folder
https://bugs.launchpad.net/bugs/127315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   3   4   5   6   7   8   9   10   >