[Bug 1520615] Re: Use of Ubuntu logo as default app icon dilutes the brand

2017-06-26 Thread Bret Barker
mpt: Can you provide us with a new icon for snapstore usage? ** Changed in: snapstore Assignee: (unassigned) => Daniel Manrique (roadmr) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1520615 Tit

[Bug 1756184] [NEW] Search making excessive requests for snap details and search

2018-03-15 Thread Bret Barker
Public bug reported: If you turn on snapd debugging and watch the log, you will see some excessive hits when working in Gnome Software. In particular, it seems: - Search makes the search request and then a details hit for every result - After clicking into a snap detail page and returning to the

[Bug 1756184] Re: Search making excessive requests for snap details and search

2018-03-19 Thread Bret Barker
That change only fixes the case of returning from search results (confirmed fixed as above), but not the n+1 API requests for the initial search + details of each result. Note this is particularly noticeable on initial launch where I currently see a total of 80 requests: 5 searches for different s

[Bug 1756184] Re: Search making excessive requests for snap details and search

2018-03-21 Thread Bret Barker
Much better, thanks Robert! I think we can live with the installed snaps requests 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/1756184 Title: Search making excessive requests for snap det

[Bug 1827857] Re: Stuck on applying package profile for servers running 18.04

2019-05-10 Thread Bret Barker
** Changed in: landscape-client (Ubuntu) Assignee: (unassigned) => Simon Poirier (simpoir) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1827857 Title: Stuck on applying package profile for ser

[Bug 1643934] Re: cannot install published snap

2016-11-22 Thread Bret Barker
Dimitri, In additional to publishing, you also need to "release" the snap into channels. See the channels 'edit' link on: https://myapps.developer.ubuntu.com/dev/click-apps/6357/rev/1/ Note that only releases in the stable channel will be shown for 'snap find', but you can install from other cha

[Bug 1643934] Re: cannot install published snap

2016-11-22 Thread Bret Barker
I'm glad it's working now! We are aware that there are some non-obvious UX paths on the web UI, but your feedback helps to further confirm and clarify that, so thank you. For now you may find it easier to work primarily from the command-line with `snapcraft push` and `snapcraft release` commands.

[Bug 1537793] Re: Autoupdate should be less frequent and more randomly distributed

2016-06-08 Thread Bret Barker
Michael, Just wanted to clarify one thing - will the 4x daily checks happen for every user of 16.04 desktop or only those that have installed at least 1 snap (and thus the core snap as well)? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ub

[Bug 1441785] [NEW] Enable keyboard typing/spelling suggestion in scopes search field

2015-04-08 Thread Bret Barker
Public bug reported: When searching in scopes, the keyboard suggestions don't appear. Steps to reproduce: * enter nearby scope * search for "cof" Expected behavior: * keyboard should suggest "coffee" among other corrections/completions Actual behavior: * no suggestions are shown ** Affects:

[Bug 1435109] Re: Push-client frequently blocking phone suspend

2015-03-24 Thread Bret Barker
http://paste.ubuntu.com/10671598/ >From that log it appears that time.Sleep(p.times.SessionStateSettle) right after getting the wakelock cookie is taking anywhere from 40-89 seconds, but should be only 20ms. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1435109] Re: Push-client frequently blocking phone suspend

2015-03-25 Thread Bret Barker
Another instance: http://pastebin.ubuntu.com/10679483/ With associated strace: http://pastebin.ubuntu.com/10679501/ (lines 40-69 are the activity between the logging) And here's where we get stuck: [pid 14764] 17:34:40.030047 futex(0x6579e8, FUTEX_WAIT, 0, NULL [pid 14760] 17:35:24.991469 <... f

[Bug 1435109] Re: Push-client frequently blocking phone suspend

2015-03-25 Thread Bret Barker
A longer one: http://pastebin.ubuntu.com/10679542/ http://pastebin.ubuntu.com/10679556/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1435109 Title: Push-client frequently blocking phone suspend T

[Bug 1435109] Re: Push-client frequently blocking phone suspend

2015-03-27 Thread Bret Barker
pedronis made a c program to test the futex: c code: https://pastebin.canonical.com/128528/ arm binary: http://people.canonical.com/~pedronis/futex_sleep fuxex_sleep output: https://pastebin.canonical.com/128538/ push-client log: https://pastebin.canonical.com/128539/ powerd log: https://paste

[Bug 1435109] Re: Push-client frequently blocking phone suspend

2015-03-30 Thread Bret Barker
go uses relative timeouts with FUTEX_WAIT, which ignores time spent in suspended state. This causes timers after wake from suspend to be delayed. We are working around the issue by tricking go's runtime with a busy sleep loop to reduce the delay to a max 1s. -- You received this bug notification

[Bug 1435109] Re: Push-client frequently blocking phone suspend

2015-03-31 Thread Bret Barker
** Branch linked: lp:~noise/ubuntu-push/busy-sleep-hack -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1435109 Title: Push-client frequently blocking phone suspend To manage notifications about this

[Bug 1439360] Re: /usr/lib/ubuntu-push-client/signing-helper:11:fromUnicode:flushWriteBuffer:QTextStream::flush:QMetaObject::activate:QMetaObject::activate

2015-04-01 Thread Bret Barker
** Changed in: ubuntu-push (Ubuntu) Assignee: (unassigned) => Roberto Alsina (ralsina) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1439360 Title: /usr/lib/ubuntu-push-client/signing- helpe