-
I've got two groups and two users.
userA has a primary group and nothing else
- I choose to Usermanagement plugin
- doubleclick userA
- click on "Manage group membership"
- tick both groups
- press "OK"
but nothing happens. The user doesn't get added to either group.
2008-09-15 13:01:35 UTC in Luma
-
same problem here in luma 2.3 and also in luma 2.4. Platform is Ubuntu Heron.
2008-09-15 12:55:39 UTC in Luma
-
same problem here in luma 2.3 and also in luma 2.4. Platform is Ubuntu Heron.
2008-09-15 12:55:38 UTC in Luma
-
- I start luma
- choose usermanagement
- there's no entry yet
- I click on "Add.."
- the user addition dialog comes up
- i click add group
- the "Add Group" / "Select location" dialog comes up, but *behind* the "Add Contact" window and it doesn't have focus either.
- thus I can not do anything in the "Add Group" dialog
- since the "Add Contact" dialog requires to put the user into some...
2008-09-15 10:23:08 UTC in Luma
-
See http://bugs.debian.org/445874.
2007-10-08 21:30:58 UTC in xxdiff
-
See http://bugs.debian.org/417780
Patch:
--- src/resources.inline.h~ 2007-04-04 14:33:02.000000000 +0000
+++ src/resources.inline.h 2007-04-04 14:33:20.000000000 +0000
@@ -20,6 +20,8 @@
*
******************************************************************************/
+#include
+
/*==============================================================================.
2007-10-08 21:07:12 UTC in xxdiff
-
$ xx-cvs-revcmp
Traceback (most recent call last):
File "/usr/bin/xx-cvs-revcmp", line 8, in ?
from xxdiff.scripts.cvsrevcomp import main
ImportError: No module named cvsrevcomp
--- xxdiff-3.2.orig/bin/xx-cvs-revcmp
+++ xxdiff-3.2/bin/xx-cvs-revcmp
@@ -5,6 +5,6 @@
__author__ = 'Martin Blais '
-from xxdiff.scripts.cvsrevcomp import main
+from...
2006-12-03 20:04:54 UTC in xxdiff
-
...and thus xx-sql-schemas will fail with:
Traceback (most recent call last):
File "/usr/bin/xx-sql-schemas", line 8, in ?
from xxdiff.scripts.sqlschemas import main
File "/var/lib/python-support/python2.4/xxdiff/scripts/sqlschemas.py", line 28, in ?
from xxdiff.db import postgresql
ImportError: No module named db
--- xxdiff-3.2.orig/setup.py
+++...
2006-12-03 20:03:11 UTC in xxdiff
-
See attached patch.
2006-09-21 12:34:24 UTC in xxdiff
-
one more font-problem:
http://bugs.debian.org/387604
xxdiff cuts off characters in the rightmost columns
of both left and
right file. Configuration files are untouched.
See lines beginning with
7175600 (left file)
7176140 (left file)
7176300 (left file)
7175720 (right file)
7176000 (right file)
7176120 (right file)
7176200 (right file)
7176300 (right file)
2006-09-21 12:27:10 UTC in xxdiff