Thursday, May 2, 2024
13
rated 0 times [  13] [ 0]  / answers: 1 / hits: 414  / 2 Years ago, mon, december 13, 2021, 4:04:01

Is there anyway to respond to some comments privately on the Ubuntu software center? Some users of my app seem to be having problems but have not filed bug reports or asked questions on the launchpad support page that would easily clear up their issues.


More From » software-center

 Answers
3

There is no way to do that through the Ubuntu Software Center UI or through apps.ubuntu.com. However, you can use this workaround:




  1. Submit a query to the reviews API for your app. It will look like the one below. Just enter this as URL to the browser and you'll get the data.



    http://reviews.ubuntu.com/reviews/api/1.0/reviews/filter/$LANG/ubuntu/$SERIES/$VERSION/$PACKAGE/



    Note: for commercial apps, 'Ubuntu' is not the origin, as they are published in PPAs. Use the URL scheme below for them:



    https://reviews.ubuntu.com/reviews/api/1.0/reviews/filter/any/any/any/any/$PACKAGE/



    This will get you reviews for a package. Note that most fields here can be replaced with any. For example, here are reviews of Warsaw written for 11.10.


  2. Once you've got the data on your browser, look for the reviewer_username value on the review you want to reply to. This will correspond to the Launchpad ID of the reviewer.


  3. You can then go to https://launchpad.net/~$REVIEWER_USERNAME (substituting $REVIEWER_USERNAME by the right value) and contact the reviewer through their e-mail. If they've set their e-mail to private, you can use the Launchpad contact form to get in touch with them directly.




It might be a bit convoluted, but it should get you what you need.


[#33018] Monday, December 13, 2021, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
dileble

Total Points: 169
Total Questions: 105
Total Answers: 141

Location: Sao Tome and Principe
Member since Wed, Dec 29, 2021
2 Years ago
;