[Touch-packages] [Bug 1483589] Re: Can't import a file with the same name in a ContentStore scope

2015-08-11 Thread Didier Roche
** Description changed: Having a ContentStore for a particular scope doesn't enable to import more than once a file name. If you use: ContentStore { id: appStore scope: ContentScope.App } and then: peer.request(appStore) - the state transfer changed go

[Touch-packages] [Bug 1483589] Re: Can't import a file with the same name in a ContentStore scope

2015-08-11 Thread Didier Roche
FYI, I have workarounded it this way: https://github.com/didrocks/splitthebill/commit/12d380b95a4bf2a1dc58226c814da551dfb2af13 feel free to comment for any better approach. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1483558] [NEW] Content-Hub crash with an invalid app-id

2015-08-11 Thread Didier Roche
Public bug reported: The idea would to have at least a fake APP_ID for developping and testing/iterating on desktop. The import functionality itself works, but the crash doesn't give a good developer experience. Maybe we can decide on having an APP_ID=fake in the developer default template, and

[Touch-packages] [Bug 1483554] Re: A lot of warnings when adding Content Hub simple example

2015-08-11 Thread Didier Roche
** Description changed: I just added with Ubuntu Content 1.1 a simple example, here is the commit: https://github.com/didrocks/splitthebill/commit/bc914de9511ebbd3b13b03166bdc7c463af1c609 Switching that one, I'm starting to get a lot of warnings in my application related to

[Touch-packages] [Bug 1433708] Re: Attempt to rename a file if there is a filename conflict

2015-08-11 Thread Didier Roche
** Tags added: devexp ** Also affects: content-hub (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to content-hub in Ubuntu. https://bugs.launchpad.net/bugs/1433708 Title:

[Touch-packages] [Bug 1483546] [NEW] Default content-hub example doesn't work

2015-08-11 Thread Didier Roche
Public bug reported: The first example of the default index upstream's Content Hub API doesn't work with current content hub: https://developer.ubuntu.com/api/apps/qml/sdk-15.04/Ubuntu.Content.index/ It needs to be updated as it's the first window on contenthub for most of our users. **

[Touch-packages] [Bug 1483558] Re: Content-Hub crash with an invalid app-id after transfer and doesn't clean up temp files

2015-08-11 Thread Didier Roche
** Summary changed: - Content-Hub crash with an invalid app-id + Content-Hub crash with an invalid app-id after transfer and doesn't clean up temp files ** Description changed: The idea would to have at least a fake APP_ID for developping and testing/iterating on desktop. The import

[Touch-packages] [Bug 1483589] Re: Can't import a file with the same name in a ContentStore scope

2015-08-11 Thread Didier Roche
** Description changed: Having a ContentStore for a particular scope doesn't enable to import more than once a file name. If you use: ContentStore { - id: appStore - scope: ContentScope.App + id: appStore + scope: ContentScope.App } and then:

[Touch-packages] [Bug 1483562] [NEW] Would be nice to import multiple types of documents

2015-08-11 Thread Didier Roche
Public bug reported: With ContentHub 1.1: I can see cases when you want to attach docs to some database. Those docs could be pictures or documents. It would be nice to import them altogether just using one Content picker (for multi-selection) ** Affects: content-hub (Ubuntu) Importance:

[Touch-packages] [Bug 1483589] [NEW] Can't import a file with the same name in a ContentStore scope

2015-08-11 Thread Didier Roche
Public bug reported: Having a ContentStore for a particular scope doesn't enable to import more than once a file name. If you use: ContentStore { id: appStore scope: ContentScope.App } and then: peer.request(appStore) - the state transfer changed go to initiated, in progress

[Touch-packages] [Bug 1483614] [NEW] Retrieving a list of strings is seen as listmodel that can't be saved back

2015-08-11 Thread Didier Roche
Public bug reported: If you push a document that contains property being a list of strings, like: { 'attachements': [/path/to/foo1.png, /path/to/foo2.png] } Retrieving it is making the attachements a ListModel through the QML type system (outside of u1db's scope thus). The ListModel contains

[Touch-packages] [Bug 1483627] [NEW] Warning for the newer theme system should give more clear info to the developers

2015-08-11 Thread Didier Roche
Public bug reported: Importing Ubuntu.Components 1.2 in wily (not sure why I didn't noticed it on vivid), triggers a lot of style related warnings, like: file:///home/didrocks/work/ubuntu- sdk/splitthebill/splitthebill/components/AddRemoveInt.qml:39:5: QML TextField: Theme.createStyleComponent()

[Touch-packages] [Bug 1483626] [NEW] Importing ContentHub triggers warning in the editor

2015-08-11 Thread Didier Roche
Public bug reported: Just import in qtcreator the Content Hub API, the import line triggers warning: import Ubuntu.Content 1.1 QML module does not contain information about components contained in plugins. Even if only cosmetic as help is accessible, this doesn't give the developer confidence

[Touch-packages] [Bug 1482181] Re: Media keys (ctrl-alt-t, brightness, play/pause) don't work randomly after logging

2015-08-10 Thread Didier Roche
** Summary changed: - ctrl-alt-t doesn't open the terminal on a fresh 15.10 install + Media keys (ctrl-alt-t, brightness, play/pause) don't work randomly after logging ** Description changed: - I've installed 15.10 and I can't open a terminal using ctrl-alt-t. + I've installed 15.10 and I

[Touch-packages] [Bug 1482512] [NEW] setMonth() and other setXXX() javascript function doesn't work on the date QML object

2015-08-07 Thread Didier Roche
Public bug reported: From http://doc.qt.io/qt-5/qml-qtqml-date.html, The QML Date object extends the JS Date object with locale aware functions.. Some of them indeed works, like getMonth(), getDate(), returning expected value. However, when change a date property on a object with setMonth() and

[Touch-packages] [Bug 1482504] Re: Putting and then getting dates in a document are altered by u1db

2015-08-07 Thread Didier Roche
** Description changed: When putting and getting a QML date in the u1db database, the resulting strings are stored differently, even if you don't do any type conversion. The result is that the resulting date is shifted by the current timezone, rendering an incorrect date. Small

[Touch-packages] [Bug 1482504] Re: Putting and then getting dates in a document are altered by u1db

2015-08-07 Thread Didier Roche
** Description changed: When putting and getting a QML date in the u1db database, the resulting strings are stored differently, even if you don't do any type conversion. The result is that the resulting date is shifted by the current timezone, rendering an incorrect date. Small

[Touch-packages] [Bug 1482503] Re: Putting and then getting dates in a document are altered by u1db

2015-08-07 Thread Didier Roche
launchpad seems to continue to report bug twice when clicking on submit, invalidating. ** Changed in: u1db-qt (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to u1db-qt in Ubuntu.

[Touch-packages] [Bug 1482504] Re: Putting and then getting dates in a document are altered by u1db

2015-08-07 Thread Didier Roche
current workaround is to cheat on the saved date in database, meaning, removing again the timezone to the date object to shift it to UTC (it will print as time in UTC + (timezone) which is untrue, so only do that for the database object) Example, just before putDoc: tosave[date] = new

[Touch-packages] [Bug 1419667] Re: [DatePicker] pathItemCount binding loop when using DatePicker

2015-08-07 Thread Didier Roche
** Summary changed: - [DatePicker] 2 warnings in tst_focus.qml + [DatePicker] pathItemCount binding loop when using DatePicker -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu.

[Touch-packages] [Bug 1482504] [NEW] Putting and then getting dates in a document are altered by u1db

2015-08-06 Thread Didier Roche
Public bug reported: When putting and getting a QML date in the u1db database, the resulting strings are stored differently, even if you don't do any type conversion. The result is that the resulting date is shifted by the current timezone, rendering an incorrect date. Small example: date is

[Touch-packages] [Bug 1482503] [NEW] Putting and then getting dates in a document are altered by u1db

2015-08-06 Thread Didier Roche
Public bug reported: When putting and getting a QML date in the u1db database, the resulting strings are stored differently, even if you don't do any type conversion. The result is that the resulting date is shifted by the current timezone, rendering an incorrect date. Small example: date is

[Touch-packages] [Bug 1419667] Re: [DatePicker] 2 warnings in tst_focus.qml

2015-08-06 Thread Didier Roche
** Tags added: devexp -- 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://bugs.launchpad.net/bugs/1419667 Title: [DatePicker] 2 warnings in tst_focus.qml Status in ubuntu-ui-toolkit

[Touch-packages] [Bug 1481619] [NEW] Flickable doesn't position below header on start

2015-08-05 Thread Didier Roche
Public bug reported: with Ubuntu Components 1.2, instantiating a MainView should adjust on start contentY of the flickable component to header.height. In the following example, this isn't recalculated properly before an user's drag. import QtQuick 2.4 import Ubuntu.Components 1.2 MainView {

[Touch-packages] [Bug 1481630] [NEW] OptionSelector animation is very jumpy

2015-08-05 Thread Didier Roche
Public bug reported: The animation in the OptionSelector component is very jumpy, even on a beefy desktop (with Ubuntu Component 1.2). import QtQuick 2.4 import Ubuntu.Components 1.2 MainView { id: mainview objectName: mainView applicationName: foo.bar width: units.gu(40)

[Touch-packages] [Bug 1481624] [NEW] OptionSelector components in flickable doesn't show its expansion

2015-08-05 Thread Didier Roche
Public bug reported: If a flickable only contains OptionSelector(s), the childrenRect isn't refreshed, and so, the options when expanding aren't shown. For instance: import QtQuick 2.4 import Ubuntu.Components 1.2 MainView { id: mainview objectName: mainView applicationName: foo.bar

[Touch-packages] [Bug 1481620] Re: Flickable doesn't position below header on start

2015-08-05 Thread Didier Roche
seems my chrome submitted it twice, setting this one as invalid ** Tags removed: devexp ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1481629] [NEW] OptionSelector animation is very jumpy

2015-08-05 Thread Didier Roche
Public bug reported: The animation in the OptionSelector component is very jumpy, even on a beefy desktop (with Ubuntu Component 1.2). import QtQuick 2.4 import Ubuntu.Components 1.2 MainView { id: mainview objectName: mainView applicationName: foo.bar width: units.gu(40)

[Touch-packages] [Bug 1481630] Re: OptionSelector animation is very jumpy

2015-08-05 Thread Didier Roche
grrr, same, it seems that chrome is submitting it twice… ** Tags removed: devexp ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in

[Touch-packages] [Bug 1228922] Re: Provide a property to make a ListView header sticky

2015-08-03 Thread Didier Roche
Hey Tim, Zoltan. I don't think that what was requested was section label at start, as it seems to me only the last seen label is stick at start. I guess the request (at least, the one we can find on other platforms) is this one:

[Touch-packages] [Bug 1456610] Re: [media-framework] Expected to be able to select picture in a full screen preview mode before sending it

2015-07-31 Thread Didier Roche
** No longer affects: unity -- 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/1456610 Title: [media-framework] Expected to be able to select picture in a full screen

[Touch-packages] [Bug 1478839] [NEW] Adding iconName to Button screw its automatic sizing

2015-07-28 Thread Didier Roche
Public bug reported: If you add an iconName to a button without a set width anchored to one side only, the sizing isn't correct. Please find attached 2 screenshots demonstrating this issue: there are 2 buttons, one anchored to the left, the other anchored to the right. If you set the iconName

[Touch-packages] [Bug 1478839] Re: Adding iconName to Button screw its automatic sizing

2015-07-28 Thread Didier Roche
** Attachment added: withicons.png https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1478839/+attachment/4435006/+files/withicons.png -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in

[Touch-packages] [Bug 1219862] Re: Deleted documents show up in Database as a model

2015-07-28 Thread Didier Roche
As discussed yesterday, agreed that a comment to the docs + recommendation would make sense (especially as listDocs() would be used for debugging purpose) ** Tags added: devexp -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1271973] Re: Results from U1db.Query contain only indexed fields, not the whole document

2015-07-28 Thread Didier Roche
** Tags added: devexp -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to u1db-qt in Ubuntu. https://bugs.launchpad.net/bugs/1271973 Title: Results from U1db.Query contain only indexed fields, not the whole document Status

[Touch-packages] [Bug 1213013] Re: Deleted documents show up in Query in a ListView

2015-07-27 Thread Didier Roche
Seems to me to still be the case with 0.1.5+15.04.20150327-0ubuntu1 using deleteDoc(docId). The content is indeed vanished, but using db.listDocs() or using the db as a model returns all docs, including the one I deleted (with empty content, but still listed) -- You received this bug

[Touch-packages] [Bug 1219862] Re: Deleted documents show up in Database as a model

2015-07-27 Thread Didier Roche
This also happens when you use db.listDocs() API, which is kind of confusing. ** Also affects: u1db-qt (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to u1db-qt in Ubuntu.

[Touch-packages] [Bug 711061] Re: [MIR] openjpeg

2015-07-20 Thread Didier Roche
** Changed in: openjpeg (Ubuntu) Assignee: (unassigned) = Ubuntu Security Team (ubuntu-security) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openjpeg in Ubuntu. https://bugs.launchpad.net/bugs/711061 Title: [MIR]

[Touch-packages] [Bug 1461044] [NEW] Importing Ubuntu components brings warning

2015-06-02 Thread Didier Roche
Public bug reported: Default project template brings some warnings due to the Ubuntu components import. This doesn't make the new developers feeling in easy territory. import Ubuntu.Components 1.1 (or 1.2) brings numerous: Errors while reading typeinfo files: Failed to parse

[Touch-packages] [Bug 1461042] [NEW] Qthelp documentation (pressing in F1) has no style in qtcreator

2015-06-02 Thread Didier Roche
Public bug reported: Some annotation tags are missing to bring back the style in qtcreator. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided Status: New ** Tags: devexp -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

[Touch-packages] [Bug 1461061] [NEW] Normalizing import version across ubuntu components

2015-06-02 Thread Didier Roche
Public bug reported: Some components are still 1.0, other 1.3. It can be hard for the developer to understand exactly which version to import, what version is compatible or part of the same framework that the other one. The goal is to get a common agreements with all components we ship as part

[Touch-packages] [Bug 1461034] [NEW] Brings offline qthelp and sdk documentation

2015-06-02 Thread Didier Roche
Public bug reported: After installing ubuntu-sdk, only ubuntu components have offline doc support on F1, there is none for QML upstream components. We should cleanup the dependency to drop the now (soon) unused -doc-html flavor in favor of the qthelp ones. That way, F1 will bring the full

[Touch-packages] [Bug 1422700] Re: 'Dash search' option makes no sense, and may be obsolete

2015-05-19 Thread Didier Roche
I guess the model for scope should be similar than the ones for apps: when installed, if the scope tries to reach the network for the first time, then we get the allow scope_name to acess the network. You set it to yes and no. Similar behavior if the scope wants to access the GPS position and so

[Touch-packages] [Bug 1427264] Re: using ecryptfs, creating frameworks fail to bind mount issues

2015-05-18 Thread Didier Roche
Confirming that I got the same mount loop issue than Mitchell with the line #15, (thousands of mounts). The worst is that as the sessions are not cleaned up on a forced shutdown, the next login after reboot will restart the schroots, and so the mount hell. Has to do that either with another admin

[Touch-packages] [Bug 1256062] Re: session-migration needs to be handled by upstart session

2015-04-15 Thread Didier Roche
This was done a while ago ** Changed in: session-migration (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to session-migration in Ubuntu. https://bugs.launchpad.net/bugs/1256062

[Touch-packages] [Bug 1441883] Re: 15.04 Vivid Vervet won't boot after uninstalling lightdm

2015-04-09 Thread Didier Roche
Done, now xdiagnose only triggers if an installed display manager is configured as default but couldn't start. This should fix your boot issue. We won't fail graphical.target anymore if the only available dm was uninstalled, however, I do recommend you set then your default target to

[Touch-packages] [Bug 1435492] Re: Xsession.d script assumes that /sbin is in $PATH

2015-04-03 Thread Didier Roche
Please post a new debdiff as we discussed on IRC, thanks! (setting to incomplete to remove from the list meanwhile) ** Changed in: upstart (Ubuntu) Status: In Progress = Incomplete -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1435492] Re: Xsession.d script assumes that /sbin is in $PATH

2015-04-03 Thread Didier Roche
** Changed in: upstart (Ubuntu) Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to upstart in Ubuntu. https://bugs.launchpad.net/bugs/1435492 Title: Xsession.d script assumes that

[Touch-packages] [Bug 1439301] Re: one autopkgtest failure since 219-5ubuntu1

2015-04-01 Thread Didier Roche
** Attachment added: delayed-udev-plymouth-boot https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1439301/+attachment/4363165/+files/delayed-udev-plymouth-boot ** Tags added: systemd-boot -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

[Touch-packages] [Bug 1439301] [NEW] one autopkgtest failure since 219-5ubuntu1

2015-04-01 Thread Didier Roche
Public bug reported: One autopkgtest fails since 219-5ubuntu1. This one checks that plymouth is started around the same time than fsckd, and that fsckd/fsck doesn't fail if plymouth crashes. The issue comes from debian/patches/v219-stable, which is a backport of

[Touch-packages] [Bug 1434295] Re: service systemd-tmpfiles-setup fails to start

2015-03-24 Thread Didier Roche
Were you running without rebooting with an older version of systemd than 219-4ubuntu3? This one contains the upstream commit 6487ada88d63e4998113f4c57fa10b7c865f8026, which was supposed to fix that. Putting as incomplete as long as you can't reproduce with latest version. ** Changed in: systemd

[Touch-packages] [Bug 1435126] Re: slow boot: systemd-fsck Cannot communicate fsck progress to fsckd: Broken pipe

2015-03-24 Thread Didier Roche
Oh also, did you get a plymouth crash file (in /var/crash), and if so, report it via apport-bug? -- 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/1435126 Title: slow boot:

[Touch-packages] [Bug 1435126] Re: slow boot: systemd-fsck Cannot communicate fsck progress to fsckd: Broken pipe

2015-03-24 Thread Didier Roche
Hey ronwilhoite. The boot after a long delay only happened once, right? (when your disk was under fsck). I'm more surprised why plymouth wasn't started for you, is it started on a normal boot, and not on that special boot? Can you please (in the case plymouth doesn't show up) to run: systemctl

[Touch-packages] [Bug 1435108] Re: Volume hotkeys stop working (dozens of seconds of delay)

2015-03-24 Thread Didier Roche
I wonder if this is really systemd related, we know that unity-settings- daemon reveal some similar issues (though, most of the time, they are all lost and even restarting it isn't succifient as it misses some env variable to leak in the session). So, let's figure out if it's systemd related

[Touch-packages] [Bug 1435061] Re: KDE 5 is corrupted, after updating Kubuntu

2015-03-24 Thread Didier Roche
Do you have the same issue when booting up with systemd? ** Tags removed: systemd-boot -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to upstart in Ubuntu. https://bugs.launchpad.net/bugs/1435061 Title: KDE 5 is corrupted,

[Touch-packages] [Bug 1432173] Re: fails to bring up network bridge

2015-03-24 Thread Didier Roche
Martin, I'm afraid to not be knowledgeable enough in the network changes you have made. Mind having a look once your are back? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu.

[Touch-packages] [Bug 1433557] Re: systemd-udev-settle.service failes, 3min boot delay

2015-03-24 Thread Didier Roche
It seems then that the accelerometer is taking a long time to initialize, right? Mind starting a debug boot (systemd.log_level=debug in grub init line) and pasting the journactl -b output so that we get all related logs? Thanks! -- You received this bug notification because you are a member of

[Touch-packages] [Bug 1435687] Re: disable/enable WiFi on devices with read-only rootfs, the wifi network name will auto plus 1

2015-03-24 Thread Didier Roche
Thanks for reporting this patch and help to make ubuntu better. It's mostly the same people working on implementing systemd in debian and ubuntu (and we push most of our patches to debian experimental for non RC bugs, and then sync in ubuntu), so let's continue the discussion on the debian bug

[Touch-packages] [Bug 1434758] Re: mysqld: errno: 24 - Too many open files

2015-03-24 Thread Didier Roche
Hey postadelmaga: the file is in /lib/systemd/system/mysqld.service in debian and ubuntu. Those services are shipped in the mysql package, so closing the systemd tag (adding the tag though). I looked at mysql upstream, and their service files doesn't let the limit of files to opened up. Do you

[Touch-packages] [Bug 1435269] Re: System does not suspend when lid closed

2015-03-24 Thread Didier Roche
Thanks for this bug report. Do you mind attaching to this bug report the journalctl -b output after having tried to suspend closing the lid? Also, gdbus call --system -d org.freedesktop.login1 -o /org/freedesktop/login1 -m org.freedesktop.login1.Manager.ListInhibitors output would help us to

[Touch-packages] [Bug 1435687] Re: disable/enable WiFi on devices with read-only rootfs, the wifi network name will auto plus 1

2015-03-24 Thread Didier Roche
Sure, let's wait for Michael and Martin to comment on this, they are more up to date on the network side of systemd than I am (Martin will be back at the end of week FYI). Thanks for your patch! -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which

[Touch-packages] [Bug 1422681] Re: split out upstart-sysv

2015-03-23 Thread Didier Roche
** Also affects: init-system-helpers (Ubuntu) Importance: Undecided Status: New ** Also affects: systemd (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1422681] Re: split out upstart-sysv

2015-03-23 Thread Didier Roche
** Also affects: ubuntu-touch-meta (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-touch-meta in Ubuntu. https://bugs.launchpad.net/bugs/1422681 Title: split out

[Touch-packages] [Bug 1422681] Re: split out upstart-sysv

2015-03-23 Thread Didier Roche
** Also affects: autopkgtest (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-touch-meta in Ubuntu. https://bugs.launchpad.net/bugs/1422681 Title: split out

[Touch-packages] [Bug 1434295] Re: service systemd-tmpfiles-setup fails to start

2015-03-20 Thread Didier Roche
Oh, that's interesting, duplicated line is supported normally AFAIK. That's the case here, I have as well: /usr/lib/tmpfiles.d/00rsyslog.conf:d /var/log 0775 root syslog - /usr/lib/tmpfiles.d/var.conf:d /var/log 0755 - - - and systemd-tmpfiles-setup didn't fail here. You have truncated lines in

[Touch-packages] [Bug 1434020] Re: With systemd 219-4ubuntu6, ifup fails on startup

2015-03-20 Thread Didier Roche
@Michael: did you try with 219-4ubuntu7? I know that scott did some more fixes to the network functionalities following his previous patch. @Scott: mind having a look? ** Changed in: systemd (Ubuntu) Assignee: (unassigned) = Scott Moser (smoser) -- You received this bug notification

[Touch-packages] [Bug 1427654] Re: FFE: switch system init to systemd [not touch] in 15.04

2015-03-19 Thread Didier Roche
As stated on the mailing list few months ago (https://lists.ubuntu.com/archives/ubuntu-devel- discuss/2014-December/015154.html), Ubuntu never offered a choice of init system, and won't start doing that. systemd is mandatory to be the supported ubuntu path. That's the reason why ubuntu-standard

[Touch-packages] [Bug 1433633] Re: init --version does not work

2015-03-19 Thread Didier Roche
that's interesting: $ ls -l /sbin/init lrwxrwxrwx 1 root root 20 mars 11 11:22 /sbin/init - /lib/systemd/systemd $ /sbin/init --help init [OPTIONS...] {COMMAND} Send control commands to the init daemon. $ /lib/systemd/systemd --help systemd [OPTIONS...] Starts up and maintains the system or

[Touch-packages] [Bug 1433728] Re: white screen after boot

2015-03-19 Thread Didier Roche
If you are getting the same thing using upstart, I doubt this is a systemd issue TBH (especially as we didn't get any update recently). Can you go to a tty and attach hre the journal logs? (journalctl -b output) also the ouptut of sudo systemctl status -l ddms would helpful. Thanks! **

[Touch-packages] [Bug 1433728] Re: white screen after boot

2015-03-19 Thread Didier Roche
Note that if you are using a virtualization system, you can have be hit by bug #1433198. Upgrading to xorg-server 2:1.17.1-0ubuntu3 will fix it. (It fixes some failed autopkgtests as well) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1432171] Re: Starting version 219 systemd-boot

2015-03-19 Thread Didier Roche
Would be interesting to know why ddms wasn't enabled for you automatically, if you can provide some details, like did you get other display-manager installed, that would helpful. Happy that you have a booting machine again though :) -- You received this bug notification because you are a

[Touch-packages] [Bug 1432681] Re: Lubuntu boot very slow

2015-03-18 Thread Didier Roche
Thanks for your bug report and help to make ubuntu better. Journal logs will be helpful to know exactly what happens during your slow boot, do you mind pasting journalctl -b output here (and eventually boot in debug mode: add systemd.log_level=debug in grub to boot with it). Please turn back the

[Touch-packages] [Bug 1433426] Re: systemd crashed with SIGSEGV in _IO_acquire_lock_fct()

2015-03-18 Thread Didier Roche
** Changed in: systemd (Ubuntu) Status: New = Triaged -- 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/1433426 Title: systemd crashed with SIGSEGV in

[Touch-packages] [Bug 1432821] Re: something deleting /run/network after initramfs

2015-03-18 Thread Didier Roche
@Scott: I'm assigning to Martin so that he can see it once he's back from holidays. I don't feel myself confident enough in the network interactions of systemd to ensure this is the right way to get it fixed. ** Changed in: systemd (Ubuntu) Assignee: (unassigned) = Martin Pitt (pitti) --

[Touch-packages] [Bug 1433190] Re: Vivid server smoke tests failing due to unmet dependency in libpam-systemd

2015-03-18 Thread Didier Roche
Seems the test was may be run in a middle of an archive publication and further tests did run, right? Not really related to systemd in that case, feel free to reopen if it's not the case. ** Changed in: systemd (Ubuntu) Status: New = Invalid -- You received this bug notification because

[Touch-packages] [Bug 1394731] Re: [MIR] grilo-plugins

2015-03-16 Thread Didier Roche
Just a note: grilo itself isn't an issue as per see, but we have multiple examples of those instances I guess throughout the archive (even kubuntu things). As Steve told, let's focus on the main issue (actually I see many): 1. what to do in similar case where we have a build-dep/dep for

[Touch-packages] [Bug 1356222] Re: [MIR] fcitx and related packages

2015-03-16 Thread Didier Roche
Override component to main fcitx-cloudpinyin 0.3.4-2 in vivid: universe/utils - main fcitx-module-cloudpinyin 0.3.4-2 in vivid amd64: universe/utils/optional/100% - main fcitx-module-cloudpinyin 0.3.4-2 in vivid arm64: universe/utils/optional/100% - main fcitx-module-cloudpinyin 0.3.4-2 in vivid

[Touch-packages] [Bug 1432171] Re: Starting version 219 systemd-boot

2015-03-16 Thread Didier Roche
Quite agree this is a bug (low priority though). We'll give it a look. However, it seems you have another bug, you shouldn't get 40s of black screen and be transitionned quickly to plymouth (as with upstart). Mind filing another bug report with additional debug information (let's keep this bug

[Touch-packages] [Bug 1431743] Re: fails to boot due to read-ony file system

2015-03-16 Thread Didier Roche
It seems that they are 2 independent issues that were mixed in this bug report. As Vasco seems to have something closer to the initial issue, let's use if for it. i'll try ssdm and poke Eugene if more info were needed. -- You received this bug notification because you are a member of Ubuntu

[Touch-packages] [Bug 1412719] Re: wait-for-state restarts whoopsie every 30sec

2015-03-13 Thread Didier Roche
** Changed in: whoopsie-preferences (Ubuntu) Assignee: (unassigned) = Didier Roche (didrocks) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to whoopsie-preferences in Ubuntu. https://bugs.launchpad.net/bugs/1412719 Title

[Touch-packages] [Bug 1313996] Re: [MIR] Tracker

2015-03-13 Thread Didier Roche
Following up discussion on bug #1394731, Seb subscribed ubuntu-desktop to the bug report. However, only the libs are going to be maintained by the Canonical desktop team (and the build-deps needed for nautilus). So demoting all non libs that are not required by Nautilus. Supported libraries are

[Touch-packages] [Bug 1394731] Re: [MIR] grilo-plugins

2015-03-13 Thread Didier Roche
On another note, it will be great that every archive admin members follow the same procedure when promoting a package to main. The bug is still opened and not fixed release, I was not even aware then that it's been promoted already. I don't think I handle that promotion on the 04 of march, which

[Touch-packages] [Bug 1412719] Re: wait-for-state restarts whoopsie every 30sec

2015-03-13 Thread Didier Roche
Fixed, I added as well Michael's upstart job enhancement in this upload (even if that doesn't fix the real issue, still a nice addition). Didn't merge into upstream trunk as I don't have access right, but Brian would merge them back. ** Changed in: upstart Status: Confirmed = Invalid **

[Touch-packages] [Bug 1394731] Re: [MIR] grilo-plugins

2015-03-13 Thread Didier Roche
@Steve: this should be agreed and written that way then. AFAIK, for things where a canonical team wasn't interesting but an official flavor was depending on, we agreed that trusted flavor would be in charge (or report) critical bugs to us. In that specific case, should we reject the MIR then? The

[Touch-packages] [Bug 969697] Re: music lens doens't find rhythmbox radios

2015-03-13 Thread Didier Roche
** Changed in: unity-music-lens Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity in Ubuntu. https://bugs.launchpad.net/bugs/969697 Title: music lens doens't find rhythmbox

[Touch-packages] [Bug 1429171] Re: systemd-fsckd[232]: Couldn't connect to plymouth: Connection refused

2015-03-13 Thread Didier Roche
** Changed in: systemd (Ubuntu) Status: In Progress = Fix Committed -- 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/1429171 Title: systemd-fsckd[232]: Couldn't

[Touch-packages] [Bug 1356222] Re: [MIR] fcitx and related packages

2015-03-13 Thread Didier Roche
For the record, we got the canonical desktop team subscribed to it as well. Accepting extra-cmake-modules, nothing to spot on this trivial package with a great test suite. ** Changed in: extra-cmake-modules (Ubuntu) Status: Confirmed = Fix Committed -- You received this bug notification

[Touch-packages] [Bug 883764] Re: migrate_favorites.py crashed with OSError in _execute_child(): [Errno 5] Input/output error

2015-03-13 Thread Didier Roche
** Changed in: unity (Ubuntu) Assignee: Didier Roche (didrocks) = (unassigned) ** Changed in: unity Assignee: Didier Roche (didrocks) = (unassigned) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity in Ubuntu

[Touch-packages] [Bug 1431432] Re: conffiles prompt on vivid upgrade if report_metrics is enabled

2015-03-12 Thread Didier Roche
** Description changed: There is a potential conffiles prompt when upgrading to vivid if report_metrics has been enabled, as we remove the report_crashes and use service enablement. Moving that value to a non conffiles (/ect/whoopsie) and using that in whoopsie-preferences. + + The

[Touch-packages] [Bug 1431432] Re: conffiles prompt on vivid upgrade if report_metrics is enabled

2015-03-12 Thread Didier Roche
** Also affects: whoopsie-preferences (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to whoopsie in Ubuntu. https://bugs.launchpad.net/bugs/1431432 Title: conffiles prompt

[Touch-packages] [Bug 1412719] Re: wait-for-state restarts whoopsie every 30sec

2015-03-12 Thread Didier Roche
** Also affects: whoopsie-preferences (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to whoopsie-preferences in Ubuntu. https://bugs.launchpad.net/bugs/1412719 Title:

[Touch-packages] [Bug 1427958] Re: [MIR] media-hub

2015-03-12 Thread Didier Roche
Thanks for poking upstream about their testsuites, please track it :) With that and the changes, looks good to me, do not hesitate to poke for the actual promotion once needed. ** Changed in: media-hub (Ubuntu) Status: Incomplete = Fix Committed ** Changed in: telepathy-qt5 (Ubuntu)

[Touch-packages] [Bug 1431432] [NEW] conffiles prompt on vivid upgrade if report_metrics is enabled

2015-03-12 Thread Didier Roche
Public bug reported: There is a potential conffiles prompt when upgrading to vivid if report_metrics has been enabled, as we remove the report_crashes and use service enablement. Moving that value to a non conffiles (/ect/whoopsie) and using that in whoopsie-preferences. ** Affects: whoopsie

[Touch-packages] [Bug 1429171] Re: systemd-fsckd[232]: Couldn't connect to plymouth: Connection refused

2015-03-09 Thread Didier Roche
dino99: I guess plymouth wasn't running for you when fsck started, right? I conditioned the fact that the messages are sent to plymouth if the pid file is present (see http://lists.freedesktop.org/archives/systemd- devel/2015-March/029174.html) ** Changed in: systemd (Ubuntu) Status: New

[Touch-packages] [Bug 1411140] Re: systemd-machine-id-commit.service fails on live system

2015-03-09 Thread Didier Roche
Fix proposed at http://lists.freedesktop.org/archives/systemd- devel/2015-March/029163.html ** Changed in: systemd (Ubuntu) Status: Triaged = In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in

[Touch-packages] [Bug 1427958] Re: [MIR] media-hub

2015-03-09 Thread Didier Roche
* qtelepathy-qt5: debian/rules: - any change someone spend some time to look at the races in the failing tests and run them? (at least as adt tests). - optional, but please consider using dh_install --fail-missing instead of --list-missing and rm in debian/tmp the file you don't want to

[Touch-packages] [Bug 1427856] Re: Sync pixman 0.32.6-3 (main) from Debian unstable (main)

2015-03-06 Thread Didier Roche
Thanks for looking at this! Hum, we have 0.32.4 in ubuntu, and you are proposing to sync to 0.32.6. However, there is no NEWS file with infos, is it a bug fix release? If so, please state it explicetly here (and turn the status back to new), otherwise, please request a FFe. ** Changed in: pixman

[Touch-packages] [Bug 1392637] Re: Cannot boot with newly installed systemd if /tmp/ is filled with files

2015-03-05 Thread Didier Roche
://lists.freedesktop.org/archives/systemd- devel/2015-March/028966.html ** Changed in: systemd (Ubuntu) Assignee: Didier Roche (didrocks) = (unassigned) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu

[Touch-packages] [Bug 1411140] Re: systemd-machine-id-commit.service fails on live system

2015-03-04 Thread Didier Roche
IRC context from today: didrocks | apw: I just tried t_name_to_handle_at.c from man name_to_handle_at apw | didrocks, it seems to be returning ENOSUPP for me apw | didrocks, well it failed, as expected didrocks | apw: so, I guess this is expected that overlayfs doesn't support it

[Touch-packages] [Bug 1392637] Re: Cannot boot with newly installed systemd if /tmp/ is filled with files

2015-03-03 Thread Didier Roche
-to-force-tmpfs-on-tmp.patch ** Changed in: systemd (Ubuntu) Assignee: (unassigned) = Didier Roche (didrocks) ** Changed in: systemd (Ubuntu) Status: New = Triaged -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed

<    1   2   3   4   >