[Desktop-packages] [Bug 1968522] Re: Remmina can't connect to windows 2008 R2

2022-04-11 Thread Franz Angeli
using the same remmina installation to connect to Windows Server 2019
all working fine

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

Title:
  Remmina can't connect to windows 2008 R2

Status in remmina package in Ubuntu:
  New

Bug description:
  Remmina on Ubuntu 22.04 can't connect to windows server 2008 R2

  error:

  Could not connect to the RDP server "***" via TLS. See the DEBUG
  traces for more information.

  Remmina Version: 1.4.25 (git n/a)

  i think remmina on ubuntu 22.04 doesn't support TLS 1.0

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1968522] Re: Remmina can't connect to windows 2008 R2

2022-04-11 Thread Franz Angeli
The only error i have on debug is:

[12:56:01:917] [2797:2879] [ERROR][com.freerdp.core] -
transport_connect_tls:freerdp_set_last_error_ex
ERRCONNECT_TLS_CONNECT_FAILED [0x00020008]

yes i tried lovering security level but it's the same.

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

Title:
  Remmina can't connect to windows 2008 R2

Status in remmina package in Ubuntu:
  New

Bug description:
  Remmina on Ubuntu 22.04 can't connect to windows server 2008 R2

  error:

  Could not connect to the RDP server "***" via TLS. See the DEBUG
  traces for more information.

  Remmina Version: 1.4.25 (git n/a)

  i think remmina on ubuntu 22.04 doesn't support TLS 1.0

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1968522] [NEW] Remmina can't connect to windows 2008 R2

2022-04-10 Thread Franz Angeli
Public bug reported:

Remmina on Ubuntu 22.04 can't connect to windows server 2008 R2

error:

Could not connect to the RDP server "***" via TLS. See the DEBUG
traces for more information.

Remmina Version: 1.4.25 (git n/a)

i think remmina on ubuntu 22.04 doesn't support TLS 1.0

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

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

Title:
  Remmina can't connect to windows 2008 R2

Status in remmina package in Ubuntu:
  New

Bug description:
  Remmina on Ubuntu 22.04 can't connect to windows server 2008 R2

  error:

  Could not connect to the RDP server "***" via TLS. See the DEBUG
  traces for more information.

  Remmina Version: 1.4.25 (git n/a)

  i think remmina on ubuntu 22.04 doesn't support TLS 1.0

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1783202] Re: Build Firefox with gpsd location provider support (--enable-gpsd)

2022-04-01 Thread Franz Angeli
Trying to build firefox with gpsd support:

"ERROR: Package libgps was not found in the pkg-config search path"

but i have libgps-dev and libgps installed and are in pkg-config path

version is >= 3.11

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

Title:
  Build Firefox with gpsd location provider support (--enable-gpsd)

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Firefox 50+ has support for gpsd, see 
https://bugzilla.mozilla.org/show_bug.cgi?id=1250922
  That would allow users with a GPS device to use the provided GPS data for the 
Geolocation API within the browser - not by default (in stable release builds), 
but only after explicitly setting 'geo.location.use_gpsd' to 'true' in 
about:config. Which is a good thing, as no defaults change.

  However that support has to be enabled with the build flag --enable-gpsd.
  As you can see in toolkit/moz.configure the only thing that is needed to 
build Firefox with gpsd support is libgps-dev installed on the build system:
  
https://hg.mozilla.org/mozilla-central/file/ccfd7b716a91/toolkit/moz.configure#l550

  If you want to dig deeper here are the three changes that brought gpsd 
support:
  https://hg.mozilla.org/mozilla-central/rev/76b04196acce
  https://hg.mozilla.org/mozilla-central/rev/a1a42e8d66e9
  https://hg.mozilla.org/mozilla-central/rev/457be633b6cc

  There is not much magic here: When users switch on the flag
  'geo.location.use_gpsd', Firefox tries to get the position from gpsd,
  if no location information is received from GPS within a few seconds,
  as fallback Mozilla Location Service provides a position instead. The
  position however will be updated once GPS is ready. If GPS fails, MLS
  will take over again until GPS has been restored.

  The only thing you might want to be aware of is that on non-release
  builds, the gpsd location provider is enabled by default, meaning
  'geo.location.use_gpsd' is 'true' (see revision a1a42e8d66e9) because
  Firefox devs want to give it some testing. However that shouldn't be
  an issue, because as described, MLS acts as fallback after a few
  seconds anyway.

  What do you think?

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1898328] [NEW] package nvidia-340 (not installed) failed to install/upgrade: Versuch, »/lib/udev/rules.d/71-nvidia.rules« zu überschreiben, welches auch in Paket nvidia-kernel-

2020-10-03 Thread Franz Wyrsch
Public bug reported:

I get error

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: nvidia-340 (not installed)
ProcVersionSignature: Ubuntu 5.4.0-48.52-generic 5.4.60
Uname: Linux 5.4.0-48-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.9
Architecture: amd64
CasperMD5CheckResult: skip
Date: Sat Oct  3 07:32:22 2020
ErrorMessage: Versuch, »/lib/udev/rules.d/71-nvidia.rules« zu überschreiben, 
welches auch in Paket nvidia-kernel-common-450 450.66-0ubuntu0.20.04.1 ist
Python3Details: /usr/bin/python3.8, Python 3.8.2, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.2ubuntu0.1
SourcePackage: nvidia-graphics-drivers-340
Title: package nvidia-340 (not installed) failed to install/upgrade: Versuch, 
»/lib/udev/rules.d/71-nvidia.rules« zu überschreiben, welches auch in Paket 
nvidia-kernel-common-450 450.66-0ubuntu0.20.04.1 ist
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nvidia-graphics-drivers-340 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package focal

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nvidia-graphics-drivers-340 in Ubuntu.
https://bugs.launchpad.net/bugs/1898328

Title:
  package nvidia-340 (not installed) failed to install/upgrade: Versuch,
  »/lib/udev/rules.d/71-nvidia.rules« zu überschreiben, welches auch in
  Paket nvidia-kernel-common-450 450.66-0ubuntu0.20.04.1 ist

Status in nvidia-graphics-drivers-340 package in Ubuntu:
  New

Bug description:
  I get error

  ProblemType: Package
  DistroRelease: Ubuntu 20.04
  Package: nvidia-340 (not installed)
  ProcVersionSignature: Ubuntu 5.4.0-48.52-generic 5.4.60
  Uname: Linux 5.4.0-48-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.9
  Architecture: amd64
  CasperMD5CheckResult: skip
  Date: Sat Oct  3 07:32:22 2020
  ErrorMessage: Versuch, »/lib/udev/rules.d/71-nvidia.rules« zu überschreiben, 
welches auch in Paket nvidia-kernel-common-450 450.66-0ubuntu0.20.04.1 ist
  Python3Details: /usr/bin/python3.8, Python 3.8.2, python3-minimal, 
3.8.2-0ubuntu2
  PythonDetails: N/A
  RelatedPackageVersions:
   dpkg 1.19.7ubuntu3
   apt  2.0.2ubuntu0.1
  SourcePackage: nvidia-graphics-drivers-340
  Title: package nvidia-340 (not installed) failed to install/upgrade: Versuch, 
»/lib/udev/rules.d/71-nvidia.rules« zu überschreiben, welches auch in Paket 
nvidia-kernel-common-450 450.66-0ubuntu0.20.04.1 ist
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-340/+bug/1898328/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1789216] Re: Software Center: install button not work

2018-08-27 Thread Torsten Franz
** Summary changed:

- Ubuntu Software Center bug
+ Software Center: install button not work

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

Title:
  Software Center: install button not work

Status in gnome-software package in Ubuntu:
  New

Bug description:
  After upgrading ubuntu 17.04 to 18.04, the install button doesn't
  nothing in the software center

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: gnome-software 3.22.7-0ubuntu3.17.04.8
  ProcVersionSignature: Ubuntu 4.15.0-33.36-generic 4.15.18
  Uname: Linux 4.15.0-33-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CurrentDesktop: Unity:Unity7
  Date: Mon Aug 27 15:00:46 2018
  InstallationDate: Installed on 2017-08-26 (365 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  SourcePackage: gnome-software
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1707352] Re: the change from libsane to libsane1 broke many (all?) 3rd party plug-ins for sane

2018-05-18 Thread Franz Engel
Once again fresh installed Bionic for test.
And now it works immediately after installing the brother driver.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to sane-backends in Ubuntu.
https://bugs.launchpad.net/bugs/1707352

Title:
  the change from libsane to libsane1 broke many (all?) 3rd party plug-
  ins for sane

Status in sane-backends package in Ubuntu:
  Fix Released
Status in sane-backends source package in Artful:
  Fix Released
Status in sane-backends package in Debian:
  Invalid

Bug description:
  Note to SRU Team
  
  The first proposed fix (1.0.27-1~experimental2ubuntu2) failed because it 
needed to be a versioned Provides, not just a Provides.

  Impact
  ==

  1) The Debian maintainer renamed libsane to libsane1-experimental "to
  match with the soname". This apparently fixes a Lintian warning, but
  makes installing 3rd-party plug-ins hard, as they typically depend on
  "libsane", not on "libsane1". The first try to add a "Provides:
  libsane" to libsane1 (which created a virtual package) didn't make
  drivers installable that claim to depend on a minimum version of
  libsane as virtual packages are ignored in this case.

  2) The soname change might be justified by the new version breaking
  (several? most?) 3rd party plug-ins even if the library version number
  doesn't indicate any bigger change than any ordinary new version of
  the library - which might indicate that this phenomenon might be an
  upstream bug.

  libsane 1.0.25 in zesty includes libsane.so.1.25
  libsane1 1.0.27 in artful includes libsane.so.1.27

  It is to note that depending on the manufacturer for many old scanners
  there won't be new versions of the plug-ins that are recompiled like
  this.

  Test Case
  =
  Visit http://support.epson.net/linux/en/iscan_c.html
  Download the amd64 deb .tar.gz
  Unzip it.
  Install the iscan .deb from the core folder.

  It won't install before this SRU because it Depends: libsane

  Regression Potential
  
  The fix here was proposed to the Debian maintainer in July but there's been 
virtually zero response on it. In the meantime the workaround that was proposed 
initially has started to result in automatically uninstalling gtk - which makes 
the system basically useless.

  It doesn't seem like adding the Provides will make things any worse
  for third-party drivers but it has a goodme chance of making things
  better for some.

  Original Bug Report
  ===
  I don't know if that can be prevented in the long run. But both brscan (for 
my brother scanner) and iscan (for my epson scanners) have been broken by the 
change from libsane to libsane1. For iscan I have unpackaged the debian 
package, changed the dependency it contains from libsane to libsane1 and 
installed the changed package. But even then my epson scanners no more work 
leaving me without any scanner => Reporting a bug.

  Impossibility of workarounds
  
  Just installing an old version of libsane is impossible as it uninstalls 
libgtk (which depends on libsane1 which conflicts with libsane) making the 
system basically useless.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: libsane1 1.0.27-1~experimental1ubuntu2
  Uname: Linux 4.13.0-041300rc2-lowlatency x86_64
  ApportVersion: 2.20.6-0ubuntu4
  Architecture: amd64
  Date: Sat Jul 29 08:38:15 2017
  EcryptfsInUse: Yes
  SourcePackage: sane-backends
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1707352/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1707352] Re: the change from libsane to libsane1 broke many (all?) 3rd party plug-ins for sane

2018-05-11 Thread Franz Engel
Fresh install Bionic Beaver,
then installed the driver for my Brother MFC-J470DW from the Brother Site.
Then the routine from "ubuntuusers.de"
https://wiki.ubuntuusers.de/Scanner/Brother/
Scroll down to "Scannen über Netzwerk ab Ubuntu 17.04 (64-bit)"
And tadaaa, it works.
thanks a lot

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to sane-backends in Ubuntu.
https://bugs.launchpad.net/bugs/1707352

Title:
  the change from libsane to libsane1 broke many (all?) 3rd party plug-
  ins for sane

Status in sane-backends package in Ubuntu:
  Fix Released
Status in sane-backends source package in Artful:
  Fix Released
Status in sane-backends package in Debian:
  Invalid

Bug description:
  Note to SRU Team
  
  The first proposed fix (1.0.27-1~experimental2ubuntu2) failed because it 
needed to be a versioned Provides, not just a Provides.

  Impact
  ==

  1) The Debian maintainer renamed libsane to libsane1-experimental "to
  match with the soname". This apparently fixes a Lintian warning, but
  makes installing 3rd-party plug-ins hard, as they typically depend on
  "libsane", not on "libsane1". The first try to add a "Provides:
  libsane" to libsane1 (which created a virtual package) didn't make
  drivers installable that claim to depend on a minimum version of
  libsane as virtual packages are ignored in this case.

  2) The soname change might be justified by the new version breaking
  (several? most?) 3rd party plug-ins even if the library version number
  doesn't indicate any bigger change than any ordinary new version of
  the library - which might indicate that this phenomenon might be an
  upstream bug.

  libsane 1.0.25 in zesty includes libsane.so.1.25
  libsane1 1.0.27 in artful includes libsane.so.1.27

  It is to note that depending on the manufacturer for many old scanners
  there won't be new versions of the plug-ins that are recompiled like
  this.

  Test Case
  =
  Visit http://support.epson.net/linux/en/iscan_c.html
  Download the amd64 deb .tar.gz
  Unzip it.
  Install the iscan .deb from the core folder.

  It won't install before this SRU because it Depends: libsane

  Regression Potential
  
  The fix here was proposed to the Debian maintainer in July but there's been 
virtually zero response on it. In the meantime the workaround that was proposed 
initially has started to result in automatically uninstalling gtk - which makes 
the system basically useless.

  It doesn't seem like adding the Provides will make things any worse
  for third-party drivers but it has a goodme chance of making things
  better for some.

  Original Bug Report
  ===
  I don't know if that can be prevented in the long run. But both brscan (for 
my brother scanner) and iscan (for my epson scanners) have been broken by the 
change from libsane to libsane1. For iscan I have unpackaged the debian 
package, changed the dependency it contains from libsane to libsane1 and 
installed the changed package. But even then my epson scanners no more work 
leaving me without any scanner => Reporting a bug.

  Impossibility of workarounds
  
  Just installing an old version of libsane is impossible as it uninstalls 
libgtk (which depends on libsane1 which conflicts with libsane) making the 
system basically useless.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: libsane1 1.0.27-1~experimental1ubuntu2
  Uname: Linux 4.13.0-041300rc2-lowlatency x86_64
  ApportVersion: 2.20.6-0ubuntu4
  Architecture: amd64
  Date: Sat Jul 29 08:38:15 2017
  EcryptfsInUse: Yes
  SourcePackage: sane-backends
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1707352/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1707352] Re: the change from libsane to libsane1 broke many (all?) 3rd party plug-ins for sane

2018-04-27 Thread Franz Engel
** Changed in: sane-backends (Ubuntu)
 Assignee: (unassigned) => Franz Engel (frangelo)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to sane-backends in Ubuntu.
https://bugs.launchpad.net/bugs/1707352

Title:
  the change from libsane to libsane1 broke many (all?) 3rd party plug-
  ins for sane

Status in sane-backends package in Ubuntu:
  Fix Released
Status in sane-backends source package in Artful:
  Fix Released
Status in sane-backends package in Debian:
  New

Bug description:
  Note to SRU Team
  
  The first proposed fix (1.0.27-1~experimental2ubuntu2) failed because it 
needed to be a versioned Provides, not just a Provides.

  Impact
  ==

  1) The Debian maintainer renamed libsane to libsane1-experimental "to
  match with the soname". This apparently fixes a Lintian warning, but
  makes installing 3rd-party plug-ins hard, as they typically depend on
  "libsane", not on "libsane1". The first try to add a "Provides:
  libsane" to libsane1 (which created a virtual package) didn't make
  drivers installable that claim to depend on a minimum version of
  libsane as virtual packages are ignored in this case.

  2) The soname change might be justified by the new version breaking
  (several? most?) 3rd party plug-ins even if the library version number
  doesn't indicate any bigger change than any ordinary new version of
  the library - which might indicate that this phenomenon might be an
  upstream bug.

  libsane 1.0.25 in zesty includes libsane.so.1.25
  libsane1 1.0.27 in artful includes libsane.so.1.27

  It is to note that depending on the manufacturer for many old scanners
  there won't be new versions of the plug-ins that are recompiled like
  this.

  Test Case
  =
  Visit http://support.epson.net/linux/en/iscan_c.html
  Download the amd64 deb .tar.gz
  Unzip it.
  Install the iscan .deb from the core folder.

  It won't install before this SRU because it Depends: libsane

  Regression Potential
  
  The fix here was proposed to the Debian maintainer in July but there's been 
virtually zero response on it. In the meantime the workaround that was proposed 
initially has started to result in automatically uninstalling gtk - which makes 
the system basically useless.

  It doesn't seem like adding the Provides will make things any worse
  for third-party drivers but it has a goodme chance of making things
  better for some.

  Original Bug Report
  ===
  I don't know if that can be prevented in the long run. But both brscan (for 
my brother scanner) and iscan (for my epson scanners) have been broken by the 
change from libsane to libsane1. For iscan I have unpackaged the debian 
package, changed the dependency it contains from libsane to libsane1 and 
installed the changed package. But even then my epson scanners no more work 
leaving me without any scanner => Reporting a bug.

  Impossibility of workarounds
  
  Just installing an old version of libsane is impossible as it uninstalls 
libgtk (which depends on libsane1 which conflicts with libsane) making the 
system basically useless.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: libsane1 1.0.27-1~experimental1ubuntu2
  Uname: Linux 4.13.0-041300rc2-lowlatency x86_64
  ApportVersion: 2.20.6-0ubuntu4
  Architecture: amd64
  Date: Sat Jul 29 08:38:15 2017
  EcryptfsInUse: Yes
  SourcePackage: sane-backends
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1707352/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1170039] Re: Firefox: Please merge desktop translations

2017-02-11 Thread Torsten Franz
I think it is working and if nobody can show that we have  an issue at
the moment we expire this issue report.

** Changed in: firefox (Ubuntu)
   Status: Triaged => Incomplete

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

Title:
  Firefox: Please merge desktop translations

Status in Ubuntu Translations:
  Incomplete
Status in firefox package in Ubuntu:
  Incomplete

Bug description:
  There are new translations for the Firefox desktop file that need to
  be merged to trunk. In particular, the translations for the "New
  Private Window" Quicklist entry, which are not yet in trunk and appear
  thus untranslated for all languages.

  So this is a request to fetch the translations from the wiki and merge
  them into the branch. They live at:

  https://wiki.ubuntu.com/Translations/Wanted/FirefoxDesktop

  Thanks!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-translations/+bug/1170039/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1170039] Re: Firefox: Please merge desktop translations

2017-02-11 Thread Torsten Franz
I think it is working and if nobody can show that we have  an issue at
the moment we expire this issue report.

** Changed in: ubuntu-translations
   Status: Triaged => Incomplete

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

Title:
  Firefox: Please merge desktop translations

Status in Ubuntu Translations:
  Incomplete
Status in firefox package in Ubuntu:
  Incomplete

Bug description:
  There are new translations for the Firefox desktop file that need to
  be merged to trunk. In particular, the translations for the "New
  Private Window" Quicklist entry, which are not yet in trunk and appear
  thus untranslated for all languages.

  So this is a request to fetch the translations from the wiki and merge
  them into the branch. They live at:

  https://wiki.ubuntu.com/Translations/Wanted/FirefoxDesktop

  Thanks!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-translations/+bug/1170039/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1577093] Re: libreoffice-gtk conflicts with large lo-writer file

2016-09-02 Thread Roger Franz
Still present, 5.1.4, under Lubuntu 16.04.

The issue is still present. CPU locked at 100% for minutes on end with a
two-page document.

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

Title:
  libreoffice-gtk conflicts with large lo-writer file

Status in libreoffice package in Ubuntu:
  Invalid

Bug description:
  Using Ubuntu 16.04 LTS installed originally from a weekly beta2 ISO;
  the image was verified at the time to match its checksum and the
  install has since consistently been  upgraded.

  From the start, Libreoffice writer (1:5.1.2-0ubuntu1 - amd64) has
  struggled with a "large" file I have been working on since Ubuntu
  15.04,  although it works perfectly for newly created files or
  existing smaller files, though.

  I was hoping to continue using my exiting file, however: one that
  counts about 14,000 paragraphs, 3.5 million characters and some 300
  tables as well a large number of bookmarks/internal links).

  I should have hoped that LO would simply load it and let me get on
  with my work as it did before.

  Unfortunately, here is what really happens whenever I try to load it:
  - when the progress bar completes , Writer greys out and locks up for several 
minutes on end (anything from a few minutes to a quarter of an hour)
  - during that time, the interface is clearly distorted (two overlapping 
status bars - duplicated vertical scrollbars at the right side - the title bar 
covering up the menu bar as well as part of the upper toolbar - the horizontal 
ruler shifted to the right, causing the "comments" column to appear on the left 
rather than the right)
  - when the file eventually gets loaded and the interface is restored, the 
menus turns out to be unusable: the drop-downs are narrow blacks slabs without 
any entries and without any responsiveness
  - the page count is wildly off: the file is about 1100 pages, yet Writer 
reports over 1800; at any moment, however, it will update its count to reflect 
the actual number.
  - random actions can produce a new prolonged lock-up; in particular copying 
text, opening up the navigator or doing a search.

  The only way to open the file in a usable way is to restart Writer
  several times in a row (which takes LOTS of patience considering the
  time it takes the file to load...)

  Apparently, the only way to avoid these problems  is to delete the
  libreoffice-gnome/gtk packages. Unfortunately, that leaves me with an
  interface that looks like are relic from a previous century

  I did not much like that, so I  have experimented  with the debs
  available directly from the LibreOffice project. Sadly, I am seeing
  the same behaviour.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: libreoffice-writer 1:5.1.2-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun May  1 05:28:07 2016
  InstallationDate: Installed on 2016-04-07 (23 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160405)
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1587744] [NEW] Screen is dark and brightness cannot adjust.

2016-06-01 Thread Franz Hsieh
Public bug reported:

I installed Ubutnu 16.04 LTS on my HP 705 G2 all-in-one machine. It is
an AMD kaveri graphic based platform. After installation is done my
screen is dark (but still can see something on it so I can file this
bug). The brightness is malfunction.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-23.41-generic 4.4.10
Uname: Linux 4.4.0-23-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
BootLog: [  OK  ] Started LSB: Set the CPU Frequency Scaling 
governor to "ondemand".
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Wed Jun  1 03:02:00 2016
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Kaveri [Radeon R7 Graphics] [1002:130f] 
(rev d7) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Kaveri [Radeon R7 Graphics] [103c:805c]
InstallationDate: Installed on 2016-06-01 (0 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
MachineType: HP HP EliteOne 705 G2 23-in Touch AiO
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-23-generic.efi.signed 
root=UUID=4b6b12fb-1689-40f1-9cb7-adc76b80245b ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/05/2016
dmi.bios.vendor: HP
dmi.bios.version: N16 Ver. 02.12
dmi.board.name: 805C
dmi.board.vendor: HP
dmi.board.version: KBC Version 05.22
dmi.chassis.asset.tag: MXL6123GLK
dmi.chassis.type: 13
dmi.chassis.vendor: HP
dmi.modalias: 
dmi:bvnHP:bvrN16Ver.02.12:bd05/05/2016:svnHP:pnHPEliteOne705G223-inTouchAiO:pvr:rvnHP:rn805C:rvrKBCVersion05.22:cvnHP:ct13:cvr:
dmi.product.name: HP EliteOne 705 G2 23-in Touch AiO
dmi.sys.vendor: HP
version.compiz: compiz 1:0.9.12.2+16.04.20160526-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2
xserver.bootTime: Wed Jun  1 03:00:27 2016
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.18.3-1ubuntu2.2
xserver.video_driver: radeon

** Affects: amd
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug compiz-0.9 ubuntu xenial

** Package changed: xorg (Ubuntu) => amd

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

Title:
  Screen is dark and brightness cannot adjust.

Status in amd:
  New

Bug description:
  I installed Ubutnu 16.04 LTS on my HP 705 G2 all-in-one machine. It is
  an AMD kaveri graphic based platform. After installation is done my
  screen is dark (but still can see something on it so I can file this
  bug). The brightness is malfunction.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-23.41-generic 4.4.10
  Uname: Linux 4.4.0-23-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  BootLog: [  OK  ] Started LSB: Set the CPU Frequency Scaling 
governor to "ondemand".
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Wed Jun  1 03:02:00 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kaveri [Radeon R7 Graphics] 
[1002:130f] (rev d7) (prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company Kaveri [Radeon R7 Graphics] [103c:805c]
  InstallationDate: Installed on 2016-06-01 (0 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  MachineType: HP HP EliteOne 705 G2 23-in Touch AiO
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-23-generic.efi.signed 
root=UUID=4b6b12fb-1689-40f1-9cb7-adc76b80245b ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh 

[Desktop-packages] [Bug 1571574] Re: 3G (WWAN) icon missing in network-manager-applet

2016-05-23 Thread Franz Hsieh
@Mathieu,

Thanks for your patch, I just found the same root cause as your. The
mobile_helper_get_icon does not return icon file name and result in 'nm-
no-connection' is always used on indicator menu:

#ifdef WITH_APPINDICATOR
if (INDICATOR_ENABLED (applet)) {
/* FIXME: We rely on the fact that VPN icon gets drawn later 
and therefore
 * wins but we cannot currently set a combined pixmap made of 
both the link
 * icon and the VPN icon.
 */
if (icon_name == NULL && layer == ICON_LAYER_LINK)
icon_name = "nm-no-connection";
if (icon_name != NULL && g_strcmp0 (app_indicator_get_icon 
(applet->app_indicator), icon_name) != 0)
app_indicator_set_icon_full (applet->app_indicator, 
icon_name, applet->tip);
return;
}
#endif  /* WITH_APPINDICATOR */

I will install the update from -propose for test if it is available.
Thanks!

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/1571574

Title:
  3G (WWAN) icon missing in network-manager-applet

Status in Network Manager Applet:
  Fix Released
Status in OEM Priority Project:
  Confirmed
Status in network-manager-applet package in Ubuntu:
  Fix Released
Status in network-manager-applet source package in Xenial:
  In Progress

Bug description:
  After establishing a 3G connection, the icon shown in system tray
  should be a 3G indicator to indicate that 3G is connected.

  However, in Xenial there is no 3G icon at all.
  After 3G connection is established, it remains as the previous icon displayed.
  (e.g. 
  If no other connection was established before 3G connection was made, then 
the icon is a "hollow fan shape" after connecting to 3G.
  If wifi was connected before 3G connection was made, then the icon after 3G 
connection shows a wifi icon.)

  network-manager: 1.1.93-0ubuntu3
  OS: Xenial daily (2016 Apr. 15)

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager-applet/+bug/1571574/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1570564] Re:

2016-04-17 Thread Torsten Franz
Hi Eric,

thanks for reporting this issue. Can you provide some more informations
what is happened in the description and choose a bug title?

Thank you very much.

Bests,
Torsten

** Changed in: xorg (Ubuntu)
   Status: New => Incomplete

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

Title:


Status in xorg package in Ubuntu:
  Incomplete

Bug description:
   hi

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-85.129-generic 3.13.11-ckt36
  Uname: Linux 3.13.0-85-generic i686
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Thu Apr 14 21:19:06 2016
  DistUpgraded: 2016-03-28 23:09:37,000 DEBUG enabling apt cron job
  DistroCodename: trusty
  DistroVariant: ubuntu
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Juniper XT [Radeon HD 5770] 
[1002:68b8] (prog-if 00 [VGA controller])
 Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Device [1002:2543]
  InstallationDate: Installed on 2016-03-27 (18 days ago)
  InstallationMedia: Ubuntu 12.04.5 LTS "Precise Pangolin" - Release i386 
(20140807.1)
  MachineType: Dell Inc. Studio XPS 8100
  ProcEnviron:
   LANGUAGE=de_DE
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-85-generic 
root=UUID=b516dc23-13e8-4bc4-99aa-df23c5b6fccd ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to trusty on 2016-03-28 (16 days ago)
  dmi.bios.date: 07/08/2010
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A05
  dmi.board.name: 0T568R
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd07/08/2010:svnDellInc.:pnStudioXPS8100:pvr:rvnDellInc.:rn0T568R:rvrA00:cvnDellInc.:ct3:cvr:
  dmi.product.name: Studio XPS 8100
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
  version.libdrm2: libdrm2 2.4.64-1~ubuntu14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.6
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.6
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.6
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Thu Apr 14 21:11:21 2016
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputLogitech USB Receiver KEYBOARD, id 8
   inputLogitech USB Receiver KEYBOARD, id 9
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.15.1-0ubuntu2.7
  xserver.video_driver: radeon

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1567796] [NEW] It is sometimes unable to found DELL WWAN module.

2016-04-08 Thread Franz Hsieh
Public bug reported:

I have a DELL WWAN module (DW5580) on my platform. Normally it could be
detect and used in Ubuntu 16.04 daily image. However it is sometimes
unusable and can not be detected.

After debugging, we found there is an upstream patch that can fix the
issue:

https://cgit.freedesktop.org/ModemManager/ModemManager/commit/?id=8a386218690aeff7e2c923a14f91da7bbc046ed2

Please merge the fix to modem manager to fix the issue.

Ubuntu Xenial (daily image)
Release: 16.04
modemmanager:
  Installed: 1.4.12-1ubuntu1
  Candidate: 1.4.12-1ubuntu1
  Version table:
 *** 1.4.12-1ubuntu1 500
500 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages
100 /var/lib/dpkg/status

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

** Description changed:

  I have a DELL WWAN module (DW5580) on my platform. Normally it could be
  detect and used in Ubuntu 16.04 daily image. However it is sometimes
  unusable and can not be detected.
  
- After debugging, we found there is a upstream patch that can fix the
+ After debugging, we found there is an upstream patch that can fix the
  issue:
  
  
https://cgit.freedesktop.org/ModemManager/ModemManager/commit/?id=8a386218690aeff7e2c923a14f91da7bbc046ed2
  
  Please merge the fix to modem manager to fix the issue.
  
  Ubuntu Xenial (daily image)
  Release: 16.04
  modemmanager:
-   Installed: 1.4.12-1ubuntu1
-   Candidate: 1.4.12-1ubuntu1
-   Version table:
-  *** 1.4.12-1ubuntu1 500
- 500 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages
- 100 /var/lib/dpkg/status
+   Installed: 1.4.12-1ubuntu1
+   Candidate: 1.4.12-1ubuntu1
+   Version table:
+  *** 1.4.12-1ubuntu1 500
+ 500 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages
+ 100 /var/lib/dpkg/status

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

Title:
  It is sometimes unable to found DELL WWAN module.

Status in modemmanager package in Ubuntu:
  New

Bug description:
  I have a DELL WWAN module (DW5580) on my platform. Normally it could
  be detect and used in Ubuntu 16.04 daily image. However it is
  sometimes unusable and can not be detected.

  After debugging, we found there is an upstream patch that can fix the
  issue:

  
https://cgit.freedesktop.org/ModemManager/ModemManager/commit/?id=8a386218690aeff7e2c923a14f91da7bbc046ed2

  Please merge the fix to modem manager to fix the issue.

  Ubuntu Xenial (daily image)
  Release: 16.04
  modemmanager:
    Installed: 1.4.12-1ubuntu1
    Candidate: 1.4.12-1ubuntu1
    Version table:
   *** 1.4.12-1ubuntu1 500
  500 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages
  100 /var/lib/dpkg/status

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1562822] Re: Bluetooth Browse Files... not working

2016-04-06 Thread Franz Hsieh
I have some problem on my platform.
I can connect to another PC without problems, however when I press the 'Browse 
file' it has no response.

By the away. I can get file list by using obexftp -b  -c /
-l, and download file with obexftp option.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1562822

Title:
  Bluetooth Browse Files... not working

Status in OEM Priority Project:
  New
Status in Unity Control Center:
  New
Status in unity-control-center package in Ubuntu:
  New

Bug description:
  
  Mobile phone: LG L40 Android 4.4.2

  1. Connecting to Phone is successful shown.
  2. Click on Button  "Browse Files... " nothing happen.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: unity-control-center 15.04.0+16.04.20160315-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-15.31-generic 4.4.6
  Uname: Linux 4.4.0-15-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Mar 28 13:31:39 2016
  ExecutablePath: /usr/bin/unity-control-center
  InstallationDate: Installed on 2016-02-04 (52 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160204)
  SourcePackage: unity-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1562822/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1554929] [NEW] Autocluttersink shows green rectange

2016-03-08 Thread Franz Hsieh
Public bug reported:

Can't play video correctly.

Run command:

  gst-launch-1.0 playbin uri=file:///usr/share/example-
content/Ubuntu_Free_Culture_Showcase/How fast.ogg video-
sink=autocluttersink

will show green rectangle.

Similar bug can be found here:

 https://bugzilla.redhat.com/show_bug.cgi?id=1279040
 https://bugzilla.gnome.org/show_bug.cgi?id=762764

** Affects: clutter-gst-2.0 (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  Can't play video correctly.
  
  Run command:
  
-   gst-launch-1.0 playbin uri=file:///usr/share/example-
- content/Ubuntu_Free_Culture_Showcase/How fast.ogg
- --videosink=autocluttersink
+   gst-launch-1.0 playbin uri=file:///usr/share/example-
+ content/Ubuntu_Free_Culture_Showcase/How fast.ogg video-
+ sink=autocluttersink
  
  will show green rectangle.
  
- Similar bug can be found:
+ Similar bug can be found here:
  
- https://bugzilla.redhat.com/show_bug.cgi?id=1279040
- https://bugzilla.gnome.org/show_bug.cgi?id=762764
+  https://bugzilla.redhat.com/show_bug.cgi?id=1279040
+  https://bugzilla.gnome.org/show_bug.cgi?id=762764

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to clutter-gst-2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1554929

Title:
  Autocluttersink shows green rectange

Status in clutter-gst-2.0 package in Ubuntu:
  New

Bug description:
  Can't play video correctly.

  Run command:

    gst-launch-1.0 playbin uri=file:///usr/share/example-
  content/Ubuntu_Free_Culture_Showcase/How fast.ogg video-
  sink=autocluttersink

  will show green rectangle.

  Similar bug can be found here:

   https://bugzilla.redhat.com/show_bug.cgi?id=1279040
   https://bugzilla.gnome.org/show_bug.cgi?id=762764

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clutter-gst-2.0/+bug/1554929/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1553536] Re: fail to start network connection

2016-03-06 Thread Torsten Franz
** Summary changed:

- please help
+ fail to start network connection

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

Title:
  fail to start network connection

Status in xorg package in Ubuntu:
  New

Bug description:
  fail to start a internet connection and mozilla firefox crashed at
  every 2 minute

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-30.36-generic 4.2.8-ckt3
  Uname: Linux 4.2.0-30-generic i686
  NonfreeKernelModules: wl
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Sat Mar  5 18:53:22 2016
  DistUpgraded: 2015-11-09 16:58:01,930 DEBUG enabling apt cron job
  DistroCodename: wily
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] 
(rev 02) (prog-if 00 [VGA controller])
 Subsystem: Toshiba America Info Systems Device [1179:fd3c]
  InstallationDate: Installed on 2014-03-23 (713 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release i386 (20130424)
  MachineType: TOSHIBA Satellite C660
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-30-generic 
root=UUID=0565d99e-ae92-48a0-8125-73012050d591 ro nopat plymouth:debug 
vesafb.invalid=1 drm.debug=0xe
  SourcePackage: xorg
  UpgradeStatus: Upgraded to wily on 2015-11-09 (117 days ago)
  dmi.bios.date: 02/14/11
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 1.50
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: PWWAA
  dmi.board.vendor: TOSHIBA
  dmi.board.version: 1.00
  dmi.chassis.asset.tag: *
  dmi.chassis.type: 9
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.50:bd02/14/11:svnTOSHIBA:pnSatelliteC660:pvrPSC0SE-00W011G5:rvnTOSHIBA:rnPWWAA:rvr1.00:cvnTOSHIBA:ct9:cvrN/A:
  dmi.product.name: Satellite C660
  dmi.product.version: PSC0SE-00W011G5
  dmi.sys.vendor: TOSHIBA
  version.compiz: compiz 1:0.9.12.2+15.10.20151202-0ubuntu1
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bootTime: Sat Mar  5 18:37:59 2016
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id8940 
   vendor AUO
  xserver.version: 2:1.17.2-1ubuntu9.1

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1453137] Re: using pidgin login now fails with "Login verification down or unavailable"

2015-09-30 Thread Franz
Today I have Installed libmeanwhile1_1.0.2-4.1ubuntu1_amd64.deb from
14.04 LTS and now it works!

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

Title:
  using pidgin login now fails with "Login verification down or
  unavailable"

Status in meanwhile package in Ubuntu:
  New
Status in pidgin package in Ubuntu:
  New

Bug description:
  after upgrading to vivid libmeanwhile plugin no longer works with pidgin 
always reporting "Login verification down or unavailable".
  This is a know bug upstream 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=764584.
  The current solution is to use older meanwhile library (not tested but in bug 
report above)

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: libmeanwhile1 1.0.2-5
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  Uname: Linux 3.19.0-16-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  Date: Fri May  8 08:42:23 2015
  InstallationDate: Installed on 2014-04-11 (392 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Beta amd64 (20140326)
  SourcePackage: meanwhile
  UpgradeStatus: Upgraded to vivid on 2015-05-07 (0 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1453137] Re: using pidgin login now fails with "Login verification down or unavailable"

2015-09-29 Thread Franz
I have the same problem on Ubuntu 15.04 and Ubuntu 15.10
Package: libmeanwhile1 1.0.2-5

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

Title:
  using pidgin login now fails with "Login verification down or
  unavailable"

Status in meanwhile package in Ubuntu:
  New
Status in pidgin package in Ubuntu:
  New

Bug description:
  after upgrading to vivid libmeanwhile plugin no longer works with pidgin 
always reporting "Login verification down or unavailable".
  This is a know bug upstream 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=764584.
  The current solution is to use older meanwhile library (not tested but in bug 
report above)

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: libmeanwhile1 1.0.2-5
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  Uname: Linux 3.19.0-16-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  Date: Fri May  8 08:42:23 2015
  InstallationDate: Installed on 2014-04-11 (392 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Beta amd64 (20140326)
  SourcePackage: meanwhile
  UpgradeStatus: Upgraded to vivid on 2015-05-07 (0 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1170039] Re: Firefox: Please merge desktop translations

2015-07-29 Thread Torsten Franz
I think that is working in the actual firefox. Can we close this issue?

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

Title:
  Firefox: Please merge desktop translations

Status in Ubuntu Translations:
  Triaged
Status in firefox package in Ubuntu:
  Triaged

Bug description:
  There are new translations for the Firefox desktop file that need to
  be merged to trunk. In particular, the translations for the New
  Private Window Quicklist entry, which are not yet in trunk and appear
  thus untranslated for all languages.

  So this is a request to fetch the translations from the wiki and merge
  them into the branch. They live at:

  https://wiki.ubuntu.com/Translations/Wanted/FirefoxDesktop

  Thanks!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-translations/+bug/1170039/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1454950] Re: It needs to press touchpad hotkey twice to re-enable touchpad

2015-07-28 Thread Franz Hsieh
@Adam

Install unity-settings-daemon 14.04.0+14.04.20140606-0ubuntu3 on my ASUS
P452L platform, this issue is fixed.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1454950

Title:
  It needs to press touchpad hotkey twice to re-enable touchpad

Status in gnome-settings-daemon:
  Confirmed
Status in OEM Priority Project:
  New
Status in unity-settings-daemon package in Ubuntu:
  Fix Released
Status in unity-settings-daemon source package in Trusty:
  Fix Committed
Status in unity-settings-daemon source package in Vivid:
  Fix Committed

Bug description:
  * Impact
  the touchpad toggle key doesn't work correctly

  * Test case
  using a laptop having a touchpad toggle key, try to use it to turn touchpad 
off and on while no other pointing device is connected, it should correctly 
toggle

  * Regression potential:
  enabling/disabling of different pointing devices should keep working

  ---

  
  I have a laptop: ASUS P452L and it has a hotkey (Fn+F9) to disable touchpad 
function.
  I found when I use the hotkey to disable the touchpat and then I have to 
press the hotkey
  twice to re-enable it.

  This is symptom cannot be found if:
  1) using Kubuntu.
  2) plug the usb mouse (any port is ok)

  Because it can't be reproduced in Kubuntu, I think it should be an
  issue of unity-settings-daemon.

  Platform: ASUS P451L
  Ubuntu: 14.04-LTS
  Unity-setting-daemon version: 14.04.0+14.04.20140606-0ubuntu2
  Touchpad vendor: Elantech

  Note: This issue can be reproduced in Ubuntu 15.04.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1454950/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1454950] Re: It needs to press touchpad hotkey twice to re-enable touchpad

2015-07-28 Thread Franz Hsieh
Update:

Install unity-settings-daemon 15.04.1+15.04.20150408-0ubuntu1.1 on ASUS
P452L platform, this issue is fixed.

** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1454950

Title:
  It needs to press touchpad hotkey twice to re-enable touchpad

Status in gnome-settings-daemon:
  Confirmed
Status in OEM Priority Project:
  New
Status in unity-settings-daemon package in Ubuntu:
  Fix Released
Status in unity-settings-daemon source package in Trusty:
  Fix Committed
Status in unity-settings-daemon source package in Vivid:
  Fix Committed

Bug description:
  * Impact
  the touchpad toggle key doesn't work correctly

  * Test case
  using a laptop having a touchpad toggle key, try to use it to turn touchpad 
off and on while no other pointing device is connected, it should correctly 
toggle

  * Regression potential:
  enabling/disabling of different pointing devices should keep working

  ---

  
  I have a laptop: ASUS P452L and it has a hotkey (Fn+F9) to disable touchpad 
function.
  I found when I use the hotkey to disable the touchpat and then I have to 
press the hotkey
  twice to re-enable it.

  This is symptom cannot be found if:
  1) using Kubuntu.
  2) plug the usb mouse (any port is ok)

  Because it can't be reproduced in Kubuntu, I think it should be an
  issue of unity-settings-daemon.

  Platform: ASUS P451L
  Ubuntu: 14.04-LTS
  Unity-setting-daemon version: 14.04.0+14.04.20140606-0ubuntu2
  Touchpad vendor: Elantech

  Note: This issue can be reproduced in Ubuntu 15.04.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1454950/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1454950] Re: It needs to press touchpad hotkey twice to re-enable touchpad

2015-07-28 Thread Franz Hsieh
@Sebastien,

Thanks for your help, I will watch  -propose for the update :)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1454950

Title:
  It needs to press touchpad hotkey twice to re-enable touchpad

Status in gnome-settings-daemon:
  Confirmed
Status in OEM Priority Project:
  New
Status in unity-settings-daemon package in Ubuntu:
  Fix Released

Bug description:
  * Impact
  the touchpad toggle key doesn't work correctly

  * Test case
  using a laptop having a touchpad toggle key, try to use it to turn touchpad 
off and on while no other pointing device is connected, it should correctly 
toggle

  * Regression potential:
  enabling/disabling of different pointing devices should keep working

  ---

  
  I have a laptop: ASUS P452L and it has a hotkey (Fn+F9) to disable touchpad 
function.
  I found when I use the hotkey to disable the touchpat and then I have to 
press the hotkey
  twice to re-enable it.

  This is symptom cannot be found if:
  1) using Kubuntu.
  2) plug the usb mouse (any port is ok)

  Because it can't be reproduced in Kubuntu, I think it should be an
  issue of unity-settings-daemon.

  Platform: ASUS P451L
  Ubuntu: 14.04-LTS
  Unity-setting-daemon version: 14.04.0+14.04.20140606-0ubuntu2
  Touchpad vendor: Elantech

  Note: This issue can be reproduced in Ubuntu 15.04.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1454950/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1454950] Re: It needs to press touchpad hotkey twice to re-enable touchpad

2015-07-14 Thread Franz Hsieh
Hi Lars,

I built packages from your branch and tested them on the target
platform. The issue has been fixed.

Would you please back port it to 14.04 trusty (I tested it on 15.10
wily)?

Thanks!

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1454950

Title:
  It needs to press touchpad hotkey twice to re-enable touchpad

Status in gnome-settings-daemon:
  Confirmed
Status in OEM Priority Project:
  New
Status in unity-settings-daemon package in Ubuntu:
  Confirmed

Bug description:
  I have a laptop: ASUS P452L and it has a hotkey (Fn+F9) to disable touchpad 
function.
  I found when I use the hotkey to disable the touchpat and then I have to 
press the hotkey
  twice to re-enable it.

  This is symptom cannot be found if:
  1) using Kubuntu.
  2) plug the usb mouse (any port is ok)

  Because it can't be reproduced in Kubuntu, I think it should be an
  issue of unity-settings-daemon.

  Platform: ASUS P451L
  Ubuntu: 14.04-LTS
  Unity-setting-daemon version: 14.04.0+14.04.20140606-0ubuntu2
  Touchpad vendor: Elantech

  Note: This issue can be reproduced in Ubuntu 15.04.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1454950/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1454950] Re: It needs to press touchpad hotkey twice to re-enable touchpad

2015-06-10 Thread Franz Hsieh
@Sebastien

I reply my comment on the same issue of:
https://bugzilla.gnome.org/show_bug.cgi?id=741523

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1454950

Title:
  It needs to press touchpad hotkey twice to re-enable touchpad

Status in Gnome Settings Daemon:
  Incomplete
Status in OEM Priority Project:
  New
Status in unity-settings-daemon package in Ubuntu:
  Incomplete

Bug description:
  I have a laptop: ASUS P452L and it has a hotkey (Fn+F9) to disable touchpad 
function.
  I found when I use the hotkey to disable the touchpat and then I have to 
press the hotkey
  twice to re-enable it.

  This is symptom cannot be found if:
  1) using Kubuntu.
  2) plug the usb mouse (any port is ok)

  Because it can't be reproduced in Kubuntu, I think it should be an
  issue of unity-settings-daemon.

  Platform: ASUS P451L
  Ubuntu: 14.04-LTS
  Unity-setting-daemon version: 14.04.0+14.04.20140606-0ubuntu2
  Touchpad vendor: Elantech

  Note: This issue can be reproduced in Ubuntu 15.04.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1454950/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1454950] Re: It needs to press touchpad hotkey twice to re-enable touchpad

2015-06-09 Thread Franz Hsieh
I compiled gnome-settings-daemon 3.17.1 (from github) on 15.04 wily and
run gsd-test-mouse on the platform, the issue still exists. The gsd-
testmouse log file is attached.

** Attachment added: gsd-test-mouse.log
   
https://bugs.launchpad.net/ubuntu/+source/unity-settings-daemon/+bug/1454950/+attachment/4411898/+files/gsd-test-mouse.log

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1454950

Title:
  It needs to press touchpad hotkey twice to re-enable touchpad

Status in Gnome Settings Daemon:
  Incomplete
Status in OEM Priority Project:
  New
Status in unity-settings-daemon package in Ubuntu:
  Incomplete

Bug description:
  I have a laptop: ASUS P452L and it has a hotkey (Fn+F9) to disable touchpad 
function.
  I found when I use the hotkey to disable the touchpat and then I have to 
press the hotkey
  twice to re-enable it.

  This is symptom cannot be found if:
  1) using Kubuntu.
  2) plug the usb mouse (any port is ok)

  Because it can't be reproduced in Kubuntu, I think it should be an
  issue of unity-settings-daemon.

  Platform: ASUS P451L
  Ubuntu: 14.04-LTS
  Unity-setting-daemon version: 14.04.0+14.04.20140606-0ubuntu2
  Touchpad vendor: Elantech

  Note: This issue can be reproduced in Ubuntu 15.04.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1454950/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1454950] Re: It needs to press touchpad hotkey twice to re-enable touchpad

2015-06-08 Thread Franz Hsieh
By the way, this issue can be reproduced on 15.04 Wily.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1454950

Title:
  It needs to press touchpad hotkey twice to re-enable touchpad

Status in Gnome Settings Daemon:
  Incomplete
Status in OEM Priority Project:
  New
Status in unity-settings-daemon package in Ubuntu:
  Incomplete

Bug description:
  I have a laptop: ASUS P452L and it has a hotkey (Fn+F9) to disable touchpad 
function.
  I found when I use the hotkey to disable the touchpat and then I have to 
press the hotkey
  twice to re-enable it.

  This is symptom cannot be found if:
  1) using Kubuntu.
  2) plug the usb mouse (any port is ok)

  Because it can't be reproduced in Kubuntu, I think it should be an
  issue of unity-settings-daemon.

  Platform: ASUS P451L
  Ubuntu: 14.04-LTS
  Unity-setting-daemon version: 14.04.0+14.04.20140606-0ubuntu2
  Touchpad vendor: Elantech

  Note: This issue can be reproduced in Ubuntu 15.04.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1454950/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1454950] Re: It needs to press touchpad hotkey twice to re-enable touchpad

2015-06-08 Thread Franz Hsieh
@Sebastien, 
I check with the latest gnome-settings-daemon 3.17.1 from github, the 
ensure_touchpad_active functions is completely rewritten,

static void
ensure_touchpad_active (GsdMouseManager *manager)
{
GList *devices, *l;
gboolean state;

state = get_touchpad_enabled (manager);
if (state) {
devices = get_disabled_touchpads 
(manager-priv-device_manager);
for (l = devices; l != NULL; l = l-next) {
int device_id;

device_id = GPOINTER_TO_INT (l-data);
set_touchpad_enabled (device_id);
}
g_list_free (devices);
} else {
devices = gdk_device_manager_list_devices 
(manager-priv-device_manager,
   
GDK_DEVICE_TYPE_SLAVE);

for (l = devices; l != NULL; l = l-next) {
GdkDevice *device = l-data;

if (device_is_ignored (manager, device))
continue;
if (xdevice_is_libinput (gdk_x11_device_get_id 
(device)))
continue;
if (gdk_device_get_source (device) != 
GDK_SOURCE_TOUCHPAD)
continue;

set_touchpad_disabled (device);
}

g_list_free (devices);
}

set_disable_w_typing (manager, state);
}

I have not check if the behaviour is changed, the latest g-s-d source
requires many updates to make it works.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1454950

Title:
  It needs to press touchpad hotkey twice to re-enable touchpad

Status in Gnome Settings Daemon:
  Incomplete
Status in OEM Priority Project:
  New
Status in unity-settings-daemon package in Ubuntu:
  Incomplete

Bug description:
  I have a laptop: ASUS P452L and it has a hotkey (Fn+F9) to disable touchpad 
function.
  I found when I use the hotkey to disable the touchpat and then I have to 
press the hotkey
  twice to re-enable it.

  This is symptom cannot be found if:
  1) using Kubuntu.
  2) plug the usb mouse (any port is ok)

  Because it can't be reproduced in Kubuntu, I think it should be an
  issue of unity-settings-daemon.

  Platform: ASUS P451L
  Ubuntu: 14.04-LTS
  Unity-setting-daemon version: 14.04.0+14.04.20140606-0ubuntu2
  Touchpad vendor: Elantech

  Note: This issue can be reproduced in Ubuntu 15.04.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1454950/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1454950] Re: It needs to press touchpad hotkey twice to re-enable touchpad

2015-05-23 Thread Franz Hsieh
@Ara
1) I haven't tried it on Wily, but I checked the u-s-d source in Wily. Because 
ensure_touchpad_active is still exists and does not have any change, I think 
this issue can be reproduced.

2) Currently I only have ASUS machine that has touchpad disabled key.

Besides, it there has a second pointer device (usb mouse), this issue
won't happen.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1454950

Title:
  It needs to press touchpad hotkey twice to re-enable touchpad

Status in Gnome Settings Daemon:
  Incomplete
Status in OEM Priority Project:
  New
Status in unity-settings-daemon package in Ubuntu:
  Incomplete

Bug description:
  I have a laptop: ASUS P452L and it has a hotkey (Fn+F9) to disable touchpad 
function.
  I found when I use the hotkey to disable the touchpat and then I have to 
press the hotkey
  twice to re-enable it.

  This is symptom cannot be found if:
  1) using Kubuntu.
  2) plug the usb mouse (any port is ok)

  Because it can't be reproduced in Kubuntu, I think it should be an
  issue of unity-settings-daemon.

  Platform: ASUS P451L
  Ubuntu: 14.04-LTS
  Unity-setting-daemon version: 14.04.0+14.04.20140606-0ubuntu2
  Touchpad vendor: Elantech

  Note: This issue can be reproduced in Ubuntu 15.04.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1454950/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1454950] Re: It needs to press touchpad hotkey twice to re-enable touchpad

2015-05-14 Thread Franz Hsieh
I add some debug message in unity-settings-daemon/plugins/mouse module, and run 
tests.
Here are my founds:


1-a) Press Fn+F9, function touchpad_callback disables the touchpad.
1-b) However after touchpad is disabled, device_removed_cb is invoked, and it 
then calls ensure_touchpad_active.
1-c) The ensure_touchpad_active checks if toucpad is the only one pointer 
device on the platform, it will make touchpad always enabled.
1-d) However ensure_touchpad_active only changes the gsettings entries but 
leave the device disabled.

* Press Fn+F9 to disable touchpad

=== 1st TOUCHPAD HOTKEY TRIGGER START
===

(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: === DEBUG touchpad_callback 
ENTER ===
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: +++(1) gsettings 
KEY_TOUCHPAD_ENABLED value: 0
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: Trying to set device disabled 
for ETPS/2 Elantech Touchpad (12)
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: Disabled device ETPS/2 Elantech 
Touchpad (12)
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: +++(2) KEY_TOUCHPAD_ENABLED, 
value=0 +++
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: === DEBUG touchpad_callback EXIT 
===
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: === DEBUG device_removed_cb 
ENTER ===
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: === DEBUG ensure_touchpad_active 
ENTER ===, gsettings key: 0
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: === DEBUG touchpad_callback 
ENTER ===
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: +++(2) KEY_TOUCHPAD_ENABLED, 
value=1 +++
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: === DEBUG touchpad_callback EXIT 
===
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: === DEBUG ensure_touchpad_active 
EXIT ===, gsettings key: 1
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: === DEBUG device_removed_cb EXIT 
===

=== 1st TOUCHPAD HOTKEY TRIGGER END
===

2-a) Press Fn+F9 again the touchpad is still disabled.
2-b) The gsettings KEY_TOUCHPAD_ENABLED is set to 0 (FALSE), I think it is 
changed by usd-media-key.
2-c) I think because device is removed from the list, nothing happend in this 
stage.

* Press Fn+F9 to enable touchpad
=== 2nd TOUCHPAD HOTKEY TRIGGER START 
===

(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: === DEBUG touchpad_callback 
ENTER ===
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: +++(2) KEY_TOUCHPAD_ENABLED, 
value=0 +++
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: === DEBUG touchpad_callback EXIT 
===

=== 2nd TOUCHPAD HOTKEY TRIGGER END
===

3-a) Press Fn+F9 again, the gsettings KEY_TOUCHPAD_ENABLED is set to 1(TRUE), 
it should be set by usd-media-key
3-b) The touchpad_callback eanbles touchpad. 

* Press Fn+F9 to enable touchpad
=== 3rd TOUCHPAD HOTKEY TRIGGER START 
===

(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: === DEBUG touchpad_callback 
ENTER ===
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: +++(2) KEY_TOUCHPAD_ENABLED, 
value=1 +++
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: @@@ set_toucpad_enabled :12 @@@
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: Trying to set device enabled for 
12
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: Enabled device 12
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: === DEBUG touchpad_callback EXIT 
===
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: === DEBUG device_added_cb ENTER 
===
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: setting handedness on ETPS/2 
Elantech Touchpad
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: setting tap to click on ETPS/2 
Elantech Touchpad
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: setting motion on ETPS/2 
Elantech Touchpad
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: Setting accel -1/-1, threshold 
-1 for device 'ETPS/2 Elantech Touchpad'
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: setting tap to click on ETPS/2 
Elantech Touchpad
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: setting edge scroll on ETPS/2 
Elantech Touchpad
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: setting horiz scroll on ETPS/2 
Elantech Touchpad
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: Trying to set normal scroll for 
ETPS/2 Elantech Touchpad
(lt-usd-test-mouse:16396): mouse-plugin-DEBUG: === DEBUG device_added_cb EXIT 
===

=== 3rd TOUCHPAD HOTKEY TRIGGER END
===


According to my analysis, the touchpad disable hotkey should work fine if 
ensure_touchpad_active does nothing.
I looks the changelog in unity-settings-daemon, this function is added because 
of the issue:
  https://bugzilla.gnome.org/show_bug.cgi?id=685941

I think users should be able to disable the touchpad if there has control keys.
Should we keep ensure_touchpad_active this function?


** Bug watch added: GNOME Bug Tracker #685941
   

[Desktop-packages] [Bug 1454950] [NEW] It needs to press touchpad hotkey twice to re-enable touchpad

2015-05-13 Thread Franz Hsieh
Public bug reported:

I have a laptop: ASUS P452L and it has a hotkey (Fn+F9) to disable touchpad 
function.
I found when I use the hotkey to disable the touchpat and then I have to press 
the hotkey
twice to re-enable it.

This is symptom cannot be found if:
1) using Kubuntu.
2) plug the usb mouse (any port is ok)

Because it can't be reproduced in Kubuntu, I think it should be an issue
of unity-settings-daemon.

Platform: ASUS P451L
Ubuntu: 14.04-LTS
Unity-setting-daemon version: 14.04.0+14.04.20140606-0ubuntu2
Touchpad vendor: Elantech

Note: This issue can be reproduced in Ubuntu 15.04.

** Affects: unity-settings-daemon (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1454950

Title:
  It needs to press touchpad hotkey twice to re-enable touchpad

Status in unity-settings-daemon package in Ubuntu:
  New

Bug description:
  I have a laptop: ASUS P452L and it has a hotkey (Fn+F9) to disable touchpad 
function.
  I found when I use the hotkey to disable the touchpat and then I have to 
press the hotkey
  twice to re-enable it.

  This is symptom cannot be found if:
  1) using Kubuntu.
  2) plug the usb mouse (any port is ok)

  Because it can't be reproduced in Kubuntu, I think it should be an
  issue of unity-settings-daemon.

  Platform: ASUS P451L
  Ubuntu: 14.04-LTS
  Unity-setting-daemon version: 14.04.0+14.04.20140606-0ubuntu2
  Touchpad vendor: Elantech

  Note: This issue can be reproduced in Ubuntu 15.04.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-settings-daemon/+bug/1454950/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1416875] Re: apache-2.4.10 dies in reload

2015-04-27 Thread Franz
Hi,

My sytem is also affected with this bug
14.04 LTS

I don't have installed php5-librdf

ii  libapache2-mod-php5 5.5.9+dfsg-1ubuntu4.9
ii  php55.5.9+dfsg-1ubuntu4.9
ii  php5-cli5.5.9+dfsg-1ubuntu4.9
ii  php5-common 5.5.9+dfsg-1ubuntu4.9
ii  php5-curl   5.5.9+dfsg-1ubuntu4.9
ii  php5-gd 5.5.9+dfsg-1ubuntu4.9
ii  php5-intl   5.5.9+dfsg-1ubuntu4.9
ii  php5-json   1.3.2-2build1
ii  php5-ldap   5.5.9+dfsg-1ubuntu4.9
ii  php5-mcrypt 5.4.6-0ubuntu5
ii  php5-mysql  5.5.9+dfsg-1ubuntu4.9
ii  php5-pspell 5.5.9+dfsg-1ubuntu4.9
ii  php5-readline   5.5.9+dfsg-1ubuntu4.9

[Mon Apr 27 16:22:32.665619 2015] [mpm_prefork:notice] [pid 29096] AH00171: 
Graceful restart requested, doing restart
[Mon Apr 27 16:22:32.738211 2015] [core:notice] [pid 29096] AH00060: seg fault 
or similar nasty error detected in the parent proces

thx
franz

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to redland-bindings in Ubuntu.
https://bugs.launchpad.net/bugs/1416875

Title:
  apache-2.4.10 dies in reload

Status in redland-bindings package in Ubuntu:
  Confirmed

Bug description:
  net3# lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 14.10
  Release:  14.10
  Codename: utopic

  Different than
  https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/669005 which
  has to do with php5-curl. I deinstalled php5-curl + had no effect.

  Using trace8 provides no additional detail.

  Unable to get apache to generate a core dump, even after reading many
  articles + trying many command line incantations.

  Someone tell me how to get a core dump + I'll post the stack trace of
  failure.

  Thanks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/redland-bindings/+bug/1416875/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1399096] Re: Touchpad lost function after switch from guest to user account

2015-04-08 Thread Franz Hsieh
@Rober,

I think they are different.

I found there is a solution that can fix the issue.

https://wiki.archlinux.org/index.php/Touchpad_Synaptics#Xorg.log.0_shows_SynPS.2F2_Synaptics_touchpad_can_not_grab_event_device.2C_errno.3D16

I have add GrabEventDevice=0 option to xorg.conf and it works fine now.
Mouse cursor now can move after session is changed.


** Changed in: oem-priority
   Status: Incomplete = Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity-greeter in Ubuntu.
https://bugs.launchpad.net/bugs/1399096

Title:
  Touchpad lost function after switch from guest to user account

Status in OEM Priority Project:
  Confirmed
Status in unity-greeter package in Ubuntu:
  New

Bug description:
  Reproduce steps:
1) Change account to guest by click guest account on the menu.
2) Change account to user again
3) Touchpad lost its function.

  When the touchpad becomes malfunction, there are some messages in
  /var/log/Xorg.0.log

  [   282.908] (WW) synaptics: SynPS/2 Synaptics TouchPad: can't grab event 
device, errno=16
  [   282.940] [dix] couldn't enable device 11
  [   282.940] setversion 1.4 failed: Permission denied

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xserver-xorg-input-synaptics 1.7.4-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-41.69stella1-generic 3.13.11.10
  Uname: Linux 3.13.0-41-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Dec  4 02:25:41 2014
  DistUpgraded: Fresh install
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-stella-neihu-trusty-amd64-20141125-0
  DistroCodename: trusty
  DistroVariant: ubuntu
  InstallationDate: Installed on 2014-12-04 (0 days ago)
  InstallationMedia: Ubuntu 14.04 Trusty - Build amd64 LIVE Binary 
20141125-01:45
  Lsusb:
   Bus 001 Device 003: ID 0bda:5776 Realtek Semiconductor Corp. 
   Bus 001 Device 002: ID 8087:8000 Intel Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Hewlett-Packard HP 15 Notebook PC
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-41-generic 
root=UUID=f7c1e040-6471-4e14-9e77-bb406b63fad3 ro quiet splash 
video.use_native_backlight=1 radeon.modeset=0 nouveau.modeset=0 vt.handoff=7
  SourcePackage: xserver-xorg-input-synaptics
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/28/2014
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.32
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 2211
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 86.45
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.32:bd10/28/2014:svnHewlett-Packard:pnHP15NotebookPC:pvr097F12005F1620100:rvnHewlett-Packard:rn2211:rvr86.45:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP 15 Notebook PC
  dmi.product.version: 097F12005F1620100
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.11.2+14.04.20140714-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.52-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.1stella3
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Thu Dec  4 02:21:16 2014
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   17900 
   vendor AUO
  xserver.version: 2:1.15.1-0ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1399096/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1437687] [NEW] chromium

2015-03-28 Thread Franz Strasser
Public bug reported:

chromium is getting slower

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8.1
ProcVersionSignature: Ubuntu 3.13.0-49.81-generic 3.13.11-ckt17
Uname: Linux 3.13.0-49-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.8
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Sat Mar 28 19:10:09 2015
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
ExtraDebuggingInterest: No
GraphicsCard:
 Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller 
[8086:0152] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. P8H77-I Motherboard [1043:84ca]
InstallationDate: Installed on 2015-01-30 (57 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
MachineType: System manufacturer System Product Name
ProcEnviron:
 LANGUAGE=de_AT:de
 PATH=(custom, no user)
 LANG=de_AT.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-49-generic 
root=UUID=bb83c1d4-2481-44eb-ba24-d55cecfacf72 ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/24/2012
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0814
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: P8H77-I
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev X.0x
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0814:bd08/24/2012:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnP8H77-I:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
version.compiz: compiz 1:0.9.12+14.10.20140812-0ubuntu1.01
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.56-1~ubuntu2
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1.4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Sat Mar 28 18:31:09 2015
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id8867 
 vendor HII
xserver.version: 2:1.15.1-0ubuntu2.7

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


** Tags: amd64 apport-bug compiz-0.9 third-party-packages trusty ubuntu

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

Title:
  chromium

Status in xorg package in Ubuntu:
  New

Bug description:
  chromium is getting slower

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-49.81-generic 3.13.11-ckt17
  Uname: Linux 3.13.0-49-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Sat Mar 28 19:10:09 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: No
  GraphicsCard:
   Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller 
[8086:0152] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. P8H77-I Motherboard [1043:84ca]
  InstallationDate: Installed on 2015-01-30 (57 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  MachineType: System manufacturer System Product Name
  ProcEnviron:
   LANGUAGE=de_AT:de
   PATH=(custom, no user)
   LANG=de_AT.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-49-generic 
root=UUID=bb83c1d4-2481-44eb-ba24-d55cecfacf72 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/24/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0814
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P8H77-I
  

[Desktop-packages] [Bug 1424118] Re: A comma was left out of a patch in jobviewer.py

2015-02-21 Thread Torsten Franz
This bug is fixed in version 1.1.89 from jobviewer. See here:
http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/vivid/system-config-
printer/vivid/revision/1.1.89

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to system-config-printer in Ubuntu.
https://bugs.launchpad.net/bugs/1424118

Title:
  A comma was left out of a patch in jobviewer.py

Status in system-config-printer package in Ubuntu:
  New

Bug description:
  In version 1.5.1+20141010-0ubuntu2.3 lines 311-318 of jobviewer.py are

 311  required_job_attributes = set(['job-k-octets',
 312 'job-name',
 313 'job-originating-user-name',
 314 'job-printer-uri',
 315 'job-state',
 316 'time-at-creation',
 317 'auth-info-required'
 318 'job-preserved'])

  There is a comma missing at the end of line 317.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/1424118/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1420434] [NEW] package unity-2d-panel 5.12.0-0ubuntu1.1 failed to install/upgrade: no package named `unity-2d-panel' is installed, cannot configure

2015-02-10 Thread Franz
Public bug reported:

by update from 12.04 to 14.04.1 i had this problem

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: unity-2d-panel 5.12.0-0ubuntu1.1
ProcVersionSignature: Ubuntu 3.2.0-76.111-generic 3.2.66
Uname: Linux 3.2.0-76-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.6
AptOrdering:
 unity-2d-panel: Configure
 unity-2d-spread: Configure
 unity-2d-shell: Configure
 unity-2d: Configure
 ubuntu-desktop: Configure
Architecture: amd64
Date: Tue Feb 10 19:28:03 2015
DuplicateSignature: package:unity-2d-panel:5.12.0-0ubuntu1.1:no package named 
`unity-2d-panel' is installed, cannot configure
ErrorMessage: no package named `unity-2d-panel' is installed, cannot configure
InstallationDate: Installed on 2012-05-19 (997 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
SourcePackage: unity-2d
Title: package unity-2d-panel 5.12.0-0ubuntu1.1 failed to install/upgrade: no 
package named `unity-2d-panel' is installed, cannot configure
UpgradeStatus: Upgraded to trusty on 2015-02-04 (5 days ago)

** Affects: unity-2d (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package trusty

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity-2d in Ubuntu.
Matching subscriptions: dp-unity2d
https://bugs.launchpad.net/bugs/1420434

Title:
  package unity-2d-panel 5.12.0-0ubuntu1.1 failed to install/upgrade: no
  package named `unity-2d-panel' is installed, cannot configure

Status in unity-2d package in Ubuntu:
  New

Bug description:
  by update from 12.04 to 14.04.1 i had this problem

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: unity-2d-panel 5.12.0-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.2.0-76.111-generic 3.2.66
  Uname: Linux 3.2.0-76-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.6
  AptOrdering:
   unity-2d-panel: Configure
   unity-2d-spread: Configure
   unity-2d-shell: Configure
   unity-2d: Configure
   ubuntu-desktop: Configure
  Architecture: amd64
  Date: Tue Feb 10 19:28:03 2015
  DuplicateSignature: package:unity-2d-panel:5.12.0-0ubuntu1.1:no package named 
`unity-2d-panel' is installed, cannot configure
  ErrorMessage: no package named `unity-2d-panel' is installed, cannot configure
  InstallationDate: Installed on 2012-05-19 (997 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  SourcePackage: unity-2d
  Title: package unity-2d-panel 5.12.0-0ubuntu1.1 failed to install/upgrade: no 
package named `unity-2d-panel' is installed, cannot configure
  UpgradeStatus: Upgraded to trusty on 2015-02-04 (5 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-2d/+bug/1420434/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1409363] Re: Favoritenleiste Unity

2015-01-11 Thread Torsten Franz
Hi Oliver,

maybe this manual http://wiki.ubuntuusers.de/Unity/Unity_Startmen%C3%BC
#Startmenue-und-Panel-werden-nicht-angezeigt-ab-Ubuntu-12-10 (german
language) can help you to fix that issue.

Regards,
Torsten

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

Title:
  Favoritenleiste Unity

Status in xorg package in Ubuntu:
  New

Bug description:
  Die Favoritenleiste unter Unity wird nicht angezeigt.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  Uname: Linux 3.16.0-28-generic i686
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: i386
  BootLog:
   * Setting sensors limits    
[ OK ]
* Setting up X socket directories...    
[ OK ]
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Sun Jan 11 00:35:15 2015
  DistUpgraded: 2014-11-22 21:09:17,475 DEBUG enabling apt cron job
  DistroCodename: utopic
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 4.3.18, 3.13.0-39-generic, i686: installed
   virtualbox, 4.3.18, 3.16.0-24-generic, i686: installed
   virtualbox, 4.3.18, 3.16.0-25-generic, i686: installed
   virtualbox, 4.3.18, 3.16.0-28-generic, i686: installed
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] RV730 PRO [Radeon HD 4650] 
[1002:9498] (prog-if 00 [VGA controller])
 Subsystem: PC Partner Limited / Sapphire Technology Device [174b:e109]
  InstallationDate: Installed on 2014-10-01 (101 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release i386 (20140417)
  MachineType: Acer Aspire X3812
  ProcEnviron:
   LANGUAGE=de_DE
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-28-generic 
root=UUID=39e4e4b0-67b2-4d20-94df-d78cd32c6c97 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to utopic on 2014-11-22 (49 days ago)
  dmi.bios.date: 08/16/2009
  dmi.bios.vendor: AMI
  dmi.bios.version: P01-A0
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: WG43M
  dmi.board.vendor: Acer
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAMI:bvrP01-A0:bd08/16/2009:svnAcer:pnAspireX3812:pvr:rvnAcer:rnWG43M:rvr:cvnAcer:ct3:cvr:
  dmi.product.name: Aspire X3812
  dmi.sys.vendor: Acer
  version.compiz: compiz 1:0.9.12+14.10.20140918-0ubuntu1
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.3.0-0ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.3.0-0ubuntu3
  version.xserver-xorg-core: xserver-xorg-core 2:1.16.0-1ubuntu1.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.4.0-2ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.914-1~exp1ubuntu4.1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2
  xserver.bootTime: Sun Jan 11 00:29:59 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputLogitech USB Receiver KEYBOARD, id 8
   inputLogitech USB Receiver KEYBOARD, id 9
   inputUVC Camera (046d:08c5) KEYBOARD, id 10
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.16.0-1ubuntu1.2
  xserver.video_driver: radeon

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1399096] Re: Touchpad lost function after switch from guest to user account

2014-12-29 Thread Franz Hsieh
** Changed in: oem-priority
   Importance: Undecided = High

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

Title:
  Touchpad lost function after switch from guest to user account

Status in OEM Priority Project:
  New
Status in lightdm package in Ubuntu:
  New

Bug description:
  Reproduce steps:
1) Change account to guest by click guest account on the menu.
2) Change account to user again
3) Touchpad lost its function.

  When the touchpad becomes malfunction, there are some messages in
  /var/log/Xorg.0.log

  [   282.908] (WW) synaptics: SynPS/2 Synaptics TouchPad: can't grab event 
device, errno=16
  [   282.940] [dix] couldn't enable device 11
  [   282.940] setversion 1.4 failed: Permission denied

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xserver-xorg-input-synaptics 1.7.4-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-41.69stella1-generic 3.13.11.10
  Uname: Linux 3.13.0-41-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Dec  4 02:25:41 2014
  DistUpgraded: Fresh install
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-stella-neihu-trusty-amd64-20141125-0
  DistroCodename: trusty
  DistroVariant: ubuntu
  InstallationDate: Installed on 2014-12-04 (0 days ago)
  InstallationMedia: Ubuntu 14.04 Trusty - Build amd64 LIVE Binary 
20141125-01:45
  Lsusb:
   Bus 001 Device 003: ID 0bda:5776 Realtek Semiconductor Corp. 
   Bus 001 Device 002: ID 8087:8000 Intel Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Hewlett-Packard HP 15 Notebook PC
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-41-generic 
root=UUID=f7c1e040-6471-4e14-9e77-bb406b63fad3 ro quiet splash 
video.use_native_backlight=1 radeon.modeset=0 nouveau.modeset=0 vt.handoff=7
  SourcePackage: xserver-xorg-input-synaptics
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/28/2014
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.32
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 2211
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 86.45
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.32:bd10/28/2014:svnHewlett-Packard:pnHP15NotebookPC:pvr097F12005F1620100:rvnHewlett-Packard:rn2211:rvr86.45:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP 15 Notebook PC
  dmi.product.version: 097F12005F1620100
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.11.2+14.04.20140714-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.52-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.1stella3
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Thu Dec  4 02:21:16 2014
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   17900 
   vendor AUO
  xserver.version: 2:1.15.1-0ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1399096/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1404576] [NEW] sound output undesirably and unexpectedly switches between headphone and analog output

2014-12-20 Thread Douglas Franz
Public bug reported:

When I first used my speakers on this new Ubuntu computer, the sound
worked fine. At some point the sound started clipping with only a
fraction of a second of sound every second or so. When I look at the
system settings for sound I find that the machine is automatically
detecting headphones and switching the output automatically to
headphones, back and forth, from analog out.

Ubuntu 14.10

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: alsa-base 1.0.25+dfsg-0ubuntu4
ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
Uname: Linux 3.16.0-28-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  khavernathy   2904 F pulseaudio
 /dev/snd/pcmC0D0c:   khavernathy   2904 F...m pulseaudio
 /dev/snd/controlC0:  khavernathy   2904 F pulseaudio
CurrentDesktop: Unity
Date: Sat Dec 20 19:28:33 2014
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH failed
Symptom_Card: Built-in Audio - HDA Intel PCH
Symptom_Jack: Green Line Out, Rear
Symptom_Type: Only some of outputs are working
Title: [Wild Dog Performance, Realtek ALC887-VD, Green Line Out, Rear] Playback 
problem
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/09/2014
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 2306
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: H97-PLUS
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev X.0x
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: System76, Inc.
dmi.chassis.version: wilp11
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2306:bd10/09/2014:svnSystem76,Inc.:pnWildDogPerformance:pvrwilp11:rvnASUSTeKCOMPUTERINC.:rnH97-PLUS:rvrRevX.0x:cvnSystem76,Inc.:ct3:cvrwilp11:
dmi.product.name: Wild Dog Performance
dmi.product.version: wilp11
dmi.sys.vendor: System76, Inc.
mtime.conffile..etc.modprobe.d.alsa.base.conf: 2014-12-19T11:19:19.970938

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug utopic

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1404576

Title:
  sound output undesirably and unexpectedly switches between headphone
  and analog output

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  When I first used my speakers on this new Ubuntu computer, the sound
  worked fine. At some point the sound started clipping with only a
  fraction of a second of sound every second or so. When I look at the
  system settings for sound I find that the machine is automatically
  detecting headphones and switching the output automatically to
  headphones, back and forth, from analog out.

  Ubuntu 14.10

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  Uname: Linux 3.16.0-28-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  khavernathy   2904 F pulseaudio
   /dev/snd/pcmC0D0c:   khavernathy   2904 F...m pulseaudio
   /dev/snd/controlC0:  khavernathy   2904 F pulseaudio
  CurrentDesktop: Unity
  Date: Sat Dec 20 19:28:33 2014
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH failed
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_Jack: Green Line Out, Rear
  Symptom_Type: Only some of outputs are working
  Title: [Wild Dog Performance, Realtek ALC887-VD, Green Line Out, Rear] 
Playback problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/09/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2306
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: H97-PLUS
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: System76, Inc.
  dmi.chassis.version: wilp11
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2306:bd10/09/2014:svnSystem76,Inc.:pnWildDogPerformance:pvrwilp11:rvnASUSTeKCOMPUTERINC.:rnH97-PLUS:rvrRevX.0x:cvnSystem76,Inc.:ct3:cvrwilp11:
  dmi.product.name: Wild Dog Performance
  dmi.product.version: wilp11
  dmi.sys.vendor: System76, Inc.
  mtime.conffile..etc.modprobe.d.alsa.base.conf: 2014-12-19T11:19:19.970938

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1404576/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : 

[Desktop-packages] [Bug 1399096] [NEW] Touchpad lost function after switch from guest to user account

2014-12-03 Thread Franz Hsieh
Public bug reported:

Reproduce steps:
  1) Change account to guest by click guest account on the menu.
  2) Change account to user again
  3) Touchpad lost its function.

When the touchpad becomes malfunction, there are some messages in
/var/log/Xorg.0.log

[   282.908] (WW) synaptics: SynPS/2 Synaptics TouchPad: can't grab event 
device, errno=16
[   282.940] [dix] couldn't enable device 11
[   282.940] setversion 1.4 failed: Permission denied

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xserver-xorg-input-synaptics 1.7.4-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-41.69stella1-generic 3.13.11.10
Uname: Linux 3.13.0-41-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
CurrentDesktop: Unity
Date: Thu Dec  4 02:25:41 2014
DistUpgraded: Fresh install
DistributionChannelDescriptor:
 # This is a distribution channel descriptor
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-stella-neihu-trusty-amd64-20141125-0
DistroCodename: trusty
DistroVariant: ubuntu
InstallationDate: Installed on 2014-12-04 (0 days ago)
InstallationMedia: Ubuntu 14.04 Trusty - Build amd64 LIVE Binary 
20141125-01:45
Lsusb:
 Bus 001 Device 003: ID 0bda:5776 Realtek Semiconductor Corp. 
 Bus 001 Device 002: ID 8087:8000 Intel Corp. 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Hewlett-Packard HP 15 Notebook PC
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-41-generic 
root=UUID=f7c1e040-6471-4e14-9e77-bb406b63fad3 ro quiet splash 
video.use_native_backlight=1 radeon.modeset=0 nouveau.modeset=0 vt.handoff=7
SourcePackage: xserver-xorg-input-synaptics
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/28/2014
dmi.bios.vendor: Insyde
dmi.bios.version: F.32
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 2211
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 86.45
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.32:bd10/28/2014:svnHewlett-Packard:pnHP15NotebookPC:pvr097F12005F1620100:rvnHewlett-Packard:rn2211:rvr86.45:cvnHewlett-Packard:ct10:cvrChassisVersion:
dmi.product.name: HP 15 Notebook PC
dmi.product.version: 097F12005F1620100
dmi.sys.vendor: Hewlett-Packard
version.compiz: compiz 1:0.9.11.2+14.04.20140714-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.52-1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.1
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.1stella3
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Thu Dec  4 02:21:16 2014
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id   17900 
 vendor AUO
xserver.version: 2:1.15.1-0ubuntu2

** Affects: xserver-xorg-input-synaptics (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty ubuntu

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-input-synaptics in Ubuntu.
https://bugs.launchpad.net/bugs/1399096

Title:
  Touchpad lost function after switch from guest to user account

Status in xserver-xorg-input-synaptics package in Ubuntu:
  New

Bug description:
  Reproduce steps:
1) Change account to guest by click guest account on the menu.
2) Change account to user again
3) Touchpad lost its function.

  When the touchpad becomes malfunction, there are some messages in
  /var/log/Xorg.0.log

  [   282.908] (WW) synaptics: SynPS/2 Synaptics TouchPad: can't grab event 
device, errno=16
  [   282.940] [dix] couldn't enable device 11
  [   282.940] setversion 1.4 failed: Permission denied

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xserver-xorg-input-synaptics 1.7.4-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-41.69stella1-generic 3.13.11.10
  Uname: Linux 3.13.0-41-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Dec  4 02:25:41 2014
  DistUpgraded: Fresh install
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-stella-neihu-trusty-amd64-20141125-0
  DistroCodename: trusty
  

[Desktop-packages] [Bug 1388517] Re: nvidia-331-uvm 331.89-0ubuntu5: nvidia-331-uvm kernel module failed to build

2014-11-02 Thread Torsten Franz
Same bug as here: bug #1388518

** Changed in: nvidia-graphics-drivers-331 (Ubuntu)
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nvidia-graphics-drivers-331 in Ubuntu.
https://bugs.launchpad.net/bugs/1388517

Title:
  nvidia-331-uvm 331.89-0ubuntu5: nvidia-331-uvm kernel module failed to
  build

Status in “nvidia-graphics-drivers-331” package in Ubuntu:
  Invalid

Bug description:
  I have no further info over the fact that it happened automatically.
  1) The update manager showed up (I told it to update whatever it wants)
  2) Some crash reports appeared
  3) I was directed to this page and asked me if I wish to create a new bug... 
I think I wish :)

  If it's something that I'm not ought to do (maybe I should follow
  another bug or something), please tell me and also tell me how to
  delete this bug report :)

  Thanks for your help!

  ProblemType: Package
  DistroRelease: Ubuntu 14.10
  Package: nvidia-331-uvm 331.89-0ubuntu5
  ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
  Uname: Linux 3.13.0-37-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  DKMSKernelVersion: 3.16.0-24-generic
  Date: Sat Nov  1 18:21:36 2014
  InstallationDate: Installed on 2014-04-19 (196 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  PackageVersion: 331.89-0ubuntu5
  SourcePackage: nvidia-graphics-drivers-331
  Title: nvidia-331-uvm 331.89-0ubuntu5: nvidia-331-uvm kernel module failed to 
build
  UpgradeStatus: Upgraded to utopic on 2014-10-27 (5 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1388517/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1388517] Re: nvidia-331-uvm 331.89-0ubuntu5: nvidia-331-uvm kernel module failed to build

2014-11-02 Thread Torsten Franz
I mean: same bugreport. :)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nvidia-graphics-drivers-331 in Ubuntu.
https://bugs.launchpad.net/bugs/1388517

Title:
  nvidia-331-uvm 331.89-0ubuntu5: nvidia-331-uvm kernel module failed to
  build

Status in “nvidia-graphics-drivers-331” package in Ubuntu:
  Invalid

Bug description:
  I have no further info over the fact that it happened automatically.
  1) The update manager showed up (I told it to update whatever it wants)
  2) Some crash reports appeared
  3) I was directed to this page and asked me if I wish to create a new bug... 
I think I wish :)

  If it's something that I'm not ought to do (maybe I should follow
  another bug or something), please tell me and also tell me how to
  delete this bug report :)

  Thanks for your help!

  ProblemType: Package
  DistroRelease: Ubuntu 14.10
  Package: nvidia-331-uvm 331.89-0ubuntu5
  ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
  Uname: Linux 3.13.0-37-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  DKMSKernelVersion: 3.16.0-24-generic
  Date: Sat Nov  1 18:21:36 2014
  InstallationDate: Installed on 2014-04-19 (196 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  PackageVersion: 331.89-0ubuntu5
  SourcePackage: nvidia-graphics-drivers-331
  Title: nvidia-331-uvm 331.89-0ubuntu5: nvidia-331-uvm kernel module failed to 
build
  UpgradeStatus: Upgraded to utopic on 2014-10-27 (5 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1388517/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1374591] [NEW] package nvidia-331 (not installed) failed to install/upgrade: Paket nvidia-331 ist nicht bereit zur Konfiguration kann nicht konfiguriert werden (momentaner Sta

2014-09-26 Thread Franz
Public bug reported:

x

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: nvidia-331 (not installed)
ProcVersionSignature: Ubuntu 3.16.0-17.23-generic 3.16.3
Uname: Linux 3.16.0-17-generic x86_64
ApportVersion: 2.14.7-0ubuntu2
Architecture: amd64
Date: Fri Sep 26 22:19:24 2014
DuplicateSignature: package:nvidia-331:(not installed):Paket nvidia-331 ist 
nicht bereit zur Konfiguration  kann nicht konfiguriert werden (momentaner 
Status »half-installed«)
ErrorMessage: Paket nvidia-331 ist nicht bereit zur Konfiguration  kann nicht 
konfiguriert werden (momentaner Status »half-installed«)
InstallationDate: Installed on 2014-08-27 (30 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
SourcePackage: nvidia-graphics-drivers-331
Title: package nvidia-331 (not installed) failed to install/upgrade: Paket 
nvidia-331 ist nicht bereit zur Konfiguration  kann nicht konfiguriert werden 
(momentaner Status »half-installed«)
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.modprobe.d.nvidia.331.hybrid.conf: [deleted]

** Affects: nvidia-graphics-drivers-331 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package dist-upgrade utopic

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nvidia-graphics-drivers-331 in Ubuntu.
https://bugs.launchpad.net/bugs/1374591

Title:
  package nvidia-331 (not installed) failed to install/upgrade: Paket
  nvidia-331 ist nicht bereit zur Konfiguration  kann nicht konfiguriert
  werden (momentaner Status »half-installed«)

Status in “nvidia-graphics-drivers-331” package in Ubuntu:
  New

Bug description:
  x

  ProblemType: Package
  DistroRelease: Ubuntu 14.10
  Package: nvidia-331 (not installed)
  ProcVersionSignature: Ubuntu 3.16.0-17.23-generic 3.16.3
  Uname: Linux 3.16.0-17-generic x86_64
  ApportVersion: 2.14.7-0ubuntu2
  Architecture: amd64
  Date: Fri Sep 26 22:19:24 2014
  DuplicateSignature: package:nvidia-331:(not installed):Paket nvidia-331 ist 
nicht bereit zur Konfiguration  kann nicht konfiguriert werden (momentaner 
Status »half-installed«)
  ErrorMessage: Paket nvidia-331 ist nicht bereit zur Konfiguration  kann nicht 
konfiguriert werden (momentaner Status »half-installed«)
  InstallationDate: Installed on 2014-08-27 (30 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  SourcePackage: nvidia-graphics-drivers-331
  Title: package nvidia-331 (not installed) failed to install/upgrade: Paket 
nvidia-331 ist nicht bereit zur Konfiguration  kann nicht konfiguriert werden 
(momentaner Status »half-installed«)
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.modprobe.d.nvidia.331.hybrid.conf: [deleted]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1374591/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1353951] Re: gnome online accounts require autentication on startup

2014-08-13 Thread Franz Hoffmann
I'm having the same problem here.  It starte started a few weeks ago (i.e. it 
worked at the beginning).
I'm seeing this on two machines running 14.4 LTS 64bit.

Steps to reproduce:
1) open gnome-online-accounts
2) click + and add a google account
3) enter user name and password
4) confirm permissions for gnome
5) Black window pops up and asks for google password, but does not accept the 
correct password.
Google Contacts are not available in Gnome or Thunderbird

** Changed in: gnome-online-accounts (Ubuntu)
   Status: New = Confirmed

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

Title:
  gnome online accounts require autentication on startup

Status in “gnome-online-accounts” package in Ubuntu:
  Confirmed

Bug description:
  Gnome online accounts requires autentication on startup, but even typing the 
correct password in the box, the program says the password is wrong. By the way 
evolution and other programs work well with online accounts. I'm using 
Ubuntu-gnome 14.04 LTS 64bit on different machines and have the same behaviour. 
  Just to be clear: online-accounts works well, just at startup it opens an 
administration window where it requires to insert the password for my google 
accounts; if I type the correct password it says that the password is wrong, 
the only way to close the window is to click on discard and then all works 
well.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1326624] [NEW] Error playing video from webcam

2014-06-04 Thread Franz Hsieh
Public bug reported:

Machine: HP Probook
Webcam: HP HD Webcam
OS Ver. Ubuntu 14.04 LTS
Architecture: amd64

Symptom:
The HP Probook has an HP HD Webcam and it supports various resolutions. Most of 
them work fine, however, 960x540 has black preview and there is an error 
message: Ther was an error playing video from the webcam shown in the cheese.

Diagnose:
According to some tests, the root cause results from the JPEG processing in 
libv4l-0,
The source of v4l-utils-1.0.1/lib/libv4lconvert/jpeg.c, 377:

/* We don't want any padding as that may overflow our dest */
if (width % (8 * h_samp) || height % (8 * v_samp)) {
V4LCONVERT_ERR(
resolution is not a multiple of dctsize);
errno = EIO;
return -1;
}

Because 540 is not a multiple of 8, so it fails.

I tried other video capture apps and set to the same resolution 960x540
and MJPEG format, the issue can be reproduced. But if the format changes
to YUYV, it works fine (preview/capture).

** Affects: cheese
 Importance: Undecided
 Status: New

** Affects: oem-priority
 Importance: High
 Status: New

** Also affects: cheese
   Importance: Undecided
   Status: New

** Package changed: cheese (Ubuntu) = oem-priority

** Changed in: oem-priority
   Importance: Undecided = High

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

Title:
  Error playing video from webcam

Status in Cheese Camera Application:
  New
Status in OEM Priority Project:
  New

Bug description:
  Machine: HP Probook
  Webcam: HP HD Webcam
  OS Ver. Ubuntu 14.04 LTS
  Architecture: amd64

  Symptom:
  The HP Probook has an HP HD Webcam and it supports various resolutions. Most 
of them work fine, however, 960x540 has black preview and there is an error 
message: Ther was an error playing video from the webcam shown in the cheese.

  Diagnose:
  According to some tests, the root cause results from the JPEG processing in 
libv4l-0,
  The source of v4l-utils-1.0.1/lib/libv4lconvert/jpeg.c, 377:

  /* We don't want any padding as that may overflow our dest */
  if (width % (8 * h_samp) || height % (8 * v_samp)) {
  V4LCONVERT_ERR(
  resolution is not a multiple of dctsize);
  errno = EIO;
  return -1;
  }

  Because 540 is not a multiple of 8, so it fails.

  I tried other video capture apps and set to the same resolution
  960x540 and MJPEG format, the issue can be reproduced. But if the
  format changes to YUYV, it works fine (preview/capture).

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1313361] Re: system information displays wrong Ubuntu version (13.10 instead of 14.04)

2014-05-01 Thread Torsten Franz
*** This bug is a duplicate of bug 1299912 ***
https://bugs.launchpad.net/bugs/1299912

** This bug is no longer a duplicate of bug 1309342
   on detail is showen wrong ubuntu version
** This bug has been marked a duplicate of bug 1299912
Ubuntu 14.04 report as 13.10

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

Title:
  system information displays wrong Ubuntu version (13.10 instead of
  14.04)

Status in “gnome-control-center” package in Ubuntu:
  New

Bug description:
  I updated Ubuntu 12.04 to version 14.04 using sudo update-manager
  -d. No errors occurred but the gnome-settings information dialogue
  tells me that I am running Ubuntu 13.10. This is very confusing for
  the average user. I'm running the Gnome Desktop.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1312188] Re: gnome-control-center Details Overview display 13.10 logo on 14.04 distro

2014-05-01 Thread Torsten Franz
*** This bug is a duplicate of bug 1299912 ***
https://bugs.launchpad.net/bugs/1299912

** This bug is no longer a duplicate of bug 1309342
   on detail is showen wrong ubuntu version
** This bug has been marked a duplicate of bug 1299912
Ubuntu 14.04 report as 13.10

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

Title:
  gnome-control-center  Details  Overview display 13.10 logo on 14.04
  distro

Status in “gnome-control-center” package in Ubuntu:
  New

Bug description:
  On ubuntu-gnome 14.04 (updated from 13.10) when accessing :
  gnome-control-center  Details  Overview

  The ubuntu logo is labeled with ubuntu 13.10 text.

  When I access :
  $ eog /usr/share/unity-control-center/ui/UbuntuLogo.png
  I see the ubuntu 14.04 LTS text

  When I access :
  $ eog /usr/share/gnome-control-center/ui/UbuntuLogo.png
  I see the ubuntu 13.10 text

  Does I've do something wrong or it's juste a miss from packager ?

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1311898] Re: All Settings, Details displays wrong Ubuntu version

2014-05-01 Thread Torsten Franz
*** This bug is a duplicate of bug 1299912 ***
https://bugs.launchpad.net/bugs/1299912

** This bug is no longer a duplicate of bug 1309342
   on detail is showen wrong ubuntu version
** This bug has been marked a duplicate of bug 1299912
Ubuntu 14.04 report as 13.10

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to software-center in Ubuntu.
https://bugs.launchpad.net/bugs/1311898

Title:
  All Settings, Details displays wrong Ubuntu version

Status in “software-center” package in Ubuntu:
  New

Bug description:
  Running Ubuntu 14.04 LTS.
  Open All Settings, Details displays Ubuntu version 13.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1311898/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1311914] Re: information page displays 13.10 in ubuntu-gnome14.04

2014-05-01 Thread Torsten Franz
*** This bug is a duplicate of bug 1299912 ***
https://bugs.launchpad.net/bugs/1299912

** This bug is no longer a duplicate of bug 1309342
   on detail is showen wrong ubuntu version
** This bug has been marked a duplicate of bug 1299912
Ubuntu 14.04 report as 13.10

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

Title:
  information page displays 13.10 in ubuntu-gnome14.04

Status in “gnome-disk-utility” package in Ubuntu:
  New

Bug description:
  no bug just the old ubuntu 13.10 logo with 13.10 text instead of 14.04
  and an ubuntu-gome logo

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1309342] Re: on detail is showen wrong ubuntu version

2014-05-01 Thread Torsten Franz
*** This bug is a duplicate of bug 1299912 ***
https://bugs.launchpad.net/bugs/1299912

** This bug has been marked a duplicate of bug 1299912
Ubuntu 14.04 report as 13.10

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

Title:
  on detail is showen wrong ubuntu version

Status in “gnome-control-center” package in Ubuntu:
  Confirmed

Bug description:
  on detail is showen wrong ubuntu version 13.10

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: gnome-control-center 1:3.6.3-0ubuntu56
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Fri Apr 18 06:44:59 2014
  InstallationDate: Installed on 2014-04-12 (5 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04 LTS Trusty Tahr - Daily amd64 
(20140411)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center: deja-dup 30.0-0ubuntu4

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1174253] Re: Segfault (core dumped) in gdk-pixbuf on upgrade

2014-03-23 Thread Franz Koessler
I finally managed to solve the issue.

As everybody pointed out, I first needed to remove the webupd8team ppas.

After that, I had to  downgrade the ligblib library and that's what was
causing me a lot of trouble. The system didn't let me remove that
library because of all the dependencies. I finally achieve that with the
command:

sudo dpkg -P --force-all --force-remove-reinstreq libglib2.0-0

Once that done, still had to downgrade two related libraries glib-
networking-common and gvfs-commonw with:

sudo apt-get install glib-networking-common=2.32.1-1ubuntu2
sudo apt-get install gvfs-common=1.12.1-0ubuntu1.2ppa8~precise3

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gdk-pixbuf in Ubuntu.
https://bugs.launchpad.net/bugs/1174253

Title:
  Segfault (core dumped) in gdk-pixbuf on upgrade

Status in pixbuf library for gtk+:
  Fix Released
Status in “gdk-pixbuf” package in Ubuntu:
  Fix Released
Status in “gdk-pixbuf” source package in Precise:
  In Progress

Bug description:
  [ Description ]

  In the Raring cycle, libgobject gained a global constructor.

  If a dynamically loaded module (by gdk-pixbuf-query-modules, which is
  called by a postinst trigger in this package, so quite common on
  upgrades) happens to dlclose() libgobject then we get this crash.

  This can easily happen in dist-upgrades if you get unlucky with the
  ordering.

  [ Proposed fix ]

  Build with -Wl,--no-as-needed to ensure we get linked against
  libgobject even though we use none of its symbols.

  In later glib  gdk-pixbuf releases, there's a function
  g_type_ensure() which is used for this purpose, but we don't have that
  in 12.04.

  [ Development Fix ]

  Described above: g_type_ensure() is used.

  [ Regression potential ]

  Not sure. The library will now be linked against more things so it
  could be a bit slower to initialise.

  [ QA ]

  1. Be in a precise chroot without precise-proposed
  2. apt-get install libgdk-pixbuf2.0-0
  3. sed -i 's/precise/trusty/' /etc/apt/sources.list
  4. apt-get update
  5. apt-get install libglib2.0-0
  6. /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders # or 
your arch here
  # that should have segfaulted
  7. echo 'deb http://archive.ubuntu.com/ubuntu precise-proposed main' | tee -a 
/etc/apt/sources.list
  8. apt-get update
  9. apt-get install libgdk-pixbuf2.0-0/precise-proposed
  10. /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders # or 
your arch here
  # that should have worked

  [ Original description ]

  In two machines I had errors in the upgrade from Precise to Raring.

  Preparing to replace librsvg2-2:i386 2.36.3-0ubuntu1 (using 
.../librsvg2-2_2.36.4-1_i386.deb) ...
  Unpacking replacement librsvg2-2:i386 ...
  Processing triggers for libgdk-pixbuf2.0-0:i386 ...
  Segmentation fault (core dumped)
  Processing triggers for libgdk-pixbuf2.0-0:amd64 ...
  Segmentation fault (core dumped)
  Setting up librsvg2-2:i386 (2.36.4-1) ...
  Setting up librsvg2-2:amd64 (2.36.4-1) ...
  Setting up librsvg2-common:i386 (2.36.4-1) ...
  Setting up librsvg2-common:amd64 (2.36.4-1) ...
  Processing triggers for libc-bin ...
  ldconfig deferred processing now taking place
  Processing triggers for libgdk-pixbuf2.0-0:i386 ...
  Segmentation fault (core dumped)
  Processing triggers for libgdk-pixbuf2.0-0:amd64 ...
  Segmentation fault (core dumped)
  (Reading database ...
  (Reading database ... 5%
  (Reading database ... 10%

  I guess that due to that error, the gdk-pixbuf-query-loaders crashes
  later in the installation process.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: libgdk-pixbuf2.0-0 2.28.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-27.46-generic 3.5.7.7
  Uname: Linux 3.5.0-27-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  Date: Mon Apr 29 12:17:40 2013
  InstallationDate: Installed on 2009-11-25 (1251 days ago)
  InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  MarkForUpload: True
  SourcePackage: gdk-pixbuf
  UpgradeStatus: Upgraded to raring on 2013-04-29 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gdk-pixbuf/+bug/1174253/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1174253] Re: Segfault (core dumped) in gdk-pixbuf on upgrade

2014-03-22 Thread Franz Koessler
So is this fixed already?
I haven't been able to resolve the problem on my laptop, here is what I tried:

sudo ppa-purge ppa:webupd8team/gvfs-libmtp
Updating packages lists
PPA to be removed: webupd8team gvfs-libmtp
Warning:  Could not find package list for PPA: webupd8team gvfs-libmtp


dpkg -l | grep libglib
ii  libglib-perl  2:1.241-1 
  interface to the GLib and GObject libraries
ii  libglib2.0-0  
2.35.4-0ubuntu5~webupd8~precise1GLib library of C routines
ii  libglib2.0-bin
2.35.4-0ubuntu5~webupd8~precise1Programs for the GLib 
library
ii  libglib2.0-cil2.12.10-2ubuntu4  
  CLI binding for the GLib utility library 2.12
ii  libglib2.0-data   
2.35.4-0ubuntu5~webupd8~precise1Common files for GLib 
library
ii  libglib2.0-dev
2.35.4-0ubuntu5~webupd8~precise1Development files for the 
GLib library
ii  libglibmm-2.4-1c2a2.32.0-0ubuntu1   
  C++ wrapper for the GLib toolkit (shared libraries)


sudo apt-get install --reinstall libglib2.0-0
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Reinstallation of libglib2.0-0 is not possible, it cannot be downloaded.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgradedsudo apt-get 
install --reinstall libgdk-pixbuf2.0-0
Reading package lists... Done
Building dependency tree   
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
Need to get 0 B/194 kB of archives.
After this operation, 0 B of additional disk space will be used.
(Reading database ... 1093544 files and directories currently installed.)
Preparing to replace libgdk-pixbuf2.0-0 2.26.1-1 (using 
.../libgdk-pixbuf2.0-0_2.26.1-1_i386.deb) ...
Unpacking replacement libgdk-pixbuf2.0-0 ...
Setting up libgdk-pixbuf2.0-0 (2.26.1-1) ...
Segmentation fault
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place.


Any idea what I should do?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gdk-pixbuf in Ubuntu.
https://bugs.launchpad.net/bugs/1174253

Title:
  Segfault (core dumped) in gdk-pixbuf on upgrade

Status in pixbuf library for gtk+:
  Fix Released
Status in “gdk-pixbuf” package in Ubuntu:
  Fix Released
Status in “gdk-pixbuf” source package in Precise:
  In Progress

Bug description:
  [ Description ]

  In the Raring cycle, libgobject gained a global constructor.

  If a dynamically loaded module (by gdk-pixbuf-query-modules, which is
  called by a postinst trigger in this package, so quite common on
  upgrades) happens to dlclose() libgobject then we get this crash.

  This can easily happen in dist-upgrades if you get unlucky with the
  ordering.

  [ Proposed fix ]

  Build with -Wl,--no-as-needed to ensure we get linked against
  libgobject even though we use none of its symbols.

  In later glib  gdk-pixbuf releases, there's a function
  g_type_ensure() which is used for this purpose, but we don't have that
  in 12.04.

  [ Development Fix ]

  Described above: g_type_ensure() is used.

  [ Regression potential ]

  Not sure. The library will now be linked against more things so it
  could be a bit slower to initialise.

  [ QA ]

  1. Be in a precise chroot without precise-proposed
  2. apt-get install libgdk-pixbuf2.0-0
  3. sed -i 's/precise/trusty/' /etc/apt/sources.list
  4. apt-get update
  5. apt-get install libglib2.0-0
  6. /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders # or 
your arch here
  # that should have segfaulted
  7. echo 'deb http://archive.ubuntu.com/ubuntu precise-proposed main' | tee -a 
/etc/apt/sources.list
  8. apt-get update
  9. apt-get install libgdk-pixbuf2.0-0/precise-proposed
  10. /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders # or 
your arch here
  # that should have worked

  [ Original description ]

  In two machines I had errors in the upgrade from Precise to Raring.

  Preparing to replace librsvg2-2:i386 2.36.3-0ubuntu1 (using 
.../librsvg2-2_2.36.4-1_i386.deb) ...
  Unpacking replacement librsvg2-2:i386 ...
  Processing triggers for libgdk-pixbuf2.0-0:i386 ...
  Segmentation fault (core dumped)
  Processing triggers for libgdk-pixbuf2.0-0:amd64 ...
  Segmentation fault (core dumped)
  Setting up librsvg2-2:i386 (2.36.4-1) ...
  Setting up librsvg2-2:amd64 (2.36.4-1) ...
  Setting up librsvg2-common:i386 (2.36.4-1) ...
  Setting up librsvg2-common:amd64 (2.36.4-1) ...
  Processing triggers for libc-bin ...
  ldconfig deferred processing now taking place
  Processing triggers for libgdk-pixbuf2.0-0:i386 ...
  Segmentation fault 

[Desktop-packages] [Bug 1174253] Re: Segfault (core dumped) in gdk-pixbuf on upgrade

2014-03-21 Thread Franz Koessler
My system is ubuntu 12.04.4 GNU/Linux 3.5.0-47-generic i686 .
Errors started after a system update...

Here's what happens when I try to install libgdk-pixbuf2.0-0:

sudo apt-get install --reinstall libgdk-pixbuf2.0-0
Reading package lists... Done
Building dependency tree   
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
Need to get 0 B/194 kB of archives.
After this operation, 0 B of additional disk space will be used.
(Reading database ... 1093567 files and directories currently installed.)
Preparing to replace libgdk-pixbuf2.0-0 2.26.1-1 (using 
.../libgdk-pixbuf2.0-0_2.26.1-1_i386.deb) ...
Unpacking replacement libgdk-pixbuf2.0-0 ...
Setting up libgdk-pixbuf2.0-0 (2.26.1-1) ...
Segmentation fault
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gdk-pixbuf in Ubuntu.
https://bugs.launchpad.net/bugs/1174253

Title:
  Segfault (core dumped) in gdk-pixbuf on upgrade

Status in “gdk-pixbuf” package in Ubuntu:
  Confirmed

Bug description:
  In two machines I had errors in the upgrade from Precise to Raring.

  Preparing to replace librsvg2-2:i386 2.36.3-0ubuntu1 (using 
.../librsvg2-2_2.36.4-1_i386.deb) ...
  Unpacking replacement librsvg2-2:i386 ...
  Processing triggers for libgdk-pixbuf2.0-0:i386 ...
  Segmentation fault (core dumped)
  Processing triggers for libgdk-pixbuf2.0-0:amd64 ...
  Segmentation fault (core dumped)
  Setting up librsvg2-2:i386 (2.36.4-1) ...
  Setting up librsvg2-2:amd64 (2.36.4-1) ...
  Setting up librsvg2-common:i386 (2.36.4-1) ...
  Setting up librsvg2-common:amd64 (2.36.4-1) ...
  Processing triggers for libc-bin ...
  ldconfig deferred processing now taking place
  Processing triggers for libgdk-pixbuf2.0-0:i386 ...
  Segmentation fault (core dumped)
  Processing triggers for libgdk-pixbuf2.0-0:amd64 ...
  Segmentation fault (core dumped)
  (Reading database ... 
  (Reading database ... 5%
  (Reading database ... 10%

  I guess that due to that error, the gdk-pixbuf-query-loaders crashes
  later in the installation process.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: libgdk-pixbuf2.0-0 2.28.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-27.46-generic 3.5.7.7
  Uname: Linux 3.5.0-27-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  Date: Mon Apr 29 12:17:40 2013
  InstallationDate: Installed on 2009-11-25 (1251 days ago)
  InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  MarkForUpload: True
  SourcePackage: gdk-pixbuf
  UpgradeStatus: Upgraded to raring on 2013-04-29 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdk-pixbuf/+bug/1174253/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1032433] Re: Using WEP 128-bit Passphrase, Ad-hoc connection cannot be established

2014-03-18 Thread Franz Hsieh
Attach syslog for client and server side.
The wpa_supplication debug output (-ddd option) is enabled. 

** Attachment added: syslog.wpa.tgz
   
https://bugs.launchpad.net/oem-priority/+bug/1032433/+attachment/4029646/+files/syslog.wpa.tgz

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1032433

Title:
  Using WEP 128-bit Passphrase, Ad-hoc connection cannot be established

Status in OEM Priority Project:
  Incomplete
Status in OEM Priority Project precise series:
  Confirmed
Status in “network-manager” package in Ubuntu:
  Incomplete

Bug description:
  When setting up an ad-hoc wifi connection, if choose WEP 128-bit 
Passphrase, the connection cannot be established.
  If choose None or WEP 40/128-bit Key, it can be established successfully.

  Steps to reproduce:
  1. Choose Create new Wireless Network in network applet
  2. Choose WEP 128-bit Passphrase and create an ad-hoc connection
  3. Use another computer to connect the same ad-hoc ESSID
  4. The connection cannot be established

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1032433/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1032433] Re: Using WEP 128-bit Passphrase, Ad-hoc connection cannot be established

2014-03-18 Thread Franz Hsieh
The same issue can be reproduced on Trusty (14.04)

The attachment is the syslog on same platform but is installed with
trusty.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1032433

Title:
  Using WEP 128-bit Passphrase, Ad-hoc connection cannot be established

Status in OEM Priority Project:
  Incomplete
Status in OEM Priority Project precise series:
  Confirmed
Status in “network-manager” package in Ubuntu:
  Incomplete

Bug description:
  When setting up an ad-hoc wifi connection, if choose WEP 128-bit 
Passphrase, the connection cannot be established.
  If choose None or WEP 40/128-bit Key, it can be established successfully.

  Steps to reproduce:
  1. Choose Create new Wireless Network in network applet
  2. Choose WEP 128-bit Passphrase and create an ad-hoc connection
  3. Use another computer to connect the same ad-hoc ESSID
  4. The connection cannot be established

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1032433/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1032433] Re: Using WEP 128-bit Passphrase, Ad-hoc connection cannot be established

2014-03-18 Thread Franz Hsieh
syslog of comment #21

** Attachment added: syslog.wpa.client.trusty
   
https://bugs.launchpad.net/oem-priority/+bug/1032433/+attachment/4030075/+files/syslog.wpa.client.trusty

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1032433

Title:
  Using WEP 128-bit Passphrase, Ad-hoc connection cannot be established

Status in OEM Priority Project:
  Incomplete
Status in OEM Priority Project precise series:
  Confirmed
Status in “network-manager” package in Ubuntu:
  Incomplete

Bug description:
  When setting up an ad-hoc wifi connection, if choose WEP 128-bit 
Passphrase, the connection cannot be established.
  If choose None or WEP 40/128-bit Key, it can be established successfully.

  Steps to reproduce:
  1. Choose Create new Wireless Network in network applet
  2. Choose WEP 128-bit Passphrase and create an ad-hoc connection
  3. Use another computer to connect the same ad-hoc ESSID
  4. The connection cannot be established

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1032433/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1032433] Re: Using WEP 128-bit Passphrase, Ad-hoc connection cannot be established

2014-02-12 Thread Franz Hsieh
Attach logs.

Config WiFi adhoc network and set WEP key to 1234567890abc.
The connection can't be established.

Logs are attached (server/client side dmesg output and syslog)

** Attachment added: wifi_adhoc_log.tgz
   
https://bugs.launchpad.net/oem-priority/+bug/1032433/+attachment/3978230/+files/wifi_adhoc_log.tgz

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1032433

Title:
  Using WEP 128-bit Passphrase, Ad-hoc connection cannot be established

Status in OEM Priority Project:
  New
Status in OEM Priority Project precise series:
  Confirmed
Status in “network-manager” package in Ubuntu:
  Confirmed

Bug description:
  When setting up an ad-hoc wifi connection, if choose WEP 128-bit 
Passphrase, the connection cannot be established.
  If choose None or WEP 40/128-bit Key, it can be established successfully.

  Steps to reproduce:
  1. Choose Create new Wireless Network in network applet
  2. Choose WEP 128-bit Passphrase and create an ad-hoc connection
  3. Use another computer to connect the same ad-hoc ESSID
  4. The connection cannot be established

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1032433/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1275128] Re: video problems

2014-02-01 Thread Torsten Franz
** Summary changed:

- bug
+ video problems

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

Title:
  video problems

Status in “xorg” package in Ubuntu:
  New

Bug description:
  not sure of the bug .. video problems ..

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: xorg 1:7.7+1ubuntu6
  ProcVersionSignature: Ubuntu 3.11.0-17.30-generic 3.11.10.3
  Uname: Linux 3.11.0-17-generic i686
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Fri Jan 31 23:12:27 2014
  DistUpgraded: 2013-10-31 10:06:17,994 DEBUG enabling apt cron job
  DistroCodename: saucy
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia-304, 304.88, 3.11.0-13-generic, i686: installed
   nvidia-304, 304.88, 3.11.0-14-generic, i686: installed
   nvidia-304, 304.88, 3.11.0-15-generic, i686: installed
   nvidia-304, 304.88, 3.11.0-17-generic, i686: installed
  GraphicsCard:
   Intel Corporation 82G33/G31 Express Integrated Graphics Controller 
[8086:29c2] (rev 02) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:0238]
  InstallationDate: Installed on 2013-06-26 (219 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release i386 (20130424)
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-17-generic 
root=UUID=e72f995f-0341-47a9-9695-b927a0c74fbb ro drm.debug=0xe plymouth:debug
  SourcePackage: xorg
  UpgradeStatus: Upgraded to saucy on 2013-10-31 (92 days ago)
  dmi.bios.date: 09/20/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.0.16
  dmi.board.name: 0CU409
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: OEM
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.0.16:bd09/20/2008:svnDellInc.:pnVostro200:pvr:rvnDellInc.:rn0CU409:rvr:cvnDellInc.:ct3:cvrOEM:
  dmi.product.name: Vostro 200
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.10+13.10.20131011-0ubuntu1
  version.libdrm2: libdrm2 2.4.46-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.2.1-1ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.2.1-1ubuntu3
  version.xserver-xorg-core: xserver-xorg-core 2:1.14.5-1ubuntu2~saucy1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu3.1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.2.0-0ubuntu10
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.904-0ubuntu2.1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
  xserver.bootTime: Fri Jan 31 11:01:49 2014
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputG-Tech CHINAUSB Wireless Mouse  KeyBoard V1.01   KEYBOARD, 
id 8
   inputG-Tech CHINAUSB Wireless Mouse  KeyBoard V1.01   KEYBOARD, 
id 9
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   22114 
   vendor GSM
  xserver.version: 2:1.14.5-1ubuntu2~saucy1

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1069976] Re: evolution Birthdays Anniversaries calendar is not working

2013-11-02 Thread Franz Altmüller
The Adressbook-property 'use in birthday and anniversary-calender' was
not set, therefor the contacts were not displayed. The problem is fixed.

** Changed in: evolution (Ubuntu)
   Status: Confirmed = Fix Committed

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

Title:
  evolution Birthdays  Anniversaries calendar is not working

Status in “evolution” package in Ubuntu:
  Fix Committed

Bug description:
  Steps to reproduce:

  a) Open evolution
  b) Switch to addressbook (on this computer)
  c) create a new enty and set its birthday
  d) switch to calendar view and make sure Birthdays  Anniversaries is active
  e) Look for the birthday

  You don't find it. The functionality is broken.

  If you need further information, please just ask!

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: evolution 3.6.0-0ubuntu3
  ProcVersionSignature: Ubuntu 3.5.0-13.13-generic 3.5.3
  Uname: Linux 3.5.0-13-generic x86_64
  ApportVersion: 2.6.1-0ubuntu3
  Architecture: amd64
  Date: Mon Oct 22 21:09:43 2012
  InstallationMedia: Xubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  SourcePackage: evolution
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1032433] Re: Using WEP 128-bit Passphrase, Ad-hoc connection cannot be established

2013-08-01 Thread Franz Hsieh
@James,

Update log files.
I use '1234567890abc' as wep key, here are the fail logs of client/server both 
sides.
Note, I aslo tested the key in hex format ( 31323334353637383930616263 ), it 
failed too. The logs are attached.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1032433

Title:
  Using WEP 128-bit Passphrase, Ad-hoc connection cannot be established

Status in OEM Priority Project:
  New
Status in OEM Priority Project precise series:
  New
Status in “network-manager” package in Ubuntu:
  Incomplete

Bug description:
  When setting up an ad-hoc wifi connection, if choose WEP 128-bit 
Passphrase, the connection cannot be established.
  If choose None or WEP 40/128-bit Key, it can be established successfully.

  Steps to reproduce:
  1. Choose Create new Wireless Network in network applet
  2. Choose WEP 128-bit Passphrase and create an ad-hoc connection
  3. Use another computer to connect the same ad-hoc ESSID
  4. The connection cannot be established

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1032433/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1032433] Re: Using WEP 128-bit Passphrase, Ad-hoc connection cannot be established

2013-07-29 Thread Franz Hsieh
Test environment:
HP laptop runs ubuntu-12.04.2 as client side
ASUS laptop runs ubuntu-12.04.2 as server side.
Set password 12345 in the server side and then use client to connect the server.

If the security type is set to WEP40/128 bit Key, the result is success ( see 
adhoc/success/syslog.client.log  adhoc/success/syslog.server.log)
If the type is set to WEP-128 passphrase, the result is failed (see 
adhoc/fail/syslog.client.log  adhoc/fail/syslog.server.log)

The logs are attached in the tarball.

** Attachment added: adhoc.tar.gz
   
https://bugs.launchpad.net/oem-priority/+bug/1032433/+attachment/3753048/+files/adhoc.tar.gz

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1032433

Title:
  Using WEP 128-bit Passphrase, Ad-hoc connection cannot be established

Status in OEM Priority Project:
  New
Status in OEM Priority Project precise series:
  New
Status in “network-manager” package in Ubuntu:
  In Progress

Bug description:
  When setting up an ad-hoc wifi connection, if choose WEP 128-bit 
Passphrase, the connection cannot be established.
  If choose None or WEP 40/128-bit Key, it can be established successfully.

  Steps to reproduce:
  1. Choose Create new Wireless Network in network applet
  2. Choose WEP 128-bit Passphrase and create an ad-hoc connection
  3. Use another computer to connect the same ad-hoc ESSID
  4. The connection cannot be established

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1032433/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 951000] Re: disable guest session screen lock using gsettings

2013-07-25 Thread Franz Hsieh
I used similar steps of Hao-Ran Liu's and tested them in original Ubuntu
12.04.2 precise environment. The 'Lock scree' entry will occur once in
10 times. With upgrade lightdm to 1.2.3-0ubuntu2.3, I ran about 30 times
but it did not happen anymore.

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

Title:
  disable guest session screen lock using gsettings

Status in OEM Priority Project:
  In Progress
Status in OEM Priority Project precise series:
  New
Status in “lightdm” package in Ubuntu:
  Fix Released
Status in “lightdm” source package in Precise:
  Fix Committed
Status in “lightdm” source package in Raring:
  Fix Committed

Bug description:
  * Impact:
  sometime screen locking doesn't get disabled in guest session

  * Test Case:
  - log into a guest session
  - try locking the screen

  screen locking should be disabled

  * Impact:
  check that screen locking is well disabled in guest sessions

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/951000/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1059449] Re: Set Airplane Mode On, Bluetooth still work properly .

2013-07-22 Thread Franz Hsieh
Here I attached a patch file for gnome-control-center 3.4.2
This patch is based on 
https://mail.gnome.org/archives/commits-list/2012-November/msg02131.html with 
some fixes. I have checked it makes bluetooth to be off in airplane mode.

** Patch added: fix_bluetooth_wrong_state_airplane_mode.patch
   
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1059449/+attachment/3745218/+files/fix_bluetooth_wrong_state_airplane_mode.patch

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

Title:
  Set Airplane Mode On, Bluetooth still work properly .

Status in GNOME Control Center:
  Fix Released
Status in OEM Priority Project:
  Confirmed
Status in “gnome-control-center” package in Ubuntu:
  Fix Released
Status in “gnome-control-center” source package in Precise:
  New

Bug description:
  Ubuntu version : 12.04

  Enable Airplane Mode from System Setting -- Network .
  Bluetooth can not be disabled and only disable WLAN.

  Addition information :
  The issue is similar as below .
  https://bugzilla.gnome.org/show_bug.cgi?id=675778
  https://bugzilla.redhat.com/show_bug.cgi?id=821422

  == Request to backport to 12.04 LTS ==

  [Impact]

   * Airplane mode goal is to switch off every radio signal that can conflict 
with the airplane functioning.
   * In gnome-control-center 3.4, only the Wifi is switched off, making the 
feature almost useless
   * 12.04 LTS is an LTS, and it is currently used for pre-installed Ubuntu 
projects, so this is currently affecting everyone buying a pre-installed Ubuntu 
system or running the latest LTS

  [Test Case]

  Steps to reproduce:

   * Switch on both wireless and bluetooth
   * Enable Airplane Mode under System Settings - Network

  Expected behaviour:

   * Both the wi-fi and bluetooth are switched off

  Actual behaviour:

   * Only Wi-fi is switch off. The user can still use bluetooth devices

  [Regression Potential]

  To be defined by a desktop developer. The actual patch in GNOME 3.6
  that fixes this bug is:

  https://git.gnome.org/browse/gnome-control-
  center/commit/?h=gnome-3-6id=7aef2fb307a9ff9c32fbe9dc6bc36e1eef5e72ab

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/1059449/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1203481] Re: evince occur Mojibake

2013-07-21 Thread Torsten Franz
double post: LP:1203480

** Changed in: evince (Ubuntu)
   Status: New = Invalid

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

Title:
  evince occur Mojibake

Status in “evince” package in Ubuntu:
  Invalid

Bug description:
  I'm Chinese user.
  When I highlight paragraph, the several Chinese character just after the 
Chinese punctuation will occur mojibake.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1059449] Re: Set Airplane Mode On, Bluetooth still work properly .

2013-07-17 Thread Franz Hsieh
@ara

I have tried to apply the patch to 3.4.2 and got some errors:

franz@callisto:/tmp/gnome-cc/gnome-control-center-3.4.2$ patch -p1  
~/Downloads/gnome-control-center.patch 
patching file panels/network/Makefile.am
Hunk #1 succeeded at 31 (offset -14 lines).
patching file panels/network/cc-network-panel.c
Hunk #1 succeeded at 50 with fuzz 2 (offset 12 lines).
Hunk #2 succeeded at 84 (offset 15 lines).
Hunk #3 FAILED at 209.
Hunk #4 succeeded at 2300 (offset 1642 lines).
Hunk #5 succeeded at 3366 with fuzz 2 (offset 2344 lines).
Hunk #6 FAILED at 1094.
2 out of 6 hunks FAILED -- saving rejects to file 
panels/network/cc-network-panel.c.rej
patching file panels/network/rfkill-glib.c
patching file panels/network/rfkill-glib.h
patching file panels/network/rfkill.h

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

Title:
  Set Airplane Mode On, Bluetooth still work properly .

Status in GNOME Control Center:
  Fix Released
Status in OEM Priority Project:
  Confirmed
Status in “gnome-control-center” package in Ubuntu:
  Fix Released
Status in “gnome-control-center” source package in Precise:
  New

Bug description:
  Ubuntu version : 12.04

  Enable Airplane Mode from System Setting -- Network .
  Bluetooth can not be disabled and only disable WLAN.

  Addition information :
  The issue is similar as below .
  https://bugzilla.gnome.org/show_bug.cgi?id=675778
  https://bugzilla.redhat.com/show_bug.cgi?id=821422

  == Request to backport to 12.04 LTS ==

  [Impact]

   * Airplane mode goal is to switch off every radio signal that can conflict 
with the airplane functioning.
   * In gnome-control-center 3.4, only the Wifi is switched off, making the 
feature almost useless
   * 12.04 LTS is an LTS, and it is currently used for pre-installed Ubuntu 
projects, so this is currently affecting everyone buying a pre-installed Ubuntu 
system or running the latest LTS

  [Test Case]

  Steps to reproduce:

   * Switch on both wireless and bluetooth
   * Enable Airplane Mode under System Settings - Network

  Expected behaviour:

   * Both the wi-fi and bluetooth are switched off

  Actual behaviour:

   * Only Wi-fi is switch off. The user can still use bluetooth devices

  [Regression Potential]

  To be defined by a desktop developer. The actual patch in GNOME 3.6
  that fixes this bug is:

  https://git.gnome.org/browse/gnome-control-
  center/commit/?h=gnome-3-6id=7aef2fb307a9ff9c32fbe9dc6bc36e1eef5e72ab

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/1059449/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1197837] Re: Crash at startup

2013-07-04 Thread Torsten Franz
This bug is written twice: LP:1197836

** Changed in: apport (Ubuntu)
   Status: New = Invalid

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

Title:
  Crash at startup

Status in “apport” package in Ubuntu:
  Invalid

Bug description:
  This crash appears at startup. I don't know the reason. Let's see the
  stacktrace when it is attached.

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: apport-gtk 2.10.2-0ubuntu3
  ProcVersionSignature: Ubuntu 3.8.0-13.23-generic 3.8.3
  Uname: Linux 3.8.0-13-generic i686
  ApportLog:
   ERROR: apport (pid 10567) Thu Jul  4 14:22:44 2013: called for pid 3243, 
signal 6, core limit 0
   ERROR: apport (pid 10567) Thu Jul  4 14:22:44 2013: executable: 
/opt/eclipse/eclipse (command line eclipse42)
   ERROR: apport (pid 10567) Thu Jul  4 14:22:44 2013: debug: session gdbus 
call: (true,)
   
   ERROR: apport (pid 10567) Thu Jul  4 14:25:06 2013: wrote report 
/var/crash/_opt_eclipse_eclipse.1000.crash
  ApportVersion: 2.10.2-0ubuntu3
  Architecture: i386
  CrashReports:
   640:1000:128:84243911:2013-07-04 14:25:05.131792068 +0200:2013-07-04 
14:25:06.131792068 +0200:/var/crash/_opt_eclipse_eclipse.1000.crash
   640:1000:128:177571023:2013-07-01 03:41:01.127973079 +0200:2013-07-01 
03:41:02.127973079 +0200:/var/crash/_usr_lib_eclipse_eclipse.1000.crash
   640:1000:128:55613762:2013-07-04 11:00:40.633492231 +0200:2013-07-04 
11:00:41.633492231 +0200:/var/crash/_usr_bin_compiz.1000.crash
   640:1000:128:4096:2013-07-04 14:28:12.683991432 +0200:2013-07-04 
14:28:13.683991432 +0200:/var/crash/_usr_share_apport_apport-gtk.1000.crash
  Date: Thu Jul  4 14:28:13 2013
  ExecutablePath: /usr/share/apport/apport-gtk
  InstallationDate: Installed on 2013-02-03 (151 days ago)
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
  InterpreterPath: /usr/bin/python3.3
  MarkForUpload: True
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apport-gtk
  SourcePackage: apport
  UpgradeStatus: Upgraded to saucy on 2013-02-03 (150 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1196413] Re: failed to fetch repository information

2013-07-01 Thread Torsten Franz
there is another bugreport of this which I have convert to a question:
https://answers.launchpad.net/ubuntu/+source/software-
center/+question/231676

** Changed in: software-center (Ubuntu)
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to software-center in Ubuntu.
https://bugs.launchpad.net/bugs/1196413

Title:
  failed to fetch repository information

Status in “software-center” package in Ubuntu:
  Invalid

Bug description:
  W:Failed to fetch 
http://extras.ubuntu.com/ubuntu/dists/maverick/main/source/Sources.gz  404  Not 
Found
  , W:Failed to fetch 
http://extras.ubuntu.com/ubuntu/dists/maverick/main/binary-i386/Packages.gz  
404  Not Found
  , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/maverick/universe/source/Sources.gz  404 
 Not Found [IP: 91.189.92.201 80]
  , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/maverick/multiverse/source/Sources.gz  
404  Not Found [IP: 91.189.92.201 80]
  , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/maverick/universe/binary-i386/Packages.gz
  404  Not Found [IP: 91.189.92.201 80]
  , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/maverick/multiverse/binary-i386/Packages.gz
  404  Not Found [IP: 91.189.92.201 80]
  , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/maverick-updates/universe/source/Sources.gz
  404  Not Found [IP: 91.189.92.201 80]
  , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/maverick-updates/multiverse/source/Sources.gz
  404  Not Found [IP: 91.189.92.201 80]
  , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/maverick-updates/universe/binary-i386/Packages.gz
  404  Not Found [IP: 91.189.92.201 80]
  , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/maverick-updates/multiverse/binary-i386/Packages.gz
  404  Not Found [IP: 91.189.92.201 80]
  , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/maverick-security/main/source/Sources.gz 
 404  Not Found [IP: 91.189.92.201 80]
  , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/maverick-security/restricted/source/Sources.gz
  404  Not Found [IP: 91.189.92.201 80]
  , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/maverick-security/universe/source/Sources.gz
  404  Not Found [IP: 91.189.92.201 80]
  , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/maverick-security/multiverse/source/Sources.gz
  404  Not Found [IP: 91.189.92.201 80]
  , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/maverick-security/main/binary-i386/Packages.gz
  404  Not Found [IP: 91.189.92.201 80]
  , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/maverick-security/restricted/binary-i386/Packages.gz
  404  Not Found [IP: 91.189.92.201 80]
  , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/maverick-security/universe/binary-i386/Packages.gz
  404  Not Found [IP: 91.189.92.201 80]
  , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/maverick-security/multiverse/binary-i386/Packages.gz
  404  Not Found [IP: 91.189.92.201 80]
  , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/maverick-proposed/restricted/binary-i386/Packages.gz
  404  Not Found [IP: 91.189.92.201 80]
  , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/maverick-proposed/main/binary-i386/Packages.gz
  404  Not Found [IP: 91.189.92.201 80]
  , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/maverick-proposed/multiverse/binary-i386/Packages.gz
  404  Not Found [IP: 91.189.92.201 80]
  , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/maverick-proposed/universe/binary-i386/Packages.gz
  404  Not Found [IP: 91.189.92.201 80]
  , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/maverick-backports/restricted/binary-i386/Packages.gz
  404  Not Found [IP: 91.189.92.201 80]
  , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/maverick-backports/main/binary-i386/Packages.gz
  404  Not Found [IP: 91.189.92.201 80]
  , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/maverick-backports/multiverse/binary-i386/Packages.gz
  404  Not Found [IP: 91.189.92.201 80]
  , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/maverick-backports/universe/binary-i386/Packages.gz
  404  Not Found [IP: 91.189.92.201 80]
  , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/maverick/main/source/Sources.gz  404  
Not Found [IP: 91.189.92.201 80]
  , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/maverick/restricted/source/Sources.gz  
404  Not Found [IP: 91.189.92.201 80]
  , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/maverick/main/binary-i386/Packages.gz  
404  Not Found [IP: 91.189.92.201 80]
  , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/maverick/restricted/binary-i386/Packages.gz
  404  Not Found [IP: 91.189.92.201 80]
  , W:Failed to fetch 

[Desktop-packages] [Bug 1196412] Re: failed to fetch repository information

2013-07-01 Thread Torsten Franz
This is not a bug because the repository is outdated and is not
supported anymore.

** Changed in: software-center (Ubuntu)
   Status: New = Invalid

** Converted to question:
   https://answers.launchpad.net/ubuntu/+source/software-center/+question/231676

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to software-center in Ubuntu.
https://bugs.launchpad.net/bugs/1196412

Title:
  failed to fetch repository information

Status in “software-center” package in Ubuntu:
  Invalid

Bug description:
  W:Failed to fetch 
http://extras.ubuntu.com/ubuntu/dists/maverick/main/source/Sources.gz  404  Not 
Found
  , W:Failed to fetch 
http://extras.ubuntu.com/ubuntu/dists/maverick/main/binary-i386/Packages.gz  
404  Not Found
  , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/maverick/universe/source/Sources.gz  404 
 Not Found [IP: 91.189.92.201 80]
  , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/maverick/multiverse/source/Sources.gz  
404  Not Found [IP: 91.189.92.201 80]
  , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/maverick/universe/binary-i386/Packages.gz
  404  Not Found [IP: 91.189.92.201 80]
  , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/maverick/multiverse/binary-i386/Packages.gz
  404  Not Found [IP: 91.189.92.201 80]
  , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/maverick-updates/universe/source/Sources.gz
  404  Not Found [IP: 91.189.92.201 80]
  , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/maverick-updates/multiverse/source/Sources.gz
  404  Not Found [IP: 91.189.92.201 80]
  , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/maverick-updates/universe/binary-i386/Packages.gz
  404  Not Found [IP: 91.189.92.201 80]
  , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/maverick-updates/multiverse/binary-i386/Packages.gz
  404  Not Found [IP: 91.189.92.201 80]
  , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/maverick-security/main/source/Sources.gz 
 404  Not Found [IP: 91.189.92.201 80]
  , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/maverick-security/restricted/source/Sources.gz
  404  Not Found [IP: 91.189.92.201 80]
  , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/maverick-security/universe/source/Sources.gz
  404  Not Found [IP: 91.189.92.201 80]
  , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/maverick-security/multiverse/source/Sources.gz
  404  Not Found [IP: 91.189.92.201 80]
  , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/maverick-security/main/binary-i386/Packages.gz
  404  Not Found [IP: 91.189.92.201 80]
  , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/maverick-security/restricted/binary-i386/Packages.gz
  404  Not Found [IP: 91.189.92.201 80]
  , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/maverick-security/universe/binary-i386/Packages.gz
  404  Not Found [IP: 91.189.92.201 80]
  , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/maverick-security/multiverse/binary-i386/Packages.gz
  404  Not Found [IP: 91.189.92.201 80]
  , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/maverick-proposed/restricted/binary-i386/Packages.gz
  404  Not Found [IP: 91.189.92.201 80]
  , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/maverick-proposed/main/binary-i386/Packages.gz
  404  Not Found [IP: 91.189.92.201 80]
  , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/maverick-proposed/multiverse/binary-i386/Packages.gz
  404  Not Found [IP: 91.189.92.201 80]
  , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/maverick-proposed/universe/binary-i386/Packages.gz
  404  Not Found [IP: 91.189.92.201 80]
  , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/maverick-backports/restricted/binary-i386/Packages.gz
  404  Not Found [IP: 91.189.92.201 80]
  , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/maverick-backports/main/binary-i386/Packages.gz
  404  Not Found [IP: 91.189.92.201 80]
  , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/maverick-backports/multiverse/binary-i386/Packages.gz
  404  Not Found [IP: 91.189.92.201 80]
  , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/maverick-backports/universe/binary-i386/Packages.gz
  404  Not Found [IP: 91.189.92.201 80]
  , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/maverick/main/source/Sources.gz  404  
Not Found [IP: 91.189.92.201 80]
  , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/maverick/restricted/source/Sources.gz  
404  Not Found [IP: 91.189.92.201 80]
  , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/maverick/main/binary-i386/Packages.gz  
404  Not Found [IP: 91.189.92.201 80]
  , W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/maverick/restricted/binary-i386/Packages.gz
  404  Not Found [IP: 91.189.92.201 80]
  , W:Failed to fetch 

[Desktop-packages] [Bug 1194086] Re: Video FX PlugIns dont work

2013-06-24 Thread Torsten Franz
Please update your system. The 11.10 has no support anymore. Can you
reproduce the bug in a newer version? 12.04 for example.

** Changed in: pitivi (Ubuntu)
   Status: New = Incomplete

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

Title:
  Video FX PlugIns dont work

Status in “pitivi” package in Ubuntu:
  Incomplete

Bug description:
  I've installed all the PlugIns which are suggested by the Program-
  Help, but I cant see any Effects at all.  :-(

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: pitivi 0.15.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-32.51-generic 3.0.69
  Uname: Linux 3.0.0-32-generic x86_64
  NonfreeKernelModules: wl fglrx
  ApportVersion: 1.23-0ubuntu4.1
  Architecture: amd64
  Date: Mon Jun 24 12:36:09 2013
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
  PackageArchitecture: all
  SourcePackage: pitivi
  UpgradeStatus: Upgraded to oneiric on 2013-02-19 (124 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1192465] Re: selenium ide 2.0 click/clickAndWait button not working

2013-06-21 Thread Torsten Franz
See also the issue 5681:
http://code.google.com/p/selenium/issues/detail?id=5681

** Bug watch added: Selenium #5681
   http://code.google.com/p/selenium/issues/detail?id=5681

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

Title:
  selenium ide 2.0  click/clickAndWait button not working

Status in “firefox” package in Ubuntu:
  New

Bug description:
  hi, 
  i have installe selenium ide addon .
  it records the details from a site an the i re-run the code and the code 
fails at click.
  the xpath is visible and i have use wait button too just to make sure i 
wasn't doing it before the page loads.
  the error shown is 
  Unexpected Exception: fileName - 
chrome://selenium-ide/content/selenium-core/scripts/htmlutils.js, lineNumber - 
309, columnNumber - 8

  an m using ubuntu 13.04

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: firefox 22.0~b4+build1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.9.0-4.9-generic 3.9.4
  Uname: Linux 3.9.0-4-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.10.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  zuko   1935 F pulseaudio
  BrokenPermissions:
   extensions/csharpformatt...@seleniumhq.org.xpi (0o400)
   extensions/javaformatt...@seleniumhq.org.xpi (0o400)
   extensions/pythonformatt...@seleniumhq.org.xpi (0o400)
   extensions/rubyformatt...@seleniumhq.org.xpi (0o400)
   extensions/{a6fd85ed-e919-4a43-a5af-8da18bda539f}.xpi (0o400)
  BuildID: 20130606112033
  Channel: Unavailable
  Date: Wed Jun 19 12:38:26 2013
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2013-06-13 (5 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130612)
  IpRoute:
   default via 192.168.1.1 dev wlan0  proto static 
   192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.123  
metric 9
  MarkForUpload: True
  MostRecentCrashID: bp-1bbe0572-2d34-4ca8-b923-b25132130617
  Plugins:
   Shockwave Flash - /usr/lib/mozilla/plugins/libflashplayer.so
   Google Talk Plugin Video Accelerator - 
/opt/google/talkplugin/libnpgtpo3dautoplugin.so (google-talkplugin)
   Google Talk Plugin - /opt/google/talkplugin/libnpgoogletalk.so 
(google-talkplugin)
   Google Talk Plugin Video Renderer - /opt/google/talkplugin/libnpo1d.so 
(google-talkplugin)
   iTunes Application Detector - 
/usr/lib/mozilla/plugins/librhythmbox-itms-detection-plugin.so 
(rhythmbox-mozilla)
  PrefSources: prefs.js
  Profiles: Profile0 (Default) - LastVersion=22.0/20130606112033 (In use)
  RelatedPackageVersions:
   google-talkplugin 4.0.1.0-1
   rhythmbox-mozilla 2.99.1-0ubuntu1
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  SubmittedCrashIDs:
   bp-1bbe0572-2d34-4ca8-b923-b25132130617
   bp-63095292-f3b0-4aca-9441-a0e072130617
   bp-c522360f-117f-4801-8ee2-97f7b2130617
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/24/2013
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.66
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 166D
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 09.4C
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.66:bd01/24/2013:svnHewlett-Packard:pnHPPaviliong4NotebookPC:pvr05941120461610100:rvnHewlett-Packard:rn166D:rvr09.4C:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP Pavilion g4 Notebook PC
  dmi.product.version: 05941120461610100
  dmi.sys.vendor: Hewlett-Packard

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1192055] Re: Firefox 20 extension Flash player 11.2.202.291 failing with error #2032 on Ted.com site

2013-06-21 Thread Torsten Franz
In Firefox 21.0 and plugin 11,2,202,291 the issue not exist. Please
update your system to a newer Firefox version.

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

Title:
  Firefox 20 extension Flash player 11.2.202.291  failing with error
  #2032 on Ted.com site

Status in “firefox” package in Ubuntu:
  New

Bug description:
  Try this 
  
http://www.ted.com/talks/amanda_palmer_the_art_of_asking.html?awesm=on.ted.com_sGoputm_source=direct-on.ted.comutm_medium=on.ted.com-android-shareutm_campaign=utm_content=ted-androidapp

  on Ubuntu 12.04 Firefox 20.0 and you will see the error #2032

  
  The site works fine with Google Chrome.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1190575] Re: Twitter doesn't work anymore after retirement of v1 api on 12.04

2013-06-21 Thread Torsten Franz
*** This bug is a duplicate of bug 1190479 ***
https://bugs.launchpad.net/bugs/1190479

** This bug is no longer a duplicate of bug 1190359
   gwibber authentication fail
** This bug has been marked a duplicate of bug 1190479
   Twitter auth does not work. API Change.

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

Title:
  Twitter doesn't work anymore after retirement of v1 api on 12.04

Status in Gwibber:
  New
Status in “gwibber” package in Ubuntu:
  Confirmed
Status in “gwibber” source package in Precise:
  Triaged

Bug description:
  Gwibber does NOT work with twitter anymore as Twitter abandoned their
  v1 api.

  On Ubuntu 12.04 gwibber (3.4.2) still uses twitter api v1. This can be
  confirmed by running following commands:

  cat /usr/share/gwibber/plugins/twitter/__init__.py | grep 'API_PREFIX ='
  API_PREFIX = https://api.twitter.com/1;

  On twitter developer page it says:
  Authenticated  unauthenticated requests to api.twitter.com/1/* will receive 
HTTP 410 Gone. Use API v1.1 instead.

  Hence it is unable to receive any tweets.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1190359] Re: gwibber authentication fail

2013-06-21 Thread Torsten Franz
*** This bug is a duplicate of bug 1190479 ***
https://bugs.launchpad.net/bugs/1190479

** This bug has been marked a duplicate of bug 1190479
   Twitter auth does not work. API Change.

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

Title:
  gwibber authentication fail

Status in “gwibber” package in Ubuntu:
  Confirmed

Bug description:
  while trying to authenticate twitter in gwibber in Ubuntu 12.04.2 I get the 
following error
  Traceback (most recent call last):
    File /usr/share/gwibber/plugins/twitter/gtk/twitter/__init__.py, line 
148, in on_twitter_auth_title_change
  account_data = json.loads(urllib2.urlopen(apireq.to_url()).read())
    File /usr/lib/python2.7/urllib2.py, line 126, in urlopen
  return _opener.open(url, data, timeout)
    File /usr/lib/python2.7/urllib2.py, line 406, in open
  response = meth(req, response)
    File /usr/lib/python2.7/urllib2.py, line 519, in http_response
  'http', request, response, code, msg, hdrs)
    File /usr/lib/python2.7/urllib2.py, line 444, in error
  return self._call_chain(*args)
    File /usr/lib/python2.7/urllib2.py, line 378, in _call_chain
  result = func(*args)
    File /usr/lib/python2.7/urllib2.py, line 527, in http_error_default
  raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
  urllib2.HTTPError: HTTP Error 410: Gone

  P.S. No proxy this time.
  Description: Ubuntu 12.04.2 LTS
  Release: 12.04
  gwibber version: 3.4.2-0ubuntu2.2

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1192913] Re: Update to 22.0

2013-06-20 Thread Torsten Franz
** Changed in: firefox (Ubuntu)
   Status: New = Incomplete

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

Title:
  Update to 22.0

Status in “firefox” package in Ubuntu:
  Incomplete

Bug description:
  ...

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1051531] Re: [bluetooth]: trying to browse files via bluetooth on my nokia 6300s, segfault in device_changed()

2013-04-27 Thread Franz Altmüller
I have a blutooth-adapter from belkin, i use it for several years. I
could connect to my nokia since ubuntu 10.04. Since that time i only can
send files to the phone, but i can't browse the volumes on the device.

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

Title:
  [bluetooth]: trying to browse files via bluetooth on my nokia 6300s,
  segfault in device_changed()

Status in “gnome-control-center” package in Ubuntu:
  Confirmed

Bug description:
  Connected device, clicked on Browse Files on the panel bluetooth
  applet, and voila!

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: gnome-control-center 1:3.4.2-0ubuntu14
  ProcVersionSignature: Ubuntu 3.5.0-13.14-generic 3.5.3
  Uname: Linux 3.5.0-13-generic i686
  ApportVersion: 2.5.1-0ubuntu7
  Architecture: i386
  CrashCounter: 1
  Date: Sun Sep 16 19:19:23 2012
  ExecutablePath: /usr/bin/gnome-control-center
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha i386 (20120905.2)
  ProcCmdline: gnome-control-center --overview
  ProcEnviron:
   LANGUAGE=en_AU:en
   PATH=(custom, no user)
   LANG=en_AU.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0xb6d729ca g_type_instance_get_private+202:  mov
(%esi),%eax
   PC (0xb6d729ca) ok
   source (%esi) (0x1e1e1e1e) not located in a known VMA region (needed 
readable region)!
   destination %eax ok
  SegvReason: reading unknown VMA
  Signal: 11
  SourcePackage: gnome-control-center
  StacktraceTop:
   g_type_instance_get_private () from 
/usr/lib/i386-linux-gnu/libgobject-2.0.so.0
   ?? () from /usr/lib/libgnome-bluetooth.so.11
   ffi_call_SYSV () from /usr/lib/i386-linux-gnu/libffi.so.6
   ffi_call () from /usr/lib/i386-linux-gnu/libffi.so.6
   g_cclosure_marshal_generic () from 
/usr/lib/i386-linux-gnu/libgobject-2.0.so.0
  Title: gnome-control-center crashed with SIGSEGV in 
g_type_instance_get_private()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  usr_lib_gnome-control-center:
   activity-log-manager-control-center 0.9.4-0ubuntu3
   deja-dup23.90-0ubuntu1
   gnome-control-center-signon 0.0.15-0ubuntu2
   indicator-datetime  12.10.0-0ubuntu2

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1069976] Re: evolution Birthdays Anniversaries calendar is not working

2013-04-22 Thread Franz Altmüller
Problem gelöst:
Es fehlte in den Adressbucheinstellungen folgende Einstellung:
Adressbuch-Aktionen-Adressbucheigenschaften 'Use in Birthdays and 
AnniverseryCalender' muss gesetzt sein.

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

Title:
  evolution Birthdays  Anniversaries calendar is not working

Status in “evolution” package in Ubuntu:
  Confirmed

Bug description:
  Steps to reproduce:

  a) Open evolution
  b) Switch to addressbook (on this computer)
  c) create a new enty and set its birthday
  d) switch to calendar view and make sure Birthdays  Anniversaries is active
  e) Look for the birthday

  You don't find it. The functionality is broken.

  If you need further information, please just ask!

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: evolution 3.6.0-0ubuntu3
  ProcVersionSignature: Ubuntu 3.5.0-13.13-generic 3.5.3
  Uname: Linux 3.5.0-13-generic x86_64
  ApportVersion: 2.6.1-0ubuntu3
  Architecture: amd64
  Date: Mon Oct 22 21:09:43 2012
  InstallationMedia: Xubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  SourcePackage: evolution
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 389419] Re: Totem finishes early with .rmvb files

2013-02-22 Thread Franz
Last time I used it (Ubuntu 12.10) this bug was there. Switched to VLC
player...

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

Title:
  Totem finishes early with .rmvb files

Status in “totem” package in Ubuntu:
  Incomplete

Bug description:
  A quote from franzbischoff from the forum:

  I've tested last night at my wife Toshiba laptop (Intel graphic card,
  Ubuntu Desktop 9.04):

  1) started Totem to play a .rmvb file (20min)
  2) Totem asked for codecs and installed from repository:
  - gstreamer0.10-ffmpeg 0.10.6.2-1ubuntu2
  - gstreamer0.10-plugins-bad 0.10.6.2-1ubuntu2
  - gstreamer0.10-plugins-ugly 0.10.6.2-1build1
  3) Started to play the file
  4) Ended about 2min before the real end

  Also tested on my own machine with an ATI HD 4850 and the same thing
  happens, it never finishes .rmvb files at the correct time.

  Tested on the latest stable ubuntu release with all updates applied.

  Updated: Tested also in Asus Z53SV laptop, Intel(R) Core(TM)2 Duo CPU
  T7500 @ 2.20GHz, 2GB RAM, 250GB HD, nVidia GeForce 8600M GS 256MB with
  Ubuntustudio 9.04, it also ends early. Not tested with .avi (xvid,
  divx) files yet. (Franz)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1069976] Re: evolution Birthdays Anniversaries calendar is not working

2013-01-04 Thread Franz Altmüller
This bug affects me too. Birthdays are not shown in Evolution's calendar
view. This error seems to be evident since more than one year.

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

Title:
  evolution Birthdays  Anniversaries calendar is not working

Status in “evolution” package in Ubuntu:
  Confirmed

Bug description:
  Steps to reproduce:

  a) Open evolution
  b) Switch to addressbook (on this computer)
  c) create a new enty and set its birthday
  d) switch to calendar view and make sure Birthdays  Anniversaries is active
  e) Look for the birthday

  You don't find it. The functionality is broken.

  If you need further information, please just ask!

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: evolution 3.6.0-0ubuntu3
  ProcVersionSignature: Ubuntu 3.5.0-13.13-generic 3.5.3
  Uname: Linux 3.5.0-13-generic x86_64
  ApportVersion: 2.6.1-0ubuntu3
  Architecture: amd64
  Date: Mon Oct 22 21:09:43 2012
  InstallationMedia: Xubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  SourcePackage: evolution
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1070387] Re: Kein Empfang der mails

2012-10-30 Thread Franz Gleixner
I´m able to write mails, but i don´t  see those i get . My screen is showing 
the get-in-mask and can´t be altered. This means there´s no control about sent 
ones. (There´s still windows on my PC, so i know):
It´s nice you look after!

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

Title:
  Kein Empfang der mails

Status in “evolution” package in Ubuntu:
  Incomplete

Bug description:
  Ich kann emails schreiben, kann aber die gesendeten nicht einsehen.
  Die Arbeitsfläche zeigt die Maske für Empfang und läßt sich nicht verändern.
  Alles was das Menue bietet, wurde schon ausprobiert - das Bild ändert dich 
nicht.

  Nach dem Einrichten von evolution war alles gut, über Wochen.

  Ergänzend: Ich kann mails schreiben, die kommen auch an. Ich finde
  keine Statusmeldung.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1070387] [NEW] Kein Empfang der mails

2012-10-23 Thread Franz Gleixner
Public bug reported:

Ich kann emails schreiben, kann aber die gesendeten nicht einsehen.
Die Arbeitsfläche zeigt die Maske für Empfang und läßt sich nicht verändern.
Alles was das Menue bietet, wurde schon ausprobiert - das Bild ändert dich 
nicht.

Nach dem Einrichten von evolution war alles gut, über Wochen.

Ergänzend: Ich kann mails schreiben, die kommen auch an. Ich finde keine
Statusmeldung.

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

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

Title:
  Kein Empfang der mails

Status in “evolution” package in Ubuntu:
  New

Bug description:
  Ich kann emails schreiben, kann aber die gesendeten nicht einsehen.
  Die Arbeitsfläche zeigt die Maske für Empfang und läßt sich nicht verändern.
  Alles was das Menue bietet, wurde schon ausprobiert - das Bild ändert dich 
nicht.

  Nach dem Einrichten von evolution war alles gut, über Wochen.

  Ergänzend: Ich kann mails schreiben, die kommen auch an. Ich finde
  keine Statusmeldung.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1004601] Re: OBEX file browsing extremely slow

2012-06-20 Thread Franz Altmüller
Hi,

i also can tell, that until 10.10 this timelag didnt exist, but actually
it occurs on my pc also. Maybe its a problem with the nokia-obex-api.
When sending files to the phone, it works correcty. When copying files
to the phone, nautilus crashes.

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

Title:
  OBEX file browsing extremely slow

Status in “nautilus” package in Ubuntu:
  Incomplete

Bug description:
  With recent updates to Ubuntu 12.04, OBEX file browsing of Bluetooth
  devices is working again, but still not quite as well as it was in the
  10.x series.

  This is a Samsung NC-20 working with a Nokia C5.

  In particular, OBEX file browsing is extremely slow, at least using Nautilus.
  It was never exactly snappy, but it was nowhere near this slow in Ubuntu 
10.10.

  From the Gnome bluetooth-applet, click the item corresponding to my phone, 
and pull down Browse Files... .
  An icon for the phone promptly appears on the desktop.
  But after this, things grind to a halt.
  It typically takes a couple of minutes to open a directory, even a directory 
containing a single directory item.

  100% reproducible on this system.

  Other Bluetooth functions are quite fast.  For instance, I browse the
  web over BT DUN connections, and it feels like a fast modem.

  Please have a look at this!
  We're almost there!

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 984785] Re: .goutputstream files polluting $HOME

2012-05-02 Thread Franz Schnetzinger
I have the same problem:
.goutputstream-XX files appear in Nautilus.

I neither have Dropbox, fileroller, nor gtk-recordmydesktop installed.

I noticed the bug today when syncing files via Ubuntu One. When I edit
(Gedit) and sync it to my other PC it appears as .goutputstream-XX
file. This also applies to files I had on the computer for some time.
They are renamed into the described filename.

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

Title:
  .goutputstream files polluting $HOME

Status in “nautilus” package in Ubuntu:
  Confirmed

Bug description:
  .goutputstream files polluting $HOME.
  I can't realize by which software or operation are created.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: nautilus 1:3.4.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
  Uname: Linux 3.2.0-23-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu4
  Architecture: amd64
  Date: Wed Apr 18 13:29:31 2012
  GsettingsChanges:
   org.gnome.nautilus.window-state geometry '800x550+564+189'
   org.gnome.nautilus.window-state maximized true
   org.gnome.nautilus.window-state sidebar-width 163
   org.gnome.nautilus.window-state start-with-status-bar true
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120328)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 389419] Re: Totem finishes early with .rmvb files

2011-11-22 Thread Franz
Agreed

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

Title:
  Totem finishes early with .rmvb files

Status in “totem” package in Ubuntu:
  Confirmed

Bug description:
  A quote from franzbischoff from the forum:

  I've tested last night at my wife Toshiba laptop (Intel graphic card,
  Ubuntu Desktop 9.04):

  1) started Totem to play a .rmvb file (20min)
  2) Totem asked for codecs and installed from repository:
  - gstreamer0.10-ffmpeg 0.10.6.2-1ubuntu2
  - gstreamer0.10-plugins-bad 0.10.6.2-1ubuntu2
  - gstreamer0.10-plugins-ugly 0.10.6.2-1build1
  3) Started to play the file
  4) Ended about 2min before the real end

  Also tested on my own machine with an ATI HD 4850 and the same thing
  happens, it never finishes .rmvb files at the correct time.

  Tested on the latest stable ubuntu release with all updates applied.

  Updated: Tested also in Asus Z53SV laptop, Intel(R) Core(TM)2 Duo CPU
  T7500 @ 2.20GHz, 2GB RAM, 250GB HD, nVidia GeForce 8600M GS 256MB with
  Ubuntustudio 9.04, it also ends early. Not tested with .avi (xvid,
  divx) files yet. (Franz)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 836250] Re: [Oneiric] Intel Corporation Centrino Ultimate-N 6300 poor networking, packet loss and very slow Lenovo X201 and T500 laptops

2011-10-14 Thread Franz
Same problem here:

Laptop ASUS z53sv, with wi-fi module iwl4965, Ubuntu 11.10 (worked fine
ultil ubuntu 11.04)

Wifi very slow with router at 802.11B/N. When disabled 802.11B/N and
force only 802.11B, wireless came back to normal.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/836250

Title:
  [Oneiric] Intel Corporation Centrino Ultimate-N 6300 poor networking,
  packet loss and very slow Lenovo X201 and T500 laptops

Status in “linux” package in Ubuntu:
  Confirmed
Status in “network-manager” package in Ubuntu:
  Confirmed
Status in “linux” source package in Oneiric:
  Confirmed
Status in “network-manager” source package in Oneiric:
  Confirmed
Status in “linux” source package in Precise:
  Confirmed
Status in “network-manager” source package in Precise:
  Confirmed

Bug description:
  This may be either network-manager or kernel, depending on triage...

  I have verified this on both a Lenovo X201 and a Lenovo T500 laptop.

  Both work perfectly with fully updated 10.10 and 11.04 versions of
  Ubuntu.

  However, booting into a fully updated 11.10 (as of 28/08/11) I get
  very poor wireless networking performance. Between 6-10% packet loss,
  very very slow connection and transfer rate. All in all, practically
  unusable.

  I have reported the bug on the X201 laptop, I will add the similar
  logs from the T500 also if required.

  As soon as I swap back to either 10.10 or 11.04 I get perfect
  wireless, it's only on 11.10 that I get problems, this would suggest
  it's not hardware or configuration on my side.

  I have had this since first installing 11.10 which was a little after
  Alpha 2.

  Wired connection is fine.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: network-manager 0.9.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-9.14-generic 3.0.3
  Uname: Linux 3.0.0-9-generic x86_64
  Architecture: amd64
  CRDA: Error: [Errno 2] No such file or directory
  Date: Sun Aug 28 21:26:05 2011
  EcryptfsInUse: Yes
  Gconf:
   
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Alpha amd64 (20110803.1)
  IpRoute:
   default via 192.168.100.1 dev eth0  proto static 
   192.168.100.0/24 dev eth0  proto kernel  scope link  src 192.168.100.41
  Keyfiles: Error: [Errno 2] No such file or directory
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp