[Bug 1738581] [NEW] apport is leaking environment variables (including passwords!) to public bug reports

2017-12-16 Thread H.-Dirk Schmitt
*** This bug is a security vulnerability ***

Public security bug reported:

See the bug report 
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1738564
created with ubuntu-bug.

Apport includes the file JournalErrors.txt
This file includes e.g. the following line.
Dez 16 19:11:31 hostname /usr/lib/gdm3/gdm-x-session[9679]: 
dbus-update-activation-environment: setting 
MPD_HOST=...@.xxx.org


Normally it would be not problem that gdm-x-session write this to the journal, 
because the journal is not intended to be published on the internet. 

Setting confidential informations via environment is maybe not the best
idea, but a legal procedure and for `mpc` the only way to set this
information.

IMHO the apport utility is here the problem, because it includes the
file with risky information to a public visible bug report.


Note: I manually delete the attachment in the mentioned bug report. But how can 
I sure that a web crawlser hasn't read/preserved that attachment?

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


** Tags: xenial

** Information type changed from Private Security to Public Security

** Package changed: evolution (Ubuntu) => apport (Ubuntu)

** Tags added: xenial

** Summary changed:

- apport leaks environment variables  (including passwords!) to bug reports
+ apport is leaking environment variables  (including passwords!) to puplic bug 
reports

** Summary changed:

- apport is leaking environment variables  (including passwords!) to puplic bug 
reports
+ apport is leaking environment variables  (including passwords!) to public bug 
reports

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

Title:
  apport is leaking environment variables  (including passwords!) to
  public bug reports

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

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

[Bug 1738564] Re: 'File/Save As' produce only empty files

2017-12-16 Thread H.-Dirk Schmitt
JournalErrors.txt has been deleted – see
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1738581

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

Title:
  'File/Save As' produce only empty files

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

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

[Bug 1738564] Re: 'File/Save As' produce only empty files

2017-12-16 Thread H.-Dirk Schmitt
** Attachment removed: "JournalErrors.txt"
   
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1738564/+attachment/5023512/+files/JournalErrors.txt

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

Title:
  'File/Save As' produce only empty files

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

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

[Bug 1738564] Re: 'File/Save As' produce only empty files

2017-12-16 Thread H.-Dirk Schmitt
On some machines I'm using a 'no change backport' from artfull:
 3.26.2-1~ubuntu16.04.1~c42.ppa1 from  ppa:dirk-computer42/c42-backport-gnome3

The problem isn't related to this version - so it seems for me to be
solved (or hidden) in a newer version.

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

Title:
  'File/Save As' produce only empty files

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

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

[Bug 1738564] [NEW] 'File/Save As' produce only empty files

2017-12-16 Thread H.-Dirk Schmitt
Public bug reported:

Composing a new mail and selecting in the menu '/File/Save As' should
normally save the composed email message to a local file.

This applies to the current xenial package:  3.18.5.2-0ubuntu3.2 and can
be reproduced on several machines.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: evolution 3.18.5.2-0ubuntu3.2
ProcVersionSignature: Ubuntu 4.10.0-42.46~16.04.1-generic 4.10.17
Uname: Linux 4.10.0-42-generic i686
ApportVersion: 2.20.1-0ubuntu2.14
Architecture: i386
CurrentDesktop: GNOME
Date: Sat Dec 16 19:39:56 2017
SourcePackage: evolution
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 third-party-packages xenial

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

Title:
  'File/Save As' produce only empty files

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

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

[Bug 1707945] Re: keyring location is not documented and differs between installations

2017-08-01 Thread H.-Dirk Schmitt
The undocumented location is implemented in the file pkcs11/gkm/gkm-
util.c


gkm_util_locate_keyrings_directory (void)
{
[…]
old_directory = g_build_filename (g_get_home_dir (), ".gnome2", 
"keyrings", NULL);
new_directory = g_build_filename (g_get_user_data_dir (), "keyrings", 
NULL);

/*
 * If the new XDG directory doesn't exist, and the old one does,
 * use the old one, otherwise create/use the new XDG location.
 */

[…]}

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

Title:
  keyring location is not documented and differs between installations

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/1707945/+subscriptions

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

[Bug 1707945] [NEW] keyring location is not documented and differs between installations

2017-08-01 Thread H.-Dirk Schmitt
Public bug reported:

I found keyrings on different locations.
Sometime below ~/.gnome2/keyrings, sometimes below ~/.local/share/keyrings/, 
sometimes in both locations.

The README.Debian is only mentioning:  .gnome2/keyrings
The man page for gnome-keyring-daemon doesn't document any location.

The problem for me is that I want to consolidates of the login.keyring
between several installations.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gnome-keyring 3.18.3-0ubuntu2
ProcVersionSignature: Ubuntu 4.10.0-28.32~16.04.2-generic 4.10.17
Uname: Linux 4.10.0-28-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: amd64
Date: Tue Aug  1 17:32:26 2017
SourcePackage: gnome-keyring
UpgradeStatus: No upgrade log present (probably fresh install)
upstart.gnome-keyring-ssh.log: grep: 
/home/hs/.config/autostart/gnome-keyring-ssh.desktop: Datei oder Verzeichnis 
nicht gefunden

** Affects: gnome-keyring (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug third-party-packages xenial

** Summary changed:

- keyring location is not documented and differs beetween installations
+ keyring location is not documented and differs between installations

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

Title:
  keyring location is not documented and differs between installations

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/1707945/+subscriptions

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


[Bug 1584538] Re: locales are missing - menu entries and messages only in english

2016-05-24 Thread H.-Dirk Schmitt
** Summary changed:

- locales are missing 
+ locales are missing - menu entries and messages only in english

** Attachment added: "Here is a sample screen shot."
   
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1584538/+attachment/4669276/+files/Bildschirmfoto%20von%20%C2%BB2016-05-24%2012-29-03%C2%AB.png

** Summary changed:

- locales are missing - menu entries and messages only in english
+ locales are missing - menu entries and messages only in English

** Description changed:

+ The UI is in English and not localized as the rest (here in german).
+ So it is hard to understand for users without Englisch language capabilities.
+ 
  The localization is missing in evolution-common.
  e.g. the file /usr/share/locale/de/LC_MESSAGES/evolution-3.18.mo
  
  The debian version in stretch contain this file.
  Comparing the file size of the packages between debian and ubuntu show also 
that a huge part of files are missing.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: evolution-common 3.18.5.2-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Sun May 22 23:23:11 2016
  PackageArchitecture: all
  SourcePackage: evolution
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  locales are missing - menu entries and messages only in English

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

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


[Bug 1584538] Re: locales are missing

2016-05-22 Thread H.-Dirk Schmitt
The problem applies also to the packages in
ppa:gnome3-team/gnome3-staging

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

Title:
  locales are missing

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

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


[Bug 1584538] [NEW] locales are missing

2016-05-22 Thread H.-Dirk Schmitt
Public bug reported:

The localization is missing in evolution-common.
e.g. the file /usr/share/locale/de/LC_MESSAGES/evolution-3.18.mo

The debian version in stretch contain this file.
Comparing the file size of the packages between debian and ubuntu show also 
that a huge part of files are missing.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: evolution-common 3.18.5.2-0ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: GNOME
Date: Sun May 22 23:23:11 2016
PackageArchitecture: all
SourcePackage: evolution
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug third-party-packages xenial

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

Title:
  locales are missing

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

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


[Bug 449506] Re: No GUI option to set screen rotation of greeter

2013-10-24 Thread H.-Dirk Schmitt
still a problem in raring

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

Title:
  No GUI option to set screen rotation of greeter

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

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


[Bug 1004515] Re: segfault in accounts-daemon when logging in / gdm crash if user account is added or deleted

2013-05-27 Thread H.-Dirk Schmitt
Add backport request  https://bugs.launchpad.net/bugs/1184572

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

Title:
  segfault in accounts-daemon when logging in / gdm crash if user
  account is added or deleted

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

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


[Bug 1004515] Re: segfault in accounts-daemon when logging in / gdm crash if user account is added or deleted

2013-05-27 Thread H.-Dirk Schmitt
I have a similar problem as described in
https://bugs.launchpad.net/ubuntu/+source/accountsservice/+bug/1067414

I can confirm that the solution is to upgrade the accountservice
packages.

In my ppa https://launchpad.net/~dirk-
computer42/+archive/c42-backport/+packages I provide a "no change"
backport from raring to precise.

Using this backport results in the following update:

   accountsservice (0.6.15-2ubuntu9.6 => 0.6.29-1ubuntu8~precise1~ppa1)
   gir1.2-accountsservice-1.0 (0.6.15-2ubuntu9.6 => 
0.6.29-1ubuntu8~precise1~ppa1)
   libaccountsservice0 (0.6.15-2ubuntu9.6 => 0.6.29-1ubuntu8~precise1~ppa1)

Using this packages solves for me the problem.

I suggest a backport of accountservice to precise to fix the problem in precise.
As a preliminary workaround my ppa may be used.

(see also
http://lists.computer42.org/pipermail/c42-ppa/2013q2/12.html)


---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad

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

Title:
  segfault in accounts-daemon when logging in / gdm crash if user
  account is added or deleted

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

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


[Bug 1004515] Re: segfault in accounts-daemon when logging in / gdm crash if user account is added or deleted

2013-05-27 Thread H.-Dirk Schmitt
** Summary changed:

- segfault in accounts-daemon when logging in
+ segfault in accounts-daemon when logging in / gdm crash if user account is 
added or deleted

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

Title:
  segfault in accounts-daemon when logging in / gdm crash if user
  account is added or deleted

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

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


[Bug 1067414] Re: gdm crashes if a user account is deleted or added (nslcd, ldap)

2013-05-27 Thread H.-Dirk Schmitt
*** This bug is a duplicate of bug 1004515 ***
https://bugs.launchpad.net/bugs/1004515

** This bug has been marked a duplicate of bug 1004515
   segfault in accounts-daemon when logging in

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

Title:
  gdm crashes if a user account is deleted or added (nslcd,ldap)

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

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


[Bug 1067414] Re: gdm crashes if a user account is deleted or added (nslcd, ldap)

2013-05-27 Thread H.-Dirk Schmitt
*** This bug is a duplicate of bug 1004515 ***
https://bugs.launchpad.net/bugs/1004515

** Also affects: accountsservice (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  gdm crashes if a user account is deleted or added (nslcd,ldap)

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

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


[Bug 1067414] Re: gdm crashes if a user account is deleted or added (nslcd, ldap)

2013-05-26 Thread H.-Dirk Schmitt
Maybe related:
https://bugs.launchpad.net/ubuntu/+source/accountsservice/+bug/1004515

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

Title:
  gdm crashes if a user account is deleted or added (nslcd,ldap)

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

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


[Bug 1067414] Re: gdm crashes if a user account is deleted or added (nslcd, ldap)

2013-05-26 Thread H.-Dirk Schmitt
Error message in syslog: gdm-session-wor[4145]: segfault at 50 ip
7f0a30df22ff sp 7499e230 error 4 in
libc-2.15.so[7f0a30d72000+1b5000]

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

Title:
  gdm crashes if a user account is deleted or added (nslcd,ldap)

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

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


[Bug 1067414] Re: gdm crashes if a user account is deleted or added (nslcd, ldap)

2013-05-26 Thread H.-Dirk Schmitt
Problem also triggered by installing libvirt-bin and virt-manager which
triggers the add of:

libvirt-qemu:x:124:128:Libvirt Qemu,,,:/var/lib/libvirt:/bin/false
libvirt-dnsmasq:x:125:138:Libvirt Dnsmasq,,,:/var/lib/libvirt/dnsmasq:/bin/false

---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad

** Summary changed:

- gdm crashed if a user account is deleted (nslcd,ldap)
+ gdm crashes if a user account is deleted or added (nslcd,ldap)

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

Title:
  gdm crashes if a user account is deleted or added (nslcd,ldap)

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

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


[Bug 1067414] Re: gdm crashed if a user account is deleted (nslcd, ldap)

2013-05-24 Thread H.-Dirk Schmitt
Problem still existing
---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad

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

Title:
  gdm crashed if a user account is deleted (nslcd,ldap)

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

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


[Bug 1067414] [NEW] gdm crashed if a user account is deleted (nslcd, ldap)

2012-10-16 Thread H.-Dirk Schmitt
Public bug reported:

Scenario:

* LDAP User Account (NFS Home Directory)
* nslcd and gdm are used
* user account information is manipulated, e.g. apt-get remove --purge tomcat7*

Result:
gdm session crashed

Syslog:
Oct 16 17:48:29 dilbert kernel: [24735.236935] gdm-session-wor[4316] general 
protection ip:7f28a91545a1 sp:7fff6dc110d0 error:0 in l

This can be reproduced on 2 different machines and user accounts

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: gdm 3.0.4-0ubuntu15
ProcVersionSignature: Ubuntu 3.2.0-32.51-generic 3.2.30
Uname: Linux 3.2.0-32-generic x86_64
ApportVersion: 2.0.1-0ubuntu14
Architecture: amd64
Date: Tue Oct 16 18:00:05 2012
SourcePackage: gdm
UpgradeStatus: No upgrade log present (probably fresh install)
mtime.conffile..etc.gdm.Xsession: 2012-06-25T12:57:29.554078

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


** Tags: amd64 apport-bug precise

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

Title:
  gdm crashed if a user account is deleted (nslcd,ldap)

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

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


[Bug 608515] Re: Can't establish audio or video calls

2011-08-30 Thread H.-Dirk Schmitt
*** This bug is a duplicate of bug 731785 ***
https://bugs.launchpad.net/bugs/731785

** This bug has been marked a duplicate of bug 731785
   failure to establish video stream

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

Title:
  Can't establish audio or video calls

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

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


[Bug 731785] Re: failure to establish video stream

2011-08-30 Thread H.-Dirk Schmitt
** Tags added: natty

** Tags added: lucid

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

Title:
  failure to establish video stream

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

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


[Bug 790803] Re: Video calls fail : could not link source

2011-08-30 Thread H.-Dirk Schmitt
*** This bug is a duplicate of bug 731785 ***
https://bugs.launchpad.net/bugs/731785

** This bug has been marked a duplicate of bug 731785
   failure to establish video stream

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

Title:
  Video calls fail : could not link source

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

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


[Bug 676442] Re: gdm ignore sometimes nis accounts

2011-06-22 Thread H.-Dirk Schmitt
After migration from lucid to natty the problem hasn't happens any more.

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

Title:
  gdm ignore sometimes nis accounts

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

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


[Bug 577553] Re: Please rename this bug : "epiphany-browser segmentation fault with proxy.pac"

2011-05-25 Thread H.-Dirk Schmitt
I have here the problem since migration from lucid to natty.
If i switch the gnome-network-preferences from "direct connection" to 
"automatic proxy configuration" epiphany crashes.
With "direct connection" no problem occurs. 

** Summary changed:

- epiphany-browser segmentation fault  with url "*"
+ Please rename this bug : "epiphany-browser segmentation fault with proxy.pac"

** Changed in: epiphany-browser (Ubuntu)
   Status: Expired => New

** Summary changed:

- Please rename this bug : "epiphany-browser segmentation fault with proxy.pac"
+ epiphany-browser segmentation fault with proxy.pac

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

Title:
  epiphany-browser segmentation fault with proxy.pac

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


[Bug 676442] Re: gdm ignore sometimes nis accounts

2010-12-18 Thread H.-Dirk Schmitt
** Summary changed:

- gdm ingore sometimes nis accounts
+ gdm ignore sometimes nis accounts

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

Title:
  gdm ignore sometimes nis accounts

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


[Bug 611787] Re: epiphany-browser: error while loading shared libraries: libgirepository-1.0.so.0: cannot open shared object file

2010-12-06 Thread H.-Dirk Schmitt
Me too.

epiphany-browser 2.30.2-1ubuntu1.1  lucid   de.archive.ubuntu.com
epiphany-browser 2.30.2-1ubuntu1.1 install ok installed


libgirepository1.0-0 0.9.3-0ubuntu1~ppa10.04+1 install ok installed
libgirepository1.0-0 0.6.8-1   lucid de.archive.ubuntu.com
libgirepository1.0-0 0.9.3-0ubuntu1~ppa10.04+1 lucid ppa.launchpad.net

Is there a way to get this fixed in the lucid/ppa version. The origin
lucid empathy version without the date in chat rooms is a litte bit
confusing.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to epiphany-browser in ubuntu.
https://bugs.launchpad.net/bugs/611787

Title:
  epiphany-browser: error while loading shared libraries: 
libgirepository-1.0.so.0: cannot open shared object file

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


[Bug 676442] Re: gdm ingore sometimes nis accounts

2010-11-17 Thread H.-Dirk Schmitt


-- 
gdm ingore sometimes nis accounts
https://bugs.launchpad.net/bugs/676442
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

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


[Bug 676442] [NEW] gdm ingore sometimes nis accounts

2010-11-17 Thread H.-Dirk Schmitt
Public bug reported:

Binary package hint: gdm

I have here a quick computer ( AMD Phenom(tm) II X6, SSD).
The GDM seems to start before nis account infos are loaded.
The nis users accounts are not shown in the greeter (local accounts are 
visible).
Entering the user name of  a nis account works.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: gdm 2.30.2.is.2.30.0-0ubuntu4
ProcVersionSignature: Ubuntu 2.6.35-22.34-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Wed Nov 17 11:05:42 2010
InstallationMedia: Ubuntu 10.04.1 LTS "Lucid Lynx" - Release amd64 (20100816.1)
ProcEnviron:
 LANGUAGE=de_DE:de:en_US:en
 PATH=(custom, no user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
 LC_PAPER=de_DE.UTF-8
SourcePackage: gdm

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


** Tags: amd64 apport-bug lucid

-- 
gdm ingore sometimes nis accounts
https://bugs.launchpad.net/bugs/676442
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

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


[Bug 389686] Re: compiz --replace fails to kill metacity, resulting in cpu overload

2010-11-04 Thread H.-Dirk Schmitt
Similar problem in maverick for a Fujitsu T4310 notebook.
Running icewm doesn't cause a problem.
Running compiz, metacity or mutter trigger this problem.


Workaround in xorg.conf fixes this problem for me and allow start of gdm again

Section "Extensions"
Option "Composite" "Disable"
EndSection

-- 
compiz --replace fails to kill metacity, resulting in cpu overload
https://bugs.launchpad.net/bugs/389686
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in ubuntu.

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


[Bug 389686] Re: compiz --replace fails to kill metacity, resulting in cpu overload

2010-11-04 Thread H.-Dirk Schmitt
** Tags added: maverick

-- 
compiz --replace fails to kill metacity, resulting in cpu overload
https://bugs.launchpad.net/bugs/389686
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in ubuntu.

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


[Bug 573725] [NEW] empathy ignores system wide SSL certificates

2010-05-02 Thread H.-Dirk Schmitt
Public bug reported:

Binary package hint: empathy

We use our own internal CA for ssl certificates.
The CA certificate is properly installed in /etc/ssl/certs and proved to work 
with other applications (e.g. postfix, lynx, ...).

Empathy seems to ignore the system wide file ca certificates in ubuntu
and a connection to our jabber server fails as described in
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/480791

Maybe this problem is solved with telepathy-gabble 0.9.0 (see
http://lists.freedesktop.org/archives/ftp-
release/2009-September/000182.html )

** Affects: telepathy-gabble (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: lucid

** Package changed: empathy (Ubuntu) => telepathy-gabble (Ubuntu)

-- 
empathy ignores system wide SSL certificates 
https://bugs.launchpad.net/bugs/573725
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to empathy in ubuntu.

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