Public bug reported:
For a little while now on my development machine (which is a
Frankenstein environment anyway), which is running wily+overlay,
webbrowser-app has been crashing on startup. The console output is
below. It looks like a permissions issue? It may have started around
the time tha
The timing of this problem with webbrowser-app getting AppArmor support
is suspicious to me.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1508054
Title:
[desktop]
$ ls -ld /run/user/1001/dconf/
drwx-- 2 mike mike 60 Oct 20 10:43 /run/user/1001/dconf/
$ ls -l /run/user/1001/dconf/
-rw--- 1 mike mike 2 Oct 20 10:46 user
Which is all correct. Everything else on my desktop (including other
things that use dconf) work correctly.
--
You received this
I was about to do the same. :) I still see this issue, just reproduced
it in fact. The patch that went in seems to sometimes improve things,
but overall this is very easily reproducable still.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which
I did some more testing, trying to reproduce this. I did my usual "get
dbus-daemon to go crazy because I'm running through a bunch of wifi
networks" test in my neighborhood.
After getting my phone to be a bit overloaded, I still couldn't trigger
this bug even once.
But I did notice one oddity --
Public bug reported:
This is very similar to old friends bug 1383277 and bug 1410830.
But we never fully vanquished the beast. The dialog still appears on
resume in some situations where the system is very loaded.
I suspect what is happening is that we process the power-button-release
event so
Specifically, the load seems to only matter for dbus (which makes sense,
it would delay IPC). So this mostly comes up when we see bug 1480877.
The following line reproduces this bug fairly easily if you press the power
button a few times after running it:
sudo cpulimit -l 1 -c 1 -p `pidof dbus-d
** Changed in: unity8 (Ubuntu)
Status: New => In Progress
** Changed in: unity8 (Ubuntu)
Assignee: (unassigned) => Michael Terry (mterry)
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
Uh... Use the following command instead of pidof to get the pid:
ps ax | grep dbus-daemon | head -n 1 | awk '{print $1;}'
I forgot there are two dbus-daemons.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
Public bug reported:
I don't know what you call them ("external" or what) but the pages that
don't match the url regexp for the webapp. That open in a little popup
with a back button.
If the webapp gets collected by OOM, it doesn't remember it had any of
those opened. But it should!
** Affects
I'm beginning to doubt that this is particularly associated with system
load (there was speculation that this is related to the scenario of wifi
APs causing NetworkManager and dbus-daemon to go crazy, slowing down the
system, which is a separate bug).
I've used the following script in /etc/init/lo
Public bug reported:
I updated my phone to latest rc-proposed the other day. And contact
syncing on my gmail account didn't work. It just kept giving "Fail to
update contacts" or something like that.
I've been working with Renato on why, he seems to have a solution.
current build number: 141
Thanks, Ari. I also happened to catch this several times this weekend
on my phone, which is running rc-proposed (so OTA7+).
Here's an interesting tidbit though: I tried waiting after the first
power button press. So rather than thinking "oh, I must not have hit it
right" and pressing it again (t
Uploaded the patch in comment #9 to vivid-proposed. Will sub ubuntu-sru
to this bug.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to coreutils in Ubuntu.
https://bugs.launchpad.net/bugs/1432871
Title:
`df` shows bind mount
Thanks Ari, so that confirms that this is a delayed-screen-on bug, not a
screen-never-comes-on bug.
You mentioned the shutdown dialog appearing. That's bug 1508563, with a
fix incoming.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subs
This particular instance of the bug (collapsing comments) is tricky
because webbrowser-app will remember your scroll position relative from
the top. But since some comments are now fully expanded, you may now be
looking at completely different part of the page than when you clicked
the first time,
Public bug reported:
1) Visit
https://www.reddit.com/r/aww/comments/2e3i50/french_bulldog_puppy_jumps_into_his_owners_arms/
2) Click the [-] symbol next to the top comment to collapse it
3) Click the "French bulldog puppy jumps into his owner's arms. Shows no
hesitation second time around." link
The linked branch looks like it implements a very bare bones version of
this (restores a new tab with the closed URL). Which may be a good
first cut. But note that our competitors (at least Firefox & Chrome)
restore full state:
1) Position of tab relative to other tabs
2) Forward/back history of
Public bug reported:
On my xenial desktop, no audio seems to play in webbrowser-app (but it
does in Firefox or Chromium).
Try https://www.youtube.com/watch?v=dQw4w9WgXcQ for example.
** Affects: webbrowser-app (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug no
Oh bother. I'm not sure why I'm not getting sound then.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1511583
Title:
[desktop] No audio
Status in webbrowser-app
Looks good, and thanks for the bug subscriber. Has tests, maintained by
Canonical, etc.
Some good fixes to make (but don't block the MIR):
- W: libunity-api-doc: embedded-javascript-library
usr/share/doc/libunity-api/jquery.js please use libjs-jquery
- There should be a .symbols file
** Changed
I don't believe so. Just waiting for security team time to do a review.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to system-image in Ubuntu.
https://bugs.launchpad.net/bugs/1367028
Title:
[MIR] system-image
Status in s
FYI, to prevent those three processes from respawning, do:
sudo stop ubuntu-location-provider-here-slpgwd
sudo stop ubuntu-location-provider-here-posclientd
sudo stop ubuntu-location-service
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is
> I also began to see the Shutdown menu displayed every so often when
> I let the screen go off, and then woke via the power button.
That specific behavior is bug 1508563, whose fix just landed and will be
in the next rc-proposed. It happened if unity8 was too being too slow
(because the system w
I reviewed and uploaded the trusty version of the patch. ~ubuntu-sru is
already subscribed, so I believe that's it from my side.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to coreutils in Ubuntu.
https://bugs.launchpad.net/
Here's some test results from me. tl;dr stopping location services
helps a lot, but still tiny UI stuttering.
My routine is to leave my apartment and walk down the street. This
means I go from wifi to 3G. What happens on current images is:
1) As my phone notices that I'm out of wifi range, it
(I'm satisfied now that we released framework 15.04.1, closing)
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
h
Adjusting the number of slots in the ActionBar would let me do the math
myself and make sure everything fits in the header, sure.
But ideally I wouldn't have to do the math myself and the Ambience
PageHeadStyle.qml would:
1) Set "actionsContainer.anchors.left: contentsContainer.right"
2) Add logi
current build number: 154
device name: mako
channel: ubuntu-touch/rc-proposed/bq-aquaris.en
last update: 2015-11-08 11:33:25
version version: 154
version ubuntu: 20151106.1
version device: 20150911
version custom: mako-1.1
--
You received this bug notification because you are a member of Ubuntu
T
Public bug reported:
Using "position: Camera.FrontFace" does nothing on Touch images. The
sample qml app below continues to use the back camera.
===
import QtQuick 2.4
import QtMultimedia 5.4
import Ubuntu.Components 1.3
MainView {
id: root
applicationName: "testing.testing"
w
current build number: 154
device name: mako
channel: ubuntu-touch/rc-proposed/bq-aquaris.en
last update: 2015-11-08 11:33:25
version version: 154
version ubuntu: 20151106.1
version device: 20150911
version custom: mako-1.1
--
You received this bug notification because you are a member of Ubuntu
T
Public bug reported:
On desktop, QtMultimedia.availableCameras is correctly filled out. But
on touch, it is empty, despite having two cameras on my mako.
The sample app below shows the problem (and when testing this, I did
enable the "camera" apparmor profile).
=
import QtQuick 2.4
import
Public bug reported:
I can't seem to get a Camera qml object to record to a file. I get the
error "Could not open file for video recording". I'm using the sample
code below [1] and get the output below [2].
I'm using the camera, microphone, and video apparmor profiles.
"/home/phablet/Videos/tes
Public bug reported:
On the desktop, when a web site asks for a file dialog to pick a file
(like uploading a file), the dialog that appears is useless. I can't
see any files in my home directory. It just appears blank.
This is on xenial's 0.23+16.04.20151103-0ubuntu1 version of webbrowser-
app.
(I assume this is bundled up in desktop not having the same file
exchange infrastructure as Touch does, as bug 1491279 also shows.)
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchp
Public bug reported:
Every now and then when using webbrowser-app on my xenial desktop, the
display will become corrupted. As I move my mouse over the page,
"tiles" of the page will appear in the wrong place or appear as just
black.
Once this happens, all tabs do it. Only fix seems to be restar
This is still happening to me. It's getting annoying to switch to other
browsers just for the occasional video.
If I play a youtube video, when I look in the Applications tab of the
Sound panel in System Settings, it doesn't even show up in the list of
applications that are playing sound. So it
On 352, my mako doesn't boot at all. On 353, I don't see this bug. Any
particular steps to reproduce that I'm missing?
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1517827
Ah OK, will try edge intro. I also didn't bootstrap, so if I still
can't reproduce, will try that too. Thanks.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1517827
Title:
No change with 5.5.1-1ubuntu1~xenial1~test1 from the PPA on mako image
353 (devel-proposed).
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtmultimedia-opensource-
src in Ubuntu.
https://bugs.launchpad.net/bugs/1514263
Titl
No change with 5.5.1-1ubuntu1~xenial1~test1 from the PPA on mako image
353 (devel-proposed).
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtmultimedia-opensource-
src in Ubuntu.
https://bugs.launchpad.net/bugs/1514250
Titl
No change with 5.5.1-1ubuntu1~xenial1~test1 from the PPA on mako image
353 (devel-proposed).
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtmultimedia-opensource-
src in Ubuntu.
https://bugs.launchpad.net/bugs/1514253
Titl
BTW, I reproduced this, am looking into it.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1517827
Title:
devel-proposed - edge intro runs on every boot
Status in Canonica
*** This bug is a duplicate of bug 1517868 ***
https://bugs.launchpad.net/bugs/1517868
Yeah, this is a dup of that bug then. Turning the edge intro off uses
AccountsService in the same way.
** This bug has been marked a duplicate of bug 1517868
devel-proposed - Several settings are not pr
Assigning to bzoltan for opinion on approach.
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Assignee: (unassigned) => Zoltan Balogh (bzoltan)
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https
Public bug reported:
I'm able to reliably crash/freeze webapp-container on the phone.
1) Open to a page with links
2) Hold down your finger over one of the links until you see the "Copy link"
popup menu
3) While still pressing down, swipe up and down a bit
For me, this will cause the app to cra
Public bug reported:
The global title attribute is used to indicate a tooltip that should be
shown when the mouse hovers over the element.
For Touch environments without a mouse, I'm not sure if we should do
anything special. It *could* be part of the context menu shown after a
long press on the
Public bug reported:
Navigating to http://www.google.com/calendar shows the default "globe"
favicon. It should be showing the Google Calendar icon (a blue squarish
calendar page showing a white "30").
** Affects: webbrowser-app (Ubuntu)
Importance: Undecided
Status: New
--
You re
** Changed in: canonical-devices-system-image
Status: New => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtbase-opensource-src in
Ubuntu.
https://bugs.launchpad.net/bugs/1500444
Title:
QLockFile won
Well, this screen is supposed to appear on the tablet or phone. Desktop
doesn't show it. So no worries about convergence.
Design wants it to cover the screen because they want to focus the user
on this one thing.
And to your suggestion #2, it's a little tricky to know when it should
be launched
Hrm. When trying to reproduce in the console, I kept seeing the favicon
correctly. But this wasn't a one-off problem either, I saw it a couple
times before reporting.
I'll keep the bug open for a bit in case it re-appears and I can get a
console message. But I can't reproduce right now.
--
Yo
** Changed in: unity8 (Ubuntu)
Assignee: (unassigned) => Michael Terry (mterry)
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mir in Ubuntu.
https://bugs.launchpad.net/bugs/1501639
Title:
krillin/devel-propo
** Changed in: unity8 (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mir in Ubuntu.
https://bugs.launchpad.net/bugs/1501639
Title:
krillin/devel-proposed fails to boot
Status in Ca
This actually started with image 211 (20150930). Here's the manifest
delta:
indicator-bluetooth from 0.0.6+15.10.20150915-0ubuntu1 to
0.0.6+15.10.20150929-0ubuntu1
qtdeclarative5-qtmir-plugin:armhf from 0.4.6+15.10.20150923-0ubuntu1 to
0.4.6+15.10.20150925-0ubuntu1
qtdeclarative5-ubuntu-ui-extr
Yup. Upgrading qtmir & unity8 fixed it. I expect this to be fixed in
image 213.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mir in Ubuntu.
https://bugs.launchpad.net/bugs/1501639
Title:
krillin/devel-proposed fails to
** Changed in: unity8 (Ubuntu)
Status: Confirmed => Fix Released
** Changed in: mir (Ubuntu)
Status: New => Fix Released
** Changed in: canonical-devices-system-image
Status: New => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Touch
Public bug reported:
X-Ubuntu-Splash-Show-Header=true is mean to make your app startup
seemless. To make it look more like the app starts immediately and
simply filling in its contents is taking some time. (is my
understanding)
But with SDK 1.3, the header is smaller. It uses a smaller font an
Public bug reported:
1) Go to maps.google.com in a desktop browser session
2) Try to drag the map with your mouse
It does not drag, but I would expect it to.
** Affects: webbrowser-app (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you ar
Public bug reported:
The Authenticator app in the store won't open on latest rc-proposed
images. I'm assuming something in the SDK changed out from under it.
Nothing useful in the log though.
** Affects: ubuntu-ui-toolkit (Ubuntu)
Importance: Undecided
Status: New
--
You received
OK cool, I didn't know the use_sdk_13 fixed this.
But SDK 1.3 will be officially released with OTA7 was my understanding.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/15034
Public bug reported:
Apparently we won't formally release SDK 1.3 for a while? I heard early
2016.
In which case, we should really stop shipping something called SDK 1.3
on phones. Currently, app authors can use lines like "import
Ubuntu.Components 1.3" and things work. But we might break thin
Public bug reported:
If I hold Ctrl while clicking on a link, a new tab is opened with that
link.
However, the current tab's view area is replaced with the visible
contents of the new tab (but clicks on that tab actually hit the
old/current tab!).
And switching to any other tab continues to show
Public bug reported:
The tab close buttons should use haptics to indicate a successful button
press, like most other buttons on the phone do.
** Affects: webbrowser-app (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubu
Public bug reported:
1) Visit http://www.quackit.com/html/codes/html_open_link_in_new_window.cfm
(just a site that has a target="_blank" example link)
2) Click the "HTML Tags" link in the "Example" area
3) Note where the keyboard focus after the new tab is opened
It should be on the page, which
Public bug reported:
1) On the desktop, open a new tab
2) Type example.com but don't press enter yet
3) Switch to another tab and then switch back to your new tab
The text you entered is now gone! But it's not so unusual that you
would be manually entering a url, but forgot how to spell it, so y
Public bug reported:
I wasn't sure how to title this, please adjust as you see fit.
1) Visit http://gatherer.wizards.com/
2) Click on the text field that says "Search terms..."
3) Notice how the text "Search terms..." doesn't go away and instead, you are
editing it
On other browsers, the page s
Hrm. I don't always get it either it seems. Keep trying opening new
tabs and going to that page. I think eventually you'll hit it.
But I am on 0.23+15.10.20150929-0ubuntu1 in wily on the desktop.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, w
I've uploaded this patch (plus a bugfix merge from Debian) to wily.
Thanks for the patch!
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to coreutils in Ubuntu.
https://bugs.launchpad.net/bugs/1432871
Title:
`df` shows bind m
** No longer affects: rhythmbox (Ubuntu)
** Also affects: gst-plugins-base1.0 (Ubuntu Trusty)
Importance: Undecided
Status: New
** Changed in: gst-plugins-base1.0 (Ubuntu Trusty)
Status: New => Confirmed
** Changed in: gst-plugins-base1.0 (Ubuntu)
Status: Confirmed => Fix
Thanks for the patch! I've uploaded it to trusty. Now we wait for the
SRU team.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gst-plugins-base1.0 in
Ubuntu.
https://bugs.launchpad.net/bugs/1489816
Title:
gstreamer/rhyth
I've sent the patch over to Debian (linked bug above) and uploaded to
wily too, in the meantime until they apply it.
Thanks so much for the fix!
** Bug watch added: Debian Bug tracker #730206
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730206
** Also affects: taglib (Debian) via
http:
Um... I was testing latest rc-proposed and was shocked that this was
still there. We should fix this before OTA8!
** Also affects: canonical-devices-system-image
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Touch seeded pa
I meant we should fix this before OTA7 actually! Which is almost out.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1501330
Title:
[webapp-container] Crash with o
This bug is not in OTA6. It is a regression.
And isn't final validation the point where stop-ship bugs can still be
discovered? Else it's just rubber-stamping. Obviously, reasonable
people can disagree that this is stop-ship. But the fact that we're in
final validation doesn't mean that if the
Oh, it's still possible to copy and paste. You just can't scroll.
And it looks like jibel also doesn't believe this is stop-ship (he
targeted this for OTA8).
Alright, I've been outvoted. I'll just be careful in webapps for a
while. :)
--
You received this bug notification because you are a m
David, I don't know what you mean. the context menu in webapps that
says "Copy Link" was present in OTA6 and remains present unchanged in
OTA7-proposed.
This is a regression.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to w
Public bug reported:
1) Go the app store, look at an app page, maybe start writing a review
2) Pull out the launcher
If you are even a little enthusiastic with your pull, the dash resets,
and you lose your place.
I do it by accident often, and it's annoying. I think it would be
reasonable to wai
Oh. I started looking at this this morning without noticing that it got
punted to Daniel. I've got a tentative fix.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1454882
T
** Changed in: unity8 (Ubuntu)
Assignee: Daniel d'Andrada (dandrader) => Michael Terry (mterry)
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1454882
Title
** Changed in: unity8 (Ubuntu)
Status: Triaged => Fix Committed
** Changed in: unity8 (Ubuntu)
Status: Fix Committed => In Progress
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.
** Changed in: unity8 (Ubuntu)
Assignee: Michael Terry (mterry) => (unassigned)
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1421623
Title:
Welcome wizard cla
** Changed in: unity8 (Ubuntu)
Assignee: Michael Terry (mterry) => (unassigned)
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1215120
Title:
It should be possible
** Changed in: unity8 (Ubuntu)
Assignee: Michael Terry (mterry) => (unassigned)
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1327257
Title:
[split] Impossible
** Changed in: unity8 (Ubuntu)
Assignee: Michael Terry (mterry) => (unassigned)
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1394712
Title:
[wizard] password set
** Changed in: unity8 (Ubuntu)
Assignee: Michael Terry (mterry) => (unassigned)
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1325580
Title:
[split] unity8 and
** Changed in: unity8 (Ubuntu)
Assignee: Michael Terry (mterry) => (unassigned)
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1383086
Title:
rebooting defeats
** Changed in: unity8 (Ubuntu)
Assignee: Michael Terry (mterry) => (unassigned)
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1446298
Title:
Should show power dia
** Changed in: unity8 (Ubuntu)
Assignee: Michael Terry (mterry) => (unassigned)
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mir in Ubuntu.
https://bugs.launchpad.net/bugs/1340510
Title:
[Mako] Session screen s
** Changed in: unity8 (Ubuntu)
Assignee: Michael Terry (mterry) => (unassigned)
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1383328
Title:
On resume, screen lo
** Changed in: unity8 (Ubuntu)
Assignee: Michael Terry (mterry) => (unassigned)
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-datetime in
Ubuntu.
https://bugs.launchpad.net/bugs/1358340
Title:
[Indicat
** Changed in: unity8 (Ubuntu)
Assignee: Michael Terry (mterry) => (unassigned)
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1324602
Title:
[split] unity8-gree
** Changed in: unity8 (Ubuntu RTM)
Assignee: Michael Terry (mterry) => (unassigned)
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1422671
Title:
edges intro bot
** Changed in: unity8 (Ubuntu)
Assignee: Michael Terry (mterry) => (unassigned)
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1378806
Title:
[Dash] Pull to refr
** Project changed: snappy-ubuntu => snappy
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ifupdown in Ubuntu.
https://bugs.launchpad.net/bugs/1425376
Title:
Ubuntu Core provides no console login prompt if network is unava
** Project changed: snappy-ubuntu => snappy
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apparmor in Ubuntu.
https://bugs.launchpad.net/bugs/1434143
Title:
boot script should run aa-profile-hook in addition to aa-clickho
** Project changed: snappy-ubuntu => snappy
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apparmor in Ubuntu.
https://bugs.launchpad.net/bugs/1413410
Title:
Unable to match embedded NULLs in unix bind rule for abstract so
** Project changed: snappy-ubuntu => snappy
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1432197
Title:
[snappy] systemd-analyze plot not plotting appropriately
Status
** Project changed: snappy-ubuntu => snappy
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to libseccomp in Ubuntu.
https://bugs.launchpad.net/bugs/1450642
Title:
seccomp missing many new syscalls
Status in Snappy Ubuntu:
This bug was fixed in the package dbus-glib - 0.104-1
Sponsored for Jackson Doak (noskcaj)
---
dbus-glib (0.104-1) experimental; urgency=medium
* New upstream release
- it is now specifically documented as deprecated
* Switch Vcs-Browser to cgit and https
* Standards-Version
Looks like there are two changes still relevant?
debian/patches/fix-double-parsing.patch and running tests (though they
don't fail build for them, so maybe not hugely important -- but maybe
the tests have improved and we can do that too).
I'll look into merging.
--
You received this bug notific
1 - 100 of 1095 matches
Mail list logo