[Bug 1512120]

2018-06-08 Thread Yves-Alexis Perez
(In reply to pgkos.bugzilla from comment #167)
> Created attachment 6976 [details]
> Fix crash and hang while renaming
> 
> A new version of my patch. This fixes both:
> - the crash when renaming a file through the popup dialog
> - the hang when renaming many files at once (e.g. using mv)
> 
> For the remaining crashes (while using mv command), please apply
> https://github.com/jlindgren90/thunar/commit/9c6dbb1dae70.

Thanks for the patch, I'll try to test it for Debian (although it
doesn't apply at first sight on 1.6.10 so I'll try a backport)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1512120

Title:
  [SRU] thunar crashes on file renaming

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunar/+bug/1512120/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1512120]

2018-06-08 Thread Yves-Alexis Perez
(In reply to Andreas Böhler from comment #134)
> I forgot to mention that I am on an x64 Arch Linux machine (current as of
> today). an strace (with patch #6779 applied) gives:
> 
> write(4, "\1\0\0\0\0\0\0\0", 8) = 8
> recvmsg(5, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource
> temporarily unavailable)
> inotify_rm_watch(14, 5) = 0
> futex(0x7fa94ca47a60, FUTEX_WAKE_PRIVATE, 1) = 1
> inotify_rm_watch(14, 6) = 0
> futex(0x7fa94ca47a60, FUTEX_WAKE_PRIVATE, 1) = 1
> lstat("/path/to/directory", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
> inotify_add_watch(14, "/path/to/directory",
> IN_MODIFY|IN_ATTRIB|IN_CLOSE_WRITE|IN_MOVED_FROM|IN_MOVED_TO|IN_CREATE|IN_DEL
> ETE|IN_DELETE_SELF|IN_MOVE_SELF|IN_UNMOUNT|IN_ONLYDIR) = 18
> futex(0x69f4f8, FUTEX_WAIT_PRIVATE, 2, NULL
> 
> And there it stops and becomes unresponsive.

Yup, I can confirm that. I've pushed the attachment #6779 to Debian and
got similar reports, and can confirm it myself. It happens when
accessing a removable device, for example.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1512120

Title:
  [SRU] thunar crashes on file renaming

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunar/+bug/1512120/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1292324] Re: Support non-root X

2017-07-07 Thread Yves-Alexis Perez
Robert,

I know you weren't interested in this but would review patches if
needed. Could you point people to the right directions on where to drop
privileges before running X server and stuff like that?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1292324

Title:
  Support non-root X

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/1292324/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1292324] Re: Support non-root X

2015-12-28 Thread Yves-Alexis Perez
** Bug watch added: Debian Bug tracker #809067
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809067

** Also affects: lightdm (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809067
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1292324

Title:
  Support non-root X

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/1292324/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1516831] Re: XDMCP Request packet with no addresses crashes LightDM

2015-11-24 Thread Yves-Alexis Perez
** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-8316

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1516831

Title:
  XDMCP Request packet with no addresses crashes LightDM

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/1516831/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1327791]

2014-12-02 Thread Yves-Alexis Perez
(In reply to Steve Dodier-Lazaro from comment #11)
 The distinction between exec/non-exec bits is pretty irrelevant until
 sandboxing is fully deployed, to be honest. We cannot both provide security
 *and* a good UX for locally installed apps and .desktop files on the Desktop
 for now, so I'm tempted to go with good UX and revisit the decision later.

I disagree about “pretty irrelevant”. In a secure world you'd have complete W^X 
and thus would refuse to execute anything where the user has write access. But 
even doing that road, it looks logical (at least to me) to refuse to execute 
user stuff with no explicit execute permission.
 
 Some pseudo-code:
 1a. Make a safe-list of directories with all of PATH,
 /usr/local/share/applications, /usr/share/applications,
 ~/.local/share/applications/, ~/Desktop

I don't think anything under $HOME should be really safe (even in
$PATH).

 1b. Remove XDG_DOWNLOADS_DIR from the safe-list (to keep users who download
 to Desktop a bit safer)

It seems that browsers now also set some extended attributes on
downloaded files, so it might be interesting to support that (but I
don't have any pointer here).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1327791

Title:
  Security warning about just created Xubuntu desktop shortcut

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunar/+bug/1327791/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1370852] Re: Scans all user accounts when not required

2014-10-31 Thread Yves-Alexis Perez
It seems that this change actually broke .dmrc files on Debian.

I'm currently investigating, but it seems that the files (~/.dmrc and
/var/cache/lightdm/dmrc/user.dmrc) are not updated anymore with the
selected session.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1370852

Title:
  Scans all user accounts when not required

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/1370852/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1370852] Re: Scans all user accounts when not required

2014-10-31 Thread Yves-Alexis Perez
Actually sorry, that's wrong, it's unrelated, it's due to our own patch
setting USERS_DIR to /var/lib/lightdm (I don't really understand why,
but that's off-topic for this bug).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1370852

Title:
  Scans all user accounts when not required

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/1370852/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1382977]

2014-10-30 Thread Yves-Alexis Perez
(In reply to Norbert Preining from comment #7)
 I will go ahead and prepare an NMU for Debian's thunar.

You don't really have to, you know. But it'd help to have it committed
to master and stable branches first.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1382977

Title:
  Thunar open default not respecting mimetype

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunar/+bug/1382977/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1212408] Re: lightdm/gdm needs to set $XDG_CURRENT_DESKTOP

2014-10-18 Thread Yves-Alexis Perez
It seems that gdm now supports setting XDG_CURRENT_DESKTOP but uses the
DesktopNames [1] property. It might make sense to migrate LightDM to
uses that too.

[1] https://bugzilla.gnome.org/show_bug.cgi?id=727546

** Bug watch added: GNOME Bug Tracker #727546
   https://bugzilla.gnome.org/show_bug.cgi?id=727546

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1212408

Title:
  lightdm/gdm needs to set $XDG_CURRENT_DESKTOP

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/1212408/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 799069] Re: xf86OpenConsole: setpgid failed

2014-10-09 Thread Yves-Alexis Perez
Seems we don't use the patch since long, and it seems to work fine even
with plymouth. Sorry for the delay.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/799069

Title:
  xf86OpenConsole: setpgid failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/799069/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1077970]

2014-08-08 Thread Yves-Alexis Perez
Can someone take a look a this?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1077970

Title:
  exo-open fails when html filename contains spaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/exo/+bug/1077970/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 956255]

2014-08-08 Thread Yves-Alexis Perez
Nick or Jannis, could someone take a look at the last patch and maybe
commit it if it sounds sane?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/956255

Title:
  exo-file-manager.desktop breaks file opening in non-XFCE DEs

To manage notifications about this bug go to:
https://bugs.launchpad.net/exo/+bug/956255/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1178373]

2014-07-12 Thread Yves-Alexis Perez
(In reply to Eric Koegel from comment #20)
 Created attachment 5541 [details]
 Suspend/hibernate upower 0.99 (no logind)
 
 So this version makes upower optional but still uses the shutdown helper.

Hmhm, so this one completely ignores logind? Is it really an improvement
wrt. the runtime detection patch?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1178373

Title:
  Restart spawns a password box

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-session/+bug/1178373/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1178373]

2014-07-12 Thread Yves-Alexis Perez
(In reply to Eric Koegel from comment #24)
 Created attachment 5545 [details]
 Suspend/hibernate upower 0.99 (no logind)
 
 
 (In reply to Eric Koegel from comment #20)
  Created attachment 5541 [details]
  Suspend/hibernate upower 0.99 (no logind)
  
  So this version makes upower optional but still uses the shutdown helper.
 
 Hmhm, so this one completely ignores logind? Is it really an improvement
 wrt. the runtime detection patch?
 -
 
 The hope is that this path will be used if the logind running check fails
 (i.e. FreeBSD, OpenBSD, Gentoo, Slackware, etc). So if you're using systemd
 this patch is nice but not useful.

So it should be added on top of the logind runtime detection patch?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1178373

Title:
  Restart spawns a password box

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-session/+bug/1178373/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1024482] Re: Mouse cursor theme does not change from default after login

2014-03-24 Thread Yves-Alexis Perez
** Also affects: lightdm-gtk-greeter
   Importance: Undecided
   Status: New

** Bug watch added: Debian Bug tracker #742460
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742460

** Also affects: lightdm-gtk-greeter (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742460
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024482

Title:
  Mouse cursor theme does not change from default after login

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm-gtk-greeter/+bug/1024482/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1024482] Re: Mouse cursor theme does not change from default after login

2014-03-24 Thread Yves-Alexis Perez
Control: tag -1 confirmed
On Sun, Mar 23, 2014 at 11:10:34PM +, Ken Milmore wrote:
 LightDM causes problems with mouse cursors and startup notifications on the
 Xfce desktop (and possibly elsewhere).  These seem to be caused by the lightdm
 greeter setting a device-specific cursor on the root window (i.e. a cursor set
 through XIDefineCursor, called in this case through gdk_window_set_cursor).
 This cusror overrides any normal cursors set in the desktop environment with
 XDefineCursor.
 
 On Xfce in particular, the most noticeable effect is that application startup
 notifications do not work - no busy cursor is shown when an application is
 launched from the desktop or menus.  Also, if a pointer theme is set, this is
 overridden on the root window which continues to show the pointer which was 
 set
 by lightdm.
 
 An easy way to demonstrate this problem is to run xsetroot -cursor_name 
 watch
 from a terminal window.  A busy cursor should appear when the pointer is
 moved over the desktop; but instead the default arrow cursor remains.
 
 This problem appears to have already been reported in several other places:
 
 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=694353
 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=671121
 https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/1024482
 
 The discussion following on from the Ubuntu bug report seems to have got to 
 the
 root of the problem:  When a device cursor has been set, it overrides any
 ordinary cursor defined on the window.  Unfortunately nobody seems to have
 applied a fix yet.

Thanks for the report and the patch. Since there's already a large
discussion on the launchpad bug, I'm CC:ing it in order to make
discussion there.
 
 I would like to suggest that the attached patch be applied, which I have
 tested on Wheezy with Xfce.  It sets the root cursor using XDefineCursor, 
 which
 avoids the problems caused by the XInput2 cursor precedence rules.  A fairly
 thorough explanation of why this should work appears on comment 15 of the
 Ubuntu bug report.
 
 I think the patch should also apply against Jessie/Sid, although I haven't had
 a chance to test it on those platforms yet.

I'm not completely sure it's the right solution here. I mean, it might
be the wisest short-term one, but it'll also break XInput2 features. I
guess not much people already use them and I'm not sure how well they
work, but I guess the best way to fix the issue would be to use XInput2
API correctly everywhere, so the “right” cursor is always found.

I'm not sure what that means concerning “global” cursors like the
notification one (I guess it has no reason to be defined until we arrive
at the root window), but I guess that's something which should be
discussed at the GTK level.

Regards,
-- 
Yves-Alexis Perez


** Bug watch added: Debian Bug tracker #694353
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=694353

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024482

Title:
  Mouse cursor theme does not change from default after login

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm-gtk-greeter/+bug/1024482/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1176046] Re: isc-dhcp dhclient listens on extra random ports

2013-11-18 Thread Yves-Alexis Perez
Can you provide a link to the ISC issue?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1176046

Title:
  isc-dhcp dhclient listens on extra random ports

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/1176046/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 818852] Re: X cursor often not shown

2013-10-31 Thread Yves-Alexis Perez
Looks that this one is fixed indeed.

** Changed in: lightdm-gtk-greeter
   Status: Triaged = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/818852

Title:
  X cursor often not shown

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm-gtk-greeter/+bug/818852/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 793366] Re: Sets $LANG to invalid value de

2012-07-23 Thread Yves-Alexis Perez
Robert, I disagree about lightdm not touching the locale setting. If
there are other ways to login to the system, fine. That doesn't prevent
to read .dmrc which has the correct locale selected by the user.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/793366

Title:
  Sets $LANG to invalid value de

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-selector/+bug/793366/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 998403] [NEW] ntp in precise has disabled crypto

2012-05-12 Thread Yves-Alexis Perez
Public bug reported:

Hey,

this is the exact same bug as Debian's #670662 and #671626 but as it
affects a stable (LTS) release I thought I would report it too, in case
it can be fixed before the next release.

Basically a multi-arch change in OpenSSL package disabled the crypto
part in ntp, meaning it's not possible anymore to use some kind of
protection, wether on the client part or the server part.

I'm unsure about tagging it security since it's not really a
vulnerability by itself, but you see the point. Attached patch should
fix the problem, but the Debian maintainer tagged the bug “pending” so
you might want to wait for his fix.

** Affects: ntp (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: ntp (Debian)
 Importance: Unknown
 Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in Ubuntu.
https://bugs.launchpad.net/bugs/998403

Title:
  ntp in precise has disabled crypto

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/998403/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 998403] Re: ntp in precise has disabled crypto

2012-05-12 Thread Yves-Alexis Perez
** Patch added: fix detection of openssl
   
https://bugs.launchpad.net/bugs/998403/+attachment/3142716/+files/ntp-1%3A4.2.6.p5%2Bdfsg-1_1%3A4.2.6.p5%2Bdfsg-1.1.diff

** Bug watch added: Debian Bug tracker #670662
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=670662

** Also affects: ntp (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=670662
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in Ubuntu.
https://bugs.launchpad.net/bugs/998403

Title:
  ntp in precise has disabled crypto

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/998403/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 998403] Re: ntp in precise has disabled crypto

2012-05-12 Thread Yves-Alexis Perez
Well, in fact the package was indeed fixed in Debian, so you can pick
the patch there.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in Ubuntu.
https://bugs.launchpad.net/bugs/998403

Title:
  ntp in precise has disabled crypto

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/998403/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 998403] [NEW] ntp in precise has disabled crypto

2012-05-12 Thread Yves-Alexis Perez
Public bug reported:

Hey,

this is the exact same bug as Debian's #670662 and #671626 but as it
affects a stable (LTS) release I thought I would report it too, in case
it can be fixed before the next release.

Basically a multi-arch change in OpenSSL package disabled the crypto
part in ntp, meaning it's not possible anymore to use some kind of
protection, wether on the client part or the server part.

I'm unsure about tagging it security since it's not really a
vulnerability by itself, but you see the point. Attached patch should
fix the problem, but the Debian maintainer tagged the bug “pending” so
you might want to wait for his fix.

** Affects: ntp (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: ntp (Debian)
 Importance: Unknown
 Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/998403

Title:
  ntp in precise has disabled crypto

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/998403/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 998403] Re: ntp in precise has disabled crypto

2012-05-12 Thread Yves-Alexis Perez
** Patch added: fix detection of openssl
   
https://bugs.launchpad.net/bugs/998403/+attachment/3142716/+files/ntp-1%3A4.2.6.p5%2Bdfsg-1_1%3A4.2.6.p5%2Bdfsg-1.1.diff

** Bug watch added: Debian Bug tracker #670662
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=670662

** Also affects: ntp (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=670662
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/998403

Title:
  ntp in precise has disabled crypto

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/998403/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 998403] Re: ntp in precise has disabled crypto

2012-05-12 Thread Yves-Alexis Perez
Well, in fact the package was indeed fixed in Debian, so you can pick
the patch there.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/998403

Title:
  ntp in precise has disabled crypto

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/998403/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 798277] Re: $PATH does not contain /usr/games on Ubuntu Oneiric (11.10) - /etc/environment not sourced or environment not preserved

2012-03-04 Thread Yves-Alexis Perez
/etc/environment is empty on Debian. I picked up the correct PATH from
gdm so at least at one point it was the default used by gdm (2 I guess).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/798277

Title:
  $PATH does not contain /usr/games on Ubuntu Oneiric (11.10) -
  /etc/environment not sourced or environment not preserved

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/798277/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 798277] Re: $PATH does not contain /usr/games on Ubuntu Oneiric (11.10) - /etc/environment not sourced or environment not preserved

2012-03-02 Thread Yves-Alexis Perez
Here's an updated patch

** Patch added: updated patch for 1.1.4
   
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/798277/+attachment/2800624/+files/01_set-default-path.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/798277

Title:
  $PATH does not contain /usr/games on Ubuntu Oneiric (11.10) -
  /etc/environment not sourced or environment not preserved

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/798277/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 917962] Re: BUG: scheduling while atomic: swapper

2012-01-27 Thread Yves-Alexis Perez
Ok, I may have done something wrong during bisecting, because the
relevant bad commit touches something not for x86. Unfortunately,
redoing the whole bisect is a bit too long, especially since I need to
keep the full debian .config now, since I don't exactly know from where
this happens.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/917962

Title:
  BUG: scheduling while atomic: swapper

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/917962/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 917962] Re: BUG: scheduling while atomic: swapper

2012-01-25 Thread Yves-Alexis Perez
I've further debugged inside the merged branch, and got:


corsac@scapa: git bisect log
# bad: [a2c76b83fdd763c826f38a55127ccf25708099ce] usb: renesas_usbhs: fixup 
inconsistent return from usbhs_pkt_push()
# good: [2d03423b2319cc854adeb28a03f65de5b5e0ab63] Merge branch 
'driver-core-next' of 
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
git bisect start 'a2c76b8' '2d03423'
# good: [c6a389f123b9f68d605bb7e0f9b32ec1e3e14132] Linux 3.1-rc4
git bisect good c6a389f123b9f68d605bb7e0f9b32ec1e3e14132
# good: [a8b43c00ef06aec49b9fe0a5bad8a6a320e4d27b] USB: Fix runtime wakeup on 
OHCI
git bisect good a8b43c00ef06aec49b9fe0a5bad8a6a320e4d27b
# good: [1d749f9afa657f6ee9336b2bc1fcd750a647d157] USB: ftdi_sio.c: Use ftdi 
async_icount structure for TIOCMIWAIT, as in other drivers
git bisect good 1d749f9afa657f6ee9336b2bc1fcd750a647d157
# good: [55b5a624a0cc5aa4b350fd50d78cf3415f795bfe] usb: renesas_usbhs: tidyup 
for smatch warnings
git bisect good 55b5a624a0cc5aa4b350fd50d78cf3415f795bfe
# good: [0889551267e7b6b4d27dc9f726f3d0cb0d976105] USB: gadget: midi: fix range 
check in f_midi_out_open()
git bisect good 0889551267e7b6b4d27dc9f726f3d0cb0d976105
# good: [3a7655fcb210b349111251689d0a56b7250885ea] usb/isp1760: Allow to 
optionally trigger low-level chip reset via GPIOLIB.
git bisect good 3a7655fcb210b349111251689d0a56b7250885ea

with:


a2c76b83fdd763c826f38a55127ccf25708099ce is the first bad commit
commit a2c76b83fdd763c826f38a55127ccf25708099ce
Author: Kuninori Morimoto kuninori.morimoto...@renesas.com
Date:   Tue Oct 18 20:05:50 2011 -0700

usb: renesas_usbhs: fixup inconsistent return from usbhs_pkt_push()

usbhs_pkt_push() had inconsistent return under spin lock.
This patch fix it up.
Special thanks to Dan

Cc: Dan Carpenter dan.carpen...@oracle.com
Signed-off-by: Kuninori Morimoto kuninori.morimoto...@renesas.com
Signed-off-by: Greg Kroah-Hartman gre...@suse.de

:04 04 08d80fa06121151b36ae17dc693c14d58c0d5db3
86b920618ceb575cebf610798c24a104dea36a2c M  drivers

So I'll try to rebuild a 3.2.1 with this commit reverted and report
back.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/917962

Title:
  BUG: scheduling while atomic: swapper

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/917962/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 917962] Re: BUG: scheduling while atomic: swapper

2012-01-25 Thread Yves-Alexis Perez
Yup, seems to work fine.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/917962

Title:
  BUG: scheduling while atomic: swapper

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/917962/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 917962] Re: BUG: scheduling while atomic: swapper

2012-01-20 Thread Yves-Alexis Perez
Hey,

I have the same issue even with vanilla kernel. I tried to run a bisect
log which I'm not exactly sure of:


git bisect start
# bad: [b8ed9e5b8c34dc9fb1882669e45b21e3d0194881] Linux 3.2.1
git bisect bad b8ed9e5b8c34dc9fb1882669e45b21e3d0194881
# good: [c3b92c8787367a8bb53d57d9789b558f1295cc96] Linux 3.1
git bisect good c3b92c8787367a8bb53d57d9789b558f1295cc96
# bad: [68d99b2c8efcb6ed3807a55569300c53b5f88be5] Merge branch 'for-linus' of 
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
git bisect bad 68d99b2c8efcb6ed3807a55569300c53b5f88be5
# bad: [efb8d21b2c6db3497655cc6a033ae8a9883e4063] Merge branch 'tty-next' of 
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
git bisect bad efb8d21b2c6db3497655cc6a033ae8a9883e4063
# good: [094daf7db7c47861009899ce23f9177d761e20b0] Merge branch 'master' of 
git://git.infradead.org/users/linville/wireless-next into for-davem
git bisect good 094daf7db7c47861009899ce23f9177d761e20b0
# good: [1be025d3cb40cd295123af2c394f7229ef9b30ca] Merge branch 'usb-next' of 
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
git bisect good 1be025d3cb40cd295123af2c394f7229ef9b30ca
# good: [4e7e2a2008f5d8c49791c412849d5b0232d39bb3] Merge branch 'for-linus' of 
git://opensource.wolfsonmicro.com/regmap
git bisect good 4e7e2a2008f5d8c49791c412849d5b0232d39bb3
# good: [1442d1678ca7e53574fd403ba7bee6f4125d920c] Merge branch 'for-3.2' of 
git://linux-nfs.org/~bfields/linux
git bisect good 1442d1678ca7e53574fd403ba7bee6f4125d920c
# good: [3cb603284b3d256ae9ae9e65887cee8416bfef15] Merge branch 
'hwmon-for-linus' of 
git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
git bisect good 3cb603284b3d256ae9ae9e65887cee8416bfef15
# good: [51808f051ede81865b7af351d6c230a1ac244a22] max3110: add sysrq support
git bisect good 51808f051ede81865b7af351d6c230a1ac244a22
# good: [f37ac5a144027cddfcf1dfab30eb7c2ba765f5ca] tty/n_gsm: fix a bug in 
gsm_dlci_data_output (adaption = 2 case)
git bisect good f37ac5a144027cddfcf1dfab30eb7c2ba765f5ca
# good: [1177c0efc04d032644895b8d757f55b433912596] TTY: pty, release tty in all 
ptmx_open fail paths
git bisect good 1177c0efc04d032644895b8d757f55b433912596
# good: [4cbf9f4864bd4fb2e64d555aacb93c24478e4e8d] tty/serial: atmel_serial: 
auto-enumerate ports
git bisect good 4cbf9f4864bd4fb2e64d555aacb93c24478e4e8d
# good: [a0340703981baa6cc1e9c7c768095a0a4e718daf] Revert TTY: call 
tty_driver_lookup_tty unconditionally
git bisect good a0340703981baa6cc1e9c7c768095a0a4e718daf
# good: [d208a3bf77f902283894f546b6b5383202cf7882] TTY: serial_core: Fix crash 
if DCD drop during suspend
git bisect good d208a3bf77f902283894f546b6b5383202cf7882

then it said that efb8d21b2c6db3497655cc6a033ae8a9883e4063 was the first
bad commit (which puzzles me a little since it's a merge commit but
looks pretty much unrelated.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/917962

Title:
  BUG: scheduling while atomic: swapper

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/917962/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 917962] Re: BUG: scheduling while atomic: swapper

2012-01-20 Thread Yves-Alexis Perez
** Bug watch added: Linux Kernel Bug Tracker #42615
   http://bugzilla.kernel.org/show_bug.cgi?id=42615

** Also affects: linux via
   http://bugzilla.kernel.org/show_bug.cgi?id=42615
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/917962

Title:
  BUG: scheduling while atomic: swapper

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/917962/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 883865] Re: lightdm doesn't drop privileges when reading ~/.dmrc

2012-01-15 Thread Yves-Alexis Perez
Yes, good point, code is removed now, sorry for that.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/883865

Title:
  lightdm doesn't drop privileges when reading ~/.dmrc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/883865/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 799069] Re: xf86OpenConsole: setpgid failed

2012-01-14 Thread Yves-Alexis Perez
Sorry I somehow missed the question.  In Debian we still ship the patch,
but I'll try without and report back.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/799069

Title:
  xf86OpenConsole: setpgid failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/799069/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 883865] Re: lightdm doesn't drop privileges when reading ~/.dmrc

2012-01-14 Thread Yves-Alexis Perez
Any news on this?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/883865

Title:
  lightdm doesn't drop privileges when reading ~/.dmrc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/883865/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 871070] Re: LightDM does not update btmp, wtmp and, or utmp records

2011-12-06 Thread Yves-Alexis Perez
Note that in this case it might be wise to separate with and without
accountservices, in case this service does some related job.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/871070

Title:
  LightDM does not update btmp, wtmp and, or utmp records

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/871070/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 871070] Re: LightDM does not update btmp, wtmp and, or utmp records

2011-11-29 Thread Yves-Alexis Perez
** Bug watch added: Debian Bug tracker #648604
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648604

** Also affects: lightdm (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648604
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/871070

Title:
  LightDM does not update btmp, wtmp and, or utmp records

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/871070/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 883865] Re: lightdm doesn't drop privileges when reading ~/.dmrc

2011-11-26 Thread Yves-Alexis Perez
This patch seems to fix the problem.

** Patch added: 07_CVE-2011-4105.patch
   
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/883865/+attachment/2609002/+files/07_CVE-2011-4105.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/883865

Title:
  lightdm doesn't drop privileges when reading ~/.dmrc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/883865/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 883865] Re: lightdm doesn't drop privileges when reading ~/.dmrc

2011-11-22 Thread Yves-Alexis Perez
Note that the patch uses O_NOFOLLOW flag to open() which is Linux-only.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/883865

Title:
  lightdm doesn't drop privileges when reading ~/.dmrc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/883865/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 836616] Re: 100% cpu usage in lightdm

2011-10-05 Thread Yves-Alexis Perez
Still present in 1.0.1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/836616

Title:
  100% cpu usage in lightdm

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/836616/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 866035] Re: long delay when accountsservice is not present

2011-10-05 Thread Yves-Alexis Perez
Confirmed, no delay in 1.0.2 without accountsservice.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/866035

Title:
  long delay when accountsservice is not present

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/866035/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 836616] Re: 100% cpu usage in lightdm

2011-10-05 Thread Yves-Alexis Perez
Seems indeed fixed again in 1.0.2

** Changed in: lightdm
   Status: Triaged = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/836616

Title:
  100% cpu usage in lightdm

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/836616/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 836616] Re: 100% cpu usage in lightdm

2011-10-03 Thread Yves-Alexis Perez
Indeed the problem seems back in 1.0.0

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/836616

Title:
  100% cpu usage in lightdm

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/836616/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 836616] Re: 100% cpu usage in lightdm

2011-10-03 Thread Yves-Alexis Perez
Note that this patch is not present upstream nor in the Debian package,
where I can reproduce it consistently.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/836616

Title:
  100% cpu usage in lightdm

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/836616/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 836616] Re: 100% cpu usage in lightdm

2011-09-17 Thread Yves-Alexis Perez
Then it's a different bug, please open a new one.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/836616

Title:
  100% cpu usage in lightdm

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/836616/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 834079] Re: files written as root to user-controlled folders

2011-08-30 Thread Yves-Alexis Perez
Robert, any news?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/834079

Title:
  files written as root to user-controlled folders

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/834079/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 818201] Re: Login doesn't remember the last desktop session

2011-08-29 Thread Yves-Alexis Perez
See the thread on lightdm list for remarks about accountservice (and no,
hosting it at freedesktop.org doesn't mean it's cross-desktop, right now
the only way to tune stuff there is gnome-control-center).

I guess you meant “Note” instead of “Not” in the last sentence.

Right now this fallback is broken. Afaict it's because (I think) the
current implementation in lightdm loads .dmrc (dmrc_load()) in
start_user_session(), but it's too late. The current session as already
been chosen (display-priv-user_session) and the key file loaded from
dmrc_load isn't used at all:


/* Load the users login settings (~/.dmrc) */
dmrc_file = dmrc_load (user_get_name (user));

/* Update the .dmrc with changed settings */
g_key_file_set_string (dmrc_file, Desktop, Session, 
display-priv-user_session);
dmrc_save (dmrc_file, user_get_name (user));
g_key_file_free (dmrc_file);

// FIXME: Copy old error file
log_filename = g_build_filename (user_get_home_directory (user), 
.xsession-errors, NULL);

display-priv-session = create_session (display, authentication,
display-priv-user_session, FALSE, log_filename);

I'm not completely sure the issues lies there or in the gtk-greeter
(without user-list).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/818201

Title:
  Login doesn't remember the last desktop session

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/818201/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 818201] Re: Login doesn't remember the last desktop session

2011-08-29 Thread Yves-Alexis Perez
Yes, confirmed, it's user-list related (so it might make sense to move
that to another bug).

When I set greeter-hide-users=false, selecting the user in the list
loads the correct session but not when manually entering the username.

If you want me to open another bug instead of continuing with this one,
please say so.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/818201

Title:
  Login doesn't remember the last desktop session

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/818201/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 819240] Re: no way to go back to the login entry from the password one (no-userlist specific)

2011-08-29 Thread Yves-Alexis Perez
Fixes looks fine, but shouldn't the same thing happen when the
authentication count overflows (and when pressing escape, for example :)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/819240

Title:
  no way to go back to the login entry from the password one (no-
  userlist specific)

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/819240/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 818201] Re: Login doesn't remember the last desktop session

2011-08-25 Thread Yves-Alexis Perez
HOME permission don't matter as lightdm read/write them as root (and
it's bad anyway).

It's still not fixed in 0.9.4 without account services, and account
services doesn't look like a suitable dependency for a cross-desktop
display manager.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/818201

Title:
  Login doesn't remember the last desktop session

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/818201/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 818852] Re: X cursor often not shown

2011-08-18 Thread Yves-Alexis Perez
Any indication what would be the GTK+ version fixing the issue? I'm
running 3.0.12 and still have no cursor, for indication.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/818852

Title:
  X cursor often not shown

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/818852/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 818864] Re: add support foran“Xclient”fallbacksession

2011-08-17 Thread Yves-Alexis Perez
On mar., 2011-08-16 at 22:11 +, Andreas Rottmann wrote:
 Yves-Alexis Perez cor...@debian.org writes:
 
  But note that *preventing* people to chose what they're used to might
  not be the wisest.
 
 Indeed.  I don't really care if I have to tweak configs to enable my
 ~/.xsession script to be used, but with the Debian package, before this
 issue had been fixed (assuming the .desktop file in question would have
 been included as an example instead), I'd have had to:
 
 # cp -a /usr/share/xsessions /etc
 # cp /usr/share/doc/lightdm/examples/default.desktop /etc/xessions
 # $EDITOR /etc/lightdm/lightdm.conf # to change the directory lightdm
 # looks for .desktop files in

Why copy stuff in /etc? You only need to put a .desktop file
in /usr/share/xsessions.
 
 Additionally, I would have had the burden to update my copy of the
 desktop files in /etc/xessions, should they change in the package.
 IMHO, for my usecase, that's quite more inconvinient than for some user
 not caring about ~/.xsession just to ignore the corresponding dropdown
 box entry.

Again, not necessary, you can still use the ones from /u/s/xsessions.
 
  I don't really agree with the “confuse normal users in 99% of the
  case” (but again, it might depend which users we are considering).
 
 If it's really decided, that for the Debian package, the default
 Xsession should not be present in the menu, I'd at least expect
 prominent documentation on how to enable this feature in
 /usr/share/doc/lightdm/README.Debian (or somewhere similiar).  Of
 course, *I* prefer having that feature enabled by default (and thanks
 for the fix, BTW).

For Debian package, it really depends on how the fix is done upstream,
but I might keep shipping the lightdm-xsession.desktop file even then,
because that's what Debian users are used to (at least that's what is
done in GDM 2).

Regards,
-- 
Yves-Alexis

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/818864

Title:
  add support for an “Xclient” fallback session

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/818864/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 818864] Re: add support for an “Xclient” fallback session

2011-08-16 Thread Yves-Alexis Perez
What if there's no session available? Not every window manager out there
provides a desktop file, and some people are still used to put stuff in
.xsession/.xinit/... (maybe more on Debian than Ubuntu though)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/818864

Title:
  add support for an “Xclient” fallback session

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/818864/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 818864] Re: add support for an “Xclient” fallback session

2011-08-16 Thread Yves-Alexis Perez
That'd work too, but this solution had the advantage to not require any
code change so it was a quick and dirty workaround for the Debian
package :)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/818864

Title:
  add support for an “Xclient” fallback session

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/818864/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 818864] Re: add support for an “Xclient” fallback session

2011-08-16 Thread Yves-Alexis Perez
But note that *preventing* people to chose what they're used to might
not be the wisest. I don't really agree with the “confuse normal users
in 99% of the case” (but again, it might depend which users we are
considering).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/818864

Title:
  add support for an “Xclient” fallback session

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/818864/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 818864] Re: add support for an “Xclient” fallback session

2011-08-12 Thread Yves-Alexis Perez
It's not only helpful for people technical enough to edit the session.
For people installing only one session or window manager, that means
it'll just work, since /etc/X11/Xsession script will default to x
-session-manager then x-window-manager.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/818864

Title:
  add support for an “Xclient” fallback session

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/818864/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 819177] Re: should handle the default session not being available

2011-08-12 Thread Yves-Alexis Perez
Yeah, that's one solution.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/819177

Title:
  should handle the default session not being available

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/819177/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 798277] Re: $PATH does not contain /usr/games on Ubuntu Oneiric (11.10) - /etc/environment not sourced or environment not preserved

2011-07-27 Thread Yves-Alexis Perez
Well, it seems that it's not a good default, seeing the current bug. I
already gave the current defaults in Debian. We currently ship this
patch to tune the PATH depending on the user beeing root or not.

** Patch added: set default PATH
   
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/798277/+attachment/2235755/+files/01_set-default-path.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/798277

Title:
  $PATH does not contain /usr/games on Ubuntu Oneiric (11.10) -
  /etc/environment not sourced or environment not preserved

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/798277/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 798277] Re: $PATH does not contain /usr/games on Ubuntu Oneiric (11.10) - /etc/environment not sourced or environment not preserved

2011-07-25 Thread Yves-Alexis Perez
In my case there's nothing in /etc/environment and PATH lacks
/usr/games. I see in the code that there's an explicit propagation of
PATH from the current environment to the session environment, but it
doesn't seem to be enough.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/798277

Title:
  $PATH does not contain /usr/games on Ubuntu Oneiric (11.10) -
  /etc/environment not sourced or environment not preserved

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/798277/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 798277] Re: $PATH does not contain /usr/games on Ubuntu Oneiric (11.10) - /etc/environment not sourced or environment not preserved

2011-07-05 Thread Yves-Alexis Perez
PATH is not guaranteed to be defined in /etc/environment so it might
make sense to default to a sensible value.

Other DMs seem to do something like:

PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games

/etc/profile (which is about login shells) do:

PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin for root
PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games for normal users

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/798277

Title:
  $PATH does not contain /usr/games on Ubuntu Oneiric (11.10) -
  /etc/environment not sourced or environment not preserved

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/798277/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 798277] Re: $PATH does not contain /usr/games on Ubuntu Oneiric (11.10) - /etc/environment not sourced or environment not preserved

2011-07-05 Thread Yves-Alexis Perez
Something like that should work (but need testing). The default PATHs
are currently #define'd in session.h, it might make sense to put them in
the config file.

** Patch added: set default PATH if not found in pam_getenv
   
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/798277/+attachment/2192018/+files/set-default-path.diff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/798277

Title:
  $PATH does not contain /usr/games on Ubuntu Oneiric (11.10) -
  /etc/environment not sourced or environment not preserved

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/798277/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 798277] Re: $PATH does not contain /usr/games on Ubuntu Oneiric (11.10) - /etc/environment not sourced or environment not preserved

2011-07-05 Thread Yves-Alexis Perez
Ok, previous path has no chance to work since env is not yet exported,
so g_getenv() won't return anything.

This one should do the work.

** Patch added: set default PATH if not found in environment
   
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/798277/+attachment/2192088/+files/01_set-default-path.patch

** Patch removed: set default PATH if not found in pam_getenv
   
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/798277/+attachment/2192018/+files/set-default-path.diff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/798277

Title:
  $PATH does not contain /usr/games on Ubuntu Oneiric (11.10) -
  /etc/environment not sourced or environment not preserved

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/798277/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 794315] Re: lightdm forgets to source /etc/profile and ~/.profile

2011-07-05 Thread Yves-Alexis Perez
Note that profile is for login shells, it might not be a good idea to
source it from DMs, even though gdm does it. PATH might have to be
handled differently.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/794315

Title:
  lightdm forgets to source /etc/profile and ~/.profile

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/794315/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 793366] Re: Sets $LANG to invalid value de

2011-06-30 Thread Yves-Alexis Perez
Why ignore completely the fields in .dmrc? Afaict they are useful when
set (wether from GDM or lightDM). .profile isn't use by everybody and
language-selector either (especially outside of Ubuntu).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/793366

Title:
  Sets $LANG to invalid value de

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-selector/+bug/793366/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 799069] Re: xf86OpenConsole: setpgid failed

2011-06-29 Thread Yves-Alexis Perez
I get the same problem when forcing lightdm to use vt7/8/... (but not on
vt1, though there's already a getty on vt1). This is on GMA965 so i915
driver with KMS.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/799069

Title:
  xf86OpenConsole: setpgid failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/799069/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 799069] Re: xf86OpenConsole: setpgid failed

2011-06-29 Thread Yves-Alexis Perez
It looks indeed like a bad interaction with plymouh.

Booting with splash to lightDM = NOK
Booting with no splash = OK
Booting with splash, starting/stopping gdm then starting lightdm = OK

So something is done by gdm to clean the vt used by plymouth or
something like that, which is not done by lightDM.

What puzzles me is that it was working at some point and I'm not too
sure what changed. Here it's on Debian so it's unrelated to upstart.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/799069

Title:
  xf86OpenConsole: setpgid failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/799069/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 585853] Re: Not possible to use xdm/wdm, only can use gdm (Lucid, Maverick)

2011-06-29 Thread Yves-Alexis Perez
Seems that xdm bug is unrelated, it's about consolekit support.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/585853

Title:
  Not possible to use xdm/wdm, only can use gdm (Lucid, Maverick)

To manage notifications about this bug go to:
https://bugs.launchpad.net/lqueue/+bug/585853/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 799069] Re: xf86OpenConsole: setpgid failed

2011-06-29 Thread Yves-Alexis Perez
Hmhm, it seems that lightdm checks plymouth and there might be a race
condition. It seems to ping plymouth, then ask about the active vt, then
desactivate it. I'm not to sure if it works fine or not, but at least it
seems that it breaks X startup.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/799069

Title:
  xf86OpenConsole: setpgid failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/799069/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 799069] Re: xf86OpenConsole: setpgid failed

2011-06-29 Thread Yves-Alexis Perez
Ok I think I got it.

I'm not using active vt, I always put it on vt7. I'm not too sure
where plymouth is running but it might be on vt7, which means they'll
both compete for the display and, as I don't chose to run on active
vt, it'll be only deactivated and not quitted, which doesn't seem
enough.

Running only plymouth (no lightdm) and then running:

plymouth deactivate
X vt7

leads to X not starting because of the non returning ioctl. I guess that
quitting plymouth unconditionally would work, no idea if that's a
problem in the general case though. As far as we (Debian) are concerned,
we quit plymouth anyway so it shouldn't break anything.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/799069

Title:
  xf86OpenConsole: setpgid failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/799069/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 799069] Re: xf86OpenConsole: setpgid failed

2011-06-29 Thread Yves-Alexis Perez
(sorry for flooding)

It's even worth, when *not* deactivating plymouth, X actually starts
fine, so I'm not sure it's worth deactivating it at all.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/799069

Title:
  xf86OpenConsole: setpgid failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/799069/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 783755] Re: /usr/share/wallpapers/albatross-2009-10.png should be in /usr/share/backgrounds

2011-05-17 Thread Yves-Alexis Perez
yaperez@oban: apt-file search /usr/share/wallpapers |cut -f 1 -d: |sort -u |wc 
-l
6
yaperez@oban: apt-file search /usr/share/backgrounds |cut -f 1 -d: |sort -u |wc 
-l
11

I don't think anyone standardized on one or another.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/783755

Title:
  /usr/share/wallpapers/albatross-2009-10.png should be in
  /usr/share/backgrounds

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 225128] Re: [Hardy] Markup not supported in libnotify when used in the summary part

2010-11-27 Thread Yves-Alexis Perez
By the way, span is not a supported markup in the notification spec.

-- 
[Hardy] Markup not supported in libnotify when used in the summary part
https://bugs.launchpad.net/bugs/225128
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs