[Bug 1869247] Re: virtualenv for py27 fails due to missing ipaddress wheel

2020-04-05 Thread Thomas NOEL
Here is a workaround : * download ipaddress-1.0.23-py2.py3-none-any.whl from https://pypi.org/project/ipaddress/#files * put it in /usr/share/python-wheels/ * try "tox -rv -e py27" again (Hope this helps... I'm not sure you will have more support on tox/pip, as python2 is not supported anymore)

[Bug 633879] [NEW] python-sss : bad description

2010-09-09 Thread Thomas NOEL
Public bug reported: Binary package hint: sssd python-sss description is the same as libpam-sss : "Pam module for the System Security Services Daemon" I think it should be "Python module for the System Security Services Daemon" Thanks ** Affects: sssd (Ubuntu) Importance: Undecided

[Bug 621416] Re: cannot disable something for everyone except a group

2010-08-21 Thread Thomas NOEL
OOOoopppsss... Forgive me. Your solution works : I just have to create 2 pkla files in /etc/polkit/ : tho...@zepo:~$ cat /etc/polkit-1/localauthority/50-local.d/01-enable.pkla [Enable hibernate/suspend for the group hibersus] Identity=unix-group:hibersus Action=org.freedesktop.u

Re: [Bug 621416] Re: cannot disable something for everyone except a group

2010-08-21 Thread Thomas NOEL
Le 21 août 2010 à 13h39, James Westby a écrit : > Try disabling for all groups, then enabling for a single group? In fact, whatever I do with groups, it does not work. As the pklocalauthority manpage said : « Finally, the authorization entries are consulted using the user ». A solution is to modi

[Bug 621416] Re: cannot disable something for everyone except a group

2010-08-21 Thread Thomas NOEL
Thanks @James, Yes, I tried. The problem, I think, is the algorithm (man pklocalauthority) : « First, the user of the Subject is determined and the groups that the user belongs are looked up. For each group identity, the authorization entries are consulted in order. (...) Finally, the authorizati

[Bug 621416] [NEW] cannot disable something for everyone except a group

2010-08-20 Thread Thomas NOEL
Public bug reported: Binary package hint: policykit-1 I want to disable the org.freedesktop.upower.hibernate action for all my users, except for a "hibersus" group. I try this pkla : [Disable hibernate/suspend for all users] Identity=unix-user:* Action=org.freedesktop.upower.suspend;org.freedes

[Bug 363375] Re: [multi screen] mouse position sometimes wrong

2009-05-20 Thread Thomas NOEL
"miPointer*: Invalid input device pointer" lines in Xorg.0.log are coming from the patch "169_mipointer_nullptr_checks.patch" in xorg- server (seems to be an Ubuntu patch). Perhaps this bug insert some side effects ?... It was proposed to resolve this bug : https://bugs.launchpad.net/ubuntu/+sourc

[Bug 359840] Re: [RV350] jaunty mouse cursor stuck on second monitor

2009-05-20 Thread Thomas NOEL
@Marius Kotsbak: no, it doesn't fix this "cursor stuck" bug for me. -- [RV350] jaunty mouse cursor stuck on second monitor https://bugs.launchpad.net/bugs/359840 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing lis

[Bug 378008] Re: dhcp-manager: don't remove leases: they can actually be useful...

2009-05-18 Thread Thomas NOEL
** Attachment added: "dhcp: (dhclient) use per-connection leasefiles and don't delete on deactivate" http://launchpadlibrarian.net/26903895/per-connection-leasefiles-and-don-t-delete-on-deactivate.patch -- dhcp-manager: don't remove leases: they can actually be useful... https://bugs.launch

[Bug 378008] [NEW] dhcp-manager: don't remove leases: they can actually be useful...

2009-05-18 Thread Thomas NOEL
Public bug reported: Binary package hint: network-manager Ubuntu release: Jaunty NetworkManager : 0.7.1~rc4.1.cf199a964-0ubuntu2 When I unplug/plug my PC on my DHCP network, sometimes I don't get the same IP, even if the IP is free. The problem is that when deactive an interface, NM delete the

[Bug 357901] Re: xinerama mouse cursor on every screen

2009-05-18 Thread Thomas NOEL
Patch works for me too. Thanks ! -- xinerama mouse cursor on every screen https://bugs.launchpad.net/bugs/357901 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.ubun

[Bug 372493] Re: f-u-s-a always show "Switch User" if more than 15 users

2009-05-11 Thread Thomas NOEL
What about a patch where /desktop/gnome/lockdown/disable_user_switching=true only disable the "switch" part of f-u-s-a (and not f-u-s-a itself, as a whole) ? Do you think it's a good idea ? I can try to code it. -- f-u-s-a always show "Switch User" if more than 15 users https://bugs.launchpad.ne

[Bug 324465] Re: X crashes when holding down key on non-primary screen (Xinerama)

2009-05-08 Thread Thomas NOEL
169_mipointer_nullptr_checks.patch could have side effects ? On Jaunty, Xinerama with nvidia cards does not work very well... Log messages looks like these : miPointerConstrainCursor: Invalid input device pointer miPointerConstrainCursor: Invalid input device pointer miPointerWarpCursor: Inval

Re: [Bug 372493] Re: f-u-s-a always show "Switch User" if more than 15 users

2009-05-08 Thread Thomas NOEL
tching completely hide f-u-s-a : after that, there is no way to disconnect from the machine, no button ... Finally, the problem is that fusa has a bad name :) This applet can also disconnect, turn off the computer, reboot, which shows the presence, etc.. I will continue to use my own patched versio

[Bug 372493] Re: f-u-s-a always show "Switch User" if more than 15 users

2009-05-08 Thread Thomas NOEL
** Branch linked: lp:~thomas-noel/fast-user-switch-applet/ubuntu- packaging-jaunty -- f-u-s-a always show "Switch User" if more than 15 users https://bugs.launchpad.net/bugs/372493 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 372493] [NEW] f-u-s-a always show "Switch User" if more than 15 users

2009-05-05 Thread Thomas NOEL
t ask me why). If I set "/apps/fast-user-switch-applet/show_screen_item = never", it doesn't work, because f-u-s-a always show "Switch User" when there is more than 15 users. So please apply this little patch : https://code.launchpad.net/~thomas-noel/fast-user-switch-apple

[Bug 257881] Re: fast user switch applet vs. nis

2009-05-05 Thread Thomas NOEL
It works, but now we can't hide the "Swith User" menu with /apps/fast- user-switch-applet/show_screen_item = never. Please, see https://code.launchpad.net/~thomas-noel/fast-user-switch- applet/never-even-max-users/+merge/6229 Thanks. -- fast user switch apple

[Bug 274085] Re: Please update Ekiga to 3.00

2008-10-27 Thread Thomas NOEL
In http://www.ubuntu.com/news/ubuntu-8.10-desktop : (...) New features include a new instant messaging client, a built-in time tracker, the latest Ekiga 3.0 video and audio conferencing tool, improved file management and toolbars plus better support for multiple monitor use with the ability to set

[Bug 277650] Re: displays "lock screen" even if /desktop/gnome/lockdown/disable_lock_screen=true

2008-10-03 Thread Thomas NOEL
Yep. However, for me, the real issue is the presence of "lock screen" in the FUSA menu after the step 2. Thanks -- displays "lock screen" even if /desktop/gnome/lockdown/disable_lock_screen=true https://bugs.launchpad.net/bugs/277650 You received this bug notification because you are a member of

[Bug 277650] [NEW] displays "lock screen" even if /desktop/gnome/lockdown/disable_lock_screen=true

2008-10-03 Thread Thomas NOEL
Public bug reported: Binary package hint: fast-user-switch-applet Version: fast-user-switch-applet 2.24.0-0ubuntu2 (Intrepid beta 2) When gconf variable /desktop/gnome/lockdown/disable_lock_screen is "true", FUSA still displays the "Lock screen" choice in its menu. (However it does not work : t

[Bug 52768] no prebuilt package for 2.6.15-26

2006-07-12 Thread Thomas NOEL
Public bug reported: There is no .deb package for the new dapper kernel 2.6.15-26. Thanks a lot in advance if you can provide one... ** Affects: vmware-player-kernel-2.6.15 (Ubuntu) Importance: Untriaged Status: Unconfirmed -- no prebuilt package for 2.6.15-26 https://launchpad.n