[Bug 745638] Re: Cancelling sign-in after grading review says Submitting now… forever

2011-08-31 Thread Aaron Peachey
In a practical sense USC can already know that the user has authenticated but 
in every instances, the spawnedf helper app looks for the token and gives it to 
the server, so there is technically a 'sign in' step even though it is a 
formality if you've already signed in (unless the server has revoked the token 
in the interim).
Note when I talk about signing in, in this sense, I'm not talking about the 
user entering any credentials (or even any dialog showing) but more the process 
that is happening in the background between the client and server to 
'handshake' before allowing submission.

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

Title:
  Cancelling sign-in after grading review says Submitting now… forever

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/745638/+subscriptions

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

[Bug 789768] Re: Cannot edit a review

2011-08-28 Thread Aaron Peachey
** Changed in: software-center (Ubuntu)
   Status: Fix Committed = 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/789768

Title:
  Cannot edit a review

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/789768/+subscriptions

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



[Bug 745638] Re: Cancelling sign-in after grading review says Submitting now… forever

2011-08-28 Thread Aaron Peachey
Hi mpt, this makes sense and we should be able to make the links
insensitive while the dialog is up.

My only issue is when a 'silent' sign in is happening because the user
has already entered their credentials and the sign-in is just the app
using the token to sign in with the server. This happens without UI and
can take a couple of seconds, I'm not sure about insensitive buttons
while that's happening.

Essentially we have four 'states' when submitting a vote:
1. Signing in, dialog visible, waiting for user input.
2. Signing in, dialog visible, user input received and signing in with server
3. Signing in, no dialog visible, authenticating with server
4. Submitting vote, no dialog visible

Case 1: User has previously signed in 
Then we have state (3) for a couple of seconds and then state (4). 
My personal opinion is that a spinner should be visible on the review on the 
app details screen for both states 2 and 3 in this case, since the user is 
waiting for the computer to negotiate the vote.

Case 2: User has not previously signed in (or has no account or is 
unauthenticated for some reason) 
Then we have state (3) temporarily (while we try to sign in, and figure out we 
need user input) then state (1) for a period of time while the user enters 
their input then state (2) actually signing in and then state (4).

So, in case 1 we should display the spinner during both states. Perhaps
the text of the spinner should say 'signing in' during state 3 and
'submitting now' during state 4.

In case 2, we may need some thought, as this seems clunky to me:
State (3)  - Spinner running, signing in
State (1) - Spinner stopped, awaiting sign in details (Alternative: Normal 
usefulness UI visible, Yes/No links insensitive)
State (2) - Spinner running, signing in
State (4) - Spinner running, submitting now

To qualify all of this, I'm not certain about what level of signalling
we currently havefrom the submit_usefulness helper so all this UI
changing may not be a quick fix, but should be possible with some
tweaks.

Any thoughts?

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

Title:
  Cancelling sign-in after grading review says Submitting now… forever

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/745638/+subscriptions

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

[Bug 834196] Re: software-center-gtk3 crashed with AttributeError in copy(): 'NoneType' object has no attribute 'copy'

2011-08-27 Thread Aaron Peachey
Hi,
If you don't know how to write python code, it's probably best not to try 
modifying the code, as you will need to get the indents correct etc. 
The issue has been fixed and will be available in the next software-center 
update, so my strong advice is to wait for that.

However if you are intent on fixing it before then, it's best to get the entire 
updated softwarepane.py file from here:
http://bazaar.launchpad.net/~kiwinote/software-center/tweaks/download/kiwinote%40gmail.com-20110826110015-fobea07so04vh5kv/softwarepane.py-20110705095105-hkqkaog02375crmg-28/softwarepane.py

Then copy it into your current installation (i.e. 
/usr/share/software-center/softwarecenter/ui/gtk3/panes/) using sudo. (I would 
make a backup copy of your existing softwarepane.py file first)
Note, this could break your installation temporarily and may also have other 
unintended effects so attempt it at your own risk.

cheers
Aaron

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

Title:
  software-center-gtk3 crashed with AttributeError in copy(): 'NoneType'
  object has no attribute 'copy'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/834196/+subscriptions

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


[Bug 835802] Re: Double results after search

2011-08-27 Thread Aaron Peachey
*** This bug is a duplicate of bug 835347 ***
https://bugs.launchpad.net/bugs/835347

Hi Michael, thanks for the report. This one is a duplicate of a LP:
#835347.

** This bug has been marked a duplicate of bug 835437
   small typos in src/post/audio/stretch.c:267

** This bug is no longer a duplicate of bug 835437
   small typos in src/post/audio/stretch.c:267
** This bug has been marked a duplicate of bug 835347
   software center shows result 2 times

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

Title:
  Double results after search

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/835802/+subscriptions

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


[Bug 833697] Re: [GTK3] What's New and Top Rated tiles have different widths

2011-08-25 Thread Aaron Peachey
This is a consequence of the change I made to the tiles to remove the word 
'reviews' and add the number of ratings in brackets after the stars. At the 
time I made a change to dynamically size the tiles so that they were at least 
as big as the widest 'stars + ratings + icon + padding' combined width. This 
can be different for each tile though.
We'll need to find a happy medium (i.e. maximum size of the widest tile on 
display needs to be the size of all other tiles on display) in order to ensure 
the tiles are all the same size, but this will result in some tiles having far 
more whitespace than others.

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

Title:
  [GTK3] What's New and Top Rated tiles have different widths

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/833697/+subscriptions

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


[Bug 831946] Re: Submitting now... spins forever after cancelling SSO sign-in

2011-08-23 Thread Aaron Peachey
** Changed in: software-center (Ubuntu)
   Status: New = In Progress

** Changed in: software-center (Ubuntu)
 Assignee: (unassigned) = Aaron Peachey (aaronp)

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

Title:
  Submitting now... spins forever after cancelling SSO sign-in

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/831946/+subscriptions

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


[Bug 830744] Re: [GTK3] The word Reviews is repeated in every tile

2011-08-22 Thread Aaron Peachey
** Changed in: software-center (Ubuntu)
   Status: New = In Progress

** Changed in: software-center (Ubuntu)
 Assignee: (unassigned) = Aaron Peachey (aaronp)

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

Title:
  [GTK3] The word Reviews is repeated in every tile

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/830744/+subscriptions

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


[Bug 830272] Re: [GTK3] Category Top Rated screen is redundant with All screen

2011-08-22 Thread Aaron Peachey
Cheers, has been merged to trunk.

** Changed in: software-center (Ubuntu)
   Status: In Progress = Fix Committed

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

Title:
  [GTK3] Category Top Rated screen is redundant with All screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/830272/+subscriptions

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


[Bug 830744] Re: [GTK3] The word Reviews is repeated in every tile

2011-08-22 Thread Aaron Peachey
Fixed in linked branch

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

Title:
  [GTK3] The word Reviews is repeated in every tile

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/830744/+subscriptions

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


[Bug 830272] Re: [GTK3] Category Top Rated screen is redundant with All screen

2011-08-21 Thread Aaron Peachey
Fixed in attached branch. Can re-tweak once new designs are available if
required

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

Title:
  [GTK3] Category Top Rated screen is redundant with All screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/830272/+subscriptions

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


[Bug 830272] Re: [GTK3] Category Top Rated screen is redundant with All screen

2011-08-20 Thread Aaron Peachey
This was implemented in  the gtk2 implementation of top rated. Will also
implement in gtk3

** Changed in: software-center (Ubuntu)
   Status: New = In Progress

** Changed in: software-center (Ubuntu)
 Assignee: (unassigned) = Aaron Peachey (aaronp)

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

Title:
  [GTK3] Category Top Rated screen is redundant with All screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/830272/+subscriptions

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


[Bug 808221] Re: Whole computer unstable while installing apps

2011-08-06 Thread Aaron Peachey
Hi canon, thank you for posting this bug report. I appreciate the troubles you 
are having are frustrating for you.
With the release of Ubuntu 11.04, Ubuntu Software Centre version 4.0 was also 
released and addressed quite a few existing bugs, including some relating to 
speed and stability. If it is an option for you to upgrade to Natty (11.04) and 
get version 4 of Software Centre, this would be the first suggestion to address 
your problem.

If this is not an option for you, could you please run Software Centre by 
typing software-center (no sudo) into a terminal and repeat the activity that 
causes your problem (i.e. install a program and get an unstable/slow system). 
Then, paste the output from the terminal back here - hopefully it might contain 
some information that will help us to address the problem.


** Changed in: software-center (Ubuntu)
   Status: New = Incomplete

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

Title:
  Whole computer unstable while installing apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/808221/+subscriptions

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


[Bug 807010] Re: Editing a review isn't instantly update in the users view

2011-07-14 Thread Aaron Peachey
Great! Thanks Dave

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

Title:
  Editing a review isn't instantly update in the users view

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/807010/+subscriptions

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


[Bug 807010] Re: Editing a review isn't instantly update in the users view

2011-07-08 Thread Aaron Peachey
** Changed in: software-center (Ubuntu)
   Status: New = In Progress

** Changed in: software-center (Ubuntu)
 Assignee: (unassigned) = Aaron Peachey (aaronp)

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

Title:
  Editing a review isn't instantly update in the users view

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/807010/+subscriptions

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


[Bug 807010] Re: Editing a review isn't instantly update in the users view

2011-07-08 Thread Aaron Peachey
fixed in branch attached, proposed for merging to trunk

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

Title:
  Editing a review isn't instantly update in the users view

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/807010/+subscriptions

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


[Bug 789768] Re: Cannot edit a review

2011-07-08 Thread Aaron Peachey
** Changed in: software-center (Ubuntu)
   Status: In Progress = Fix Committed

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

Title:
  Cannot edit a review

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/789768/+subscriptions

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


[Bug 802756] Re: hard to match stars with name

2011-06-29 Thread Aaron Peachey
Hi, we already have a bug that suggests we should have alternating colours for 
the list view rows (LP: #727151) and have had discussions around if and how to 
implement that. 
The issue is that if a list view only shows 2 or 3 results then one of them 
will be a different colour to the others and looks like it is being emphasised 
when it actually isn't.
I looked at ways to implement it differently but still didn't find anything 
that worked well so we've left it as is.

I don't believe this is a duplicate, so think it should stay open as
this is a slightly different issue in that there are probably ways to
associate the star rating with the app name, without having to
distinguish the rows from one another. For example, putting the stars on
the left instead of right (vice-versa for RTL locales) immediately
followed by the app name.

e.g.
* 3D Chess
   instead of
3D Chess*

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

Title:
  hard to match stars with name

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/802756/+subscriptions

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


[Bug 802756] Re: hard to match stars with name

2011-06-29 Thread Aaron Peachey
Note, in my previous comment the final line was meant to be 
3DChess   w i t h   a   h e a p   o f   s p a c e s   i n   h e r e   *
but Launchpad trimmed all my inner spaces away!

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

Title:
  hard to match stars with name

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/802756/+subscriptions

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


[Bug 794060] Re: Software Centre duplicate reviews

2011-06-19 Thread Aaron Peachey
Newly linked branch has the same fix written for oneiric. I have
proposed it for merging to trunk after review.

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

Title:
  Software Centre duplicate reviews

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/794060/+subscriptions

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


[Bug 797926] Re: software center duplicate reviews upon voting on review

2011-06-16 Thread Aaron Peachey
*** This bug is a duplicate of bug 794060 ***
https://bugs.launchpad.net/bugs/794060

Hi, thanks for your bug report.
I'm marking this as a duplicate of bug # 794060, which has a fix in the next 
update of software centre (4.0.4).
Unfortunately I've just realised that my fix doesn't quite work so this one is 
likely to be fixed (properly) in a later version.

** This bug has been marked a duplicate of bug 794060
   Software Centre duplicate reviews

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

Title:
  software center duplicate reviews upon voting on review

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/797926/+subscriptions

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


[Bug 794060] Re: Software Centre duplicate reviews

2011-06-16 Thread Aaron Peachey
Attached branch does not completely fix this bug, I'm working on an
updated fix.

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

Title:
  Software Centre duplicate reviews

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/794060/+subscriptions

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


[Bug 794060] Re: Software Centre duplicate reviews

2011-06-10 Thread Aaron Peachey
Attached branch has a fix for this bug for Natty.

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

Title:
  Software Centre duplicate reviews

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/794060/+subscriptions

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


[Bug 794060] Re: Software Centre duplicate reviews

2011-06-07 Thread Aaron Peachey
Hi, thanks for your bug report. I can confirm this issue and believe it
is due to a recent change to paginate the reviews which doesn't clear
the reviews in the app details view before updating with new review info
after a review submission, vote or flag. I am working on a fix.

** Changed in: software-center (Ubuntu)
   Status: New = Confirmed

** Changed in: software-center (Ubuntu)
 Assignee: (unassigned) = Aaron Peachey (aaronp)

** Changed in: software-center (Ubuntu)
   Status: Confirmed = In Progress

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

Title:
  Software Centre duplicate reviews

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


[Bug 789768] Re: Cannot edit a review

2011-05-30 Thread Aaron Peachey
Hi Ali,
Thanks for your report. This functionality is currently being worked on.

** Changed in: software-center (Ubuntu)
   Status: New = In Progress

** Changed in: software-center (Ubuntu)
 Assignee: (unassigned) = Aaron Peachey (aaronp)

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

Title:
  Cannot edit a review

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


[Bug 790450] [NEW] 'Submitting now...' spinner runs forever on usefulness submit fails

2011-05-30 Thread Aaron Peachey
Public bug reported:

Binary package hint: software-center

When submitting a usefulness vote and the rnrclient encounters an exception, 
the spinner with text 'Submitting now...' does not change to the expected error 
notification, and instead continues to spin forever, leading the user to 
believe that the submission is still in progress (or that there is a problem, 
but they have no way to tell what it is).
User is unable to cancel or re-submit usefulness on that review until 
restarting the application.
Issue exists in version 4.02.

STR: Press Yes/No to submit usefulness for a review and immediately
disconnect your network connection (i.e. before the submission is able
to complete).

Propose this is fixed for natty.

** Affects: software-center (Ubuntu)
 Importance: Undecided
 Assignee: Aaron Peachey (aaronp)
 Status: In Progress


** Tags: natty

** Changed in: software-center (Ubuntu)
   Status: New = In Progress

** Changed in: software-center (Ubuntu)
 Assignee: (unassigned) = Aaron Peachey (aaronp)

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

Title:
  'Submitting now...' spinner runs forever on usefulness submit fails

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


[Bug 728896] Re: No handlers found for logger softwarecenter.db.update

2011-05-17 Thread Aaron Peachey
** Changed in: software-center (Ubuntu)
   Status: In Progress = Fix Committed

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

Title:
  No handlers found for logger softwarecenter.db.update

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


[Bug 784000] [NEW] Comment contents lost when re-opening xls file with MSExcel2007

2011-05-17 Thread Aaron Peachey
Public bug reported:

Binary package hint: libreoffice

Version 1:3.3.2-1ubuntu5 on Ubuntu 11.04.
When opening an xls file (created in Excel) in LibreOffice and then saving it, 
comments are empty when re-opening the file (in Microsoft Excel 2007)

** Affects: libreoffice (Ubuntu)
 Importance: Undecided
 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/784000

Title:
  Comment contents lost when re-opening xls file with MSExcel2007

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


[Bug 782593] Re: Apps with over 100 reviews show 0 reviews in the list

2011-05-14 Thread Aaron Peachey
*** This bug is a duplicate of bug 774201 ***
https://bugs.launchpad.net/bugs/774201

Hi Michael, thanks for your bug report.
We had this issue reported in bug # 774201 for which a fix has been committed 
to trunk. Marking this as a duplicate of that bug. Please let us know if you 
think this is a different problem.

** This bug has been marked a duplicate of bug 774201
   software center displaying 0 reviews when number exceeds 100
 * You can subscribe to bug 774201 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/774201/+subscribe

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

Title:
  Apps with over 100 reviews show 0 reviews in the list

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


[Bug 780504] Re: should not limit reviews and ratings by locale

2011-05-14 Thread Aaron Peachey
Hi guys. Thanks for this.
You'll be pleased to know we had some discussions at UDS about solving this, so 
stay tuned...

** Changed in: software-center (Ubuntu)
   Status: New = Confirmed

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

Title:
  should not limit reviews and ratings by locale

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


[Bug 782159] Re: Review window does not handle very long translation well

2011-05-13 Thread Aaron Peachey
Hi Gabor, I agree it's only a bandaid to make the translation smaller.
We should wrap the label.

** Changed in: software-center (Ubuntu)
   Status: New = Confirmed

** Changed in: software-center (Ubuntu)
 Assignee: (unassigned) = Aaron Peachey (aaronp)

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

Title:
  Review window does not handle very long translation well

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


[Bug 779595] Re: clean 11.04 install. Software center doesn't install apps

2011-05-09 Thread Aaron Peachey
*** This bug is a duplicate of bug 775425 ***
https://bugs.launchpad.net/bugs/775425

Thanks again. This issue appears to have been reported on bug # 775425 which I 
can now mark as confirmed.
I've marked this as a duplicate of that bug and we will track this issue on the 
other report, so if you have any more info or comments please use the other bug 
report.

Thanks again for your follow up.

** This bug has been marked a duplicate of bug 775425
   software center works only if started from terminal with sudo
 * You can subscribe to bug 775425 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/775425/+subscribe

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

Title:
  clean 11.04 install.  Software center doesn't install apps

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


[Bug 775425] Re: software center works only if started from terminal with sudo

2011-05-09 Thread Aaron Peachey
Marking this as confirmed, since another user has experienced the same
issue (duplicate bug # 779595).

** Changed in: software-center (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  software center works only if started from terminal with sudo

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


[Bug 775425] Re: software center works only if started from terminal with sudo

2011-05-09 Thread Aaron Peachey
Additional info from the duplicate bug report that appears to be relevant 
and/or different to the details in this bug:
The issue is occuring on a clean Natty amd64 install on a new partition with 
/home on another partition (shared between multiple OS partitions - the others 
are running 10.10)

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

Title:
  software center works only if started from terminal with sudo

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


[Bug 779595] Re: clean 11.04 install. Software center doesn't install apps

2011-05-08 Thread Aaron Peachey
Hi cfraenkel, to take a look at this issue we will need a bit more information 
that might help us work out the root cause.
Can you please run Software Centre from the terminal by typing 
'software-center' (without the quotes) and then try to install something. 
Hopefully, this will produce some output in the terminal that you can paste or 
attach back here so we can try to figure out what the problem is.
Thanks

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

Title:
  clean 11.04 install.  Software center doesn't install apps

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


[Bug 779316] [NEW] Ensure reviews continue to get submitted and ratings don't weight towards low end

2011-05-07 Thread Aaron Peachey
Public bug reported:

Binary package hint: software-center

See bug # 716435 as a starting point. I'm adding reference to an email
exchange that has occurred between the software-store-developers group.
With an upcoming UDS session to discuss what's next for the RnR
functionality, I thought this would be a good issue to add for
discussion.

I've added the key parts of that email exchange to this bug report as
comments.

** Affects: software-center (Ubuntu)
 Importance: Undecided
 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/779316

Title:
  Ensure reviews continue to get submitted and ratings don't weight
  towards low end

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


[Bug 779316] Re: Ensure reviews continue to get submitted and ratings don't weight towards low end

2011-05-07 Thread Aaron Peachey
*** From aaronp 1/3/2011:
Once someone has installed an app via USC, when do they get the opportunity to 
review it? In my own experience, once I've installed an app, I'm generally not 
viewing it again in USC unless I'm uninstalling, so I would never review it. 
So, even without prompting users to review apps upon removal, I think our 
reviews will naturually pull to the negative side just because users aren't 
necessarily going to take the time to review apps they have installed.

My proposed solution:
Upon opening USC we currently have X recommendations for you. I think we 
should have something similar here like You recently installed X applications 
and haven't reviewed them yet. Click here to help out others by giving your 
opinion
Clicking could then take you to the history of installed apps where the user 
can invoke a review on any app they have installed (or removed I guess)
We would only bother them with this lobby screen prompt for apps that have been 
installed over a week or so ago (to give them time to try it before reviewing)

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

Title:
  Ensure reviews continue to get submitted and ratings don't weight
  towards low end

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


[Bug 779316] Re: Ensure reviews continue to get submitted and ratings don't weight towards low end

2011-05-07 Thread Aaron Peachey
*** From nzmm 1/3/2011
You raise good points and i like the proposal.

I just wonder, if i am the user and i am being asked to review, say, a
list of 10 apps i have removed and/or installed, how would we present
the review dialog in a way which wouldn't be too burdensome to step
through for each app? This could easily become a chore and put people
off reviewing the apps.

Moreover, if i couldnt be bothered reviewing the apps, I would prob get
annoyed after a while if i couldnt dismiss the lobby message. In this
context people could perceive it as a nag.

Perhaps you would want to back the lobby message up with non-
intrusive/subtle button in the applist which brings up the review
dialog.

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

Title:
  Ensure reviews continue to get submitted and ratings don't weight
  towards low end

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


[Bug 779316] Re: Ensure reviews continue to get submitted and ratings don't weight towards low end

2011-05-07 Thread Aaron Peachey
*** From aaronp 1/3/2011
I definitely think we would need to give the user the option to 'never ask me 
again' in regards to the lobby message. Once they are aware that they can 
review the apps via the history screen, it's really up to them as to whether 
they ever want to do it or not.

You make a good point about the time it takes to review, especially if
there are quite a few apps. I guess it comes down to when the user wants
to review them. I generally only open Software Centre when I want to
specifically install or remove something (well...before I started
helping to develop it!) which means I have a task in mind and the review
would be a diversion, and 10 reviews in a row would be a significant
diversion. Given I'm community minded, if I noticed the lobby screen
reminder and had a minute to spare, and has been using a recently
installed app recently, I'd probably review it, but that's just me.

However, I think if we could make it simpler/faster to submit a review,
we should have done so already.

I think the user needs to cherry pick the installed apps they want to
review and manage their own time in this regards, and the lobby screen
message is just a way of gently reminding them that they can contribute
by reviewing.

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

Title:
  Ensure reviews continue to get submitted and ratings don't weight
  towards low end

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


[Bug 779316] Re: Ensure reviews continue to get submitted and ratings don't weight towards low end

2011-05-07 Thread Aaron Peachey
***From mpt 25/3/2011:
 Upon opening USC we currently have X recommendations for you. I
 think we should have something similar here like You recently
 installed X applications and haven't reviewed them yet. Click here
 to help out others by giving your opinion
 Clicking could then take you to the history of installed apps where
 the user can invoke a review on any app they have installed (or
 removed I guess)
 We would only bother them with this lobby screen prompt for apps
 that have been installed over a week or so ago (to give them time to
 try it before reviewing)
Maybe it should ask you to review something that you've had installed
for at least a week, *and* that you've used recently.

 I just wonder, if i am the user and i am being asked to review, say, a
 list of 10 apps i have removed and/or installed, how would we present
 the review dialog in a way which wouldn't be too burdensome to step
 through for each app? This could easily become a chore and put people
 off reviewing the apps.
...
That's easily solved: don't mention ten applications, just suggest
reviewing one particular application. Then the next time USC launches,
suggest a review of one other particular application.
You ran Darwinia last Thursday. Would you like to _review it_?

 Moreover, if i couldnt be bothered reviewing the apps, I would prob get
 annoyed after a while if i couldnt dismiss the lobby message. In this
 context people could perceive it as a nag.
Maybe. Or maybe the interface for turning review suggestions back on
would be even more of a distraction. It would depend where it is.

 Perhaps you would want to back the lobby message up with 
 non-intrusive/subtle button in the applist which brings up the 
 review dialog.
Absolutely.

** Description changed:

  Binary package hint: software-center
  
  See bug # 716435 as a starting point. I'm adding reference to an email
  exchange that has occurred between the software-store-developers group.
  With an upcoming UDS session to discuss what's next for the RnR
  functionality, I thought this would be a good issue to add for
  discussion.
  
- *** From aaronp 1/3/2011:
- Once someone has installed an app via USC, when do they get the opportunity 
to review it? In my own experience, once I've installed an app, I'm generally 
not viewing it again in USC unless I'm uninstalling, so I would never review 
it. So, even without prompting users to review apps upon removal, I think our 
reviews will naturually pull to the negative side just because users aren't 
necessarily going to take the time to review apps they have installed.
- 
- My proposed solution:
- Upon opening USC we currently have X recommendations for you. I think we 
should have something similar here like You recently installed X applications 
and haven't reviewed them yet. Click here to help out others by giving your 
opinion
- Clicking could then take you to the history of installed apps where the user 
can invoke a review on any app they have installed (or removed I guess)
- We would only bother them with this lobby screen prompt for apps that have 
been installed over a week or so ago (to give them time to try it before 
reviewing)
- 
- *** From nzmm 1/3/2011
- You raise good points and i like the proposal. 
- 
- I just wonder, if i am the user and i am being asked to review, say, a
- list of 10 apps i have removed and/or installed, how would we present
- the review dialog in a way which wouldn't be too burdensome to step
- through for each app?  This could easily become a chore and put people
- off reviewing the apps.
- 
- Moreover, if i couldnt be bothered reviewing the apps, I would prob get
- annoyed after a while if i couldnt dismiss the lobby message.  In this
- context people could perceive it as a nag.
- 
- Perhaps you would want to back the lobby message up with non-
- intrusive/subtle button in the applist which brings up the review
- dialog.
- 
- *** From aaronp 1/3/2011
- I definitely think we would need to give the user the option to 'never ask me 
again' in regards to the lobby message. Once they are aware that they can 
review the apps via the history screen, it's really up to them as to whether 
they ever want to do it or not.
- 
- You make a good point about the time it takes to review, especially if
- there are quite a few apps. I guess it comes down to when the user wants
- to review them. I generally only open Software Centre when I want to
- specifically install or remove something (well...before I started
- helping to develop it!) which means I have a task in mind and the review
- would be a diversion, and 10 reviews in a row would be a significant
- diversion. Given I'm community minded, if I noticed the lobby screen
- reminder and had a minute to spare, and has been using a recently
- installed app recently, I'd probably review it, but that's just me.
- 
- However, I think if we could make it simpler/faster to submit a review,
- we should have done so already.
- 
- I think the user needs to 

[Bug 778897] [NEW] livecd asks for user details on upgrade

2011-05-07 Thread Aaron Peachey
Public bug reported:

Binary package hint: ubiquity

LiveCD has a fantastic new feature allowing you to upgrade from the previous 
version using the cd environment.
However, upon starting the upgrade it asks you for your name, computer name, 
username and password, even though these should already be set because you are 
just upgrading an existing installation.

Also, is this a security issue? i.e. If I have a computer running 10.10
and an unauthorised person decides to upgrade it to 11.04 without my
permission, they can do so simply by using a livecd. There should be a
check to ensure the user has administrator rights on the existing
installation (by entering their username and sudo password) before
allowing the upgrade to proceed.

** Affects: ubiquity (Ubuntu)
 Importance: Undecided
 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/778897

Title:
  livecd asks for user details on upgrade

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


[Bug 779276] Re: package software-center 4.0 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-05-07 Thread Aaron Peachey
Thanks for following up. Marking as invalid.

** Changed in: software-center (Ubuntu)
   Status: New = Invalid

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

Title:
  package software-center 4.0 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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


[Bug 728896] Re: No handlers found for logger softwarecenter.db.update

2011-04-29 Thread Aaron Peachey
Attached branch should (re)fix this issue.

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

Title:
  No handlers found for logger softwarecenter.db.update

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


[Bug 728896] Re: No handlers found for logger softwarecenter.db.update

2011-04-21 Thread Aaron Peachey
Thanks, I can't reproduce this (running this succeeds without errors on
my machine) but will see if I can find a regression in the code.

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

Title:
  No handlers found for logger softwarecenter.db.update

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


[Bug 728896] Re: No handlers found for logger softwarecenter.db.update

2011-04-21 Thread Aaron Peachey
The change I made to fix this bug was reverted in version 3.1.25 to fix
an unwanted side effect (see bug # 688682). So setting this back to
confirmed and looking for a smarter way to fix it.

At the moment this is not fatal as it generally just means the cache
update process tripped up on one desktop file, but this exception covers
up the real cause of the error (and inevitably means the package with
the broken file will not be available in software centre)

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

Title:
  No handlers found for logger softwarecenter.db.update

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


[Bug 728896] Re: No handlers found for logger softwarecenter.db.update

2011-04-20 Thread Aaron Peachey
Hi ComputerJy, thanks for reporting this.
Can you please confirm which version of software centre you are using?

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

Title:
  No handlers found for logger softwarecenter.db.update

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


[Bug 765389] Re: have to hurry to click add to launcher

2011-04-20 Thread Aaron Peachey
Thanks Martin, I misinterpreted the 'Opinion' status. I was trying to
say I didn't think we were ready to fix the bug with the info that we
had but wanted to promote some discussion from others to get to a point
where we agree on what the actual issue is so we can fix it. Anyway,
looks like Gary has it under control. Thanks!

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

Title:
  have to hurry to click add to launcher

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


[Bug 765396] Re: You need to install this app before you can review it persists after installation

2011-04-19 Thread Aaron Peachey
*** This bug is a duplicate of bug 761261 ***
https://bugs.launchpad.net/bugs/761261

I'm marking this as a duplicate of bug #761261 which was closed last week.
When I went to fix that bug, I found that in one of the subsequent 
software-center updates, the bug was already fixed. 

Could you please confirm what version of software-center you are using and 
upgrade to the latest version from the archives to confirm that the issue is no 
longer present? If it is still present, please add comments to the other bug 
report to confirm actions we need to take to reproduce it, and we can look into 
the problem.
Thanks

** This bug has been marked a duplicate of bug 761261
   Review link does not appear upon installing an application
 * You can subscribe to bug 761261 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/761261/+subscribe

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

Title:
  You need to install this app before you can review it persists after
  installation

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


[Bug 765389] Re: have to hurry to click add to launcher

2011-04-19 Thread Aaron Peachey
I have experienced the same with a fast installing app and agree that it
can probably escape you too quickly. It's also a valid point that you
wouldn't necessarily want to add the app to your launcher immediately
upon installing it, and may do so later after you try it out. This does
seem to invalidate the current functionality in many use-cases.

It appears the other bug # 670403 has a few trains of thought on how to 
implement. 
I believe we should keep the current implementation for convenience (i.e. when 
you're installing an app that you know you want to add to the launcher) but 
also add another place in USC where you can choose which installed apps to add 
to the launcher, at any later time. 
However, I believe this begs the question of whether this is functionality that 
should exist in USC or in Unity (or both?). 
After software has actually been downloaded/installed/upgraded via USC it would 
seem that USC's role is over - I'm leaning towards this actually being 
something that should be achievable via Unity directly as it seems like quite a 
significant usability issue if we were to force users to open up USC just to 
add a new icon to their launcher. It would be a matter of convenience for a 
user to be able to achieve this in a central place in USC but I think this 
should be secondary option only.

Just my thoughts.

** Changed in: software-center (Ubuntu)
   Status: New = Opinion

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

Title:
  have to hurry to click add to launcher

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


[Bug 761454] Re: software-center crashed with IndexError in on_get_value(): list index out of range

2011-04-18 Thread Aaron Peachey
I'm setting this as confirmed due to a couple of duplicate bugs that have the 
same traceback info.
The other two bug reporters both mentioned they were uninstalling software at 
the time.

** Changed in: software-center (Ubuntu)
   Status: New = Confirmed

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

Title:
  software-center crashed with IndexError in on_get_value(): list index
  out of range

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


[Bug 764468] Re: Software Centre reviews, post time wrong.

2011-04-18 Thread Aaron Peachey
Hi Matt, thanks for reporting this issue.
Could you please:
- post a screenshot of the review on the screen and advise what time (locally) 
you took the screenshot
- also advise what date/time you posted the review (again your local time)
- advise what your timezone is

Also, is this particular review the only one you've noticed the issue on
or does it occur on all reviews you submit?

** Changed in: software-center (Ubuntu)
   Status: New = Incomplete

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

Title:
  Software Centre reviews, post time wrong.

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


[Bug 763425] Re: get_reviews_helper.py crashed with NameError in __main__: name 'app' is not defined

2011-04-17 Thread Aaron Peachey
*** This bug is a duplicate of bug 761452 ***
https://bugs.launchpad.net/bugs/761452

Hi Alexy. Thanks for trying to reproduce this bug.
Looking at the code, I can see that Michael fixed this bug in version 3.1.26.5 
of software centre, which is the next version after the one you are using. I 
suspect the latest version is still waiting to make it into the archives so you 
may need to wait for that to happen (or use the latest daily build) to confirm 
that this is now resolved. Thanks for your follow up (I'll also post this 
comment on bug 761452 which this bug is a duplicate of)

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

Title:
  get_reviews_helper.py crashed with NameError in __main__: name 'app'
  is not defined

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


[Bug 761452] Re: get_reviews_helper.py crashed with NameError in __main__: name 'app' is not defined

2011-04-17 Thread Aaron Peachey
My comment from duplicate bug # 763524:
Hi Alexy. Thanks for trying to reproduce this bug.
Looking at the code, I can see that Michael fixed this bug in version 3.1.26.5 
of software centre, which is the next version after the one you are using. I 
suspect the latest version is still waiting to make it into the archives so you 
may need to wait for that to happen (or use the latest daily build) to confirm 
that this is now resolved. Thanks for your follow up

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

Title:
  get_reviews_helper.py crashed with NameError in __main__: name 'app'
  is not defined

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


[Bug 758057] Re: cant uninstall programs from software centre

2011-04-16 Thread Aaron Peachey
No problems at all, please keep reporting problems that you find as it can only 
help us to make things better. Glad you sorted the problem out. If it comes 
back or you have more info that might point to it being a bug, please feel free 
to raise it here.
Thanks Darren.

Setting this bug to invalid now.

** Changed in: software-center (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  cant uninstall programs from software centre

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


[Bug 761261] Re: Review link does not appear upon installing an application

2011-04-15 Thread Aaron Peachey
Hi Vincent, thanks for your bug report, I'm confirming this as I was
able to reproduce the behaviour. I'm working on a fix too.

** Changed in: software-center (Ubuntu)
   Status: New = Confirmed

** Changed in: software-center (Ubuntu)
 Assignee: (unassigned) = Aaron Peachey (aaronp)

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

Title:
  Review link does not appear upon installing an application

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


[Bug 761261] Re: Review link does not appear upon installing an application

2011-04-15 Thread Aaron Peachey
Hi Vincent. After confirming this bug I updated to the latest version
from trunk so I could fix it and could no longer reproduce it. I have a
feeling that this may have been inadvertently fixed in another bugfix
that we've done in one of the latest incremental changes. Could you
update s-c to the latest version and see if you can reproduce the bug
again? If so, please report back with the steps you used that made it
occur again. Thanks.

** Changed in: software-center (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  Review link does not appear upon installing an application

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


[Bug 760588] Re: when i try to find software, every time no one software appear in the list

2011-04-15 Thread Aaron Peachey
Hi gino, thanks for your bug report. 
Can you describe what you mean? Are there any items in the list of the left 
hand side? Are there any categories in the main window section or none?

Can you please also run Software Centre from the terminal by typing 
software-center and do what you normally do (i.e. to the point where you can 
see no software listed) and then attach any terminal output from the program 
here. This will assist us to locate the cause of the issue.
Thanks

** Changed in: software-center (Ubuntu)
   Status: New = Incomplete

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

Title:
  when i try to find software, every time no one software appear in the
  list

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


[Bug 758057] Re: cant uninstall programs from software centre

2011-04-15 Thread Aaron Peachey
Hi Darren, thanks for reporting this issue. Can you please open Software Centre 
from the terminal by typing software-center and confirming that you experience 
the same behaviour. If so, please then attach the terminal output here, as it 
may be helpful for us to determine what the cause of your issue is.
Thanks

** Changed in: software-center (Ubuntu)
   Status: New = Incomplete

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

Title:
  cant uninstall programs from software centre

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


[Bug 753935] Re: can't review installed software

2011-04-15 Thread Aaron Peachey
Hi Jim, thanks for your bug report. Can you confirm what happens if you
click the link to 'write a review' prior to submitting a vote on another
review? (i.e. do you get presented with a review window and then it
fails to submit, or does the problem begin earlier?)

In any event, there have been quite a few bug fixes related to reviews
in some of the versions of software centre released since the version
you're using. If possible, could you try updating to the latest version
to see if your problem has been resolved for you? If not, we can then
seek more information to see what may be causing the problem?

** Changed in: software-center (Ubuntu)
   Status: New = Incomplete

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

Title:
  can't review installed software

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


[Bug 753554] Re: software-center should suggest where/how to upload screenshots for applications that don't have them

2011-04-15 Thread Aaron Peachey
Hi Tom, 
Thanks for your report. I'm setting this one as opinion as I think it warrants 
some discussion as to how it would be implemented. I don't think we could just 
allow people to upload pictures without moderation (it wouldn't take long 
before all the screenshots were porn pictures or advertising spam), and the 
moderating piece is something that needs thought. Also, how do we determine if 
you are allowed to upload a screenshot? Should it be the first person who 
decides to do it while there are none or would subsequent people also be 
allowed to upload one?
However, I do acknowledge it could be easier for people to get a screenshot in 
without having to submit it in a branch.

** Changed in: software-center (Ubuntu)
   Status: New = Opinion

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

Title:
  software-center should suggest where/how to upload screenshots for
  applications that don't have them

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


[Bug 752826] Re: allows the user to start the review process on a non-reviewable app

2011-04-15 Thread Aaron Peachey
Hi Vadim,
I think you have a valid point, so setting this bug as Confirmed. 
We need to put some thought into how we would implement this (i.e. how do we 
determine if an app is 'non-reviewable' prior to the user starting to complete 
a review and what message etc. should we display)

** Changed in: software-center (Ubuntu)
   Status: New = Confirmed

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

Title:
  allows the user to start the review process on a non-reviewable app

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


[Bug 752790] Re: unbuntu software center

2011-04-15 Thread Aaron Peachey
Hi Todd. Thanks for reporting this issue, hopefully we can resolve your issue 
and get you installing software.
Can you please run software centre from the terminal by typing software-centre 
and then try to install software like you have described above. Once you've 
experienced this issue again, if you can attach any terminal output that was 
generated into this bug report, we can investigate further.
You may also benefit from upgrading to the latest version of software centre as 
there have been quite a few bug fixes since the version you are using.

** Changed in: software-center (Ubuntu)
   Status: New = Incomplete

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

Title:
  unbuntu software center

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


[Bug 761580] Re: no software can be installed

2011-04-15 Thread Aaron Peachey
*** This bug is a duplicate of bug 665218 ***
https://bugs.launchpad.net/bugs/665218

Hi, thanks for reporting this issue.
I'm making this as a duplicate of bug 665218. If you have any more to add or 
would like more info, please use that bug report.

** This bug has been marked a duplicate of bug 665218
   Software-center reports a progamming error in aptdaemon but without any 
details
 * You can subscribe to bug 665218 by following this link: 
https://bugs.launchpad.net/aptdaemon/+bug/665218/+subscribe

** Changed in: software-center (Ubuntu)
   Status: New = Invalid

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

Title:
  no software can be installed

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


[Bug 752974] Re: i keep trying to download apps from the ubuntu software centre, however it keeps comming up, as soon as i press install an unhandled error has occured it says: There seems to be a p

2011-04-15 Thread Aaron Peachey
*** This bug is a duplicate of bug 665218 ***
https://bugs.launchpad.net/bugs/665218

Hi, thanks for the bug report.
This appears to be a duplicate of an existing bug 665218, so I am marking it as 
such. Please make any further comments or add further info on that report and 
please continue to report any bugs that you find. Thanks.

** This bug has been marked a duplicate of bug 665218
   Software-center reports a progamming error in aptdaemon but without any 
details
 * You can subscribe to bug 665218 by following this link: 
https://bugs.launchpad.net/aptdaemon/+bug/665218/+subscribe

** Changed in: software-center (Ubuntu)
   Status: New = Invalid

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

Title:
  i keep trying to download apps from the ubuntu software centre,
  however it keeps comming up, as soon as i press install an unhandled
  error has occured it says: There seems to be a programming error in
  aptdaemon, the software that allows you to install/remove software and
  to perform other package management related tasks. Please report this
  error at http://launchpad.net/aptdaemon/+filebug and retry.

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


[Bug 749351] Re: software-center crashed with DocNotFoundError in __init__(): Document 1125 not found

2011-04-15 Thread Aaron Peachey
Marking this as confirmed due to the number of duplicates.

Sammie (or any duplicate bug reporters), could you please describe what
you were doing at the time this crash occurred? Is this crash something
you can reproduce? If so, could you explain how?

** Changed in: software-center (Ubuntu)
   Status: New = Confirmed

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

Title:
  software-center crashed with DocNotFoundError in __init__(): Document
  1125 not found

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


[Bug 703558] Re: software-center crashed with DocNotFoundError in __init__(): Document 1758 not found

2011-04-15 Thread Aaron Peachey
Duplicate of 749351, appears to be the same root cause and Traceback
indicates the issue is generated in the same place.

** Changed in: software-center (Ubuntu)
   Status: New = Confirmed

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

Title:
  software-center crashed with DocNotFoundError in __init__(): Document
  1758 not found

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


[Bug 703558] Re: software-center crashed with DocNotFoundError in __init__(): Document 1758 not found

2011-04-15 Thread Aaron Peachey
Launchpad is not allowing me to mark this as a duplicate of 749351, so
setting it as confirmed for now.

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

Title:
  software-center crashed with DocNotFoundError in __init__(): Document
  1758 not found

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


[Bug 754879] Re: No way to tell how to review previously reviewed software that's not installed

2011-04-09 Thread Aaron Peachey
** Changed in: software-center (Ubuntu)
   Status: New = Confirmed

** Changed in: software-center (Ubuntu)
 Assignee: (unassigned) = Aaron Peachey (aaronp)

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

Title:
  No way to tell how to review previously reviewed software that's not
  installed

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


[Bug 755103] Re: Link for more information on writing a review hangs application

2011-04-09 Thread Aaron Peachey
Hi, Dylan, thanks for your bug report. 
I'm marking this as confirmed as I have been able to reproduce the error 
exactly as you have described with latest version from trunk (r1693) using the 
steps outlined in the bug report.

** Changed in: software-center (Ubuntu)
   Status: New = Confirmed

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

Title:
  Link for more information on writing a review hangs application

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


[Bug 754879] Re: No way to tell how to review previously reviewed software that's not installed

2011-04-09 Thread Aaron Peachey
Hi Vincent, thanks for reporting this bug, I have confirmed it as I
believe it is correct. I've also fixed it in the branch attached.

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

Title:
  No way to tell how to review previously reviewed software that's not
  installed

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


[Bug 426215] Re: apt:package-name isn't handled by the Store when appropriate

2011-04-09 Thread Aaron Peachey
Hi Jeremy, 
This bug is marked as wishlist but the good news is a fix was released on 12 
August 2010, as per the update from Kiwinote above. I just tested this in the 
latest version (in Natty) by typing 'apt:abiword' in the Firefox address bar 
and Software Centre opened with AbiWord read to install. I believe you will 
need Software Centre from Maverick or Natty to experience this fix though - are 
you running an earlier version of Ubuntu?

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

Title:
  apt:package-name isn't handled by the Store when appropriate

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


[Bug 745638] Re: Cancelling sign-in after grading review says Submitting now… forever

2011-03-31 Thread Aaron Peachey
Hi mpt, firstly, the fact that pressing cancel doesn't remove the
'submitting now...' message and return the UI to the 'pre-click' state
is an issue that we need to fix.

In regards to the 'what should happen' in yout bug report:
When the user presses on Yes/No to submit usefuleness it spawns the submit 
usefulness app. This app signs in first before submitting the vote. If the user 
is already signed in, then the sign in process is just a verification (but 
distinct from the submitting of the vote), doesn't take very long and doesn't 
bother the user with additional UI.
However, if they need to sign in then the login window appears.

The issue I have with not showing the spinner and text until you've
signed in is that we would be leaving the Yes/No links visible while
that sign in process happens. For a user who is already signed in, the
time between when they click Yes/No and the time when the spawned app is
actually signed in and has commenced submitting the review may confuse
them into thinking that their click didn't work and they may try to
click again and subsequently spawn another instance of the submit
usefulness app.

My reasoning behind implementing 'submitting now...' from the moment
they clicked the button was so that the 'background' process was
transparent to them (i.e. the distinction between sign in and submit is
irrelevant if they don't need to interact - because they're already
signed in) and they can simply keep reading reviews while the submit
happens.

My suggestion would be to leave it as-is now, but just ensure that we
return the usefulness UI to it's original state when the user cancels
the sign-in dialog.

** Changed in: software-center (Ubuntu)
   Status: New = Opinion

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

Title:
  Cancelling sign-in after grading review says Submitting now… forever

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

[Bug 745934] Re: Punctuation issue on if a review is helpful

2011-03-31 Thread Aaron Peachey
We probably don't want to delve too far into a punctuation debate but I agree 
with mpt in a technical sense.
 
I agree that when you 'say' them they do sound exactly the same with either a 
comma or semi-colon. But I believe mpt is correct, in that if you are not using 
a conjunction in the sentence and there is no explicit link, then a semi-colon 
is technically correct when there is an implicit link without the conjunction.

X people found this review helpful, including you -- the 'including
you' is linked to the first part of the sentence explicitly. To say X
people found this review helpful and/but including you makes no sense,
so a comma is used.

X people found this review helpful; you did not -- the 'you did not' is
only implicitly linked to the first part of the sentence. To say X
people found this review helpful and/but you did not makes sense, in
which case a semi-colon is more appropriate than a comma because it is a
higher magnitude of separation without adding an unnecessary conjunction
or writing two sentences.

Unfortunately I learned all this at school but seldom put it into
practice, and would incorrectly use a comma when a semi-colon is
technically correct in 99% of my own written interactions (not including
the gibberish I write everywhere on the internet where I religiously
ignore all the rules of grammar and punctuation).

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

Title:
  Punctuation issue on if a review is helpful

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


[Bug 738666] Re: Software Center does not list any software

2011-03-21 Thread Aaron Peachey
Hi oZiRiz, thanks for reporting your issue.
Can you please advise which version of Software Centre you are running. You can 
find this via the Help menu by clicking on the 'About' menu item. 

To help us determine what might be causing your issue, can you please
try running Software Centre from the command line by typing software-
center and searching/navigating like you did when you experienced the
issue. Then attach the terminal output to this bug report.

Thanks


** Changed in: software-center (Ubuntu)
   Status: New = Incomplete

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

Title:
  Software Center does not list any software

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


[Bug 736312] Re: Clicking yes on Did you find this review helpful doesn't remove the yes and no buttons.

2011-03-17 Thread Aaron Peachey
Linked branch fixes this issue.

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

Title:
  Clicking yes on Did you find this review helpful doesn't remove the
  yes and no buttons.

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


[Bug 736312] Re: Clicking yes on Did you find this review helpful doesn't remove the yes and no buttons.

2011-03-16 Thread Aaron Peachey
Thanks for reporting this. I just noticed the same issue (intermittently
though) myself and am working on a fix.



** Changed in: software-center (Ubuntu)
 Assignee: (unassigned) = Aaron Peachey (aaronp)

** Changed in: software-center (Ubuntu)
   Status: New = In Progress

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

Title:
  Clicking yes on Did you find this review helpful doesn't remove the
  yes and no buttons.

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


[Bug 733366] Re: Unspecified is not a tag but a clue to specify a reason for moderation

2011-03-14 Thread Aaron Peachey
** Changed in: software-center (Ubuntu)
   Status: In Progress = Fix Committed

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

Title:
  Unspecified is not a tag but a clue to specify a reason for moderation

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


[Bug 734202] Re: software-center crashed with SIGSEGV in __cxa_allocate_exception()

2011-03-13 Thread Aaron Peachey
*** This bug is a duplicate of bug 259219 ***
https://bugs.launchpad.net/bugs/259219

Hello, thank you for reporting this bug. This bug is a duplicate of an
existing bug #259219 so I am marking it as such. Please refer to that
bug report to add any additional information you may have. There is also
detail of a workaround on that bug report that you can use to run
Software Centre while you wait for the bug to be fixed. Keep reporting
any issues you have and thanks alot!

** This bug has been marked a duplicate of bug 259219
   Broken TLS support in libGL.so AKA: software-center crashed with SIGSEGV in 
__cxa_allocate_exception()
 * You can subscribe to bug 259219 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/259219/+subscribe

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

Title:
  software-center crashed with SIGSEGV in __cxa_allocate_exception()

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


[Bug 733366] Re: Unspecified is not a tag but a clue to specify a reason for moderation

2011-03-12 Thread Aaron Peachey
** Also affects: software-center
   Importance: Undecided
   Status: New

** Also affects: software-center (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: software-center (Ubuntu)
   Status: New = In Progress

** Changed in: software-center (Ubuntu)
 Assignee: (unassigned) = Aaron Peachey (aaronp)

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

Title:
  Unspecified is not a tag but a clue to specify a reason for moderation

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


[Bug 733366] Re: Unspecified is not a tag but a clue to specify a reason for moderation

2011-03-12 Thread Aaron Peachey
Branch attached fixes the issue in software centre. Changes unspecified
to now say 'Please make a selection...' but doesn't allow the submit
button to become sensitive unless the user chooses a different option
from the combobox.

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

Title:
  Unspecified is not a tag but a clue to specify a reason for moderation

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


[Bug 728896] Re: No handlers found for logger softwarecenter.db.update

2011-03-12 Thread Aaron Peachey
** Changed in: software-center (Ubuntu)
   Status: Fix Committed = 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/728896

Title:
  No handlers found for logger softwarecenter.db.update

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


[Bug 730768] Re: Software center reviews can be voted infinite times

2011-03-09 Thread Aaron Peachey
Linked branch has a fix for this issue, but will only work for
usefulness votes submitted AFTER this fix has been released.

This is an interim solution which will work until the server can support
keeping track of who has voted (at which point we can also implement the
UNDO functionality in the spec)

** Changed in: software-center (Ubuntu)
 Assignee: (unassigned) = Aaron Peachey (aaronp)

** Changed in: software-center (Ubuntu)
   Status: Confirmed = In Progress

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

Title:
  Software center reviews can be voted infinite times

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


[Bug 731154] Re: no installations possible in software center

2011-03-08 Thread Aaron Peachey
Hi Martin, thanks for reporting your issue.

Can you please run Software Centre from a terminal by typing 'software-
center' (no quotes) and then try to install something as you have been
doing to see if the error occurs again.

If the error occurs again, there will hopefully be some output displayed
in the terminal. Paste or attach that output here and then we should be
able to see more information about the cause of your issue.

** Changed in: software-center (Ubuntu)
   Status: New = Incomplete

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

Title:
  no installations possible in software center

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


[Bug 728896] Re: No handlers found for logger softwarecenter.db.update

2011-03-07 Thread Aaron Peachey
Sorry not too sure. I'd suggest waiting until the fixes are released and then 
see if the problem is still there, as this issue may just be one symptom of 
another issue.
The fix for the software centre issue component of this bug will be available 
in the next release of Software Center. As per my post above, I've filed 
another bug LP: #729543 for the gnome-do.desktop file problem.

** Branch unlinked: lp:~aaronp/software-center/fix-728896

** Changed in: software-center (Ubuntu)
   Status: In Progress = Fix Committed

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

Title:
  No handlers found for logger softwarecenter.db.update

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


[Bug 730768] Re: Software center reviews can be voted infinite times

2011-03-07 Thread Aaron Peachey
Confirming this issue as it is part of the spec but we have not yet
implemented it as part of the submit usefulness feature.

** Changed in: software-center (Ubuntu)
   Status: New = Confirmed

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

Title:
  Software center reviews can be voted infinite times

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


[Bug 728896] Re: No handlers found for logger softwarecenter.db.update

2011-03-06 Thread Aaron Peachey
Are you seeing something else?

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

Title:
  No handlers found for logger softwarecenter.db.update

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


[Bug 728896] Re: No handlers found for logger softwarecenter.db.update

2011-03-05 Thread Aaron Peachey
Issue causing this is in the gnome-do.desktop file. Lines 11 and 12 (offending 
line) shown below. 
On my system, this was updated on 2 March

Comment=Do things as quickly as possible (but no quicker) with your files, 
bookmarks, applications, music, contacts, and more!
және тағы кез-келген бар нәрселеріңізбен мүмкіндігінше жылдам (бірақ жылдамырақ 
емес) жұмыс істеңіз!

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

Title:
  No handlers found for logger softwarecenter.db.update

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

[Bug 728896] Re: No handlers found for logger softwarecenter.db.update

2011-03-05 Thread Aaron Peachey
Raised new bug for the desktop file issue in app-install-data-ubuntu.
LP: #729543

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

Title:
  No handlers found for logger softwarecenter.db.update

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


[Bug 729529] Re: Finding a review useful is meaningless

2011-03-05 Thread Aaron Peachey
I don't necessarily agree with this and think there is a distinct difference 
between finding a review useful for your own purposes and agreeing or 
disagreeing with a review.
I'd suggest people who have not yet installed the app are the ones that will be 
using this feature and will find reviews such as It's awesome man! unhelpful 
and reviews that clearly outline pros and cons of the app helpful. People who 
have the app installed and have an opinion on whether the review is correct or 
not correct wouldn't really need to find it useful (or not).
The main point (in my opinion) is that where user's who were considering 
installing the app found a review useful, it will be more useful for future 
users who are thinking of installing the app, and will rise to the top of the 
list.

I think it could be a possible separate feature idea for us to consider
where you have the app installed and agree with the reviewer, but in
this case I'd think we'd be encouraging people to write their own
reviews instead.

In regards to your suggestion here, perhaps it's a consideration to re-
word the 'did you find this helpful' text to something like 'Did this
review help you decide whether to install this app? Yes/No'


** Changed in: software-center (Ubuntu)
   Status: New = Opinion

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

Title:
  Finding a review useful is meaningless

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


[Bug 728896] Re: No handlers found for logger softwarecenter.db.update

2011-03-05 Thread Aaron Peachey
I'm not sure, I'm not 100% certain how the generation of these files
works. I've submitted a fix to app-install-data-ubuntu to fix the issue
in the file, but I'm not 100% sure if it comes from that package or from
the gnome-do package itself.

If you are keen to get rid of the error then you could just edit the
gnome-do.desktop file to remove the foreign language line underneath the
comment line. However, the only impact that this error should have is
that GnomeDo will not appear in Software Centre so if that doesn't worry
you then you can probably just wait for the fixes to happen.

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

Title:
  No handlers found for logger softwarecenter.db.update

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


[Bug 723321] Re: Software center account is confusing

2011-03-05 Thread Aaron Peachey
I don't think so, because my locale is en_AU and it is mostly the same as 
en_GB. 
I think I can see where the text is coming from but still trying to work out 
how to fix it.

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

Title:
  Software center account is confusing

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


[Bug 723321] Re: Software center account is confusing

2011-03-05 Thread Aaron Peachey
OK I've looked further into this one and it's not something we can easily fix 
in Software Centre. 
This login/register dialog that we use for this (i.e. the one you're seeing) is 
actually in ubuntu-sso-client and not software-center. Ubuntu Single Sign On 
client takes the name of the app that is passed to it and creates a label like 
this: Create appname Account so the extent of the info that is provided to 
that dialog from Software Centre is the app name Ubuntu Software Center and 
the sub-text that is used on the window To review software or to report abuse 
you need to sign in to a Ubuntu Single Sign-On account.

** Also affects: ubuntu-sso-client
   Importance: Undecided
   Status: New

** Changed in: software-center (Ubuntu)
   Status: Confirmed = Invalid

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

Title:
  Software center account is confusing

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


[Bug 727149] Re: Location bar is overly large

2011-03-04 Thread Aaron Peachey
*** This bug is a duplicate of bug 729053 ***
https://bugs.launchpad.net/bugs/729053

Hi zekopeko, I believe the issue you have reported is a duplicate of bug
729053. Please have a look at that bug report and object if you believe
the issues are different from each other. Thanks for reporting this.

** This bug has been marked a duplicate of bug 729053
   Back+Forward buttons and pathbutton are too tall
 * You can subscribe to bug 729053 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/729053/+subscribe

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

Title:
  Location bar is overly large

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


[Bug 728896] Re: No handlers found for logger softwarecenter.db.update

2011-03-04 Thread Aaron Peachey
** Changed in: software-center (Ubuntu)
 Assignee: (unassigned) = Aaron Peachey (aaronp)

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

Title:
  No handlers found for logger softwarecenter.db.update

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


[Bug 728896] Re: No handlers found for logger softwarecenter.db.update

2011-03-04 Thread Aaron Peachey
I've fixed this locally and will upload a fix shortly. 
The underlying cause of the update.py file trying to log appears to be an issue 
in the gnome-do.desktop file.

Output below (this output now replaces the original error):

2011-03-05 18:21:46,687 - softwarecenter.db.update - WARNING - error 
processing: /usr/share/app-install/desktop/gnome-do.desktop File contains 
parsing errors: /usr/share/app-install/desktop/gnome-do.desktop
[line 12]: '\xd0\xb6\xd3\x99\xd0\xbd\xd0\xb5 
\xd1\x82\xd0\xb0\xd2\x93\xd1\x8b 
\xd0\xba\xd0\xb5\xd0\xb7-\xd0\xba\xd0\xb5\xd0\xbb\xd0\xb3\xd0\xb5\xd0\xbd 
\xd0\xb1\xd0\xb0\xd1\x80 
\xd0\xbd\xd3\x99\xd1\x80\xd1\x81\xd0\xb5\xd0\xbb\xd0\xb5\xd1\x80\xd1\x96\xd2\xa3\xd1\x96\xd0\xb7\xd0\xb1\xd0\xb5\xd0\xbd
 
\xd0\xbc\xd2\xaf\xd0\xbc\xd0\xba\xd1\x96\xd0\xbd\xd0\xb4\xd1\x96\xd0\xb3\xd1\x96\xd0\xbd\xd1\x88\xd0\xb5
 \xd0\xb6\xd1\x8b\xd0\xbb\xd0\xb4\xd0\xb0\xd0\xbc 
(\xd0\xb1\xd1\x96\xd1\x80\xd0\xb0\xd2\x9b 
\xd0\xb6\xd1\x8b\xd0\xbb\xd0\xb4\xd0\xb0\xd0\xbc\xd1\x8b\xd1\x80\xd0\xb0\xd2\x9b
 \xd0\xb5\xd0\xbc\xd0\xb5\xd1\x81) \xd0\xb6\xd2\xb1\xd0\xbc\xd1\x8b\xd1\x81 
\xd1\x96\xd1\x81\xd1\x82\xd0\xb5\xd2\xa3\xd1\x96\xd0\xb7!\n'


** Changed in: software-center (Ubuntu)
   Status: Confirmed = In Progress

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

Title:
  No handlers found for logger softwarecenter.db.update

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


[Bug 726926] Re: Unity overlay unhide issue

2011-03-03 Thread Aaron Peachey
Hi Alex, thanks for the reply.
This is not what happens on my machine. I wasn't really asking for a new 
feature, moreso trying to advise that this behaviour (which I expected) was not 
present for me at the time.

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

Title:
  Unity overlay unhide issue

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


[Bug 708534] Re: Lens cursor over thumbnail

2011-03-03 Thread Aaron Peachey
I agree, the screenshot underneath creates 'business inside the icon'
depending on what you are hovering over at the time.

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

Title:
  Lens cursor over thumbnail

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


[Bug 726937] Re: app description does not re-expand after being shrunk in app list view

2011-03-02 Thread Aaron Peachey
Thanks Olivier, yes the guys have been doing quite a bit of work in the
appview recently so I suspect it was just a temporary regression and I
picked up the branch at the wrong time. Thanks.

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

Title:
  app description does not re-expand after being shrunk in app list view

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


[Bug 725679] Re: usefulness UI labels: # of # doesn't make sense for singular or nil quantities

2011-03-02 Thread Aaron Peachey
This is fair enough. I will revert to display it always as 'x of x
people' unless no-one has voted.

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

Title:
  usefulness UI labels: # of # doesn't make sense for singular or nil
  quantities

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


[Bug 727151] Re: List view rows should have alternating coloring for easier navigation

2011-03-02 Thread Aaron Peachey
I've spoken to mpt about this one, and I'm going to take this away and
work on some other options. Issue with alternating colours is that if
there are 2 or 3 items, it makes one of them look 'highlighted' or
'special' when it isn't.

** Changed in: software-center (Ubuntu)
   Status: Confirmed = In Progress

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

Title:
  List view rows should have alternating coloring for easier navigation

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


  1   2   3   >