The main issue is when I updated to 0.6.55 the new Meson based build
systemd didn't build with systemd support by default. So I've uploaded a
build with this enabled. There may still be an underlying issue, but
this should fix the eoan issues.
** Changed in: accountsservice (Ubuntu)
Status:
Upstream bug report opened:
https://gitlab.freedesktop.org/accountsservice/accountsservice/issues/80
** Bug watch added:
gitlab.freedesktop.org/accountsservice/accountsservice/issues #80
https://gitlab.freedesktop.org/accountsservice/accountsservice/issues/80
--
You received this bug notific
If the above theory is correct then this commit caused the bug:
https://gitlab.freedesktop.org/accountsservice/accountsservice/commit/9b4108755a6e1f5f04d80fef92dd3f81423857ad
This commit came when we migrated from 0.6.45 to 0.6.50, which explains
why this is being seen in disco and eoan.
--
You
It looks like it's crashing in this code:
username = act_user_get_user_name (user);
if (g_hash_table_lookup (priv->system_users_by_name, username) != NULL)
{
and username is probably NULL.
A possible cause of this is the user object for some reason might not
have a DBus proxy ba
** Changed in: accountsservice (Ubuntu)
Assignee: (unassigned) => Robert Ancell (robert-ancell)
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to accountsservice in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.
Can you please test accountsservice 0.6.55-0ubuntu7 and confirm if this
fixes these users?
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to accountsservice in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1841079
** Changed in: accountsservice (Ubuntu)
Status: In Progress => Fix Committed
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to accountsservice in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1789502
Title:
** Attachment added: "accountsservice_0.6.50-0ubuntu1.debian.tar.xz"
https://bugs.launchpad.net/ubuntu/+source/accountsservice/+bug/1789502/+attachment/5190482/+files/accountsservice_0.6.50-0ubuntu1.debian.tar.xz
--
You received this bug notification because you are a member of DX
Packages, w
** Patch added: "accounts-service-0.6.50.debdiff"
https://bugs.launchpad.net/ubuntu/+source/accountsservice/+bug/1789502/+attachment/5190483/+files/accounts-service-0.6.50.debdiff
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to accountsser
indicator-messages was updated in https://code.launchpad.net/~robert-
ancell/indicator-messages/has-messages/+merge/355127
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to accountsservice in Ubuntu.
Matching subscriptions: dx-packages
https
On Thu, Sep 6, 2018 at 9:42 PM Sebastien Bacher
wrote:
> Hey Robert,
>
> Le 06/09/2018 à 10:27, Robert Ancell a écrit :
> > I'm also looking at dropping the XHasMessages, BackgroundFile and
> > KeyboardLayouts patches, as these are all obsolete with LightDM 1.26 -
>
Patches are here:
https://gitlab.freedesktop.org/rancell/accountsservice/tree/ubuntu
Please test / look over.
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to accountsservice in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpa
I'm also looking at dropping the XHasMessages, BackgroundFile and
KeyboardLayouts patches, as these are all obsolete with LightDM 1.26 -
Is there anywhere else that might be using them?
Does anyone know if the InputSources and FormatsLocale is still
applicable and which components use it? If they
I don't have it currently in a branch but I'm working on doing that.
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to accountsservice in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1789502
Title:
Update to 0.6
Gunnar - could you perhaps have a look at 0010-set-language.patch? In
particular I'm not sure how we want to do the fallback language property
handling in src/user.c - the new code uses autogenerated property
handling so we can't intercept it as easily. I guess we could just set
the fallback values
I have all the patches updated except for 0010-set-language.patch
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to accountsservice in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1789502
Title:
Update to 0.6.50
** Changed in: accountsservice (Ubuntu)
Assignee: (unassigned) => Robert Ancell (robert-ancell)
** Changed in: accountsservice (Ubuntu)
Status: New => In Progress
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to accountsserv
That tag comes from src/unity-appinfo-manager.vala so a code change is required:
https://code.launchpad.net/~robert-ancell/libunity/update-deprecation-tags/+merge/353363
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to libunity in Ubuntu
** Changed in: libunity (Ubuntu)
Status: Confirmed => Triaged
** Changed in: libunity (Ubuntu)
Importance: Undecided => Medium
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to libunity in Ubuntu.
Matching subscriptions: dx-packages
h
** Changed in: indicator-session
Assignee: Robert Ancell (robert-ancell) => (unassigned)
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-session in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/b
** Changed in: accountsservice (Ubuntu)
Assignee: Robert Ancell (robert-ancell) => (unassigned)
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to accountsservice in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.
** Changed in: indicator-session
Assignee: Robert Ancell (robert-ancell) => (unassigned)
** Changed in: indicator-session (Ubuntu Trusty)
Assignee: Robert Ancell (robert-ancell) => (unassigned)
--
You received this bug notification because you are a member of DX
Packages, wh
Hi Jememy. Nice work on the patches!
I've been working with the AccountsService upstream and I'd like to work
out how we can get these patches in.
I think we can make this work with a couple of changes:
- Instead of making the CreateUserEncrypt() method you could make a new account
type ACCOUNT_
Oh, there was one last point:
- You should add a "SupportsEncrypted" property (or similar name) to the
AccountsService daemon. That way you can make the g-c-c patch DTRT and also
make it more upstreamable.
--
You received this bug notification because you are a member of DX
Packages, which is s
Public bug reported:
Peek [1] is an amazing GIF screen recorder that I think deserves to be
included in the Ubuntu repositories. It already provides a PPA [2].
Maybe it can be used as a basis for the official package repositories?
[1] https://github.com/phw/peek
[2] https://github.com/phw/peek#u
Public bug reported:
Otherwise you get the error "player not found".
** Affects: mps-youtube (Ubuntu)
Importance: Undecided
Status: New
** Package changed: compiz-plugins-main (Ubuntu) => mps-youtube (Ubuntu)
--
You received this bug notification because you are a member of DX
Pa
Sorry I need to confirm that it impacts if i turn on evolution data
server for google calendar.
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-datetime in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1
This also impacts 17.04 as installed on March 27th.
The leak comes as soon as I turn on evolution-data-server. If I turn
that off, logout and back in then I don't have a problem.
I concur this was also an issue in 16.10.
--
You received this bug notification because you are a member of DX
Packa
h the WiFi
connection is working.
Please see also the attached screenshot.
Warmly,
~Robert
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-applet/+bug/1585886/+subscriptions
--
Mailing list: https://launchpad.net/~dx-packages
Post to
Wow great!
Will I receive this update if I enable the 16.10 beta package
repository?
-R
On Thu, Jan 26, 2017 at 3:10 AM, Anatoli <1380...@bugs.launchpad.net>
wrote:
> Dmitry, thanks for the fixes! If you update the package in your PPA, I
> could test it in 16.04.
>
> --
> You received this bug
Thank you so much, Sebastien!
Enabling yakkety-proposed solved my problem. :-)
Yours,
-Robert
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-application in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net
y attached screenshot.
Yours,
-Robert
** Affects: indicator-application (Ubuntu)
Importance: Undecided
Status: New
** Attachment added: "Screenshot"
https://bugs.launchpad.net/bugs/1655712/+attachment/4802948/+files/2017-01-11-14%3A28%3A30.png
--
You received this bug noti
Unity Control Center is toggling the "show-real-name-on-panel" GSetting
but indicator-session appears not to be using it.
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-session in Ubuntu.
Matching subscriptions: dx-packages
https://
Confirmed this works in Xenial.
** Package changed: unity-control-center (Ubuntu) => indicator-session
(Ubuntu)
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-session in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.laun
Public bug reported:
Output from tlp-stat:
+++ Wireless
bluetooth = on
wifi = on
wwan = none (no device)
hci0(btusb) : not connected
===> Bluetooth is turned on
However, the indicator icon returns "Off" [1].
[1] http://i.imgur.com/SXX741z.png
Affected system is Ubuntu 16.04
Public bug reported:
The attached gif animation demonstrates the problem.
Toggling the bluetooth state between on and off does not work through
the indicator.
Toggling the state does work through the bluetooth settings menu.
Affected system is Ubuntu Unity 16.04 with all latest updates installe
gnome-session (3.20.2-1ubuntu6) yakkety; urgency=medium
* Set DesktopNames back to Unity. There are many buggy components that don't
know how to deal with XDG_CURRENT_DESKTOP having multiple values, and it's
too close to the release to fix them all.
-- Iain Lane Mon, 03 Oct 2016 17:3
This is affecting Ubuntu 16.10 now as XDG_CURRENT_DESKTOP is now set to
"Unity:Unity7" (e.g. bug 1629668)
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-bluetooth in Ubuntu.
https://bugs.launchpad.net/bugs/1554878
Title:
fix up u
So, it has to do something with the Ethernet connection in your case?
Weird, I can't test it, unfortunately, as I don't use any Ethernet.
~Robert
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-applet in Ubuntu
Dear Vincas,
That's a good catch. It happens to me, too, mostly on resume from
suspend.
~Robert
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-applet in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net
** Changed in: indicator-session (Ubuntu)
Status: New => Triaged
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-session in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1600502
Title:
extra se
screenshot "sig1.png". I type "Sig" but only folders are found
2. I press Escape to delete my search query
3. I retype "Sig" and now Signal application is found as shown in "sig2.png".
Can someone reproduce this on Ubuntu 16.04?
Thankfully,
~Ro
d as shown in "sig2.png".
Can someone reproduce this on Ubuntu 16.04?
Thankfully,
~Robert
** Affects: unity-lens-applications (Ubuntu)
Importance: Undecided
Status: New
** Attachment added: "sig1.png"
https://bugs.launchpad.net/bugs/1594079/+attachment/
I had a look at what is required for libunity-webapps and it just
appears to be using geoclue to work out what country you are in to show
the appropriate Amazon store. Since Geoclue 2.0 doesn't provide this (it
just gives a co-ordinate) the easiest solution is to make libunity-
webapps contact http
Removing pyxdg as it doesn't make use of XDG_CURRENT_DESKTOP
** Changed in: nautilus (Ubuntu)
Status: Triaged => Fix Released
** Changed in: unity-settings-daemon (Ubuntu)
Status: Confirmed => Fix Committed
** Changed in: unity-control-center (Ubuntu)
Status: Triaged => Fix
** Changed in: indicator-bluetooth (Ubuntu)
Importance: Undecided => Medium
** Changed in: indicator-bluetooth (Ubuntu)
Status: New => Fix Committed
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-bluetooth in Ubuntu.
http
You can switch to using the Ubuntu service in geoclue by seting:
[wifi]
url=http://geoip.ubuntu.com/v1/geolocate
in /etc/geoclue/geoclue.conf
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to libunity-webapps in Ubuntu.
https://bugs.launchpad.
I've proposed a change to geoip.ubuntu.com to provide a Google/Mozilla
Location Service compatible API. This means we can configure Geoclue 2.0
to use this service.
Then I propose we drop geoclue (1.0) and ubuntu-geoip from the archive.
** Changed in: webkit2gtk (Ubuntu)
Status: In Progres
** Changed in: webkit2gtk (Ubuntu)
Status: New => In Progress
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to libunity-webapps in Ubuntu.
https://bugs.launchpad.net/bugs/1389336
Title:
Use geoclue-2.0
Status in empathy package in Ub
this issue was introduced in ubuntu_notify_support.patch. find attached
a patch to fix this regression
** Patch added: "first-message-regression.diff"
https://bugs.launchpad.net/ubuntu/+source/pidgin-libnotify/+bug/363108/+attachment/4672378/+files/first-message-regression.diff
--
You receiv
Public bug reported:
Dear all,
Can someone confirm an occasionally missing WiFi indicator tray icon?
Sometimes it happens that the icon is not displayed although the WiFi
connection is working.
Please see also the attached screenshot.
Warmly,
~Robert
** Affects: indicator-applet (Ubuntu
ges.
The only open point I can read from your comment is actually this one.
How do you suggest to proceed? Would it be worthwhile maintaining a
parallel database and what could the potential contribution of users
look like to this project?
~Robert
--
You received this bug notification because
as a city.
2. This is a good point. Upon user input of, for instance ACT, could the
system detect that there are two with the same name and ask the user to
pick the correct one?
~Robert
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicato
fornia was
properly supported.
Thankfully,
~Robert
[1] https://wiki.gnome.org/Apps/California
** Affects: indicator-datetime (Ubuntu)
Importance: Undecided
Status: New
** Attachment added: "Add-event entry screenshot"
https://bugs.launchpad.net/bugs/1577836/+attac
e.g. CEST, EDT, directly
to the very useful locations menu?
Currently only city names are supported.
I am attaching two screenshots:
1. showing the locations menu
2. a mockup of how I envision the time zone to be represented in the indicator
Thankfully,
~Robert
To manage notificat
represented in the indicator
Thankfully,
~Robert
** Affects: indicator-datetime (Ubuntu)
Importance: Undecided
Status: New
** Attachment added: "UI locations menu"
https://bugs.launchpad.net/bugs/1577414/+attachment/4653655/+files/locations-menu.png
--
You receive
** This bug is no longer a duplicate of bug 351545
pidgin doesn't notify at start of conversation (libnotify)
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to notify-osd in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.n
It would be nice if this feature was available as an easily accessible
indicator icon!
Warmly,
~Robert
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to notify-osd in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs
Closing assumed fixed.
** Changed in: lightdm (Ubuntu)
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-session in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/8
Is this still applicable?
** No longer affects: lightdm
** Changed in: lightdm (Ubuntu)
Status: Confirmed => Incomplete
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to accountsservice in Ubuntu.
Matching subscriptions: dx-packages
htt
** Package changed: lightdm (Ubuntu) => indicator-session (Ubuntu)
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-session in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1325259
Title:
Log out/Lock
This is a problem that won't be solved in Ubuntu until we use Unity8 +
Mir for displaying. Other systems are already using greeters as
lockscreens, so the work has been done for this.
Closing lightdm and unity-greeter tasks to reduce any confusion.
--
You received this bug notification because y
** No longer affects: lightdm
** Changed in: unity-greeter (Ubuntu)
Status: Triaged => Won't Fix
** Changed in: lightdm (Ubuntu)
Status: Triaged => Won't Fix
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-session in
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: amd64
CurrentDesktop: Unity
DistroRelease: Ubuntu 14.04
InstallationDate: Installed on 2014-05-15 (680 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
NonfreeKernelModules: fglrx
Package: indicator-datetime 13.10
apport information
** Attachment added: "ProcEnviron.txt"
https://bugs.launchpad.net/bugs/1317288/+attachment/4612095/+files/ProcEnviron.txt
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-datetime in Ubuntu.
Matching subscripti
apport information
** Attachment added: "Dependencies.txt"
https://bugs.launchpad.net/bugs/1317288/+attachment/4612094/+files/Dependencies.txt
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-datetime in Ubuntu.
Matching subscrip
This is still a problem for me.
@charlesk when running `apport-collect 1317288`, I receive a popup
window:
"You are not the reporter or subscriber of this problem report, or the
report is a duplicate or already closed. Please create a new report
using "apport-bug"."
So I created a new report 15
*** This bug is a duplicate of bug 1317288 ***
https://bugs.launchpad.net/bugs/1317288
Private bug reported:
Ref bug #1317288
This is a new ticket for bug 1317288, solely because I cannot use apport
to update the existing bug. When trying
apport-collect 1317288
to update the existing bug,
While this configuration is old, it will continue to work. However, if
this file is changed then accountsservice should also be updated to look
in the new location.
I did look at this a while ago and decided it was too much to fix (and
I'm not confident enough in this area) when I changed the conf
** Changed in: unity-lens-applications (Ubuntu)
Assignee: (unassigned) => Andrea Azzarone (azzar1)
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to unity-lens-applications in Ubuntu.
https://bugs.launchpad.net/bugs/1534485
Title:
Stop u
Public bug reported:
We're looking at migrating from Ubuntu Software Centre to GNOME
Software. This will break the reviews support in the Unity dash. We need
another solution.
** Affects: unity-lens-applications (Ubuntu)
Importance: Medium
Status: Triaged
** Tags: gnome-software-u
*** This bug is a duplicate of bug 1280300 ***
https://bugs.launchpad.net/bugs/1280300
I have Ubuntu 15.10 on my laptop and this is still happening.
Unfortunately solution above didn't help.
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to
Dear all,
In this screencast I tried to demonstrate how I experience the problem:
https://www.youtube.com/watch?v=muqIG5Zkebs&feature=em-upload_owner
I hope this helps to understand my issue!
Thankfully,
~ Robert
--
You received this bug notification because you are a member of DX
Pack
** Changed in: compiz-plugins-main
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to compiz-plugins-main in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/815996
Title:
** Changed in: oem-priority/trusty
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to compiz-plugins-main in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/815996
Title:
Public bug reported:
After the upgrade from 15.04 to 15.10 the bluetooth indicator icon
disappeared.
Can someone confirm this?
Experienced on a Thinkpad X230.
** Affects: indicator-bluetooth (Ubuntu)
Importance: Undecided
Status: New
** Summary changed:
- Bluetooth indicator dis
Public bug reported:
Build with multiarch support
** Affects: pocketsphinx (Ubuntu)
Importance: Medium
Status: Triaged
** Tags: multiarch
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to pocketsphinx in Ubuntu.
https://bugs.la
Public bug reported:
Build with multiarch support
** Affects: sphinxbase (Ubuntu)
Importance: Medium
Status: Triaged
** Tags: multiarch
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to sphinxbase in Ubuntu.
https://bugs.launch
Public bug reported:
Build with multiarch support
** Affects: libunity-webapps (Ubuntu)
Importance: Medium
Status: Triaged
** Tags: multiarch
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to libunity-webapps in Ubuntu.
https:/
Today I experienced this problem for the first time. The machine that had
the problem has been in operation for many years without this issue.
I want to draw attention to what ouahabix wrote in this thread back on
2014-07-27
as that would appear
to be the same as my experience. My machine is a My
** Changed in: notify-osd (Ubuntu)
Importance: Undecided => High
** Changed in: unity-greeter (Ubuntu)
Importance: Undecided => High
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to notify-osd in Ubuntu.
Matching subscriptions: dx-packag
Also - confirming after reboot the changes worked.
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1498775
Title:
Greeter auth doesn't unlock unity lockscr
I've uploaded a version to wily with libaudit support disabled.
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1498775
Title:
Greeter auth doesn't unlock
I've managed to reproduce on a VM, however commenting out the PAM
changes seems to have no effect - it still shows the Unity lockscreen
when returning from the greeter.
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to unity in Ubuntu.
Matching
tyhicks / others - does the libaudit functionality work if we revert the
PAM configuration? i.e. is it a way forward to revert this PAM change
until we work out what the problem is?
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to unity in Ubun
The stack traces are suggesting the crash is due to there not being a
cached property "UUIDs" for the device. We check for NULL in the other
properties, not for this one.
This is probably bad that this property doesn't exist but we still
shouldn't crash.
--
You received this bug notification bec
I'm having trouble reproducing this as my graphics drivers just show a
black screen when X quits.
** Changed in: lightdm (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to unity in Ubuntu.
Matching subscr
This is because unity-control-center needs the GSettings schema from
indicator-bluetooth and schemas need to be installed otherwise the
control center would crash. Otherwise indicator-bluetooth would just be
a recommends.
A solution would be to make an indicator-bluetooth-schemas package that
just
Patch filed upstream and upload to the GCC 5.1 PPA.
** Changed in: zeitgeist (Ubuntu)
Status: In Progress => Fix Committed
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to zeitgeist in Ubuntu.
Matching subscriptions: dx-packages
https:/
** Bug watch added: freedesktop.org Bugzilla #91443
https://bugs.freedesktop.org/show_bug.cgi?id=91443
** Also affects: zeitgeist via
https://bugs.freedesktop.org/show_bug.cgi?id=91443
Importance: Unknown
Status: Unknown
--
You received this bug notification because you are a mem
Note this only happens in the tests with strings > 15 characters in
length. I suspect that must be the boundary where std::string starts
mallocing the contents.
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to zeitgeist in Ubuntu.
Matching subs
I think the issue is the std::string object is going out of scope in the
tests. The tests are like this:
g_assert_cmpstr (std::string ("scheme_no_spaces_in_uris"), ==,
StringUtils::MangleUri("scheme:no spaces in uris").c_str ());
Inside the g_assert_cmpstr macro the two strings are stored in
vari
https://launchpad.net/~ci-train-ppa-
service/+archive/ubuntu/landing-016/+build/7656245 is a build failing
with test.
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to zeitgeist in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchp
The first build log is implying that Mir is not built / linekd correctly:
/usr/lib/x86_64-linux-gnu/libmirprotobuf.so.0: undefined reference to
`google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased(int,
std::string const&, google::protobuf::io::CodedOutputStream*)'
--
You receive
The linked build in comment 1 is for telephony-service, not zeitgeist.
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to zeitgeist in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1475623
Title:
zeitgeist ftbfs w
** Changed in: ubuntu-ui-toolkit (Ubuntu Vivid)
Status: New => Fix Released
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-datetime in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1364949
Title
** Changed in: ubuntu-ui-toolkit (Ubuntu Vivid)
Status: New => Fix Released
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-datetime in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1361702
Title
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-datetime in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1361702
Title:
cl
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-datetime in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1364949
Title:
Ed
I have the same symptoms as #16. ctrl+alt+t doesn't work, but
ctrl+alt+y, for example, does work if I assign ctrl-alt-y to the
terminal shortcut. I have 15.04 running on a System 76 Kudu
Professional. ctrl-alt-l doesn't work either.
Also, as #8 mentioned, the PrtSc/SysRq button appears to do no
1 - 100 of 329 matches
Mail list logo