[Bug 1046461] Re: [UIFe] [FFe] UOA integration needs to support multiple accounts

2012-10-02 Thread Carsten Gerlach
** Tags added: ffe uife

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1046461

Title:
  [UIFe] [FFe] UOA integration needs to support multiple accounts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/1046461/+subscriptions

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


[Bug 1046461] Re: [UIFe] [FFe] UOA integration needs to support multiple accounts

2012-09-24 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-desktop/shotwell/ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1046461

Title:
  [UIFe] [FFe] UOA integration needs to support multiple accounts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/1046461/+subscriptions

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


[Bug 1046461] Re: [UIFe] [FFe] UOA integration needs to support multiple accounts

2012-09-24 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/quantal-proposed/shotwell

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1046461

Title:
  [UIFe] [FFe] UOA integration needs to support multiple accounts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/1046461/+subscriptions

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


[Bug 1046461] Re: [UIFe] [FFe] UOA integration needs to support multiple accounts

2012-09-24 Thread Launchpad Bug Tracker
This bug was fixed in the package shotwell - 0.13.0-0ubuntu2

---
shotwell (0.13.0-0ubuntu2) quantal-proposed; urgency=low

  [ Alberto Mardegan ]
  * debian/patches/06_uoa.patch (LP: #1046461)
- Support multiple accounts per service
- Attempt automatic login
- Remove logout buttons
 -- Ken VanDine ken.vand...@canonical.com   Mon, 24 Sep 2012 11:10:48 -0400

** Changed in: shotwell (Ubuntu Quantal)
   Status: Triaged = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1046461

Title:
  [UIFe] [FFe] UOA integration needs to support multiple accounts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/1046461/+subscriptions

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


[Bug 1046461] Re: [UIFe] [FFe] UOA integration needs to support multiple accounts

2012-09-21 Thread Alberto Mardegan
I updated the merge request, also adding 5 new translatable strings (4
are from the shotwell.application file, the other one is Add more
accounts...).

@Adam: you are absolutely right. I hunted down the critical messages, and they 
were due to a missing cast (without it Vala was trying to send an enumerated 
type to D-Bus, instead of just an integer). This should now be fixed.
Unfortunately I had to remove the --fatal-warnings compilation flag, because 
Gtk.Table has just been deprecated and it's causing lots of warnings.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1046461

Title:
  [UIFe] [FFe] UOA integration needs to support multiple accounts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/1046461/+subscriptions

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


[Bug 1046461] Re: [UIFe] [FFe] UOA integration needs to support multiple accounts

2012-09-21 Thread David King
I tested the updated merge proposal with a Flickr and Google (Picasa)
account, and both worked fine for me.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1046461

Title:
  [UIFe] [FFe] UOA integration needs to support multiple accounts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/1046461/+subscriptions

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


[Bug 1046461] Re: [UIFe] [FFe] UOA integration needs to support multiple accounts

2012-09-21 Thread Alberto Mardegan
Pasting a line by Iulian from the release team (from IRC):

12:16  iulian mardy: OK briliant. It looks good. You can go ahead and
upload but it won't get in until beta 2 is released.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1046461

Title:
  [UIFe] [FFe] UOA integration needs to support multiple accounts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/1046461/+subscriptions

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


[Bug 1046461] Re: [UIFe] [FFe] UOA integration needs to support multiple accounts

2012-09-21 Thread Iulian Udrea
** Changed in: shotwell (Ubuntu Quantal)
   Status: New = Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1046461

Title:
  [UIFe] [FFe] UOA integration needs to support multiple accounts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/1046461/+subscriptions

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


[Bug 1046461] Re: [UIFe] [FFe] UOA integration needs to support multiple accounts

2012-09-21 Thread Adam Dingle
Alberto: we just released Shotwell 0.13.0, so you'll now need to merge
your changes with that release.  In 0.13.0 we kept --fatal-warnings, but
turned on --enable-deprecated to work around the same Gtk.Table problem.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1046461

Title:
  [UIFe] [FFe] UOA integration needs to support multiple accounts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/1046461/+subscriptions

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


[Bug 1046461] Re: [UIFe] [FFe] UOA integration needs to support multiple accounts

2012-09-20 Thread Ken VanDine
** Changed in: shotwell (Ubuntu Quantal)
 Assignee: Dave Walker (davewalker) = Alberto Mardegan (mardy)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1046461

Title:
  [UIFe] [FFe] UOA integration needs to support multiple accounts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/1046461/+subscriptions

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


[Bug 1046461] Re: [UIFe] [FFe] UOA integration needs to support multiple accounts

2012-09-20 Thread Kate Stewart
When can a fix for this be ready?

** Changed in: shotwell (Ubuntu Quantal)
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1046461

Title:
  [UIFe] [FFe] UOA integration needs to support multiple accounts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/1046461/+subscriptions

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


[Bug 1046461] Re: [UIFe] [FFe] UOA integration needs to support multiple accounts

2012-09-18 Thread David Planella
+1 from the translations team.

One question, though: are such strings presented to the user?

host.post_error(new
Spit.Publishing.PublishingError.SERVICE_ERROR(Authentication failed));

If so, they should be marked for translations.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1046461

Title:
  [UIFe] [FFe] UOA integration needs to support multiple accounts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/1046461/+subscriptions

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


[Bug 1046461] Re: [UIFe] [FFe] UOA integration needs to support multiple accounts

2012-09-18 Thread Alberto Mardegan
@David: these strings are not shown to the user, just used in debug
messages.

@Adam:
  - flickr is supported indeed, but the control panel was not showing it 
because of 
https://bugs.launchpad.net/online-accounts-gnome-control-center/+bug/1045866
  - I've seen those warning too, but I assumed that they were not coming from 
my code, as I'm not using GVariant -- but if they are not there on the 
upstream, I'll give it a closer look.
  - Yes, what I really wanted is just +=; the same trick of defining the 
variable in function of its previous value was already used in the definition 
of PKGS in that file, so I thought that that was the preferred way.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1046461

Title:
  [UIFe] [FFe] UOA integration needs to support multiple accounts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/1046461/+subscriptions

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


[Bug 1046461] Re: [UIFe] [FFe] UOA integration needs to support multiple accounts

2012-09-18 Thread Adam Dingle
@Alberto: the critical assertions do not occur with vanilla upstream
Shotwell.  We don't like assertions like these and have always been
pretty strict about noticing and fixing them in our code.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1046461

Title:
  [UIFe] [FFe] UOA integration needs to support multiple accounts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/1046461/+subscriptions

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


[Bug 1046461] Re: [UIFe] [FFe] UOA integration needs to support multiple accounts

2012-09-17 Thread Iain Lane
** Changed in: shotwell (Ubuntu)
 Assignee: Alberto Mardegan (mardy) = Dave Walker (davewalker)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1046461

Title:
  [UIFe] [FFe] UOA integration needs to support multiple accounts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/1046461/+subscriptions

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


[Bug 1046461] Re: [UIFe] [FFe] UOA integration needs to support multiple accounts

2012-09-17 Thread Jeremy Bicha
+1 from the Docs Team. Those sound like bug fixes to me.

By the way, I tried Shotwell today, looking for the Publish to Picasa
button to see what the current UI looked like, but I couldn't find it. I
have Google set up in Ubuntu Online Accounts.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1046461

Title:
  [UIFe] [FFe] UOA integration needs to support multiple accounts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/1046461/+subscriptions

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


[Bug 1046461] Re: [UIFe] [FFe] UOA integration needs to support multiple accounts

2012-09-17 Thread Aaron Bentley
Jeremy, I had that problem because my Google account was set up as a
Jabber account.  It has to be set up as a Google account to work.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1046461

Title:
  [UIFe] [FFe] UOA integration needs to support multiple accounts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/1046461/+subscriptions

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


[Bug 1046461] Re: [UIFe] [FFe] UOA integration needs to support multiple accounts

2012-09-17 Thread Jeremy Bicha
Ah, I found it. FilePublish. I also removed my Google account and re-
added it but maybe that wasn't needed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1046461

Title:
  [UIFe] [FFe] UOA integration needs to support multiple accounts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/1046461/+subscriptions

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


[Bug 1046461] Re: [UIFe] [FFe] UOA integration needs to support multiple accounts

2012-09-17 Thread Iulian Udrea
Have you done any testing with this modified patch? Are the new changes
doing what they are supposed to be doing?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1046461

Title:
  [UIFe] [FFe] UOA integration needs to support multiple accounts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/1046461/+subscriptions

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


[Bug 1046461] Re: [UIFe] [FFe] UOA integration needs to support multiple accounts

2012-09-17 Thread Jeremy Bicha
Shotwell fails to build today (with or without your patch):
http://paste.ubuntu.com/1211325/

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1046461

Title:
  [UIFe] [FFe] UOA integration needs to support multiple accounts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/1046461/+subscriptions

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


[Bug 1046461] Re: [UIFe] [FFe] UOA integration needs to support multiple accounts

2012-09-17 Thread Adam Dingle
The build failure is known upstream:

http://redmine.yorba.org/issues/5803

We'll fix this very soon.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1046461

Title:
  [UIFe] [FFe] UOA integration needs to support multiple accounts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/1046461/+subscriptions

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


[Bug 1046461] Re: [UIFe] [FFe] UOA integration needs to support multiple accounts

2012-09-17 Thread Kate Stewart
** Also affects: shotwell (Ubuntu Quantal)
   Importance: Undecided
 Assignee: Dave Walker (davewalker)
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1046461

Title:
  [UIFe] [FFe] UOA integration needs to support multiple accounts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/1046461/+subscriptions

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


[Bug 1046461] Re: [UIFe] [FFe] UOA integration needs to support multiple accounts

2012-09-17 Thread Adam Dingle
The patch 06_uoa.patch is slightly out of date and won't cleanly apply
to Shotwell in git master.  Alberto, could you bring it up to date?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1046461

Title:
  [UIFe] [FFe] UOA integration needs to support multiple accounts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/1046461/+subscriptions

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


[Bug 1046461] Re: [UIFe] [FFe] UOA integration needs to support multiple accounts

2012-09-17 Thread Adam Dingle
Never mind - I realized the patch needs to apply to 0.12.90 since the
changes in git master are as yet unreleased.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1046461

Title:
  [UIFe] [FFe] UOA integration needs to support multiple accounts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/1046461/+subscriptions

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


[Bug 1046461] Re: [UIFe] [FFe] UOA integration needs to support multiple accounts

2012-09-17 Thread Adam Dingle
OK - I applied the current patch to the 0.12.90 tarball and built.  (I
had to use Vala 0.17.6.)  I noticed a few things:

- In the Online Accounts panel, the list of accounts that integrate with
Shotwell includes Facebook and Google but not Yahoo!/Flickr.  Is Flickr
support on the way?  If so, will it be tracked in this bug or is there a
different bug for it?

- When I choose my Facebook account in the publishing pane, I see a slew
of critical errors in the terminal where I've run Shotwell:

(shotwell:2089): GLib-GIO-CRITICAL **: g_dbus_gvalue_to_gvariant: assertion 
`type != NULL' failed
(shotwell:2089): GLib-CRITICAL **: g_variant_new_variant: assertion `value != 
NULL' failed
(shotwell:2089): GLib-CRITICAL **: g_variant_get_type: assertion `value != 
NULL' failed
(shotwell:2089): GLib-CRITICAL **: g_variant_type_is_subtype_of: assertion 
`g_variant_type_check (type)' failed
(shotwell:2089): GLib-CRITICAL **: g_variant_builder_add_value: assertion 
`!GVSB(builder)-expected_type || g_variant_is_of_type (value, 
GVSB(builder)-expected_type)' failed
(shotwell:2089): GLib-CRITICAL **: g_variant_builder_end: assertion 
`GVSB(builder)-offset = GVSB(builder)-min_items' failed

Publishing does seem to work, however.

- In Makefile.plugins.mk, I noticed that you've added new definitions
for EXT_PKGS/PKGS which replace the old ones.  Did you mean to use += to
append to the old definitions?  (If not, your patch should remove the
old definitions).

I'll emphasize that I haven't read the code - these are just points I
noticed when trying to build and run.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1046461

Title:
  [UIFe] [FFe] UOA integration needs to support multiple accounts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/1046461/+subscriptions

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


[Bug 1046461] Re: [UIFe] [FFe] UOA integration needs to support multiple accounts

2012-09-17 Thread Alberto Mardegan
** Summary changed:

- [UIFe] UOA integration needs to support multiple accounts
+ [UIFe] [FFe] UOA integration needs to support multiple accounts

** Changed in: shotwell (Ubuntu)
   Status: In Progress = New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1046461

Title:
  [UIFe] [FFe] UOA integration needs to support multiple accounts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/1046461/+subscriptions

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


[Bug 1046461] Re: [UIFe] [FFe] UOA integration needs to support multiple accounts

2012-09-17 Thread Alberto Mardegan
Here are the links to the posts to the translation and documentation teams:
https://lists.ubuntu.com/archives/ubuntu-translators/2012-September/005588.html
https://lists.ubuntu.com/archives/ubuntu-doc/2012-September/016856.html

Also, the link to the MR given in the previous comment is wrong; here's the 
correct one:
https://code.launchpad.net/~mardy/shotwell/uoa-update/+merge/124659

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1046461

Title:
  [UIFe] [FFe] UOA integration needs to support multiple accounts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/1046461/+subscriptions

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