[Desktop-packages] [Bug 1901609] Re: signond causes qprocess crash

2020-12-07 Thread Harald Sitter
Tested 8.59+17.10.20170606-0ubuntu2.20.10.1 on groovy and the test
scenario outlined in the description is working now. The auth dialog no
longer crashes singond.

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

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

Title:
  signond causes qprocess crash

Status in signon package in Ubuntu:
  Fix Released
Status in signon source package in Focal:
  Fix Committed
Status in signon source package in Groovy:
  Fix Committed
Status in signon source package in Hirsute:
  Fix Released

Bug description:
  [Impact]

  Without the patch users are unable to add google accounts because signond 
crashes.
  This prevents users from using KDE's online accounts feature for google.
  The fix for this is to drop the no-rtti compile flag as qprocess relies on 
type info. This has no real downside for the user as it simply brings in type 
info.

  [Test Case]

  - in a plasma session
  - install kio-gdrive
  - run `systemsettings5 kcm_kaccounts`
  - add a new account
  - click on google
  - wait for login window to appear
  - signond shouldn't be crashing

  [Where problems could occur]

  Cannot think of any. It simply adds type info to the objects. Also
  upstream has rtti disabled for months and I'm not aware of any
  problems.

  [Other Info]

  This is a fairly grave issue as far as user experience is concerned.

  
  

  
  I'm reporting this bug upstream from where I found it, since I've learned 
that the signond package in KDE Neon is sourced from Ubuntu focal.

  This was found in signon (signond_8.59+17.10.20170606-0ubuntu2_amd64)
  from Focal Fossa

  Steps to reproduce:

  1. Install KDE Plasma and qt 5.15.0 on Ubuntu focal base (IE: KDE Neon)
  2. Install the kaccounts integration and kio-gdrive packages.
  3. Open System settings and navigate to "Online Accounts"
  4. Press "+ Add New Account"
  5. Select "Google"

  Observed behaviour:

  - Window that would ask for authentication fails to load, and Online Accounts 
goes back to overview
  - system logs show a segfault in libqt5core.so which can be traced to a 
failure in qporcess, casued by signond (see links for further details)

  Expected behaviour:
  - New window opens with a webview where Google authentication credentials can 
be posted.
  - When qprocess runs it does not crash.

  Further reference information at the following links:

  1. Bug in KDE Neon: https://bugs.kde.org/show_bug.cgi?id=426034

  3. Relevant MR (Since merged) in signond: https://gitlab.com/accounts-
  sso/signond/-/merge_requests/27

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/signon/+bug/1901609/+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 1901609] Re: signond causes qprocess crash

2020-12-02 Thread Harald Sitter
Also uploaded to groovy and focal as
8.59+17.10.20170606-0ubuntu2.20.10.1 and
8.59+17.10.20170606-0ubuntu2.20.04.1 respectively

** Changed in: signon (Ubuntu Focal)
   Status: Confirmed => In Progress

** Changed in: signon (Ubuntu Groovy)
   Status: Confirmed => In Progress

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

Title:
  signond causes qprocess crash

Status in signon package in Ubuntu:
  Fix Released
Status in signon source package in Focal:
  In Progress
Status in signon source package in Groovy:
  In Progress
Status in signon source package in Hirsute:
  Fix Released

Bug description:
  [Impact]

  Without the patch users are unable to add google accounts because signond 
crashes.
  This prevents users from using KDE's online accounts feature for google.
  The fix for this is to drop the no-rtti compile flag as qprocess relies on 
type info. This has no real downside for the user as it simply brings in type 
info.

  [Test Case]

  - in a plasma session
  - install kio-gdrive
  - run `systemsettings5 kcm_kaccounts`
  - add a new account
  - click on google
  - wait for login window to appear
  - signond shouldn't be crashing

  [Where problems could occur]

  Cannot think of any. It simply adds type info to the objects. Also
  upstream has rtti disabled for months and I'm not aware of any
  problems.

  [Other Info]

  This is a fairly grave issue as far as user experience is concerned.

  
  

  
  I'm reporting this bug upstream from where I found it, since I've learned 
that the signond package in KDE Neon is sourced from Ubuntu focal.

  This was found in signon (signond_8.59+17.10.20170606-0ubuntu2_amd64)
  from Focal Fossa

  Steps to reproduce:

  1. Install KDE Plasma and qt 5.15.0 on Ubuntu focal base (IE: KDE Neon)
  2. Install the kaccounts integration and kio-gdrive packages.
  3. Open System settings and navigate to "Online Accounts"
  4. Press "+ Add New Account"
  5. Select "Google"

  Observed behaviour:

  - Window that would ask for authentication fails to load, and Online Accounts 
goes back to overview
  - system logs show a segfault in libqt5core.so which can be traced to a 
failure in qporcess, casued by signond (see links for further details)

  Expected behaviour:
  - New window opens with a webview where Google authentication credentials can 
be posted.
  - When qprocess runs it does not crash.

  Further reference information at the following links:

  1. Bug in KDE Neon: https://bugs.kde.org/show_bug.cgi?id=426034

  3. Relevant MR (Since merged) in signond: https://gitlab.com/accounts-
  sso/signond/-/merge_requests/27

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/signon/+bug/1901609/+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 1901609] Re: signond causes qprocess crash

2020-11-23 Thread Harald Sitter
** Description changed:

- I'm reporting this bug upstream from where I found it, since I've
- learned that the signond package in KDE Neon is sourced from Ubuntu
- focal.
+ [Impact]
+ 
+ Without the patch users are unable to add google accounts because signond 
crashes.
+ This prevents users from using KDE's online accounts feature for google.
+ The fix for this is to drop the no-rtti compile flag as qprocess relies on 
type info. This has no real downside for the user as it simply brings in type 
info.
+ 
+ [Test Case]
+ 
+ - in a plasma session
+ - install kio-gdrive
+ - run `systemsettings5 kcm_kaccounts`
+ - add a new account
+ - click on google
+ - wait for login window to appear
+ - signond shouldn't be crashing
+ 
+ [Where problems could occur]
+ 
+ Cannot think of any. It simply adds type info to the objects. Also
+ upstream has rtti disabled for months and I'm not aware of any problems.
+ 
+ [Other Info]
+ 
+ This is a fairly grave issue as far as user experience is concerned.
+ 
+ 
+ 
+ 
+ 
+ I'm reporting this bug upstream from where I found it, since I've learned 
that the signond package in KDE Neon is sourced from Ubuntu focal.
  
  This was found in signon (signond_8.59+17.10.20170606-0ubuntu2_amd64)
  from Focal Fossa
  
  Steps to reproduce:
  
  1. Install KDE Plasma and qt 5.15.0 on Ubuntu focal base (IE: KDE Neon)
  2. Install the kaccounts integration and kio-gdrive packages.
  3. Open System settings and navigate to "Online Accounts"
  4. Press "+ Add New Account"
  5. Select "Google"
  
  Observed behaviour:
  
  - Window that would ask for authentication fails to load, and Online Accounts 
goes back to overview
  - system logs show a segfault in libqt5core.so which can be traced to a 
failure in qporcess, casued by signond (see links for further details)
  
- Expected behaviour: 
+ Expected behaviour:
  - New window opens with a webview where Google authentication credentials can 
be posted.
  - When qprocess runs it does not crash.
- 
  
  Further reference information at the following links:
  
  1. Bug in KDE Neon: https://bugs.kde.org/show_bug.cgi?id=426034
  
  3. Relevant MR (Since merged) in signond: https://gitlab.com/accounts-
  sso/signond/-/merge_requests/27

** Also affects: signon (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: signon (Ubuntu Hirsute)
   Importance: Undecided
   Status: New

** Also affects: signon (Ubuntu Groovy)
   Importance: Undecided
   Status: New

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

Title:
  signond causes qprocess crash

Status in signon package in Ubuntu:
  New
Status in signon source package in Focal:
  New
Status in signon source package in Groovy:
  New
Status in signon source package in Hirsute:
  New

Bug description:
  [Impact]

  Without the patch users are unable to add google accounts because signond 
crashes.
  This prevents users from using KDE's online accounts feature for google.
  The fix for this is to drop the no-rtti compile flag as qprocess relies on 
type info. This has no real downside for the user as it simply brings in type 
info.

  [Test Case]

  - in a plasma session
  - install kio-gdrive
  - run `systemsettings5 kcm_kaccounts`
  - add a new account
  - click on google
  - wait for login window to appear
  - signond shouldn't be crashing

  [Where problems could occur]

  Cannot think of any. It simply adds type info to the objects. Also
  upstream has rtti disabled for months and I'm not aware of any
  problems.

  [Other Info]

  This is a fairly grave issue as far as user experience is concerned.

  
  

  
  I'm reporting this bug upstream from where I found it, since I've learned 
that the signond package in KDE Neon is sourced from Ubuntu focal.

  This was found in signon (signond_8.59+17.10.20170606-0ubuntu2_amd64)
  from Focal Fossa

  Steps to reproduce:

  1. Install KDE Plasma and qt 5.15.0 on Ubuntu focal base (IE: KDE Neon)
  2. Install the kaccounts integration and kio-gdrive packages.
  3. Open System settings and navigate to "Online Accounts"
  4. Press "+ Add New Account"
  5. Select "Google"

  Observed behaviour:

  - Window that would ask for authentication fails to load, and Online Accounts 
goes back to overview
  - system logs show a segfault in libqt5core.so which can be traced to a 
failure in qporcess, casued by signond (see links for further details)

  Expected behaviour:
  - New window opens with a webview where Google authentication credentials can 
be posted.
  - When qprocess runs it does not crash.

  Further reference information at the following links:

  1. Bug in KDE Neon: https://bugs.kde.org/show_bug.cgi?id=426034

  3. Relevant MR (Since merged) in signond: https://gitlab.com/accounts-
  sso/signond/-/merge_requests/27

To manage notifications about this bug go to:

[Desktop-packages] [Bug 1834480] [NEW] translations in not so ideal language-pack

2019-06-27 Thread Harald Sitter
Public bug reported:

currently translations go into language-pack-gnome-$lang-base. this
isn't particularly ideal since pwquality is also used by kde plasma's
user manager which then also drags in all unrelate gnome software
translations. pwquality is desktop independent and it'd be really grand
if its translations could be moved to the desktop independent language-
packs.

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

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

Title:
  translations in not so ideal language-pack

Status in libpwquality package in Ubuntu:
  New

Bug description:
  currently translations go into language-pack-gnome-$lang-base. this
  isn't particularly ideal since pwquality is also used by kde plasma's
  user manager which then also drags in all unrelate gnome software
  translations. pwquality is desktop independent and it'd be really
  grand if its translations could be moved to the desktop independent
  language-packs.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libpwquality/+bug/1834480/+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 1777994] Re: the header xcb/xinput.h is missing

2019-02-11 Thread Harald Sitter
uploaded bionic SRU libxcb_1.13-1.1 by Jonathan Riddell

** Description changed:

- I suspect this means there should be another package, libxcb-xinput-dev
- perhaps?
+ [Impact]
+ Allow Qt 5.12 to be compiled with full input support.  This allows 
applications to be built using complex input devices such as drawing pads.  
This is used in e.g Krita which KDE builds into a Snap package for 
distribution.  Currently Krita does not work with pen input devices with 
pressure sensitivity.
+ 
+ [Test Case]
+ Install Krita with Qt 5.12 from current Snap and note how pressure 
sensitivity does not work.
+ 
+ [Regression Potential] 
+ None that I can see, it's just packaging a few new header files.
+ 
+ 
+ 
+ 
+ I suspect this means there should be another package, libxcb-xinput-dev 
perhaps?
  
  I already did sudo apt install "libxcb*dev" to get all related dev
  packages, but none of them provide xcb/xinput.h.
  
  The result is that when building Qt from source, it's necessary to use a
  copy of this file which Qt provides
  (qtbase/src/3rdparty/xcb/include/xcb/xinput.h), because it's missing
  from the system.  So if you don't give the option -qt-xcb to configure,
  then Qt will be built without multi-touch support.
  
  https://bugreports.qt.io/browse/QTBUG-69045
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: libxcb1-dev 1.13-1
  ProcVersionSignature: Ubuntu 4.15.0-23.25-generic 4.15.18
  Uname: Linux 4.15.0-23-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Jun 21 08:32:12 2018
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroVariant: ubuntu
  GraphicsCard:
-  Intel Corporation UHD Graphics 620 [8086:5917] (rev 07) (prog-if 00 [VGA 
controller])
-Subsystem: Lenovo UHD Graphics 620 [17aa:3802]
+  Intel Corporation UHD Graphics 620 [8086:5917] (rev 07) (prog-if 00 [VGA 
controller])
+    Subsystem: Lenovo UHD Graphics 620 [17aa:3802]
  Lsusb:
-  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
-  Bus 001 Device 004: ID 0cf3:e300 Atheros Communications, Inc. 
-  Bus 001 Device 003: ID 06cb:0081 Synaptics, Inc. 
-  Bus 001 Device 002: ID 04f2:b5da Chicony Electronics Co., Ltd 
-  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
+  Bus 001 Device 004: ID 0cf3:e300 Atheros Communications, Inc.
+  Bus 001 Device 003: ID 06cb:0081 Synaptics, Inc.
+  Bus 001 Device 002: ID 04f2:b5da Chicony Electronics Co., Ltd
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 80Y7
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-23-generic 
root=ZFS=rpool/ROOT/ubuntu ro
  SourcePackage: libxcb
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/22/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 5NCN38WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo YOGA 920-13IKB
  dmi.modalias: 
dmi:bvnLENOVO:bvr5NCN38WW:bd02/22/2018:svnLENOVO:pn80Y7:pvrLenovoYOGA920-13IKB:rvnLENOVO:rnLNVNB161216:rvrSDK0J40709WIN:cvnLENOVO:ct31:cvrLenovoYOGA920-13IKB:
  dmi.product.family: YOGA 920-13IKB
  dmi.product.name: 80Y7
  dmi.product.version: Lenovo YOGA 920-13IKB
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.91-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.0~rc5-1ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.0~rc5-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.5-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2

** Changed in: libxcb (Ubuntu Bionic)
   Status: Won't Fix => In Progress

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

Title:
  the header xcb/xinput.h is missing

Status in libxcb package in Ubuntu:
  Fix Released
Status in libxcb source package in Bionic:
  In Progress

Bug description:
  [Impact]
  Allow Qt 5.12 to be compiled with full input support.  This allows 
applications to be built using complex input devices such as drawing pads.  
This is used in e.g Krita which KDE builds into a Snap package for 
distribution.  Currently Krita does not work with pen input devices with 
pressure sensitivity.

  [Test Case]
  Install Krita with Qt 5.12 

[Desktop-packages] [Bug 1767454]

2018-12-08 Thread Harald Sitter
Git commit 55eb68ff63646050311f8b689752ad500246c916 by Harald Sitter.
Committed on 07/12/2018 at 12:55.
Pushed by sitter into branch 'master'.

fallback to dnssd service discovery if smb listDir failed on root

Summary:
This elevates a problem with newer SMB protocol versions and smbclient
not supporting discovery/browsing. when not using older (as in:
ancient) protocol versions discovery doesn't work and smb:/ gives no
results.

By falling back to DNSSD based discovery we can ensure discovery of DNSSD
remotes (namely linux and osx) is always working. Windows unfortunately
does not support DNSSD and as such will not benefit from this mode of
discovery and continue to be unlisted when using a protocol version
without browsing support.

CHANGELOG: When SMB Discovery is not working (protocol > SMB1) host discovery 
will now fall back to DNS-SD/Avahi/Bonjour.
Related: bug 390551

Test Plan:
smb.conf:

```
[global]
client min protocol = SMB2
```

Lists devices

Reviewers: #frameworks, #dolphin, broulik

Reviewed By: broulik

Subscribers: acrouthamel, alexde, bcooksley, ngraham, kde-frameworks-
devel, kfm-devel

Tags: #dolphin, #frameworks

Differential Revision: https://phabricator.kde.org/D16299

M  +6-0CMakeLists.txt
M  +3-0config-runtime.h.cmake
M  +16   -3smb/CMakeLists.txt
M  +1-0smb/kio_smb.h
M  +126  -3smb/kio_smb_browse.cpp

https://commits.kde.org/kio-
extras/55eb68ff63646050311f8b689752ad500246c916

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

Title:
  "Other Locations" does not automatically find Samba servers in Ubuntu
  18.04

Status in dolphin:
  Unknown
Status in gvfs:
  Fix Released
Status in OEM Priority Project:
  New
Status in samba:
  Unknown
Status in gvfs package in Ubuntu:
  Fix Released
Status in samba package in Ubuntu:
  Invalid

Bug description:
  Ubuntu: 18.04 clean install
  Nautilus: 1:3.26.3-0ubuntu4

  The actions taken to produce the problem:
  Click on “Other Locations” in Nautilus.

  The expected result of these actions:
  Samba servers to automatically show up under “Networks”. This is the behavior 
in Ubuntu 17.10 using Nautilus 1:3.26.0-0ub. Also, clicking on “”Windows 
Network” immediately shows "Folder is Empty".

  The actual result of these actions:
  The Samba servers never show up under “Networks” and clicking on "Windows 
Network" always immediately comes up with "Folder is Empty".

  Further information:
  This happens on both machines with a clean Ubuntu 18.04 install. My Ubuntu 
17.10 machines still work like expected.

  I can still manually type in the Samba information in "Connect to
  Server" and the 18.04 machines connect just fine.

  
  From syslog:
  Apr 27 13:49:34 david-HP-ProBook-440-G2 dbus-daemon[1333]: [session uid=1000 
pid=1333] Activating service name='org.gnome.Nautilus' requested by ':1.13' 
(uid=1000 pid=1468 comm="/usr/bin/gnome-shell " label="unconfined")
  Apr 27 13:49:34 david-HP-ProBook-440-G2 dbus-daemon[1333]: [session uid=1000 
pid=1333] Successfully activated service 'org.gnome.Nautilus'
  Apr 27 13:49:35 david-HP-ProBook-440-G2 dbus-daemon[754]: [system] Activating 
via systemd: service name='org.freedesktop.hostname1' 
unit='dbus-org.freedesktop.hostname1.service' requested by ':1.131' (uid=1000 
pid=4857 comm="/usr/bin/nautilus --gapplication-service " label="unconfined")
  Apr 27 13:49:35 david-HP-ProBook-440-G2 systemd[1]: Starting Hostname 
Service...
  Apr 27 13:49:35 david-HP-ProBook-440-G2 nautilus[4857]: Called "net usershare 
info" but it failed: Failed to execute child process “net” (No such file or 
directory)
  Apr 27 13:49:35 david-HP-ProBook-440-G2 dbus-daemon[754]: [system] 
Successfully activated service 'org.freedesktop.hostname1'
  Apr 27 13:49:35 david-HP-ProBook-440-G2 systemd[1]: Started Hostname Service.
  Apr 27 13:49:40 david-HP-ProBook-440-G2 gvfsd[1432]: mkdir failed on 
directory /var/cache/samba: Permission denied

To manage notifications about this bug go to:
https://bugs.launchpad.net/dolphin/+bug/1767454/+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 1800135] Re: libssh-dev is missing cmake find module

2018-10-30 Thread Harald Sitter
Are you sure this is still incorrect in cosmic? It seems to me this is
only broken in bionic.

Cosmic build log has


libssh-dev_0.8.1-1_amd64.deb


 new debian package, version 2.0.
 size 217956 bytes: control archive=1172 bytes.
 918 bytes,21 lines  control  
 845 bytes,12 lines  md5sums  
 Package: libssh-dev
 Source: libssh
 Version: 0.8.1-1
 Architecture: amd64
 Maintainer: Ubuntu Developers 
 Original-Maintainer: Laurent Bigonville 
 Installed-Size: 1064
 Depends: libssh-4 (= 0.8.1-1), libssl-dev, zlib1g-dev
 Suggests: libssh-doc
 Conflicts: libssh-gcrypt-dev
 Section: libdevel
 Priority: optional
 Homepage: https://www.libssh.org/
 Description: tiny C SSH library. Development files (OpenSSL flavor)
  The ssh library was designed to be used by programmers needing a working SSH
  implementation by the mean of a library. The complete control of the client
  is made by the programmer. With libssh, you can remotely execute programs,
  transfer files, use a secure and transparent tunnel for your remote programs.
  With its SFTP implementation, you can play with remote files easily.
  .
  This package contains development files to build the OpenSSL flavor.

drwxr-xr-x root/root 0 2018-08-14 07:43 ./
drwxr-xr-x root/root 0 2018-08-14 07:43 ./usr/
drwxr-xr-x root/root 0 2018-08-14 07:43 ./usr/include/
drwxr-xr-x root/root 0 2018-08-14 07:43 ./usr/include/libssh/
-rw-r--r-- root/root 37596 2018-08-09 09:18 ./usr/include/libssh/callbacks.h
-rw-r--r-- root/root  6867 2016-03-03 19:05 ./usr/include/libssh/legacy.h
-rw-r--r-- root/root 29642 2018-08-13 20:21 ./usr/include/libssh/libssh.h
-rw-r--r-- root/root 20102 2018-08-10 11:23 
./usr/include/libssh/libsshpp.hpp
-rw-r--r-- root/root 12393 2018-08-09 09:18 ./usr/include/libssh/server.h
-rw-r--r-- root/root 31787 2018-08-10 09:06 ./usr/include/libssh/sftp.h
-rw-r--r-- root/root  2735 2018-08-10 11:23 ./usr/include/libssh/ssh2.h
drwxr-xr-x root/root 0 2018-08-14 07:43 ./usr/lib/
drwxr-xr-x root/root 0 2018-08-14 07:43 ./usr/lib/x86_64-linux-gnu/
drwxr-xr-x root/root 0 2018-08-14 07:43 
./usr/lib/x86_64-linux-gnu/cmake/
drwxr-xr-x root/root 0 2018-08-14 07:43 
./usr/lib/x86_64-linux-gnu/cmake/libssh/
-rw-r--r-- root/root   377 2018-08-14 07:43 
./usr/lib/x86_64-linux-gnu/cmake/libssh/libssh-config-version.cmake
-rw-r--r-- root/root   493 2018-08-14 07:43 
./usr/lib/x86_64-linux-gnu/cmake/libssh/libssh-config.cmake
-rw-r--r-- root/root906476 2018-08-14 07:43 
./usr/lib/x86_64-linux-gnu/libssh.a
lrwxrwxrwx root/root 0 2018-08-14 07:43 
./usr/lib/x86_64-linux-gnu/libssh.so -> libssh.so.4
drwxr-xr-x root/root 0 2018-08-14 07:43 
./usr/lib/x86_64-linux-gnu/pkgconfig/
-rw-r--r-- root/root   121 2018-08-14 07:43 
./usr/lib/x86_64-linux-gnu/pkgconfig/libssh.pc
drwxr-xr-x root/root 0 2018-08-14 07:43 ./usr/share/
drwxr-xr-x root/root 0 2018-08-14 07:43 ./usr/share/doc/
drwxr-xr-x root/root 0 2018-08-14 07:43 ./usr/share/doc/libssh-dev/
lrwxrwxrwx root/root 0 2018-08-14 07:43 
./usr/share/doc/libssh-dev/changelog.Debian.gz -> 
../libssh-4/changelog.Debian.gz
-rw-r--r-- root/root 13682 2018-08-14 07:43 
./usr/share/doc/libssh-dev/copyright

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

Title:
  libssh-dev is missing cmake find module

Status in libssh package in Ubuntu:
  Confirmed

Bug description:
  libssh-dev: 0.8.0~20170825.94fa1e38-1ubuntu0.1

  There is no libssh-config.cmake packaged in libssh-dev package leading
  to find_package calls for LibSSH failing.

  The build output [1] lists a /<>/debian/tmp-
  gcrypt/usr/lib/x86_64-linux-gnu/cmake/libssh/libssh-config.cmake file
  was installed, however.

  [1] https://launchpadlibrarian.net/356107564/buildlog_ubuntu-bionic-
  amd64.libssh_0.8.0~20170825.94fa1e38-1build1_BUILDING.txt.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libssh/+bug/1800135/+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 1436328] [NEW] FFe apport-kde qt5 port

2015-03-25 Thread Harald Sitter
Public bug reported:

https://code.launchpad.net/~kubuntu-packagers/apport/qt5/+merge/254082

integrating the qt5 port would allow kubuntu to attempt dropping python-
kde4  from the ISO reducing the oversizing quite a bit

test by Jonathan Riddell and me and works very well.

functionally nothing changed as far as the UI is concerned and under the
hood all the happened was an almost straight qt4-qt5 port along with
replacing now obsolete kde dependencies with their qt5 counterpart

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

-- 
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/1436328

Title:
  FFe apport-kde qt5 port

Status in apport package in Ubuntu:
  New

Bug description:
  https://code.launchpad.net/~kubuntu-packagers/apport/qt5/+merge/254082

  integrating the qt5 port would allow kubuntu to attempt dropping
  python-kde4  from the ISO reducing the oversizing quite a bit

  test by Jonathan Riddell and me and works very well.

  functionally nothing changed as far as the UI is concerned and under
  the hood all the happened was an almost straight qt4-qt5 port along
  with replacing now obsolete kde dependencies with their qt5
  counterpart

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1436328/+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 1351699] Re: Additional Drivers / Driver Manager shows no drivers for NVidia GTX 750ti - Missing modalias in nvidia-331.

2014-12-09 Thread Harald Sitter
** No longer affects: kubuntu-driver-manager (Ubuntu)

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

Title:
  Additional Drivers / Driver Manager shows no drivers for NVidia GTX
  750ti - Missing modalias in nvidia-331.

Status in nvidia-graphics-drivers-331 package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-331-updates package in Ubuntu:
  Confirmed
Status in ubuntu-drivers-common package in Ubuntu:
  Confirmed

Bug description:
  I'm on Ubuntu 14.04 (Trusty), up to date, on a computer with an NVidia
  GTX 750ti graphics card. I also tested on Utopic with a live daily dvd
  and the problem persists.

  The list under Additional Drivers is empty for my NVidia GTX 750ti video card:
  Also, running:
  ubuntu-drivers list
  or
  ubuntu-drivers devices
  produces an empty output.

  Running:
  software-properties-gtk --open-tab=4
  or
  kcmshell4 kcm_driver_manager
  shows no drivers found (not even the open source driver). I'll attach a 
screenshot here to show this.

  I had to workaround by installing the nvidia-331-updates package
  manually by console, which works very well for my video card. Though I
  worry about people not so familiar with the console.

  The empty list happens because the ubuntu-drivers command insists on making 
a perfect VID:PID match with each driver, and also because the specific 
modalias for making that match, is missing from nvidia-331 deb package. 
  The corresponding modalias for my NVidia 750ti is (as obtained from running 
ubuntu-drivers debug):
  
   pci:v10DEd1380sv1458sd362Dbc03sc00i00

  Which means that this should be included in the driver package
  description for my card to be matched by the Additional Drivers
  backend:

pci:v10DEd1380sv*sd*bc03sc*i*

  wich is currently missing from the Modaliases list in the description
  of the .DEB nvidia packages. That is the modalias required to make a
  match for the 750ti card.

  
  There are two possible solutions:
  -
A) Please ask the maintainer(s) of nvidia packages to add that modalias 
to the DEB package of nvidia-331 and nvidia-331-updates packages 

B) OR Please ask the developers of ubuntu-drivers-common
  package to match nvidia drivers by VID instead of insisting that the
  VID and PID both match perfectly. A lot of cards are left without
  drivers that way (not even noveau is matching my card currently).

  
  Important Details
  

  If I look at the current list of modaliases in the nvidia drivers, by
  running:

  apt-cache show 'nvidia*' | grep -i modaliases

  I cannot find my NVidia 750ti, which has a VID equal to 10DE, and a PID equal 
to 1380. I should be able to find the string v10DEd1380. 
  This causes the detection routine in ubuntu-drivers-common, to never match 
a driver (I found that routine is at 
/usr/lib/python3/dist-packages/UbuntuDrivers/detect.py), because the product id 
code for my 750ti is missing from all the drivers, and because 
ubuntu-drivers-common started to require a perfect match (both vendor id and 
product id). The routine is called: packages_for_modalias().

  There is a very big list of nvidia cards that COULD be affected by the
  same problem (empty AdditionalDrivers), not just my 750ti. This can be
  verified by looking at all the product ids for nvidia cards, and
  comparing to the modaliases present in the nvidia drivers packages:

  The PCI ID Repository
  http://pci-ids.ucw.cz/read/PC/10de

  and looking at the current full list of modaliases with:
apt-cache show 'nvidia*' | grep -i modaliases

  For instance, the NVidia 780ti and NVidia 780 are both missing too:

apt-cache show 'nvidia*' | grep Modaliases | grep d1007
apt-cache show 'nvidia*' | grep Modaliases | grep d1008

  (produces empty results)

  Though a NVidia GT 610 that I have in an old computer of mine, can
  be found, and does show a list in Additional Drivers:

   apt-cache show 'nvidia*' | grep Modaliases | grep d104A

  (shows a long modalias line matching for nvidia-304 and nvidia-331
  packages for the old GT 610).

  
  Please make Additional Drivers selector work for my NVidia GTX 750ti video 
card.
  FYI: This video card was released by nvidia in february 2014.

  Your help will be appreciated!

  Cordially,
  Juan Manuel Cabo

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: ubuntu-drivers-common 1:0.2.91.5
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Aug  2 17:49:35 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 

[Desktop-packages] [Bug 1370170] Re: knetworkmanager is starting with --no-hosts

2014-09-16 Thread Harald Sitter
** Package changed: knetworkmanager (Ubuntu) = network-manager (Ubuntu)

-- 
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/1370170

Title:
  knetworkmanager is starting with --no-hosts

Status in “network-manager” package in Ubuntu:
  New

Bug description:
  Distribution Kubuntu 12.04.5
  knetworkmanager 0.9.4.0

  After years I gave Networkmanager again a chance and kicked it out
  again immediately.

  Why is it starting dnsmasq with --no-hosts? I found nothing to disable
  this misbeave.

  I can't see any reason for doing this. It sucks only when I can not
  add names to /etc/hosts.

  Crutches like a wrapper script filtering out --host are not a really
  acceptable solution.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1370170/+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 1308043] Re: Ubuntu 14.04: lightdm crashes when user has NFS mounted home directory

2014-05-09 Thread Harald Sitter
The update has now been released. Thanks for the bug report.

** Changed in: pam-kwallet (Ubuntu)
   Status: Incomplete = Fix Released

-- 
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/1308043

Title:
  Ubuntu 14.04: lightdm crashes when user has NFS mounted home directory

Status in “lightdm” package in Ubuntu:
  Invalid
Status in “pam-kwallet” package in Ubuntu:
  Fix Released

Bug description:
  Situation:
  - Freshly installed machine with Kubuntu 14.04 i386
  - Create local user
  - The home directory is mounted from a server using NFS4 (no Kerberos)

  On login, lightdm claims that the password of the user is incorrect.
  The same user can log in without any problems on the console and can
  access his files. If I create a local home directory (w/o NFS), the
  user can log in via lightdm as well.

  What I've seen so far with NFS home directory:

  After a login attempt, /var/log/syslog shows:
  [...]
  Apr 15 14:42:30 pc1326 kernel: [73998.523174] lightdm[13641]: segfault at 0 
ip b72a41c7 sp bfd2b2f0 error 4 in libc-2.19.so[b723f000+1a9000]

  In /var/log/auth.log:
  [...]Apr 15 14:42:30 pc1326 lightdm: pam_succeed_if(lightdm:auth): 
requirement user ingroup nopasswdlogin not met by user testuser2
  Apr 15 14:42:30 pc1326 lightdm: pam_kwallet(lightdm:auth): pam_sm_authenticate

  In /var/log/lightdm/lightdm.log:
  [...]
  [+74103.53s] DEBUG: Session pid=13162: Greeter start authentication for 
testuser2
  [+74103.53s] DEBUG: Session pid=13689: Started with service 'lightdm', 
username 'testuser2'
  [+74103.53s] DEBUG: Session pid=13689: Got 1 message(s) from PAM
  [+74103.53s] DEBUG: Session pid=13162: Prompt greeter with 1 message(s)
  [+74103.53s] DEBUG: Session pid=13162: Continue authentication
  [+74103.67s] DEBUG: Session pid=13689: Terminated with signal 11
  [+74103.67s] DEBUG: Session: Failed during authentication
  [+74103.67s] DEBUG: Session pid=13162: Authenticate result for user 
testuser2: Authentication stopped before completion
  [+74103.67s] DEBUG: Seat: Session stopped

  lightdm:
Installed: 1.10.0-0ubuntu3

  Description:Ubuntu 14.04 LTS
  Release:14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1308043/+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 1315969] Re: ftp connections via kde apps take extremely long

2014-05-05 Thread Harald Sitter
** Package changed: kde-runtime (Ubuntu) = network-manager (Ubuntu)

-- 
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/1315969

Title:
  ftp connections via kde apps take extremely long

Status in “network-manager” package in Ubuntu:
  New

Bug description:
  There is a long delay starting FTP connections from KDE apps. Same
  behavior with krusader, konqueror, rekonq and dolphin.

  Immediately after establishing a connection with networkmanager FTP
  connections are immediate. After letting some time pass the following
  message appears in syslog and the FTP connections (and thus the
  program trying to establish the connection) hang upon connect:

  May  4 20:25:16 viper1 dbus[568]: [system] Activating service 
name='org.freedesktop.nm_dispatcher' (using servicehelper)
  May  4 20:25:16 viper1 dbus[568]: [system] Successfully activated service 
'org.freedesktop.nm_dispatcher'

  Honestly, I'm not sure if this is a dbus, or network manager issue,
  but the kde apps are the only ones I've found affected.

  After I get this message, I can choose to disconnect via the plasmoid,
  then reconnect to the network and FTP connections are instant again,
  for a while, until the dbus nm_dispatcher message is logged again.

  sftp, fish, and smb all seem to work fine.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: kde-runtime 4:4.13.0-0ubuntu1
  Uname: Linux 3.15.0-031500rc3-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sun May  4 20:29:53 2014
  InstallationDate: Installed on 2014-03-21 (44 days ago)
  InstallationMedia: It
  SourcePackage: kde-runtime
  UpgradeStatus: Upgraded to trusty on 2014-03-24 (41 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1315969/+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 1308043] Re: Ubuntu 14.04: lightdm crashes when user has NFS mounted home directory

2014-05-02 Thread Harald Sitter
For what it is worth, it would be really cool if you could upgrade pam-
kwallet from proposed updates, as I absolutely expect your crash to be
one of those that the version in proposed should fix:

bug #1314118
bug #1314119
bug #1314120

(instructions on how to enable the proposed updates are available in the
last comment of those bug reports)

** Changed in: pam-kwallet (Ubuntu)
   Status: Confirmed = Incomplete

** Changed in: pam-kwallet (Ubuntu)
   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/1308043

Title:
  Ubuntu 14.04: lightdm crashes when user has NFS mounted home directory

Status in “lightdm” package in Ubuntu:
  Confirmed
Status in “pam-kwallet” package in Ubuntu:
  Incomplete

Bug description:
  Situation:
  - Freshly installed machine with Kubuntu 14.04 i386
  - Create local user
  - The home directory is mounted from a server using NFS4 (no Kerberos)

  On login, lightdm claims that the password of the user is incorrect.
  The same user can log in without any problems on the console and can
  access his files. If I create a local home directory (w/o NFS), the
  user can log in via lightdm as well.

  What I've seen so far with NFS home directory:

  After a login attempt, /var/log/syslog shows:
  [...]
  Apr 15 14:42:30 pc1326 kernel: [73998.523174] lightdm[13641]: segfault at 0 
ip b72a41c7 sp bfd2b2f0 error 4 in libc-2.19.so[b723f000+1a9000]

  In /var/log/auth.log:
  [...]Apr 15 14:42:30 pc1326 lightdm: pam_succeed_if(lightdm:auth): 
requirement user ingroup nopasswdlogin not met by user testuser2
  Apr 15 14:42:30 pc1326 lightdm: pam_kwallet(lightdm:auth): pam_sm_authenticate

  In /var/log/lightdm/lightdm.log:
  [...]
  [+74103.53s] DEBUG: Session pid=13162: Greeter start authentication for 
testuser2
  [+74103.53s] DEBUG: Session pid=13689: Started with service 'lightdm', 
username 'testuser2'
  [+74103.53s] DEBUG: Session pid=13689: Got 1 message(s) from PAM
  [+74103.53s] DEBUG: Session pid=13162: Prompt greeter with 1 message(s)
  [+74103.53s] DEBUG: Session pid=13162: Continue authentication
  [+74103.67s] DEBUG: Session pid=13689: Terminated with signal 11
  [+74103.67s] DEBUG: Session: Failed during authentication
  [+74103.67s] DEBUG: Session pid=13162: Authenticate result for user 
testuser2: Authentication stopped before completion
  [+74103.67s] DEBUG: Seat: Session stopped

  lightdm:
Installed: 1.10.0-0ubuntu3

  Description:Ubuntu 14.04 LTS
  Release:14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1308043/+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 1314549] Re: USB-headset undetected by Phonon

2014-04-30 Thread Harald Sitter
device states are used from pulseaudio IIRC.

** Package changed: kde-runtime (Ubuntu) = pulseaudio (Ubuntu)

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

Title:
  USB-headset undetected by Phonon

Status in “pulseaudio” package in Ubuntu:
  New

Bug description:
  A previously working USB-headset, which has been working flawlessly on 
Kubuntu 12.04 has ceased to work consistently on 14.04, whenever I try to 
connect it.
  While lsusb lists the device as being present and recognised, the Device 
Preference pane in the Audio and Video Settings of KDE keeps displaying the 
device in a greyed out state. In other words, it would appear that phonon 
thinks the device is still missing. Thus, it cannot be used.
  This problem occurs most of the times when I connect the headset to any USB 
port, even directly to the motherboard. Only rarely does Phonon wake up to the 
returned device.

  What I expected to happen was that, after the low-level handshake on the USB 
bus, Phonon would pop up a notification that it is switching to the headset 
because it´s higher on my preferences. (As it did consistently, prior to the 
upgrade from 12.04.)
  Instead, there is no announcement whatsoever. Also, the Select Master Channel 
window of KMix does not list the headset.

  I am running Kubuntu 14.04 LTS.
  The package is version 4:4.13.0-0ubuntu1, which is the current package 
available from the repositories.
  Please note that I am not entirely sure at this time wether kde-runtime is 
the correct package.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: kde-runtime 4:4.13.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: nvidia zfs zunicode zavl zcommon znvpair
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Wed Apr 30 10:58:25 2014
  ExecutablePath: /usr/bin/kcmshell4
  InstallationDate: Installed on 2014-04-24 (5 days ago)
  InstallationMedia: Kubuntu 12.04.4 LTS Precise Pangolin - Release amd64 
(20140205)
  ProcEnviron:
   LANGUAGE=en_GB
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: kde-runtime
  UpgradeStatus: Upgraded to trusty on 2014-04-27 (2 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1314549/+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 1290717] Re: akonadi 1.11.80 fails to start

2014-04-29 Thread Harald Sitter
** 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 akonadi in Ubuntu.
https://bugs.launchpad.net/bugs/1290717

Title:
  akonadi 1.11.80  fails to start

Status in Akonadi - The PIM Storage Service:
  Fix Released
Status in “akonadi” package in Ubuntu:
  Triaged
Status in “akonadi” source package in Trusty:
  Fix Committed
Status in “akonadi” source package in Utopic:
  Fix Committed

Bug description:
  [Impact]

  installations that used to be trusty and went through akonadi 1.11.80
  (early beta upgrades to 14.04) have a broken database

  adding a fix for these broken setups as per upstream request.

  [Test Case]

  * have a broken akonadi and upgrade
  OR
  * install 14.04 alpha
  * login and setup mails
  * upgrade akonadi to [1]
  * logout and login again, observe akonadi being broken
  * upgrade to final+proposed
  * akonadi should be repaired

  [1] https://launchpad.net/ubuntu/+source/akonadi/1.11.80-0ubuntu3

  [Regression Potential]

  N/A

  [Other Info]
   
  N/A

  --

  
  akonadi fails to start since the update from 1.11.0 to 1.11.80
  Full description in upstream bug report: 
https://bugs.kde.org/show_bug.cgi?id=331867

To manage notifications about this bug go to:
https://bugs.launchpad.net/akonadi/+bug/1290717/+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 1314118] Re: /usr/sbin/lightdm:6:__libc_message:malloc_printerr:_int_malloc:__GI___libc_malloc:__GI___strdup

2014-04-29 Thread Harald Sitter
** Package changed: lightdm (Ubuntu) = pam-kwallet (Ubuntu)

** Also affects: pam-kwallet (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: pam-kwallet (Ubuntu Utopic)
   Importance: Undecided
   Status: New

-- 
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/1314118

Title:
  
/usr/sbin/lightdm:6:__libc_message:malloc_printerr:_int_malloc:__GI___libc_malloc:__GI___strdup

Status in “pam-kwallet” package in Ubuntu:
  New
Status in “pam-kwallet” source package in Trusty:
  New
Status in “pam-kwallet” source package in Utopic:
  New

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding lightdm.  This problem was most recently seen with version
  1.10.0-0ubuntu3, the problem page at
  https://errors.ubuntu.com/problem/30e961156f64c241b58a65ecbb009688e3aeb2ec
  contains more details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pam-kwallet/+bug/1314118/+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 1314119] Re: /usr/sbin/lightdm:11:__GI__IO_fwrite:createNewSalt:kwallet_hash:pam_sm_authenticate:_pam_dispatch_aux

2014-04-29 Thread Harald Sitter
** Package changed: lightdm (Ubuntu) = pam-kwallet (Ubuntu)

** Also affects: pam-kwallet (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: pam-kwallet (Ubuntu Utopic)
   Importance: Undecided
   Status: New

-- 
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/1314119

Title:
  
/usr/sbin/lightdm:11:__GI__IO_fwrite:createNewSalt:kwallet_hash:pam_sm_authenticate:_pam_dispatch_aux

Status in “pam-kwallet” package in Ubuntu:
  New
Status in “pam-kwallet” source package in Trusty:
  New
Status in “pam-kwallet” source package in Utopic:
  New

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding lightdm.  This problem was most recently seen with version
  1.10.0-0ubuntu3, the problem page at
  https://errors.ubuntu.com/problem/ae1ef304fcd7d26e215563c4c95fcb25a74a6559
  contains more details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pam-kwallet/+bug/1314119/+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 1314120] Re: /usr/sbin/lightdm:11:__GI__IO_fread:fread:kwallet_hash:pam_sm_authenticate:_pam_dispatch_aux

2014-04-29 Thread Harald Sitter
** Package changed: lightdm (Ubuntu) = pam-kwallet (Ubuntu)

** Also affects: pam-kwallet (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: pam-kwallet (Ubuntu Utopic)
   Importance: Undecided
   Status: New

-- 
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/1314120

Title:
  
/usr/sbin/lightdm:11:__GI__IO_fread:fread:kwallet_hash:pam_sm_authenticate:_pam_dispatch_aux

Status in “pam-kwallet” package in Ubuntu:
  New
Status in “pam-kwallet” source package in Trusty:
  New
Status in “pam-kwallet” source package in Utopic:
  New

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding lightdm.  This problem was most recently seen with version
  1.10.0-0ubuntu3, the problem page at
  https://errors.ubuntu.com/problem/28ad0356a00142a5ec12fb842f15e18f3fae1a63
  contains more details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pam-kwallet/+bug/1314120/+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 1290717] Re: akonadi 1.11.80 fails to start

2014-04-23 Thread Harald Sitter
** Also affects: akonadi (Ubuntu Trusty)
   Importance: Undecided
   Status: Confirmed

** Also affects: akonadi (Ubuntu Untitled)
   Importance: Undecided
   Status: New

** Changed in: akonadi (Ubuntu Untitled)
   Status: New = Triaged

** Changed in: akonadi (Ubuntu Trusty)
   Status: Confirmed = Triaged

** Changed in: akonadi (Ubuntu Trusty)
Milestone: None = ubuntu-14.04.1

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

Title:
  akonadi 1.11.80  fails to start

Status in Akonadi - The PIM Storage Service:
  Fix Released
Status in “akonadi” package in Ubuntu:
  Triaged
Status in “akonadi” source package in Trusty:
  Triaged
Status in “akonadi” source package in u-series:
  Triaged

Bug description:
  akonadi fails to start since the update from 1.11.0 to 1.11.80
  Full description in upstream bug report: 
https://bugs.kde.org/show_bug.cgi?id=331867

To manage notifications about this bug go to:
https://bugs.launchpad.net/akonadi/+bug/1290717/+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 1290717] Re: akonadi 1.11.80 fails to start

2014-04-23 Thread Harald Sitter
** Description changed:

+ [Impact]
+ 
+ installations that used to be trusty and went through akonadi 1.11.80
+ (early beta upgrades to 14.04) have a broken database
+ 
+ adding a fix for these broken setups as per upstream request.
+ 
+ [Test Case]
+ 
+ * have a broken akonadi and upgrade
+ OR
+ * install 14.04 alpha
+ * login and setup mails
+ * upgrade akonadi to [1]
+ * logout and login again, observe akonadi being broken
+ * upgrade to final+proposed
+ * akonadi should be repaired
+ 
+ [1] https://launchpad.net/ubuntu/+source/akonadi/1.11.80-0ubuntu3
+ 
+ [Regression Potential]
+ 
+ N/A
+ 
+ [Other Info]
+  
+ N/A
+ 
+ --
+ 
+ 
  akonadi fails to start since the update from 1.11.0 to 1.11.80
  Full description in upstream bug report: 
https://bugs.kde.org/show_bug.cgi?id=331867

** Changed in: akonadi (Ubuntu Trusty)
 Assignee: (unassigned) = Harald Sitter (apachelogger)

** Changed in: akonadi (Ubuntu Untitled)
   Status: Triaged = Fix Committed

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

Title:
  akonadi 1.11.80  fails to start

Status in Akonadi - The PIM Storage Service:
  Fix Released
Status in “akonadi” package in Ubuntu:
  Triaged
Status in “akonadi” source package in Trusty:
  Triaged
Status in “akonadi” source package in u-series:
  Fix Committed

Bug description:
  [Impact]

  installations that used to be trusty and went through akonadi 1.11.80
  (early beta upgrades to 14.04) have a broken database

  adding a fix for these broken setups as per upstream request.

  [Test Case]

  * have a broken akonadi and upgrade
  OR
  * install 14.04 alpha
  * login and setup mails
  * upgrade akonadi to [1]
  * logout and login again, observe akonadi being broken
  * upgrade to final+proposed
  * akonadi should be repaired

  [1] https://launchpad.net/ubuntu/+source/akonadi/1.11.80-0ubuntu3

  [Regression Potential]

  N/A

  [Other Info]
   
  N/A

  --

  
  akonadi fails to start since the update from 1.11.0 to 1.11.80
  Full description in upstream bug report: 
https://bugs.kde.org/show_bug.cgi?id=331867

To manage notifications about this bug go to:
https://bugs.launchpad.net/akonadi/+bug/1290717/+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 1290717] Re: akonadi 1.11.80 fails to start

2014-04-23 Thread Harald Sitter
Uploading akonadi_1.12.1-0ubuntu1.1_source.changes: done.
Successfully uploaded packages.

uploaded to trusty. sru review pending.

also committed to bzr for 14.10

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

Title:
  akonadi 1.11.80  fails to start

Status in Akonadi - The PIM Storage Service:
  Fix Released
Status in “akonadi” package in Ubuntu:
  Triaged
Status in “akonadi” source package in Trusty:
  Triaged
Status in “akonadi” source package in u-series:
  Fix Committed

Bug description:
  [Impact]

  installations that used to be trusty and went through akonadi 1.11.80
  (early beta upgrades to 14.04) have a broken database

  adding a fix for these broken setups as per upstream request.

  [Test Case]

  * have a broken akonadi and upgrade
  OR
  * install 14.04 alpha
  * login and setup mails
  * upgrade akonadi to [1]
  * logout and login again, observe akonadi being broken
  * upgrade to final+proposed
  * akonadi should be repaired

  [1] https://launchpad.net/ubuntu/+source/akonadi/1.11.80-0ubuntu3

  [Regression Potential]

  N/A

  [Other Info]
   
  N/A

  --

  
  akonadi fails to start since the update from 1.11.0 to 1.11.80
  Full description in upstream bug report: 
https://bugs.kde.org/show_bug.cgi?id=331867

To manage notifications about this bug go to:
https://bugs.launchpad.net/akonadi/+bug/1290717/+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 1266289] Re: XMP IPTC Creator metadata written to wrong property

2014-04-22 Thread Harald Sitter
Hi there!

Thanks for reporting this bug! Your bug seems to be a problem with the
KDE program itself, and not with our KDE packages. While we appreciate
your issue, it would be better if it was tracked at
https://bugs.kde.org, so that the KDE developers can deal with this
speedily and have direct communication with you as the reporter for more
effective debugging.

Thanks!

** No longer affects: exiv2 (Ubuntu)

** No longer affects: kipi-plugins (Ubuntu)

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

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

Title:
  XMP IPTC Creator metadata written to wrong property

Status in “digikam” package in Ubuntu:
  Invalid

Bug description:
  1) In digikam, select an image and go to Image  Metadata  Edit all
  metdata  Edit XMP  Credits:Contact.

  2) Fill in the fields, such as City. Apply, close the metadata editor, go to 
Image  Write metadata to image.
  Digikam uses exiv2 to write the metadata properties. 

  3) Check which XMP properties where written using the exiv2 command
  line tool.

  $ exiv2 -px image.jpg | grep City
  Xmp.iptc.CiAdrCity   XmpText13  Vancouver

  4) Write equivalent property using exiftool: exiftool
  -ContactCity=Vancouver image.jpg

  5) Confirm which property was written using exiv2 command line.

  $ exiv2 -px image.jpg | grep City
  Xmp.iptc.CiAdrCity
  XmpText13  Vancouver
  Xmp.iptc.CreatorContactInfo/Iptc4xmpCore:CiAdrCity  XmpText  9  
Vancouver

  Digikam has written the wrong property. According to the XMP schema,
  Creator Contact properties are nested under Creator Contact Info, not
  at the root level themselves. Exiftool has written the correct form of
  this property. Digikam/exiv2 have not.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: kipi-plugins 4:3.4.0-1ubuntu3
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic i686
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: i386
  Date: Sun Jan  5 16:55:14 2014
  InstallationDate: Installed on 2013-12-08 (28 days ago)
  InstallationMedia: Kubuntu 13.10 Saucy Salamander - Release i386 
(20131016.1)
  MarkForUpload: True
  SourcePackage: digikam
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/digikam/+bug/1266289/+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 1309853] Re: ubuntu 14.04 crashes while using internet after upgrading from 12.04

2014-04-22 Thread Harald Sitter
** Package changed: akonadi (Ubuntu) = firefox (Ubuntu)

-- 
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/1309853

Title:
  ubuntu 14.04 crashes while using internet after upgrading from 12.04

Status in “firefox” package in Ubuntu:
  New

Bug description:
  I upgraded my ubuntu from 12.04 to 14.04 yesterday. But I am not able
  to browse internet because every time I open my browser and start
  surfing internet the ubuntu crashes and takes me to the login screen.
  While I dont use internet it wont crash.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1309853/+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 1309795] Re: akonadi server crashing after upgrade to 14.04 LTS

2014-04-22 Thread Harald Sitter
Please use one of the support venues for questions 
http://www.kubuntu.org/support
Thanks.

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

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

Title:
  akonadi server crashing after upgrade to 14.04 LTS

Status in “akonadi” package in Ubuntu:
  Invalid

Bug description:
  I can no longer use my KMail account (or any other PIM apps, to that
  matter) after the upgrade to 14.04 due to the following KDE bug:

  https://bugs.kde.org/show_bug.cgi?id=331867

  Unfortunately, the fix suggested in the bug report cannot be applied
  *after* the upgrade since all v1.12 akonadi tools would attempt to
  initiate an immediate database migration first thing, casing the
  server to crash. So, this is a catch. Any suggestions for alternative
  workaround(s), anyone please?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/akonadi/+bug/1309795/+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 1309132] Re: oxygen-gtk2 makes scilab crash

2014-04-17 Thread Harald Sitter
Hi there!

Thanks for reporting this bug! Your bug seems to be a problem with the
KDE program itself, and not with our KDE packages. While we appreciate
your issue, it would be better if it was tracked at
https://bugs.kde.org, so that the KDE developers can deal with this
speedily and have direct communication with you as the reporter for more
effective debugging.

Thanks!

** Changed in: gtk2-engines-oxygen (Ubuntu)
   Status: New = Invalid

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

Title:
  oxygen-gtk2 makes scilab crash

Status in “gtk2-engines-oxygen” package in Ubuntu:
  Invalid

Bug description:
  On kubuntu 13.10 64 bit, it is impossible to use scilab 5.5.0
  (downloaded from the scilab site) if the appearance of gtk2 apps is
  set to oxygen-gtk. In this cases, scilab immediately crashes. Using
  others gtk engines, scilab 5.5.0 starts fine.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gtk2-engines-oxygen 1.3.4-0ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-19.33-generic 3.11.10.5
  Uname: Linux 3.11.0-19-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  Date: Thu Apr 17 19:38:52 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2009-11-12 (1617 days ago)
  InstallationMedia: Kubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  MarkForUpload: True
  SourcePackage: gtk2-engines-oxygen
  UpgradeStatus: Upgraded to saucy on 2013-12-18 (120 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk2-engines-oxygen/+bug/1309132/+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 1309132] Re: oxygen-gtk2 makes scilab crash

2014-04-17 Thread Harald Sitter
That's the way to get them fixed anyway ;)

If there's an upstream fix available you may still choose to report a
bug in launchpad though to possibly get the fix backported to stable
releases.

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

Title:
  oxygen-gtk2 makes scilab crash

Status in “gtk2-engines-oxygen” package in Ubuntu:
  Invalid

Bug description:
  On kubuntu 13.10 64 bit, it is impossible to use scilab 5.5.0
  (downloaded from the scilab site) if the appearance of gtk2 apps is
  set to oxygen-gtk. In this cases, scilab immediately crashes. Using
  others gtk engines, scilab 5.5.0 starts fine.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gtk2-engines-oxygen 1.3.4-0ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-19.33-generic 3.11.10.5
  Uname: Linux 3.11.0-19-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  Date: Thu Apr 17 19:38:52 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2009-11-12 (1617 days ago)
  InstallationMedia: Kubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  MarkForUpload: True
  SourcePackage: gtk2-engines-oxygen
  UpgradeStatus: Upgraded to saucy on 2013-12-18 (120 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk2-engines-oxygen/+bug/1309132/+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 953342] Re: Add support for Qt Designer UI files

2014-04-16 Thread Harald Sitter
** Changed in: intltool (Ubuntu)
Milestone: ubuntu-14.04 = None

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

Title:
  Add support for Qt Designer UI files

Status in Internationalization Tool Collection:
  Fix Committed
Status in “intltool” package in Ubuntu:
  Triaged

Bug description:
  Qt Designer files are XML files that describe the UI of a Qt
  application, and are the Glade .ui file equivalent in the Qt world.

  Their format definition can be found here:

  - http://qt-project.org/doc/designer-ui-file-format.html

  While many Qt projects use Qt's own i18n/l10n framework, others rely
  on gettext. Some examples are core Ubuntu applications such as the
  Ubuntu One client and Checkbox, which have started to migrate to Qt-
  based user interfaces while overriding Qt's i18n system and using
  gettext instead.

  These cases need a way to extract translatable messages from Qt's .ui
  files, merge the translations in .pot files and thus integrate with
  the gettext workflow.

To manage notifications about this bug go to:
https://bugs.launchpad.net/intltool/+bug/953342/+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 1271599] Re: akonadi has undocumented delta with debian package

2014-04-14 Thread Harald Sitter
** Changed in: akonadi (Ubuntu)
Milestone: ubuntu-14.04 = None

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

Title:
  akonadi has undocumented delta with debian package

Status in “akonadi” package in Ubuntu:
  Triaged

Bug description:
* Merge with debian experimental, remaining changes: 
  - Add a mysqld-akonadi wrapper script.
  - Add apparmor profile for mysqld-akonadi (usr.sbin.mysqld-akonadi).
  - Make akonadi-backend-mysql depend on mysql-server-core-5.5 and
mysql-client-core-5.5 instead of mysql-server-core.
  - Force dependency on akonadi-backend-mysql for akonadi-server.

  of those changes 
  - the wrapper script is there because we don't like copying stuff, however it 
appears debian does not copy stuff either, so why is it there
  - apparmor is there because we like apparmor, and have a wrapper script (see 
above)
  - the depdency changes on the mysql backend are of unknown origin as they 
predate bzr branches and are not documented in the changelog
  - the dependency from server to mysql exclusively is also of unknown origin 
and doesn't even make any sense

  all the rubbish must be evaluated and (supposedly) the entire delta
  can then be dropped.

  
  real life implications of the delta:
  - cannot install mysql drop-in replacements such as mariadb and what have you
  - cannot not have mysql backend installed
  - because of that cannot not have mysql installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/akonadi/+bug/1271599/+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 994469] Re: amarok does not hide to sound indicator on close but terminates

2014-04-11 Thread Harald Sitter
See Scott's comment please.

** Changed in: amarok (Ubuntu)
   Status: New = Opinion

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

Title:
  amarok does not hide to sound indicator on close but terminates

Status in “amarok” package in Ubuntu:
  Opinion

Bug description:
  Hi,

  don't know if it's a bug  but amarok terminates on close if there is
  no system tray icon enabled in ubuntu 12.04.  Shouldn't it hide like
  other programs (instant messangers clients fo example) to indicator
  and play music in background? AFAIK unity abandoned tray icons usage,
  instead it comes with indicators. They works quite good with Amarok so
  why not to hide under indicator on close?

  My os:

  piotrek@piotrek-desktop:~$ lsb_release -rd
    Description: Ubuntu 12.04 LTS
    Release: 12.04

  Amarok version: 2:2.5.0-0ubuntu6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amarok/+bug/994469/+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 1305900] Re: Totem - by clicking on the slider area the movie doesn't seek to this position. To jump video further should drag the slider pointer instead

2014-04-10 Thread Harald Sitter
** Package changed: kde-workspace (Ubuntu) = totem (Ubuntu)

-- 
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/1305900

Title:
  Totem - by clicking on the slider area the movie doesn't seek to this
  position. To jump video further should drag the slider pointer instead

Status in “totem” package in Ubuntu:
  New

Bug description:
  If click random position on the slider zone, the move doesn't jump
  there. Have to drag slider pointer instead.

  Kubuntu 14.04 beta 2
  Totem video 3.10.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/1305900/+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 1305307] Re: FFe for pam-kwallet integration

2014-04-10 Thread Harald Sitter
meta update landed as 1.308

** Changed in: kubuntu-meta (Ubuntu)
   Status: New = Fix Released

-- 
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/1305307

Title:
  FFe for pam-kwallet integration

Status in “kde-workspace” package in Ubuntu:
  New
Status in “kubuntu-meta” package in Ubuntu:
  Fix Released
Status in “lightdm” package in Ubuntu:
  Fix Released
Status in “pam-kwallet” package in Ubuntu:
  Fix Released

Bug description:
  pam-kwallet enables unlocking of kwallet's secret data storage without
  having to enter a password on session start.

  To get things rolling we'll need to ship a new version of pam-kwallet
  (that unlike the present version actually works), add a trivial change
  to kde-workspace to hand the startkde envrionment over to the helper,
  and last but not least actually add the pam-kwallet helper to the
  lightdm pam configs.

  Including pam-kwallet will bring a significantly improved user
  experience, even if a bit on a short notice.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-workspace/+bug/1305307/+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 1298380] Re: Amarok wont play music files

2014-04-09 Thread Harald Sitter
Ping ping, does anyone still have this problem?

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

Title:
  Amarok wont play music files

Status in “amarok” package in Ubuntu:
  Incomplete
Status in “libqapt” package in Ubuntu:
  Fix Released

Bug description:
  From today, Amarok will not play any music files.  It opens fine, but
  when I click play or double click a music track, nothing happens.  Ive
  restarted twice with no change in behavior.  System is up to date.

  Kubuntu 14.04
  Amarok 2:2.8.0-0ubuntu3

  Debug output from when I click Play:

   BEGIN: void EngineController::playPause() 
  amarok:   [EngineController] PlayPause: EngineController state 0 
  amarok:   BEGIN: void EngineController::play() 
  amarok: BEGIN: void Playlist::Actions::play() 
  amarok:   BEGIN: void Playlist::Actions::play(quint64, bool) 
  amarok: BEGIN: void EngineController::play(Meta::TrackPtr, uint, 
bool) 
  amarok:   BEGIN: void EngineController::stop(bool, bool) 
  amarok:   END__: void EngineController::stop(bool, bool) [Took: 0s] 
  amarok:   [EngineController] play: bounded is  QObject(0x0)  current 
Come On 
  amarok:   [EngineController] Just a normal, boring track... :-P 
  amarok:   BEGIN: void EngineController::playUrl(const KUrl, uint, 
bool) 
  amarok: [EngineController] URL:  
KUrl(file:///home/zachleigh/Music/V/Verve, The/The Verve - Urban Hymns/14 - 
Come On.flac) 
file:///home/zachleigh/Music/V/Verve,%20The/The%20Verve%20-%20Urban%20Hymns/14%20-%20Come%20On.flac
 
  amarok: [EngineController] Offset:  0 
  amarok:   END__: void EngineController::playUrl(const KUrl, uint, 
bool) [Took: 0s] 
  amarok: END__: void EngineController::play(Meta::TrackPtr, uint, 
bool) [Took: 0s] 
  amarok:   END__: void Playlist::Actions::play(quint64, bool) [Took: 0s] 
  amarok: END__: void Playlist::Actions::play() [Took: 0s] 
  amarok:   END__: void EngineController::play() [Took: 0s] 
  amarok: END__: void EngineController::playPause() [Took: 0s]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amarok/+bug/1298380/+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 1305307] [NEW] FFe for pam-kwallet integration

2014-04-09 Thread Harald Sitter
Public bug reported:

pam-kwallet enables unlocking of kwallet's secret data storage without
having to enter a password on session start.

To get things rolling we'll need to ship a new version of pam-kwallet
(that unlike the present version actually works), add a trivial change
to kde-workspace to hand the startkde envrionment over to the helper,
and last but not least actually add the pam-kwallet helper to the
lightdm pam configs.

Including pam-kwallet will bring a significantly improved user
experience, even if a bit on a short notice.

** Affects: kde-workspace (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: kubuntu-meta (Ubuntu)
 Importance: Undecided
 Status: New

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

** Affects: pam-kwallet (Ubuntu)
 Importance: Undecided
 Status: New

** Package changed: linux (Ubuntu) = pam-kwallet (Ubuntu)

** Also affects: kde-workspace (Ubuntu)
   Importance: Undecided
   Status: New

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

** Description changed:

  pam-kwallet enables unlocking of kwallet's secret data storage without
  having to enter a password on session start.
  
  To get things rolling we'll need to ship a new version of pam-kwallet
  (that unlike the present version actually works), add a trivial change
  to kde-workspace to hand the startkde envrionment over to the helper,
  and last but not least actually add the pam-kwallet helper to the
  lightdm pam configs.
+ 
+ Including pam-kwallet will bring a significantly improved user
+ experience, even if a bit on a short notice.

** Also affects: kubuntu-meta (Ubuntu)
   Importance: Undecided
   Status: New

-- 
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/1305307

Title:
  FFe for pam-kwallet integration

Status in “kde-workspace” package in Ubuntu:
  New
Status in “kubuntu-meta” package in Ubuntu:
  New
Status in “lightdm” package in Ubuntu:
  New
Status in “pam-kwallet” package in Ubuntu:
  New

Bug description:
  pam-kwallet enables unlocking of kwallet's secret data storage without
  having to enter a password on session start.

  To get things rolling we'll need to ship a new version of pam-kwallet
  (that unlike the present version actually works), add a trivial change
  to kde-workspace to hand the startkde envrionment over to the helper,
  and last but not least actually add the pam-kwallet helper to the
  lightdm pam configs.

  Including pam-kwallet will bring a significantly improved user
  experience, even if a bit on a short notice.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-workspace/+bug/1305307/+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 1303316] Re: Digital S/PDIF output is not present in 5.1 mode

2014-04-07 Thread Harald Sitter
That stuff comes directly from PulseAudio, moving bug.

** Package changed: phonon (Ubuntu) = pulseaudio (Ubuntu)

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

Title:
  Digital S/PDIF output is not present in 5.1 mode

Status in “pulseaudio” package in Ubuntu:
  New

Bug description:
  I have the sound connected through digital S / PDIF 
  Sound works properly selecting stereo, but can not get it to work using 5.1 
  When I select stereo sound, appears on the tab below to phonon spdif output 
option. 
  When I select Output 5.1, that option does not appear. 

  I imagine the error will also occur selecting 7.1

  Deputy screenshots.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: phonon 4:4.7.0really4.6.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-60.91-generic 3.2.55
  Uname: Linux 3.2.0-60-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Sun Apr  6 13:12:42 2014
  InstallationMedia: Kubuntu 12.04.2 LTS Precise Pangolin - Release amd64 
(20130214)
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=
   TERM=xterm
   PATH=(custom, no user)
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  SourcePackage: phonon
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1303316/+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 1298380] Re: Amarok wont play music files

2014-04-07 Thread Harald Sitter
With bug 1301192 out of the way this most likely is an issue with
missing codec plugins. As gstreamer0.10-qapt was not ported to gst1.0
yet, there is no on-demand plugin installation provided at this point.

Someone please try whether installation the following packages improves the 
situation:
gstreamer1.0-libav gstreamer1.0-nice gstreamer1.0-plugins-bad 
gstreamer1.0-plugins-bad-faad gstreamer1.0-plugins-base 
gstreamer1.0-plugins-good gstreamer1.0-plugins-ugly

** Changed in: amarok (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  Amarok wont play music files

Status in “amarok” package in Ubuntu:
  Incomplete

Bug description:
  From today, Amarok will not play any music files.  It opens fine, but
  when I click play or double click a music track, nothing happens.  Ive
  restarted twice with no change in behavior.  System is up to date.

  Kubuntu 14.04
  Amarok 2:2.8.0-0ubuntu3

  Debug output from when I click Play:

   BEGIN: void EngineController::playPause() 
  amarok:   [EngineController] PlayPause: EngineController state 0 
  amarok:   BEGIN: void EngineController::play() 
  amarok: BEGIN: void Playlist::Actions::play() 
  amarok:   BEGIN: void Playlist::Actions::play(quint64, bool) 
  amarok: BEGIN: void EngineController::play(Meta::TrackPtr, uint, 
bool) 
  amarok:   BEGIN: void EngineController::stop(bool, bool) 
  amarok:   END__: void EngineController::stop(bool, bool) [Took: 0s] 
  amarok:   [EngineController] play: bounded is  QObject(0x0)  current 
Come On 
  amarok:   [EngineController] Just a normal, boring track... :-P 
  amarok:   BEGIN: void EngineController::playUrl(const KUrl, uint, 
bool) 
  amarok: [EngineController] URL:  
KUrl(file:///home/zachleigh/Music/V/Verve, The/The Verve - Urban Hymns/14 - 
Come On.flac) 
file:///home/zachleigh/Music/V/Verve,%20The/The%20Verve%20-%20Urban%20Hymns/14%20-%20Come%20On.flac
 
  amarok: [EngineController] Offset:  0 
  amarok:   END__: void EngineController::playUrl(const KUrl, uint, 
bool) [Took: 0s] 
  amarok: END__: void EngineController::play(Meta::TrackPtr, uint, 
bool) [Took: 0s] 
  amarok:   END__: void Playlist::Actions::play(quint64, bool) [Took: 0s] 
  amarok: END__: void Playlist::Actions::play() [Took: 0s] 
  amarok:   END__: void EngineController::play() [Took: 0s] 
  amarok: END__: void EngineController::playPause() [Took: 0s]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amarok/+bug/1298380/+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 1298380] Re: Amarok wont play music files

2014-04-07 Thread Harald Sitter
** Also affects: libqapt (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: libqapt (Ubuntu)
   Importance: Undecided = Critical

** Changed in: libqapt (Ubuntu)
   Status: New = Triaged

** Changed in: libqapt (Ubuntu)
 Assignee: (unassigned) = Harald Sitter (apachelogger)

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

Title:
  Amarok wont play music files

Status in “amarok” package in Ubuntu:
  Incomplete
Status in “libqapt” package in Ubuntu:
  Triaged

Bug description:
  From today, Amarok will not play any music files.  It opens fine, but
  when I click play or double click a music track, nothing happens.  Ive
  restarted twice with no change in behavior.  System is up to date.

  Kubuntu 14.04
  Amarok 2:2.8.0-0ubuntu3

  Debug output from when I click Play:

   BEGIN: void EngineController::playPause() 
  amarok:   [EngineController] PlayPause: EngineController state 0 
  amarok:   BEGIN: void EngineController::play() 
  amarok: BEGIN: void Playlist::Actions::play() 
  amarok:   BEGIN: void Playlist::Actions::play(quint64, bool) 
  amarok: BEGIN: void EngineController::play(Meta::TrackPtr, uint, 
bool) 
  amarok:   BEGIN: void EngineController::stop(bool, bool) 
  amarok:   END__: void EngineController::stop(bool, bool) [Took: 0s] 
  amarok:   [EngineController] play: bounded is  QObject(0x0)  current 
Come On 
  amarok:   [EngineController] Just a normal, boring track... :-P 
  amarok:   BEGIN: void EngineController::playUrl(const KUrl, uint, 
bool) 
  amarok: [EngineController] URL:  
KUrl(file:///home/zachleigh/Music/V/Verve, The/The Verve - Urban Hymns/14 - 
Come On.flac) 
file:///home/zachleigh/Music/V/Verve,%20The/The%20Verve%20-%20Urban%20Hymns/14%20-%20Come%20On.flac
 
  amarok: [EngineController] Offset:  0 
  amarok:   END__: void EngineController::playUrl(const KUrl, uint, 
bool) [Took: 0s] 
  amarok: END__: void EngineController::play(Meta::TrackPtr, uint, 
bool) [Took: 0s] 
  amarok:   END__: void Playlist::Actions::play(quint64, bool) [Took: 0s] 
  amarok: END__: void Playlist::Actions::play() [Took: 0s] 
  amarok:   END__: void EngineController::play() [Took: 0s] 
  amarok: END__: void EngineController::playPause() [Took: 0s]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amarok/+bug/1298380/+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 1298380] Re: Amarok wont play music files

2014-04-07 Thread Harald Sitter
I just uploaded a version that should be able to find plugins and
install accordingly, which should fix this bug (assuming the playback
does not work because the codecs are missing).

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

Title:
  Amarok wont play music files

Status in “amarok” package in Ubuntu:
  Incomplete
Status in “libqapt” package in Ubuntu:
  Triaged

Bug description:
  From today, Amarok will not play any music files.  It opens fine, but
  when I click play or double click a music track, nothing happens.  Ive
  restarted twice with no change in behavior.  System is up to date.

  Kubuntu 14.04
  Amarok 2:2.8.0-0ubuntu3

  Debug output from when I click Play:

   BEGIN: void EngineController::playPause() 
  amarok:   [EngineController] PlayPause: EngineController state 0 
  amarok:   BEGIN: void EngineController::play() 
  amarok: BEGIN: void Playlist::Actions::play() 
  amarok:   BEGIN: void Playlist::Actions::play(quint64, bool) 
  amarok: BEGIN: void EngineController::play(Meta::TrackPtr, uint, 
bool) 
  amarok:   BEGIN: void EngineController::stop(bool, bool) 
  amarok:   END__: void EngineController::stop(bool, bool) [Took: 0s] 
  amarok:   [EngineController] play: bounded is  QObject(0x0)  current 
Come On 
  amarok:   [EngineController] Just a normal, boring track... :-P 
  amarok:   BEGIN: void EngineController::playUrl(const KUrl, uint, 
bool) 
  amarok: [EngineController] URL:  
KUrl(file:///home/zachleigh/Music/V/Verve, The/The Verve - Urban Hymns/14 - 
Come On.flac) 
file:///home/zachleigh/Music/V/Verve,%20The/The%20Verve%20-%20Urban%20Hymns/14%20-%20Come%20On.flac
 
  amarok: [EngineController] Offset:  0 
  amarok:   END__: void EngineController::playUrl(const KUrl, uint, 
bool) [Took: 0s] 
  amarok: END__: void EngineController::play(Meta::TrackPtr, uint, 
bool) [Took: 0s] 
  amarok:   END__: void Playlist::Actions::play(quint64, bool) [Took: 0s] 
  amarok: END__: void Playlist::Actions::play() [Took: 0s] 
  amarok:   END__: void EngineController::play() [Took: 0s] 
  amarok: END__: void EngineController::playPause() [Took: 0s]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amarok/+bug/1298380/+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 1301192] Re: amarok fails to start post-upgrade to Trusty

2014-04-02 Thread Harald Sitter
What's the output of the following command:

dpkg-query -l phonon\*


** Changed in: amarok (Ubuntu)
   Status: New = Incomplete

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

Title:
  amarok fails to start post-upgrade to Trusty

Status in “amarok” package in Ubuntu:
  Incomplete

Bug description:
  Terminal Output

  :~$ amarok
  QDBusConnection: session D-Bus connection created before QCoreApplication. 
Application may misbehave.
  QDBusConnection: session D-Bus connection created before QCoreApplication. 
Application may misbehave.
  Connecting to deprecated signal 
QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
  QDBusConnection: session D-Bus connection created before QCoreApplication. 
Application may misbehave.
  QDBusConnection: session D-Bus connection created before QCoreApplication. 
Application may misbehave.
  Got bus address:  
unix:abstract=/tmp/dbus-HZ5MP5zBKp,guid=da166c01281c26cad1cabd00533bb5cb 
  Connected to accessibility bus at:  
unix:abstract=/tmp/dbus-HZ5MP5zBKp,guid=da166c01281c26cad1cabd00533bb5cb 
  Registered DEC:  true 
  Registered event listener change listener:  true 
  kbuildsycoca4 running...

  (amarok:4102): GLib-GObject-WARNING **: cannot register existing type
  'GstObject'

  (amarok:4102): GLib-CRITICAL **: g_once_init_leave: assertion 'result
  != 0' failed

  (amarok:4102): GLib-GObject-CRITICAL **: g_type_register_static:
  assertion 'parent_type  0' failed

  (amarok:4102): GLib-CRITICAL **: g_once_init_leave: assertion 'result
  != 0' failed

  (amarok:4102): GStreamer-CRITICAL **: gst_plugin_feature_get_name:
  assertion 'GST_IS_PLUGIN_FEATURE (feature)' failed

  
  --

  No indicator icon appears either. Starting amarok either through unity
  or in the terminal starts two amarok processes, one of which is always
  a zombie. If started in a terminal only one can be terminated from the
  terminal, the other has to be done manually.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: amarok 2:2.8.0-0ubuntu3
  ProcVersionSignature: Ubuntu 3.11.0-19.33-generic 3.11.10.5
  Uname: Linux 3.11.0-19-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Apr  2 08:01:57 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-01-11 (80 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: amarok
  UpgradeStatus: Upgraded to trusty on 2014-04-01 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amarok/+bug/1301192/+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 1301284] [NEW] vbox driver not considered recommended

2014-04-02 Thread Harald Sitter
Public bug reported:

in a vbox ubuntu-drivers-common will correctly list the vbox dkms driver
as option (the only one) but it will not be marked as recommended.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: ubuntu-drivers-common 1:0.2.91.1
ProcVersionSignature: Ubuntu 3.13.0-20.42-generic 3.13.7
Uname: Linux 3.13.0-20-generic x86_64
ApportVersion: 2.14-0ubuntu1
Architecture: amd64
CurrentDesktop: KDE
Date: Wed Apr  2 11:48:02 2014
InstallationDate: Installed on 2014-04-02 (0 days ago)
InstallationMedia: Kubuntu 14.04 LTS Trusty Tahr - Daily amd64 (20140402)
SourcePackage: ubuntu-drivers-common
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ubuntu-drivers-common (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty

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

Title:
  vbox driver not considered recommended

Status in “ubuntu-drivers-common” package in Ubuntu:
  New

Bug description:
  in a vbox ubuntu-drivers-common will correctly list the vbox dkms
  driver as option (the only one) but it will not be marked as
  recommended.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: ubuntu-drivers-common 1:0.2.91.1
  ProcVersionSignature: Ubuntu 3.13.0-20.42-generic 3.13.7
  Uname: Linux 3.13.0-20-generic x86_64
  ApportVersion: 2.14-0ubuntu1
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Wed Apr  2 11:48:02 2014
  InstallationDate: Installed on 2014-04-02 (0 days ago)
  InstallationMedia: Kubuntu 14.04 LTS Trusty Tahr - Daily amd64 (20140402)
  SourcePackage: ubuntu-drivers-common
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-drivers-common/+bug/1301284/+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 1301313] Re: Switching audio output device mutes all sound

2014-04-02 Thread Harald Sitter
** Package changed: kde-workspace (Ubuntu) = pulseaudio (Ubuntu)

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

Title:
  Switching audio output device mutes all sound

Status in “pulseaudio” package in Ubuntu:
  New

Bug description:
  This is reproducible with and without connecting headphones to the
  laptop.

  How to reproduce:
  - go to System Settings - Multimedia - Audio hardware setup, Device 
configuration
  - change Connector from Speakers to Headphones
  - change back to Speakers

  Current behaviour:
  - the sound is muted

  Expected behaviour: 
   - sound continues to play through speakers at its previous volume

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: systemsettings 4:4.11.8-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-18.38-generic 3.13.6
  Uname: Linux 3.13.0-18-generic x86_64
  ApportVersion: 2.14-0ubuntu1
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Wed Apr  2 13:38:05 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-03-19 (14 days ago)
  InstallationMedia: Kubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140318)
  SourcePackage: kde-workspace
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1301313/+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 1297936] Re: After upgrade 12.04-14.04 lightdm fails to start

2014-04-02 Thread Harald Sitter
I am not sure we can do much about broken config files to be honest.

** Package changed: ubuntu-release-upgrader (Ubuntu) = lightdm (Ubuntu)

-- 
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/1297936

Title:
  After upgrade 12.04-14.04 lightdm fails to start

Status in “lightdm” package in Ubuntu:
  New

Bug description:
  I upgraded this Kubuntu laptop using the command do-release-upgrade
  -d from 12.04 to 14.04. After the reboot, the splash screen did not
  disappear and lightdm didn't start. Running the command start
  lightdm (as root), I got the error message start: Job failed to
  start, which wasn't really helpful. I also tried the command
  /etc/init.d/lightdm start and now there was some more information:

  [+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log
  [+0.00s] DEBUG: Starting Light Display Manager 1.9.13, UID=0 PID=2635
  [+0.00s] DEBUG: Loading configuration dirs from 
/usr/share/lightdm/lightdm.conf.d
  [+0.00s] DEBUG: Loading configuration from 
/usr/share/lightdm/lightdm.conf.d/40-kde-plasma.conf
  [+0.00s] DEBUG: Loading configuration from 
/usr/share/lightdm/lightdm.conf.d/40-lightdm-kde-greeter.conf
  [+0.00s] DEBUG: Loading configuration from 
/usr/share/lightdm/lightdm.conf.d/50-greeter-wrapper.conf
  [+0.00s] DEBUG: Loading configuration from 
/usr/share/lightdm/lightdm.conf.d/50-guest-wrapper.conf
  [+0.00s] DEBUG: Loading configuration from 
/usr/share/lightdm/lightdm.conf.d/50-xserver-command.conf
  [+0.00s] DEBUG: Loading configuration dirs from 
/usr/local/share/lightdm/lightdm.conf.d
  [+0.00s] DEBUG: Loading configuration dirs from 
/etc/xdg/lightdm/lightdm.conf.d
  [+0.00s] DEBUG: Loading configuration from /etc/lightdm/lightdm.conf
  [+0.00s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager
  [+0.00s] DEBUG: Using Xephyr for X servers
  [+0.00s] DEBUG: Registered seat module xlocal
  [+0.00s] DEBUG: Registered seat module xremote
  [+0.00s] DEBUG: Registered seat module unity
  [+0.00s] DEBUG: Registered seat module surfaceflinger
  [+0.01s] DEBUG: Adding default seat
  [+0.01s] DEBUG: Seat: Starting
  [+0.01s] DEBUG: Seat: Creating greeter session
  [+0.01s] DEBUG: Seat: Failed to find session configuration lightdm-gtk-greeter
  [+0.01s] DEBUG: Seat: Failed to create greeter session
   * Starting X display manager lightdm 
  [ OK ] 

  Even though there was the [ OK ] displayed in the last line, lightdm
  didn't start. Due to the message Failed to find session configuration
  lightdm-gtk-greeter I supposed that the package lightdm-gtk-greeter
  was missing. And indeed after I installed that package (+
  dependencies), lightdm started.

  As this is a test-upgrade I could return to the original 12.04 system.
  On that partition was a file /etc/lightdm/lightdm.conf from 2012 with
  this contents:

  [SeatDefaults]
  greeter-session=lightdm-gtk-greeter
  user-session=Lubuntu

  Obviously this was a leftover of a previous test with the lubuntu-
  desktop. While I had uninstalled lightdm and most of the other Lubuntu
  packages, this configuration file was not removed for some reason. And
  during the upgrade I was not asked if the config file should be
  replaced but the file stayed untouched.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: ubuntu-release-upgrader-core 1:0.219
  ProcVersionSignature: Ubuntu 3.13.0-19.40-generic 3.13.6
  Uname: Linux 3.13.0-19-generic i686
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: i386
  CrashDB: ubuntu
  CurrentDesktop: KDE
  Date: Wed Mar 26 17:26:05 2014
  PackageArchitecture: all
  SourcePackage: ubuntu-release-upgrader
  Symptom: ubuntu-release-upgrader
  UpgradeStatus: Upgraded to trusty on 2014-03-26 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1297936/+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 1301192] Re: amarok fails to start post-upgrade to Trusty

2014-04-02 Thread Harald Sitter
sudo apt-get install phonon-backend-gstreamer1.0

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

Title:
  amarok fails to start post-upgrade to Trusty

Status in “amarok” package in Ubuntu:
  Incomplete

Bug description:
  Terminal Output

  :~$ amarok
  QDBusConnection: session D-Bus connection created before QCoreApplication. 
Application may misbehave.
  QDBusConnection: session D-Bus connection created before QCoreApplication. 
Application may misbehave.
  Connecting to deprecated signal 
QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
  QDBusConnection: session D-Bus connection created before QCoreApplication. 
Application may misbehave.
  QDBusConnection: session D-Bus connection created before QCoreApplication. 
Application may misbehave.
  Got bus address:  
unix:abstract=/tmp/dbus-HZ5MP5zBKp,guid=da166c01281c26cad1cabd00533bb5cb 
  Connected to accessibility bus at:  
unix:abstract=/tmp/dbus-HZ5MP5zBKp,guid=da166c01281c26cad1cabd00533bb5cb 
  Registered DEC:  true 
  Registered event listener change listener:  true 
  kbuildsycoca4 running...

  (amarok:4102): GLib-GObject-WARNING **: cannot register existing type
  'GstObject'

  (amarok:4102): GLib-CRITICAL **: g_once_init_leave: assertion 'result
  != 0' failed

  (amarok:4102): GLib-GObject-CRITICAL **: g_type_register_static:
  assertion 'parent_type  0' failed

  (amarok:4102): GLib-CRITICAL **: g_once_init_leave: assertion 'result
  != 0' failed

  (amarok:4102): GStreamer-CRITICAL **: gst_plugin_feature_get_name:
  assertion 'GST_IS_PLUGIN_FEATURE (feature)' failed

  
  --

  No indicator icon appears either. Starting amarok either through unity
  or in the terminal starts two amarok processes, one of which is always
  a zombie. If started in a terminal only one can be terminated from the
  terminal, the other has to be done manually.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: amarok 2:2.8.0-0ubuntu3
  ProcVersionSignature: Ubuntu 3.11.0-19.33-generic 3.11.10.5
  Uname: Linux 3.11.0-19-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Apr  2 08:01:57 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-01-11 (80 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: amarok
  UpgradeStatus: Upgraded to trusty on 2014-04-01 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amarok/+bug/1301192/+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 1301192] Re: amarok fails to start post-upgrade to Trusty

2014-04-02 Thread Harald Sitter
** Changed in: amarok (Ubuntu)
   Status: Incomplete = Triaged

** Changed in: amarok (Ubuntu)
   Importance: Undecided = Critical

** Changed in: amarok (Ubuntu)
Milestone: None = ubuntu-14.04

** Tags added: kubuntu

** Summary changed:

- amarok fails to start post-upgrade to Trusty
+ transition from gst0.10 to gst1.0 phonon backend incomplete

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

Title:
  transition from gst0.10 to gst1.0 phonon backend incomplete

Status in “amarok” package in Ubuntu:
  Triaged

Bug description:
  Terminal Output

  :~$ amarok
  QDBusConnection: session D-Bus connection created before QCoreApplication. 
Application may misbehave.
  QDBusConnection: session D-Bus connection created before QCoreApplication. 
Application may misbehave.
  Connecting to deprecated signal 
QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
  QDBusConnection: session D-Bus connection created before QCoreApplication. 
Application may misbehave.
  QDBusConnection: session D-Bus connection created before QCoreApplication. 
Application may misbehave.
  Got bus address:  
unix:abstract=/tmp/dbus-HZ5MP5zBKp,guid=da166c01281c26cad1cabd00533bb5cb 
  Connected to accessibility bus at:  
unix:abstract=/tmp/dbus-HZ5MP5zBKp,guid=da166c01281c26cad1cabd00533bb5cb 
  Registered DEC:  true 
  Registered event listener change listener:  true 
  kbuildsycoca4 running...

  (amarok:4102): GLib-GObject-WARNING **: cannot register existing type
  'GstObject'

  (amarok:4102): GLib-CRITICAL **: g_once_init_leave: assertion 'result
  != 0' failed

  (amarok:4102): GLib-GObject-CRITICAL **: g_type_register_static:
  assertion 'parent_type  0' failed

  (amarok:4102): GLib-CRITICAL **: g_once_init_leave: assertion 'result
  != 0' failed

  (amarok:4102): GStreamer-CRITICAL **: gst_plugin_feature_get_name:
  assertion 'GST_IS_PLUGIN_FEATURE (feature)' failed

  
  --

  No indicator icon appears either. Starting amarok either through unity
  or in the terminal starts two amarok processes, one of which is always
  a zombie. If started in a terminal only one can be terminated from the
  terminal, the other has to be done manually.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: amarok 2:2.8.0-0ubuntu3
  ProcVersionSignature: Ubuntu 3.11.0-19.33-generic 3.11.10.5
  Uname: Linux 3.11.0-19-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Apr  2 08:01:57 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-01-11 (80 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: amarok
  UpgradeStatus: Upgraded to trusty on 2014-04-01 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amarok/+bug/1301192/+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 1291526] Re: could not start ksmserver with nvidia-prime at next login

2014-03-31 Thread Harald Sitter
Moving to nvidia-prime again because I have absolutely no idea what to
do.

Yes, ksmserver crashes in the XIO errorhandler, the handler is from
kdelibs and meant to attempt a cleanup to prevent data loss. The problem
is not that it crashes, the problem is that it gets an XIO error with
prime, while it does not get one without it (i.e. because it does not
crash - even if it did manage a cleanup before exiting it would still
result in a defunct session as KSMServer does the session management)..

** Package changed: kdebase-workspace (Ubuntu) = nvidia-prime (Ubuntu)

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

Title:
  could not start ksmserver with nvidia-prime at next login

Status in “nvidia-prime” package in Ubuntu:
  Confirmed

Bug description:
  Steps to reproduce:
  Install nvidia-prime,
  select nvidia card using prime-select nvidia,
  connect external monitor and try to change the resolution,
  log out and log back in,
  Could not start ksmserver message pops up.
  Works fine with ubuntu, must be a KDE related bug.
  The problem is not present when using the intel card.
  This bug has been present in 13.10, too.

  baloo@LeW-O-Laptop:~$ dpkg -l | grep nvidia
  ii  nvidia-331331.49-0ubuntu1~xedgers14.04.3  
amd64NVIDIA binary driver - version 331.49
  ii  nvidia-libopencl1-331 331.49-0ubuntu1~xedgers14.04.3  
amd64NVIDIA OpenCL Driver and ICD Loader library
  ii  nvidia-opencl-icd-331 331.49-0ubuntu1~xedgers14.04.3  
amd64NVIDIA OpenCL ICD
  ii  nvidia-prime  0.6 
amd64Tools to enable NVIDIA's Prime
  ii  nvidia-settings   331.38-0ubuntu1~xedgers~trusty1 
amd64Tool for configuring the NVIDIA graphics driver
  I'm on a Dell N7110.

  lsb_release -rd
  Description:  Ubuntu Trusty Tahr (development branch)
  Release:  14.04

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: kdebase-workspace (not installed)
  ProcVersionSignature: Ubuntu 3.13.0-17.37-generic 3.13.6
  Uname: Linux 3.13.0-17-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Wed Mar 12 18:57:25 2014
  InstallationDate: Installed on 2014-03-11 (1 days ago)
  InstallationMedia: Kubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140311)
  SourcePackage: kde-workspace
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-prime/+bug/1291526/+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 1300165] Re: DriverManager_DBus crashed with FileNotFoundError in _execute_child(): [Errno 2] Datei oder Verzeichnis nicht gefunden: 'modinfo'

2014-03-31 Thread Harald Sitter
** Package changed: kubuntu-driver-manager (Ubuntu) = ubuntu-drivers-
common (Ubuntu)

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

Title:
  DriverManager_DBus crashed with FileNotFoundError in _execute_child():
  [Errno 2] Datei oder Verzeichnis nicht gefunden: 'modinfo'

Status in “ubuntu-drivers-common” package in Ubuntu:
  New

Bug description:
  Crashed on startup

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: kubuntu-driver-manager 14.04ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-20.42-generic 3.13.7
  Uname: Linux 3.13.0-20-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  CrashCounter: 1
  Date: Mon Mar 31 13:37:12 2014
  ExecutablePath: /usr/lib/kde4/libexec/DriverManager_DBus
  InterpreterPath: /usr/bin/python3.4
  ProcCmdline: python3 /usr/lib/kde4/libexec/DriverManager_DBus
  ProcEnviron:
   SHELL=/bin/bash
   XDG_RUNTIME_DIR=set
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
  PythonArgs: ['/usr/lib/kde4/libexec/DriverManager_DBus']
  SourcePackage: kubuntu-driver-manager
  Title: DriverManager_DBus crashed with FileNotFoundError in _execute_child(): 
[Errno 2] Datei oder Verzeichnis nicht gefunden: 'modinfo'
  UpgradeStatus: Upgraded to trusty on 2014-03-31 (0 days ago)
  UserGroups: www-data

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-drivers-common/+bug/1300165/+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 1299499] Re: kwin crashes on desktop startup with wobbly windows enabled

2014-03-31 Thread Harald Sitter
** Package changed: kde-workspace (Ubuntu) = mesa (Ubuntu)

** Changed in: mesa (Ubuntu)
Milestone: None = ubuntu-14.04

** Tags added: kubuntu

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

Title:
  kwin crashes on desktop startup with wobbly windows enabled

Status in “mesa” package in Ubuntu:
  Confirmed

Bug description:
  kwin reports a crash while starting up, and desktop effects are not
  enabled for the session.

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: kde-window-manager 4:4.11.8-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-20.42-generic 3.13.7
  Uname: Linux 3.13.0-20-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  AssertionMessage: kwin: 
../../../../../../../src/mesa/drivers/dri/i965/brw_reset.c:43: 
brw_get_graphics_reset_status: Assertion `brw-hw_ctx != ((void *)0)' failed.
  CrashCounter: 1
  CurrentDesktop: KDE
  Date: Sat Mar 29 11:11:04 2014
  ExecutablePath: /usr/bin/kwin
  InstallationDate: Installed on 2014-02-03 (53 days ago)
  InstallationMedia: Ubuntu-Server 13.10 Saucy Salamander - Release amd64 
(20131016)
  ProcCmdline: /usr/bin/kwin --crashes 2
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  Signal: 6
  SourcePackage: kde-workspace
  StacktraceTop:
   __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
   __GI_abort () at abort.c:89
   __assert_fail_base (fmt=0x7f7a0d7c2718 %s%s%s:%u: %s%sAssertion `%s' 
failed.\n%n, assertion=assertion@entry=0x7f79edba7a63 brw-hw_ctx != ((void 
*)0), file=file@entry=0x7f79edba7a28 
../../../../../../../src/mesa/drivers/dri/i965/brw_reset.c, 
line=line@entry=43, function=function@entry=0x7f79edba7a80 
brw_get_graphics_reset_status) at assert.c:92
   __GI___assert_fail (assertion=0x7f79edba7a63 brw-hw_ctx != ((void *)0), 
file=0x7f79edba7a28 
../../../../../../../src/mesa/drivers/dri/i965/brw_reset.c, line=43, 
function=0x7f79edba7a80 brw_get_graphics_reset_status) at assert.c:101
   ?? () from /usr/lib/x86_64-linux-gnu/dri/i965_dri.so
  Title: kwin assert failure: kwin: 
../../../../../../../src/mesa/drivers/dri/i965/brw_reset.c:43: 
brw_get_graphics_reset_status: Assertion `brw-hw_ctx != ((void *)0)' failed.
  UpgradeStatus: Upgraded to trusty on 2014-03-03 (26 days ago)
  UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1299499/+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 1300283] Re: LibreOffice does not start in a KDE 4 session

2014-03-31 Thread Harald Sitter
** Tags added: kubuntu

** Changed in: libreoffice (Ubuntu)
Milestone: None = ubuntu-14.04

-- 
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/1300283

Title:
  LibreOffice does not start in a KDE 4 session

Status in “libreoffice” package in Ubuntu:
  Confirmed

Bug description:
  It seems that the latest RC of LO is completely broken on KDE 4.

  Launching the LO center causes nothing to come up ( I can see a window
  title, but nothing inside the window itself ), launching writer causes
  a window to come up, which immediately hangs.

  Multiple users have brought this up on the Kubuntu Devel mailing list
  too.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: libreoffice (not installed)
  ProcVersionSignature: Ubuntu 3.13.0-19.40-generic 3.13.6
  Uname: Linux 3.13.0-19-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14-0ubuntu1
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Mon Mar 31 17:22:08 2014
  InstallationDate: Installed on 2014-03-18 (12 days ago)
  InstallationMedia: Kubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140318)
  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/1300283/+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 1298380] Re: Amarok wont play music files

2014-03-31 Thread Harald Sitter
** Changed in: amarok (Ubuntu)
   Importance: Undecided = Critical

** Changed in: amarok (Ubuntu)
Milestone: None = ubuntu-14.04

** Changed in: amarok (Ubuntu)
 Assignee: (unassigned) = Jonathan Riddell (jr)

** Tags added: kubuntu

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

Title:
  Amarok wont play music files

Status in “amarok” package in Ubuntu:
  Confirmed

Bug description:
  From today, Amarok will not play any music files.  It opens fine, but
  when I click play or double click a music track, nothing happens.  Ive
  restarted twice with no change in behavior.  System is up to date.

  Kubuntu 14.04
  Amarok 2:2.8.0-0ubuntu3

  Debug output from when I click Play:

   BEGIN: void EngineController::playPause() 
  amarok:   [EngineController] PlayPause: EngineController state 0 
  amarok:   BEGIN: void EngineController::play() 
  amarok: BEGIN: void Playlist::Actions::play() 
  amarok:   BEGIN: void Playlist::Actions::play(quint64, bool) 
  amarok: BEGIN: void EngineController::play(Meta::TrackPtr, uint, 
bool) 
  amarok:   BEGIN: void EngineController::stop(bool, bool) 
  amarok:   END__: void EngineController::stop(bool, bool) [Took: 0s] 
  amarok:   [EngineController] play: bounded is  QObject(0x0)  current 
Come On 
  amarok:   [EngineController] Just a normal, boring track... :-P 
  amarok:   BEGIN: void EngineController::playUrl(const KUrl, uint, 
bool) 
  amarok: [EngineController] URL:  
KUrl(file:///home/zachleigh/Music/V/Verve, The/The Verve - Urban Hymns/14 - 
Come On.flac) 
file:///home/zachleigh/Music/V/Verve,%20The/The%20Verve%20-%20Urban%20Hymns/14%20-%20Come%20On.flac
 
  amarok: [EngineController] Offset:  0 
  amarok:   END__: void EngineController::playUrl(const KUrl, uint, 
bool) [Took: 0s] 
  amarok: END__: void EngineController::play(Meta::TrackPtr, uint, 
bool) [Took: 0s] 
  amarok:   END__: void Playlist::Actions::play(quint64, bool) [Took: 0s] 
  amarok: END__: void Playlist::Actions::play() [Took: 0s] 
  amarok:   END__: void EngineController::play() [Took: 0s] 
  amarok: END__: void EngineController::playPause() [Took: 0s]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amarok/+bug/1298380/+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 1293413] Re: amarok does not play wma files in ubuntu 14.04

2014-03-17 Thread Harald Sitter
https://lists.ubuntu.com/archives/ubuntu-devel/2014-March/038150.html

** Package changed: amarok (Ubuntu) = app-install-data-ubuntu (Ubuntu)

** Changed in: app-install-data-ubuntu (Ubuntu)
   Status: New = Confirmed

** Changed in: app-install-data-ubuntu (Ubuntu)
   Importance: Undecided = High

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

Title:
  amarok does not play wma files in ubuntu 14.04

Status in “app-install-data-ubuntu” package in Ubuntu:
  Confirmed

Bug description:
  In KUbuntu 14.04, when trying to play a WMA file, Amarok says that it
  needs an additional plugin, e.g. Decoder Windows Media Audio 8.
  Running the proposed search for the plugin yields no results.

  The bug is likely related to the removal of the package
  gstreamer0.10-ffmpeg, see bug 1275556. In another system with 14.04,
  where this package was occasionally left from some older installation,
  WMA is played normally. However it seems that the genuine reason is in
  the Amarok itself, which looks not properly tuned to work with the
  updated audio libraries. Other audio players that I have installed can
  play WMA with no error.

  Running gst-inspect | grep wma gives only typefindfunctions:
  video/x-ms-asf: asf, wm, wma, wmv. In the ubuntu 14.04 system with
  the old package gstreamer0.10-ffmpeg this command identifies several
  available WMA codecs.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/app-install-data-ubuntu/+bug/1293413/+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 1291526] Re: could not start ksmserver with nvidia-prime at next login

2014-03-17 Thread Harald Sitter
Well, the backtrace seems somewhat improbable my best guess right now is
that prime somehow messes with dbus (which would be weird but hey).

The crash appears to not be caused by anything rational though:
if (kcminitSignals) {
connect( kcminitSignals, SIGNAL(phase2Done()), SLOT(kcmPhase2Done()));

kcminitSignals is a dbusinterface, it will be null if the interface is
invalid after creation, or if kcminitSignals was deleted. so really
there is no reason for it to crash there. at all.

Lacking understanding of how exactly a different gpu can cause this I'll
move the bug to prime, perhaps someone more knowledable has ideas. To me
it seems very random to the point that it may be a symptom of a
completely different problem.


** Package changed: kde-workspace (Ubuntu) = nvidia-prime (Ubuntu)

** Changed in: nvidia-prime (Ubuntu)
   Status: Incomplete = New

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

Title:
  could not start ksmserver with nvidia-prime at next login

Status in “nvidia-prime” package in Ubuntu:
  New

Bug description:
  Steps to reproduce:
  Install nvidia-prime,
  select nvidia card using prime-select nvidia,
  connect external monitor and try to change the resolution,
  log out and log back in,
  Could not start ksmserver message pops up.
  Works fine with ubuntu, must be a KDE related bug.
  The problem is not present when using the intel card.
  This bug has been present in 13.10, too.

  baloo@LeW-O-Laptop:~$ dpkg -l | grep nvidia
  ii  nvidia-331331.49-0ubuntu1~xedgers14.04.3  
amd64NVIDIA binary driver - version 331.49
  ii  nvidia-libopencl1-331 331.49-0ubuntu1~xedgers14.04.3  
amd64NVIDIA OpenCL Driver and ICD Loader library
  ii  nvidia-opencl-icd-331 331.49-0ubuntu1~xedgers14.04.3  
amd64NVIDIA OpenCL ICD
  ii  nvidia-prime  0.6 
amd64Tools to enable NVIDIA's Prime
  ii  nvidia-settings   331.38-0ubuntu1~xedgers~trusty1 
amd64Tool for configuring the NVIDIA graphics driver
  I'm on a Dell N7110.

  lsb_release -rd
  Description:  Ubuntu Trusty Tahr (development branch)
  Release:  14.04

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: kdebase-workspace (not installed)
  ProcVersionSignature: Ubuntu 3.13.0-17.37-generic 3.13.6
  Uname: Linux 3.13.0-17-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Wed Mar 12 18:57:25 2014
  InstallationDate: Installed on 2014-03-11 (1 days ago)
  InstallationMedia: Kubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140311)
  SourcePackage: kde-workspace
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-prime/+bug/1291526/+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 1289840] Re: missiing OR dependency on mariadb

2014-03-10 Thread Harald Sitter
** Changed in: akonadi (Ubuntu)
   Status: New = Fix Committed

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

Title:
  missiing OR dependency on mariadb

Status in “akonadi” package in Ubuntu:
  Fix Committed

Bug description:
  with 14.04 there is now mariadb in our repository. as drop-in-
  replacement for mysql, you should make the dependency on mysql OR
  mariadb

  Depends: mysql-server-core-5.5 | mariadb-server-core-5.5, mysql-
  client-core-5.5 | mariadb-client-core-5.5, libqt4-sql-mysql

  otherwise its impossible to install/use mariadb on kubuntu

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: akonadi-backend-mysql 1.11.80-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-16.36-generic 3.13.5
  Uname: Linux 3.13.0-16-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Mar  8 19:05:59 2014
  InstallationDate: Installed on 2014-02-22 (13 days ago)
  InstallationMedia: Kubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140121.1)
  PackageArchitecture: all
  SourcePackage: akonadi
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/akonadi/+bug/1289840/+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 1273413] Re: no suspend available without pm-utils

2014-03-03 Thread Harald Sitter
** Changed in: upower (Ubuntu)
   Status: New = Triaged

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

Title:
  no suspend available without pm-utils

Status in “upower” package in Ubuntu:
  Triaged

Bug description:
  With Trusty Alpha 2 installed I have no suspend option available from
  my kickoff menu when I apt-get purge pm-utils.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/upower/+bug/1273413/+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 1285678] Re: Incorrectly positioned user interface elements with dual-screen setup and different screen resolutions

2014-02-27 Thread Harald Sitter
That'd be a setup problem I guess. Witht he bigger screen being
duplicated to the smaller screen the sizing is off. If the screens were
not duplicated appropriate layout would happen.

** Package changed: lightdm-kde (Ubuntu) = xorg (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/1285678

Title:
  Incorrectly positioned user interface elements with dual-screen setup
  and different screen resolutions

Status in “xorg” package in Ubuntu:
  New

Bug description:
  When an external screen (1920x1080) is attached to my netbook (1024x600), the 
user interface elements on the netbook's login screen are positioned 
incorrectly: The user selection/password entry box is located near the lower 
right corner of the screen instead of centered; shutdown/... buttons are not 
displayed.
  Positioning on the external screen is correct - user selection in center, 
shutdown/... buttons in lower right corner.

  It looks as if for both screens, 1920 x 1080 was taken as reference
  for user interface element positioning.

  (Might be a general lightdm problem, did not test other greeters ...)

  Potentially related: during boot, Plymouth's Kubuntu logo is displayed
  correctly (centered) on both screens; shortly before switching to the
  login screen, on the netbook screen it moves to the lower right
  corner.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: lightdm-kde-greeter 0.3.2.1-1ubuntu3
  ProcVersionSignature: Ubuntu 3.11.0-17.31-generic 3.11.10.3
  Uname: Linux 3.11.0-17-generic i686
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: i386
  Date: Thu Feb 27 14:34:09 2014
  InstallationDate: Installed on 2014-02-05 (22 days ago)
  InstallationMedia: Kubuntu 13.10 Saucy Salamander - Release i386 
(20131016.1)
  MarkForUpload: True
  SourcePackage: lightdm-kde
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1285678/+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 1282059] [NEW] system_device_drivers should check for installedness

2014-02-19 Thread Harald Sitter
Public bug reported:

currently system_device_drivers() does not list whether a driver is
installed or not, however since it needs to query apt for matching
packages anyway it might be worthwhile to check whether those packages
are installed or not.

in kubuntu we have a component dispatching notifications if a
recommended driver is available but not in use, however to check the in-
use part we need to access apt to check whether the driver is installed
to begin with, this unnecessarily ties the notifying component directly
to apt.

** Affects: ubuntu-drivers-common (Ubuntu)
 Importance: Wishlist
 Status: New

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

Title:
  system_device_drivers should check for installedness

Status in “ubuntu-drivers-common” package in Ubuntu:
  New

Bug description:
  currently system_device_drivers() does not list whether a driver is
  installed or not, however since it needs to query apt for matching
  packages anyway it might be worthwhile to check whether those packages
  are installed or not.

  in kubuntu we have a component dispatching notifications if a
  recommended driver is available but not in use, however to check the
  in-use part we need to access apt to check whether the driver is
  installed to begin with, this unnecessarily ties the notifying
  component directly to apt.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-drivers-common/+bug/1282059/+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 1279194] Re: nvidia graphics card not detected

2014-02-12 Thread Harald Sitter
Please use the following command to automatically attach relevant logs from 
your system:
apport-collect -p ubuntu-drivers-common 1279194

** Project changed: kubuntu-driver-manager = ubuntu-drivers-common
(Ubuntu)

** Changed in: ubuntu-drivers-common (Ubuntu)
   Status: New = Incomplete

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

Title:
  nvidia graphics card not detected

Status in “ubuntu-drivers-common” package in Ubuntu:
  Incomplete

Bug description:
  I am using a nvidia graphics card on my asus u36s which is detected by
  jockey, but not by kubuntu-driver-manager:

  01:00.0 VGA compatible controller: NVIDIA Corporation GF119M [GeForce
  GT 520M] (rev a1)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-drivers-common/+bug/1279194/+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 1278820] Re: system not detected as needing nvidia

2014-02-11 Thread Harald Sitter
** Attachment added: Xorg.0.log
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-drivers-common/+bug/1278820/+attachment/3977074/+files/Xorg.0.log

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

Title:
  system not detected as needing nvidia

Status in “ubuntu-drivers-common” package in Ubuntu:
  Won't Fix

Bug description:
  When running /usr/bin/ubuntu-drivers, or using kubuntu-driver-manger,
  no proprietary driver options are listed despite the system using a
  binary nvidia blog right now.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: ubuntu-drivers-common 1:0.2.87
  ProcVersionSignature: Ubuntu 3.13.0-8.27-generic 3.13.2
  Uname: Linux 3.13.0-8-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.13.2-0ubuntu2
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Tue Feb 11 11:52:43 2014
  InstallationDate: Installed on 2013-10-29 (105 days ago)
  InstallationMedia: Kubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  SourcePackage: ubuntu-drivers-common
  UpgradeStatus: Upgraded to trusty on 2014-02-05 (5 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-drivers-common/+bug/1278820/+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 1278820] [NEW] system not detected as needing nvidia

2014-02-11 Thread Harald Sitter
Public bug reported:

When running /usr/bin/ubuntu-drivers, or using kubuntu-driver-manger, no
proprietary driver options are listed despite the system using a binary
nvidia blog right now.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: ubuntu-drivers-common 1:0.2.87
ProcVersionSignature: Ubuntu 3.13.0-8.27-generic 3.13.2
Uname: Linux 3.13.0-8-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.13.2-0ubuntu2
Architecture: amd64
CurrentDesktop: KDE
Date: Tue Feb 11 11:52:43 2014
InstallationDate: Installed on 2013-10-29 (105 days ago)
InstallationMedia: Kubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
SourcePackage: ubuntu-drivers-common
UpgradeStatus: Upgraded to trusty on 2014-02-05 (5 days ago)

** Affects: ubuntu-drivers-common (Ubuntu)
 Importance: Undecided
 Status: Won't Fix


** Tags: amd64 apport-bug trusty

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

Title:
  system not detected as needing nvidia

Status in “ubuntu-drivers-common” package in Ubuntu:
  Won't Fix

Bug description:
  When running /usr/bin/ubuntu-drivers, or using kubuntu-driver-manger,
  no proprietary driver options are listed despite the system using a
  binary nvidia blog right now.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: ubuntu-drivers-common 1:0.2.87
  ProcVersionSignature: Ubuntu 3.13.0-8.27-generic 3.13.2
  Uname: Linux 3.13.0-8-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.13.2-0ubuntu2
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Tue Feb 11 11:52:43 2014
  InstallationDate: Installed on 2013-10-29 (105 days ago)
  InstallationMedia: Kubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  SourcePackage: ubuntu-drivers-common
  UpgradeStatus: Upgraded to trusty on 2014-02-05 (5 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-drivers-common/+bug/1278820/+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 1278820] Re: system not detected as needing nvidia

2014-02-11 Thread Harald Sitter
** Attachment added: lspci.log
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-drivers-common/+bug/1278820/+attachment/3977075/+files/lspci.log

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

Title:
  system not detected as needing nvidia

Status in “ubuntu-drivers-common” package in Ubuntu:
  Won't Fix

Bug description:
  When running /usr/bin/ubuntu-drivers, or using kubuntu-driver-manger,
  no proprietary driver options are listed despite the system using a
  binary nvidia blog right now.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: ubuntu-drivers-common 1:0.2.87
  ProcVersionSignature: Ubuntu 3.13.0-8.27-generic 3.13.2
  Uname: Linux 3.13.0-8-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.13.2-0ubuntu2
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Tue Feb 11 11:52:43 2014
  InstallationDate: Installed on 2013-10-29 (105 days ago)
  InstallationMedia: Kubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  SourcePackage: ubuntu-drivers-common
  UpgradeStatus: Upgraded to trusty on 2014-02-05 (5 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-drivers-common/+bug/1278820/+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 320259] Re: GDM Context menu needs an option to display on button release

2014-01-30 Thread Harald Sitter
** No longer affects: qt4-x11 (Ubuntu)

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

Title:
  GDM Context menu needs an option to display on button release

Status in GTK+ GUI Toolkit:
  New
Status in “gtk+2.0” package in Ubuntu:
  Invalid

Bug description:
  The normal operation of the the Gnome desktop is slightly different
  than that of a windows desktop with regard to the context (right
  click) menu.  More specifically, the Windows menu appears upon release
  of the right mouse button, while the Gnome menu appears immediately
  with the release selecting a menu item.  For many users this subtlety
  is never noticed as most users simply click and release without moving
  the mouse.

  However, for a few of us find it a little frustrating.  From using
  Windows for many years, some of us have developed muscle memory that
  results in automatically moving the mouse pointer down in anticipation
  of the context menu click.  This gives us a headstart in Windows. But
  under gnome, typically it results in a release over a context menu
  item and firing of an unintentional command.

  Users may have trouble smoothly transitioning between the two mouse
  operations and may not figure out what the problem was since the rest
  of the operations are so similar.  They may think there is something
  wrong with the desktop or mouse. When I demonstrate Ubuntu to other
  power users, I notice some issues in this regard. Typically, they
  think the context menu is sticky.

  What would be a good solution would be to provide an option under
  Gnome control panel to emulate Windows context menu operation.  This
  would provide a fall back for users that are migrating from Windows
  desktops.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gtk/+bug/320259/+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 953342] Re: Add support for Qt Designer UI files

2014-01-28 Thread Harald Sitter
** Also affects: intltool (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: intltool (Ubuntu)
   Importance: Undecided = Medium

** Changed in: intltool (Ubuntu)
   Status: New = Triaged

** Changed in: intltool (Ubuntu)
Milestone: None = ubuntu-14.04

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

Title:
  Add support for Qt Designer UI files

Status in Internationalization Tool Collection:
  New
Status in “intltool” package in Ubuntu:
  Triaged

Bug description:
  Qt Designer files are XML files that describe the UI of a Qt
  application, and are the Glade .ui file equivalent in the Qt world.

  Their format definition can be found here:

  - http://qt-project.org/doc/designer-ui-file-format.html

  While many Qt projects use Qt's own i18n/l10n framework, others rely
  on gettext. Some examples are core Ubuntu applications such as the
  Ubuntu One client and Checkbox, which have started to migrate to Qt-
  based user interfaces while overriding Qt's i18n system and using
  gettext instead.

  These cases need a way to extract translatable messages from Qt's .ui
  files, merge the translations in .pot files and thus integrate with
  the gettext workflow.

To manage notifications about this bug go to:
https://bugs.launchpad.net/intltool/+bug/953342/+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 663785] Re: kubuntu powerdevil does not allow scaling in 10.10

2014-01-22 Thread Harald Sitter
** Package changed: powerdevil (Ubuntu) = pm-utils (Ubuntu)

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

Title:
  kubuntu powerdevil does not allow scaling in 10.10

Status in “pm-utils” package in Ubuntu:
  New

Bug description:
  Up to 10.04 I could set cpu scaling policy in my powerdevil profiles.
  In 10.10, it's gone. Not good! My cpu runs at 2.00GHz all the time and
  is close to overheating!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/663785/+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 411703] Re: Ufraw does not process Canon EOS 500D RAW files correctly.

2014-01-22 Thread Harald Sitter
** Changed in: libkdcraw (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  Ufraw does not process Canon EOS 500D RAW files correctly.

Status in The Unidentified Flying Raw (UFRaw):
  Fix Released
Status in “dcraw” package in Ubuntu:
  Fix Released
Status in “libkdcraw” package in Ubuntu:
  Fix Released
Status in “ufraw” package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: dcraw

  Bug is the same as  https://bugs.launchpad.net/bugs/228623

To manage notifications about this bug go to:
https://bugs.launchpad.net/ufraw/+bug/411703/+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 1116235] Re: Unable to change volume level moving the kmix slider

2014-01-22 Thread Harald Sitter
** No longer affects: kmix (Ubuntu)

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

Title:
  Unable to change volume level moving the kmix slider

Status in “pulseaudio” package in Ubuntu:
  New

Bug description:
  Just moved one HDD from old machine to another and discovered an issue
  with volume level changing with kmix (Integrated Audio Analog Stereo).
  The thing is that moving the kmix slider makes nothing. The sound is
  working but to change the volume level I must open kmix, switch to
  Playback Streams and change the volume there, in alsamixer. Changing
  the volume level in Playback Devices does nothing: slider moves but
  volume doesn't changes. If I move slider to the lowest position the
  sound is muting but between the lowest an the highest position it
  doesn't changes the volume higher or lower.

  Of course in Select master channel the motherboard integrated audio
  device is chosen. And on old machine, with other audio device on other
  motherboard there was no problem with volume changing.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: pulseaudio 1:2.1-0ubuntu4
  ProcVersionSignature: Ubuntu 3.5.0-23.35-generic 3.5.7.2
  Uname: Linux 3.5.0-23-generic x86_64
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  eugene 2475 F pulseaudio
   /dev/snd/controlC0:  eugene 2475 F pulseaudio
   /dev/snd/pcmC0D0p:   eugene 2475 F...m pulseaudio
   /dev/snd/controlC1:  eugene 2475 F pulseaudio
  CurrentDmesg:
   
  Date: Tue Feb  5 15:05:44 2013
  InstallationDate: Installed on 2012-05-06 (274 days ago)
  InstallationMedia: Kubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120423)
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=uk_UA
   PATH=(custom, no user)
   LANG=uk_UA.UTF-8
   SHELL=/bin/bash
  SourcePackage: pulseaudio
  UpgradeStatus: Upgraded to quantal on 2012-10-08 (119 days ago)
  dmi.bios.date: 07/24/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0802
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5N64 WS PRO
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0802:bd07/24/2009:svnSystemmanufacturer:pnP5N64WSPRO:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5N64WSPRO:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: P5N64 WS PRO
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1116235/+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 262415] Re: Requesting Firefox web browser well integrated in KDE

2014-01-22 Thread Harald Sitter
** No longer affects: kmozillahelper (Ubuntu)

-- 
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/262415

Title:
  Requesting Firefox web browser well integrated in KDE

Status in Firefox KDE Support (kmozillahelper):
  New
Status in “firefox” package in Ubuntu:
  Confirmed

Bug description:
  I am reading that a new Firefox with a Qt frontend is being devoloped.
  I my opinion Kubuntu Desktop is needed by a better integrated Firefox 
becouse, unfortunately, Konqueror in KDE4 is not working at all, and is not 
than good than Firefox or Mozilla based browers.
  See also: 
  https://bugs.launchpad.net/ubuntu/+source/kdebase/+bug/178827
  http://bugs.kde.org/show_bug.cgi?id=165158
  I paste here the link when i have been reading about:
  http://browser.garage.maemo.org/news/10/

  I think that Kubuntu Team should consider this to include it in Kubuntu.
  This report is a wishlist.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox-kde-support/+bug/262415/+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 812210] Re: KDE file picker called by GTK apps gives spurious overwrite warning, instead of navigating, when selecting a directory

2014-01-22 Thread Harald Sitter
Unfortunately kmozillahelper is no longer used in recent version of
Kubuntu.


** Changed in: kmozillahelper (Ubuntu)
   Status: Confirmed = Won't Fix

-- 
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/812210

Title:
  KDE file picker called by GTK apps gives spurious overwrite warning,
  instead of navigating, when selecting a directory

Status in One Hundred Papercuts:
  Incomplete
Status in “kmozillahelper” package in Ubuntu:
  Won't Fix
Status in “libreoffice” package in Ubuntu:
  Confirmed

Bug description:
  I am using Kubuntu Natty. My LibreOffice automatically comes with KDE
  integration in the form of the libreoffice-kde package which provides
  a KDE file picker. I have also installed firefox-kde-support to allow
  my manually installed Firefox to use the KDE file picker. Both these
  GTK applications when integrated with KDE show this error:

  1. Create a temporary directory just for testing: mkdir /tmp/foo
  2. Open a webpage in KDE or a file in LibreOffice.
  3. Open the Save As dialog -- you should get the KDE file picker.
  4. In the Name box enter /tmp/foo and press Enter.

  Actual Result:
  It throws a warning asking whether I want to overwrite /tmp/foo. This warning 
is out of place because /tmp/foo is a directory and my typing it into the 
address field and pressing Enter is clearly telling the dialog box to open that 
directory in the folder pane. This is how the Save As box of *all other KDE 
applications* handles it.

  Expected Result:
  Other KDE applications (I tested Kate and Okteta) do NOT throw such a warning 
as they detect /tmp/foo is a directory and simply open it in the directory pane.

  I am filing this bug against the source packages kmozillahelper and
  libreoffice.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/812210/+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 1081828] Re: make sqlite default akonadi backend on netbooks

2014-01-22 Thread Harald Sitter
Upstream says mysql is the master of all backends. And upstream is our
master, so unfortunately this won't happen unless upstream revises their
position on mysql.

** Changed in: akonadi (Ubuntu)
   Status: New = Won't Fix

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

Title:
  make sqlite default akonadi backend on netbooks

Status in “akonadi” package in Ubuntu:
  Won't Fix

Bug description:
  i can see that when installed on the netbook kubuntu correctly chooses
  plasma-netbook interface instead of plasma-desktop.

  Please also after this detection make akonadi use sqlite as a backend
  instead of mysql, in order to save RAM and CPU resources on netbooks.

  see also 99

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/akonadi/+bug/1081828/+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 1075351] Re: akonadi postgres configuration ignores port number

2014-01-22 Thread Harald Sitter
Hi there!

Thanks for reporting this bug! Your bug seems to be a problem with the
KDE program itself, and not with our KDE packages. While we appreciate
your issue, it would be better if it was tracked at
https://bugs.kde.org, so that the KDE developers can deal with this
speedily and have direct communication with you as the reporter for more
effective debugging.

Thanks!

** Changed in: akonadi (Ubuntu)
   Status: Confirmed = Invalid

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

Title:
  akonadi postgres configuration ignores port number

Status in “akonadi” package in Ubuntu:
  Invalid

Bug description:
  I have PostgreSQL installed on my machine and have configured akonadi
  to use the standalone pg server.

  I have postgres running on port 5433 and experience a problem where it
  appears that the akonadi postgresql backend is ignoring the port
  number from the configuration. Even if my configuration has the port
  configuring to 5433, I get the following error running akonadictl
  start

   Database error: Cannot open database.
   Last driver error: QPSQL: Unable to connect
   Last database error: could not connect to server: Connection refused
   Is the server running on host localhost (::1) and accepting
   TCP/IP connections on port 5432?

  Switching my postgres server to 5432 (the default) is a workaround.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/akonadi/+bug/1075351/+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 988889] Re: [packaging] hard dependency on mysql backend, breaks other programs

2014-01-22 Thread Harald Sitter
*** This bug is a duplicate of bug 1271599 ***
https://bugs.launchpad.net/bugs/1271599

** This bug has been marked a duplicate of bug 1271599
   akonadi has unknown delta with debian package

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

Title:
  [packaging] hard dependency on mysql backend, breaks other programs

Status in “akonadi” package in Ubuntu:
  Confirmed

Bug description:
  Kubuntu 12.04 x86_64. Kubuntu PPAs added.

  Akonadi has a hard dependency on akonadi-backend-mysql despite there being 
other backends available. By extension, this means that 
mysql-{server,client}-core-5.1 needs to be installed to get a working plasma 
workspace. Please see LP bug 923189 for some more information about this 
decision;
   https://bugs.launchpad.net/ubuntu/+source/akonadi/+bug/923189

  There are MySQL drop-in replacements (such as Percona; 
https://launchpad.net/percona-server - admittedly not in our repos) that 
conflict/replace the mysql packages. Our akonadi packaging makes KDE mutually 
exclusive with those, even though the necessary backend functionality may be 
attained by installing a different akonadi backend. Please see this thread on 
ubuntuforums.org;
   http://ubuntuforums.org/showthread.php?t=1960064

  I'm not versed in the art of packaging, but two obvious solutions
  spring to mind. In reverse order of difficulty;

  1. Influence the packaging of everything related to mysql (our own
  MySQL, Percona, equavilents) to provide a 'mysqld' virtual package,
  and have the implementations provide it in turn. It's a neat solution
  for sure but requires effort. However, akonadi-server would still
  depend on mysql (whatever flavor) and eat space.

  2. Make akonadi-server depend on a virtual 'akonadi-backend' package
  and have all the backends provide it. Akonadi can recommend the (best
  supported default) mysql backend and suggest the others, but still
  depend on the virtual one so as to always enforce there being a
  backend installed. Most users won't be affected and will still just
  use the mysql one, and those with special requirements (eg
  cannot/must not/don't want to install mysql) get alternatives.

  To test the second solution, I built akonadi-server locally (source
  from precise main) after these quick modifications to debian/control.
  It built nicely and I'm now running with only akonadi-backend-sqlite
  installed. Please see the attached patch for an example. (Semi-related
  is that there's still a akonadi-backend-virtuoso virtual package that
  nothing seems to provide anymore?)

  Worthy of consideration here is KDE bug 298314 that makes it impossible to 
actually change to an akonadi backend other than mysql and postgresql (via the 
akonadi kcm). Those who opt out of akonadi-backend-{my,postgre}sql will be 
greeted with an Akonadi crash upon login unless they manually edit 
~/.config/akonadi/akonadiserverrc and specify the backend to use there.
   https://bugs.kde.org/show_bug.cgi?id=298314

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/akonadi/+bug/99/+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 660333] Re: akonadi start 4 services at 100% on kde login

2014-01-22 Thread Harald Sitter
Closing in favor of upstream report.

** Changed in: akonadi (Ubuntu)
   Status: Confirmed = Invalid

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

Title:
  akonadi start 4 services at 100% on kde login

Status in Akonadi - The PIM Storage Service:
  Unknown
Status in “akonadi” package in Ubuntu:
  Invalid

Bug description:
  akonadi start 4 services at 100% on kde login and getting up to load
  until the computer was unusable..

   Linux desktop 2.6.35-22-generic #34-Ubuntu SMP Sun Oct 10 09:26:05 UTC 2010 
x86_64 GNU/Linux
  Description:Ubuntu 10.10
  Release:10.10
  akonadi-server:
    Installé : 1.4.0-0ubuntu1
    Candidat : 1.4.0-0ubuntu1
   Table de version :
   *** 1.4.0-0ubuntu1 0
  500 http://ch.archive.ubuntu.com/ubuntu/ maverick/main amd64 Packages
  100 /var/lib/dpkg/status

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: akonadi-server 1.4.0-0ubuntu1 [modified: usr/bin/akonadi_control 
usr/bin/akonadi_rds usr/bin/akonadictl usr/bin/akonadiserver]
  ProcVersionSignature: Ubuntu 2.6.35-22.34-generic 2.6.35.4
  Uname: Linux 2.6.35-22-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Thu Oct 14 09:06:40 2010
  EcryptfsInUse: Yes
  InstallationMedia: Kubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  ProcEnviron:
   LANGUAGE=
   LANG=fr_CH.UTF-8
   SHELL=/bin/bash
  SourcePackage: akonadi

To manage notifications about this bug go to:
https://bugs.launchpad.net/akonadi/+bug/660333/+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 1007021] Re: carddav not syncing, no errors

2014-01-22 Thread Harald Sitter
** Changed in: akonadi (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  carddav not syncing, no errors

Status in “akonadi” package in Ubuntu:
  Fix Released

Bug description:
  This seems to be this kde bug:
  https://bugs.kde.org/show_bug.cgi?id=300047 It first appeared with the
  latest kubuntu updates.

  It is resolved in KDE today, but still exists in Kubuntu. Please
  include the fix from KDE.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: akonadi-server 1.7.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16
  Uname: Linux 3.2.0-24-generic x86_64
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: amd64
  Date: Thu May 31 19:24:43 2012
  InstallationMedia: Kubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120424)
  ProcEnviron:
   LANGUAGE=
   TERM=xterm
   PATH=(custom, user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: akonadi
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/akonadi/+bug/1007021/+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 1055405] Re: akonadi-backend-mysql depends on a specific MySQL version, preventing me from installing Percona server

2014-01-22 Thread Harald Sitter
*** This bug is a duplicate of bug 1271599 ***
https://bugs.launchpad.net/bugs/1271599

** This bug has been marked a duplicate of bug 1271599
   akonadi has unknown delta with debian package

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

Title:
  akonadi-backend-mysql depends on a specific MySQL version, preventing
  me from installing Percona server

Status in “akonadi” package in Ubuntu:
  Confirmed

Bug description:
  Package: akonadi-backend-mysql
  Depends: mysql-server-core-5.5, mysql-client-core-5.5,

  Percona replaces 'mysql-server' package but not 'mysql-server-
  core-5.5'. I can't install them both. Also, I can't use 'akonadi-
  backent-sqlite' because 'akonadi-server' depends on it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/akonadi/+bug/1055405/+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 1037508] Re: package dependencies: make it possible to purge akonadi-backend-mysql leaving plasma-netbook intact

2014-01-22 Thread Harald Sitter
*** This bug is a duplicate of bug 1271599 ***
https://bugs.launchpad.net/bugs/1271599

** This bug is no longer a duplicate of bug 99
   [packaging] hard dependency on mysql backend, breaks other programs
** This bug has been marked a duplicate of bug 1271599
   akonadi has unknown delta with debian package

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

Title:
  package dependencies: make it possible to purge akonadi-backend-mysql
  leaving plasma-netbook intact

Status in “akonadi” package in Ubuntu:
  New

Bug description:
  I don't use mysql akonadi backend (instead of it sqlite is available),
  i don't use akonadi itself. please let me save disk and ram space and
  remove it.

  It is nonsense to have mysql on a small netbook.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/akonadi/+bug/1037508/+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 578357] Re: MySql log file problem prevents Akonadi startup

2014-01-22 Thread Harald Sitter
Closing in favor of upstream report.

** Changed in: akonadi (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  MySql log file problem prevents Akonadi startup

Status in Akonadi - The PIM Storage Service:
  Unknown
Status in “akonadi” package in Ubuntu:
  Invalid

Bug description:
  I upgraded an older PC from KUbuntu Karmic to Lucid by doing a clean
  install to the root partition, and keeping existing files in the
  separate '/home' partition untouched. I now cannot use KMail any more,
  because Akonadi fails to start up. This is the error output that I get
  when I tried running 'akonadictl start' from the console:

  I tried running 'akonadictl start' from the command line, and it fails to 
start -- apparently because I haven't installed MySql. Console output is below:
  Connecting to deprecated signal 
QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
   [akonadiserver] search paths: (/home/cubranic/bin, /home/cubranic/bin, 
/usr/local/sbin, /usr/local/bin, /usr/sbin, /usr/bin, /sbin, /bin, 
/usr/games, /usr/sbin, /usr/local/sbin, /usr/local/libexec, 
/usr/libexec, /opt/mysql/libexec, /opt/local/lib/mysql5/bin)
   [akonadiserver] Found mysql_install_db: /usr/bin/mysql_install_db
   [akonadiserver] Found mysql_upgrade: /usr/bin/mysql_upgrade
   akonadiserver [out] Looking for 'mysql' as: /usr/bin/mysql
   
   akonadiserver [out] Looking for 'mysqlcheck' as: /usr/bin/mysqlcheck
   
   akonadiserver [out] Running 'mysqlcheck' with connection arguments: 
'--port=3306' '--socket=/var/run/mysqld/mysqld.sock' 
'--socket=/home/cubranic/.local/share/akonadi/db_misc/mysql.socket'
   
   [akonadiserver] /usr/bin/mysqlcheck: Got error: 2002: Can't connect to local 
MySQL server through socket 
'/home/cubranic/.local/share/akonadi/db_misc/mysql.socket' (2) when trying to 
connect
   [akonadiserver] FATAL ERROR: Upgrade failed
   [akonadiserver] Database process exited unexpectedly during initial 
connection!
   [akonadiserver] executable: /usr/sbin/mysqld-akonadi
   [akonadiserver] arguments: 
(--defaults-file=/home/cubranic/.local/share/akonadi//mysql.conf, 
--datadir=/home/cubranic/.local/share/akonadi/db_data/, 
--socket=/home/cubranic/.local/share/akonadi/db_misc/mysql.socket)
   [akonadiserver] stdout: 
   [akonadiserver] stderr: 
   [akonadiserver] exit code: 1
   [akonadiserver] process error: Unknown error
   [akonadiserver] [
   [akonadiserver] 0: akonadiserver(_Z11akBacktracev+0x35) [0x8052265]
   [akonadiserver] 1: akonadiserver() [0x8052726]
   [akonadiserver] 2: [0xb5d400]
   [akonadiserver] 3: [0xb5d422]
   [akonadiserver] 4: /lib/tls/i686/cmov/libc.so.6(gsignal+0x51) [0x4d1651]
   [akonadiserver] 5: /lib/tls/i686/cmov/libc.so.6(abort+0x182) [0x4d4a82]
   [akonadiserver] 6: 
/usr/lib/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x8c) [0x16d2dc]
   [akonadiserver] 7: akonadiserver(_ZN15FileDebugStream9writeDataEPKcx+0xc4) 
[0x80537a4]
   [akonadiserver] 8: /usr/lib/libQtCore.so.4(_ZN9QIODevice5writeEPKcx+0x8e) 
[0x20546e]
   [akonadiserver] 9: /usr/lib/libQtCore.so.4(+0x10a275) [0x21a275]
   [akonadiserver] 10: /usr/lib/libQtCore.so.4(_ZN11QTextStreamD1Ev+0x3d) 
[0x21b78d]
   [akonadiserver] 11: akonadiserver(_ZN6QDebugD1Ev+0x43) [0x804dea3]
   [akonadiserver] 12: 
/usr/lib/libakonadiprivate.so.1(_ZN7Akonadi13AkonadiServer25startMysqlDatabaseProcessEv+0x2071)
 [0xe50cb1]
   [akonadiserver] 13: 
/usr/lib/libakonadiprivate.so.1(_ZN7Akonadi13AkonadiServer20startDatabaseProcessEv+0x263)
 [0xe53da3]
   [akonadiserver] 14: 
/usr/lib/libakonadiprivate.so.1(_ZN7Akonadi13AkonadiServerC1EP7QObject+0x7d) 
[0xe5403d]
   [akonadiserver] 15: 
/usr/lib/libakonadiprivate.so.1(_ZN7Akonadi13AkonadiServer8instanceEv+0x58) 
[0xe554f8]
   [akonadiserver] 16: akonadiserver(main+0x374) [0x804d204]
   [akonadiserver] 17: /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe6) 
[0x4bdbd6]
   [akonadiserver] 18: akonadiserver() [0x804cdc1]
   [akonadiserver] ]
   [akonadiserver] 
   ProcessControl: Application 'akonadiserver' returned with exit code 255 
(Unknown error)
  [repeated three more times]

To manage notifications about this bug go to:
https://bugs.launchpad.net/akonadi/+bug/578357/+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 1271599] [NEW] akonadi has undocumented delta with debian package

2014-01-22 Thread Harald Sitter
Public bug reported:

  * Merge with debian experimental, remaining changes: 
- Add a mysqld-akonadi wrapper script.
- Add apparmor profile for mysqld-akonadi (usr.sbin.mysqld-akonadi).
- Make akonadi-backend-mysql depend on mysql-server-core-5.5 and
  mysql-client-core-5.5 instead of mysql-server-core.
- Force dependency on akonadi-backend-mysql for akonadi-server.

of those changes 
- the wrapper script is there because we don't like copying stuff, however it 
appears debian does not copy stuff either, so why is it there
- apparmor is there because we like apparmor, and have a wrapper script (see 
above)
- the depdency changes on the mysql backend are of unknown origin as they 
predate bzr branches and are not documented in the changelog
- the dependency from server to mysql exclusively is also of unknown origin and 
doesn't even make any sense

all the rubbish must be evaluated and (supposedly) the entire delta can
then be dropped.


real life implications of the delta:
- cannot install mysql drop-in replacements such as mariadb and what have you
- cannot not have mysql backend installed
- because of that cannot not have mysql installed

** Affects: akonadi (Ubuntu)
 Importance: High
 Status: Triaged


** Tags: kubuntu

** Summary changed:

- akonadi has unknown delta with debian package
+ akonadi has undocumented delta with debian package

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

Title:
  akonadi has undocumented delta with debian package

Status in “akonadi” package in Ubuntu:
  Triaged

Bug description:
* Merge with debian experimental, remaining changes: 
  - Add a mysqld-akonadi wrapper script.
  - Add apparmor profile for mysqld-akonadi (usr.sbin.mysqld-akonadi).
  - Make akonadi-backend-mysql depend on mysql-server-core-5.5 and
mysql-client-core-5.5 instead of mysql-server-core.
  - Force dependency on akonadi-backend-mysql for akonadi-server.

  of those changes 
  - the wrapper script is there because we don't like copying stuff, however it 
appears debian does not copy stuff either, so why is it there
  - apparmor is there because we like apparmor, and have a wrapper script (see 
above)
  - the depdency changes on the mysql backend are of unknown origin as they 
predate bzr branches and are not documented in the changelog
  - the dependency from server to mysql exclusively is also of unknown origin 
and doesn't even make any sense

  all the rubbish must be evaluated and (supposedly) the entire delta
  can then be dropped.

  
  real life implications of the delta:
  - cannot install mysql drop-in replacements such as mariadb and what have you
  - cannot not have mysql backend installed
  - because of that cannot not have mysql installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/akonadi/+bug/1271599/+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 1176013] Re: Multiple instances of akonadi_agent_launcher running

2014-01-22 Thread Harald Sitter
That is besign, each Akonadi resource is singled out into a separate
agent instance making it crash resistant.

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

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

Title:
  Multiple instances of akonadi_agent_launcher running

Status in “akonadi” package in Ubuntu:
  Invalid

Bug description:
  r
  haaken2865  0.0  0.1  82556  1792 ?Sl   May02   0:00 
/usr/bin/akonadi_agent_launcher akonadi_contact
  haaken2866  0.0  0.1  82572  1792 ?Sl   May02   0:00 
/usr/bin/akonadi_agent_launcher akonadi_contact
  haaken2867  0.0  0.1  82488  1836 ?Sl   May02   0:00 
/usr/bin/akonadi_agent_launcher akonadi_contact
  haaken2868  0.0  0.1  82572  1828 ?Sl   May02   0:00 
/usr/bin/akonadi_agent_launcher akonadi_contact
  haaken2869  0.0  0.1  82572  1860 ?Sl   May02   0:00 
/usr/bin/akonadi_agent_launcher akonadi_contact
  haaken2870  0.0  0.1  82488  1872 ?Sl   May02   0:00 
/usr/bin/akonadi_agent_launcher akonadi_contact
  haaken2871  0.0  0.1  82572  1848 ?Sl   May02   0:00 
/usr/bin/akonadi_agent_launcher akonadi_contact
  haaken2872  0.0  0.1  82572  1844 ?Sl   May02   0:00 
/usr/bin/akonadi_agent_launcher akonadi_contact
  haaken2873  0.0  0.1  82572  1764 ?Sl   May02   0:00 
/usr/bin/akonadi_agent_launcher akonadi_contact
  haaken2874  0.0  0.1  82572  1872 ?Sl   May02   0:00 
/usr/bin/akonadi_agent_launcher akonadi_contact
  haaken2875  0.0  0.1  82572  1872 ?Sl   May02   0:00 
/usr/bin/akonadi_agent_launcher akonadi_contact
  haaken2876  0.0  0.1  82572  1892 ?Sl   May02   0:00 
/usr/bin/akonadi_agent_launcher akonadi_contact
  haaken2877  0.0  0.1  82572  1840 ?Sl   May02   0:00 
/usr/bin/akonadi_agent_launcher akonadi_contact
  haaken2879  0.0  0.1  82572  1820 ?Sl   May02   0:00 
/usr/bin/akonadi_agent_launcher akonadi_contact
  haaken2880  0.0  0.1  82572  1872 ?Sl   May02   0:00 
/usr/bin/akonadi_agent_launcher akonadi_contact
  haaken2882  0.0  0.1  82572  1884 ?Sl   May02   0:00 
/usr/bin/akonadi_agent_launcher akonadi_contact
  haaken2883  0.0  0.1  82572  1856 ?Sl   May02   0:00 
/usr/bin/akonadi_agent_launcher akonadi_contact
  haaken2884  0.0  0.1  82572  1856 ?Sl   May02   0:00 
/usr/bin/akonadi_agent_launcher akonadi_contact
  haaken2885  0.0  0.1  82572  1692 ?Sl   May02   0:00 
/usr/bin/akonadi_agent_launcher akonadi_contact
  haaken2886  0.0  0.1  82572  1856 ?Sl   May02   0:00 
/usr/bin/akonadi_agent_launcher akonadi_contact
  haaken2887  0.0  0.1  82572  1892 ?Sl   May02   0:00 
/usr/bin/akonadi_agent_launcher akonadi_contact
  haaken2888  0.0  0.1  82572  1848 ?Sl   May02   0:00 
/usr/bin/akonadi_agent_launcher akonadi_contact
  haaken2890  0.0  0.1  82572  1860 ?Sl   May02   0:00 
/usr/bin/akonadi_agent_launcher akonadi_contact
  haaken2891  0.0  0.1  82572  1884 ?Sl   May02   0:00 
/usr/bin/akonadi_agent_launcher akonadi_contact
  haaken2892  0.0  0.1  82572  1840 ?Sl   May02   0:00 
/usr/bin/akonadi_agent_launcher akonadi_contact
  haaken2893  0.0  0.1  82572  1868 ?Sl   May02   0:00 
/usr/bin/akonadi_agent_launcher akonadi_contact
  haaken2895  0.0  0.1  82572  1880 ?Sl   May02   0:00 
/usr/bin/akonadi_agent_launcher akonadi_contact
  haaken2896  0.0  0.1  82572  1844 ?Sl   May02   0:00 
/usr/bin/akonadi_agent_launcher akonadi_contact
  haaken2897  0.0  0.1  82572  1860 ?Sl   May02   0:00 
/usr/bin/akonadi_agent_launcher akonadi_contact
  haaken2899  0.0  0.1  82572  1700 ?Sl   May02   0:00 
/usr/bin/akonadi_agent_launcher akonadi_contact
  haaken2900  0.0  0.1  82572  1844 ?Sl   May02   0:00 
/usr/bin/akonadi_agent_launcher akonadi_contact
  haaken2901  0.0  0.1  82572  1860 ?Sl   May02   0:00 
/usr/bin/akonadi_agent_launcher akonadi_contact
  haaken2902  0.0  0.1  82572  1844 ?Sl   May02   0:00 
/usr/bin/akonadi_agent_launcher akonadi_contact
  haaken2903  0.0  0.1  82556  1844 ?Sl   May02   0:00 
/usr/bin/akonadi_agent_launcher akonadi_contact
  haaken2905  0.0  0.1  82556  1784 ?Sl   May02   0:00 
/usr/bin/akonadi_agent_launcher akonadi_contact
  haaken2906  0.0  0.1  82556  1808 ?Sl   May02   0:00 
/usr/bin/akonadi_agent_launcher akonadi_contact
  haaken2907  0.0  0.1  82556  1772 ?Sl   May02   0:00 
/usr/bin/akonadi_agent_launcher akonadi_contact
  haaken2908  0.0  0.1  82556  1792 ?Sl   May02   0:00 
/usr/bin/akonadi_agent_launcher akonadi_contact
  haaken2909  0.0  0.1  82556  1808 ?Sl   May02   0:00 
/usr/bin/akonadi_agent_launcher 

[Desktop-packages] [Bug 1095429] Re: kontact unusable after kmail crashed trying to show emails

2014-01-22 Thread Harald Sitter
Hi there!

Thanks for reporting this bug! Your bug seems to be a problem with the
KDE program itself, and not with our KDE packages. While we appreciate
your issue, it would be better if it was tracked at
https://bugs.kde.org, so that the KDE developers can deal with this
speedily and have direct communication with you as the reporter for more
effective debugging.

Thanks!

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

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

Title:
  kontact unusable after kmail crashed trying to show emails

Status in “akonadi” package in Ubuntu:
  Invalid

Bug description:
  I am running Kubuntu 12.10 and KDE 4.9.3. The other day I opened Kmail
  and when I clicked on each email folders to see my emails, Kmail
  crashed saying there were no items. I restarted Kontact and the
  defined email accounts and mail folders were gone. It seems the
  internal database had been erased and Akonadi Server is not able to
  start anymore, with the following errors:

  * akonadiserver.error:

  Database process exited unexpectedly during initial connection! 
  executable: /usr/sbin/mysqld-akonadi 
  arguments: (--defaults-file=/home/fran/.local/share/akonadi/mysql.conf, 
--datadir=/home/fran/.local/share/akonadi/db_data/, 
--socket=/home/fran/.local/share/akonadi/socket-fran-Inspiron-6000/mysql.socket)
 
  stdout:  
  stderr:  
  exit code: 1 
  process error: Process operation timed out 
  [
  0: akonadiserver() [0x805c635]
  1: akonadiserver() [0x805c97a]
  2: [0xb770e400]
  3: [0xb770e424]
  4: /lib/i386-linux-gnu/libc.so.6(gsignal+0x4f) [0xb6de51df]
  5: /lib/i386-linux-gnu/libc.so.6(abort+0x175) [0xb6de8825]
  6: 
/usr/lib/i386-linux-gnu/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x13c)
 [0xb746b72c]
  7: akonadiserver() [0x805e8f8]
  8: /usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN9QIODevice5writeEPKcx+0xe8) 
[0xb7513ed8]
  9: /usr/lib/i386-linux-gnu/libQtCore.so.4(+0x2d) [0xb752012d]
  10: /usr/lib/i386-linux-gnu/libQtCore.so.4(_ZN11QTextStreamD1Ev+0x3e) 
[0xb752937e]
  11: akonadiserver() [0x80d3be2]
  12: akonadiserver() [0x805f6b1]
  13: akonadiserver() [0x8060646]
  14: akonadiserver() [0x8061c96]
  15: akonadiserver() [0x80559da]
  16: /lib/i386-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0xb6dd04d3]
  17: akonadiserver() [0x8056481]
  ]
   

  * mysql.error:

  121225 21:17:13 [Note] Plugin 'FEDERATED' is disabled.
  121225 21:17:13 InnoDB: The InnoDB memory heap is disabled
  121225 21:17:13 InnoDB: Mutexes and rw_locks use GCC atomic builtins
  121225 21:17:13 InnoDB: Compressed tables use zlib 1.2.7
  121225 21:17:13 InnoDB: Using Linux native AIO
  121225 21:17:13 InnoDB: Initializing buffer pool, size = 80.0M
  121225 21:17:13 InnoDB: Completed initialization of buffer pool
  121225 21:17:13 InnoDB: highest supported file format is Barracuda.
  InnoDB: Log scan progressed past the checkpoint lsn 3654932040
  121225 21:17:13  InnoDB: Database was not shut down normally!
  InnoDB: Starting crash recovery.
  InnoDB: Reading tablespace information from the .ibd files...
  InnoDB: Restoring possible half-written data pages from the doublewrite
  InnoDB: buffer...
  InnoDB: Doing recovery: scanned up to log sequence number 3655530216
  InnoDB: 1 transaction(s) which must be rolled back or cleaned up
  InnoDB: in total 1 row operations to undo
  InnoDB: Trx id counter is A29B00
  121225 21:17:14  InnoDB: Starting an apply batch of log records to the 
database...
  InnoDB: Progress in percents: 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 
20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 
46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 
72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 
98 99 
  InnoDB: Apply batch completed
  InnoDB: Last MySQL binlog file position 0 1594, file name ./mysql-bin.000199
  121225 21:17:14  InnoDB: Waiting for the background threads to start
  InnoDB: Starting in background the rollback of uncommitted transactions
  121225 21:17:14  InnoDB: Rolling back trx with id A299D6, 1 rows to undo
  121225 21:17:14  InnoDB: Assertion failure in thread 2876242752 in file 
fut0lst.ic line 83
  InnoDB: Failing assertion: addr.page == FIL_NULL || addr.boffset = 
FIL_PAGE_DATA
  InnoDB: We intentionally generate a memory trap.
  InnoDB: Submit a detailed bug report to http://bugs.mysql.com.
  InnoDB: If you get repeated assertion failures or crashes, even
  InnoDB: immediately after the mysqld startup, there may be
  InnoDB: corruption in the InnoDB tablespace. Please refer to
  InnoDB: http://dev.mysql.com/doc/refman/5.5/en/forcing-innodb-recovery.html
  InnoDB: about forcing recovery.
  20:17:14 UTC - mysqld got signal 6 ;
  This could be because you hit a bug. It is also possible that this binary
  or one of the libraries it was linked 

[Desktop-packages] [Bug 1267780] Re: multiple Marble entries in Software-Center

2014-01-13 Thread Harald Sitter
** Package changed: marble (Ubuntu) = software-center (Ubuntu)

-- 
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/1267780

Title:
  multiple Marble entries in Software-Center

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

Bug description:
  multiple Marble entries in Software-Center, take a look at the
  picture.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: marble (not installed)
  ProcVersionSignature: Ubuntu 3.13.0-1.16-generic 3.13.0-rc7
  Uname: Linux 3.13.0-1-generic x86_64
  ApportVersion: 2.12.7-0ubuntu6
  Architecture: amd64
  Date: Fri Jan 10 12:08:08 2014
  InstallationDate: Installed on 2014-01-09 (0 days ago)
  InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140109)
  ProcEnviron:
   LANGUAGE=fr_FR
   TERM=xterm
   PATH=(custom, no user)
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  SourcePackage: marble
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1267780/+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 1245979] Re: After Upgrade to Kubuntu 13.10 akondai fails to register at d-bus session, making kde-pim suit unusable

2014-01-13 Thread Harald Sitter
Right. So, I think this report may have been a bit of a mix of different
issue causes. There is a number of things that can cause Akonadi to fail
to start. One of them apparently has to do with the graphics driver
(oddly enough). Since some of you reported problems regardless of driver
version and others suggested that a down/upgrade resolved the issue I am
left to assume that not everyone is having the same cause although the
result is the same (akonadi not starting, error dialog coming up and so
forth).

Talking about different things at the same time is not very helpful so I
am going to close this bug report as invalid in accordance with the
upstream report that indicates that the nvidia driver versions available
in 13.10 should not cause any problems (please also make sure that you
do not use a PPA with unoffical driver versions - such as the xorg
edgers PPA).

Everyone who has Akonadi startup problems even with a supposed to be
working version of the nvidia driver or a whole different driver to
begin with, please report new bugs at bugs.kde.org using the Akonadi
error dialog. They may look like the same bug but really they are not
and warrant investigation on their own.

Thanks all.

** Changed in: akonadi (Ubuntu)
   Status: Incomplete = Invalid

** Summary changed:

- After Upgrade to Kubuntu 13.10 akondai fails to register at d-bus session, 
making kde-pim suit unusable
+ Akonadi fails to start with nvidia binary drivers installed

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

Title:
  Akonadi fails to start with nvidia binary drivers installed

Status in Akonadi - The PIM Storage Service:
  Won't Fix
Status in “akonadi” package in Ubuntu:
  Invalid

Bug description:
  Upon opening Kontact akonadi is supposed to be loaded but fails with
  the following error: Akonadi fails to register at d-bus session.

  I safed the self-test protocoll of the akonadi server and attached the
  report.

  I already deleted all my akonadi config files but it did not resolve
  the error.

To manage notifications about this bug go to:
https://bugs.launchpad.net/akonadi/+bug/1245979/+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 1245979] Re: After Upgrade to Kubuntu 13.10 akondai fails to register at d-bus session, making kde-pim suit unusable

2014-01-02 Thread Harald Sitter
I am a bit confused.

According to upstream = 325.15 (including 319.32) should be fine and
yet this report is about 13.10 which defaults to 304.108 and has as
newest available option the 319.32. So if both are supposed to work,
what is this bug report about then?

** Changed in: akonadi (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  After Upgrade to Kubuntu 13.10 akondai fails to register at d-bus
  session, making kde-pim suit unusable

Status in Akonadi - The PIM Storage Service:
  Won't Fix
Status in “akonadi” package in Ubuntu:
  Incomplete

Bug description:
  Upon opening Kontact akonadi is supposed to be loaded but fails with
  the following error: Akonadi fails to register at d-bus session.

  I safed the self-test protocoll of the akonadi server and attached the
  report.

  I already deleted all my akonadi config files but it did not resolve
  the error.

To manage notifications about this bug go to:
https://bugs.launchpad.net/akonadi/+bug/1245979/+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 1091371] Re: gvfs incorrect mime types integration into Kubuntu

2013-12-23 Thread Harald Sitter
** Package changed: kdebase (Ubuntu) = gvfs (Ubuntu)

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

Title:
  gvfs incorrect mime types integration into Kubuntu

Status in “gvfs” package in Ubuntu:
  New

Bug description:
  Hi,

  Distro: Kubuntu 11.10 64-Bits

  
  I think there is an incorrect integration of gvfs in Kubuntu (or KDE?), 
essentially cuz the support of mime types is not taken into account.

  
  For example,

  
---
  :~$ gvfs-mime
  Error parsing commandline options: Specify one of --query and --set

  Try gvfs-mime --help for more information.
  
---

  and

  
---
  :~$ gvfs-open trash://
  gvfs-open: trash:///: error opening location: No application is registered as 
handling this file
  
---

  
  It seems the package 'desktop-file-utils' is not installed by default and it 
seems it is the package handling mime types via the use of 
'update-desktop-database'. Maybe GVFS should have as a dependency 
'desktop-file-utils'?

  Even after installing the package and launching 'update-desktop-
  database', there are some problems, cuz the applications' priority
  order has not been defined, therefore it opens up 'trash://' with a
  different application than the File Manager (in my case it opened it
  up with GwenView, instead of Dolphin).

  
  I will give a try in Kubuntu 12.10 this w-e and see if the problem is 
persistent.

  
  tnx!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1091371/+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 1209031] Re: no way to add lpd/lpr printers on saucy

2013-11-25 Thread Harald Sitter
** Package changed: printer-applet (Ubuntu) = system-config-printer
(Ubuntu)

** Changed in: system-config-printer (Ubuntu)
   Status: Incomplete = New

-- 
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/1209031

Title:
  no way to add lpd/lpr printers on saucy

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

Bug description:
  In previous versions it was possible to add an lpd/lpr host and queue.
  The new version in saucy does not give any such option.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: printer-applet (not installed)
  ProcVersionSignature: Ubuntu 3.10.0-6.17-generic 3.10.3
  Uname: Linux 3.10.0-6-generic x86_64
  ApportVersion: 2.12-0ubuntu3
  Architecture: amd64
  Date: Wed Aug  7 09:31:41 2013
  InstallationDate: Installed on 2013-07-28 (9 days ago)
  InstallationMedia: Ubuntu-GNOME 13.10 Saucy Salamander - Alpha amd64 
(20130724)
  MarkForUpload: True
  SourcePackage: printer-applet
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/1209031/+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 851953] Re: Rebuild for transition away from desktop file stripping

2013-11-23 Thread Harald Sitter
** Changed in: kopete-message-indicator (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  Rebuild for transition away from desktop file stripping

Status in Ubuntu Translations:
  Fix Released
Status in “amarok” package in Ubuntu:
  Fix Released
Status in “bluedevil” package in Ubuntu:
  Fix Released
Status in “choqok” package in Ubuntu:
  Fix Released
Status in “k3b” package in Ubuntu:
  Fix Released
Status in “kaffeine” package in Ubuntu:
  Fix Released
Status in “kamoso” package in Ubuntu:
  Fix Released
Status in “kcm-gtk” package in Ubuntu:
  Fix Released
Status in “kdesudo” package in Ubuntu:
  Fix Released
Status in “koffice” package in Ubuntu:
  Invalid
Status in “konversation” package in Ubuntu:
  Fix Released
Status in “kopete-message-indicator” package in Ubuntu:
  Fix Released
Status in “ktorrent” package in Ubuntu:
  Fix Released
Status in “kubuntu-firefox-installer” package in Ubuntu:
  Fix Released
Status in “kubuntu-notification-helper” package in Ubuntu:
  Fix Released
Status in “muon” package in Ubuntu:
  Fix Released
Status in “networkmanagement” package in Ubuntu:
  Fix Released
Status in “partitionmanager” package in Ubuntu:
  Fix Released
Status in “plasma-widget-menubar” package in Ubuntu:
  Fix Released
Status in “plasma-widget-message-indicator” package in Ubuntu:
  Fix Released
Status in “rekonq” package in Ubuntu:
  Fix Released
Status in “skanlite” package in Ubuntu:
  Fix Released
Status in “synaptiks” package in Ubuntu:
  Fix Released

Bug description:
  All packages using pkg-kde-tools should be investigated for need of
  no-change rebuild to stop using an Ubuntu gettext domain and
  consequently stripping desktop files.

   affects ubuntu/amarok
   affects ubuntu/bluedevil
   affects ubuntu/choqok
   affects ubuntu/k3b
   affects ubuntu/kaffeine
   affects ubuntu/kamoso
   affects ubuntu/koffice
   affects ubuntu/konversation
   affects ubuntu/ktorrent
   affects ubuntu/muon
   affects ubuntu/partitionmanager
   affects ubuntu/rekonq
   affects ubuntu/skanlite
   affects ubuntu/synaptiks
   affects ubuntu/kcm-gtk
   affects ubuntu/kdesudo
   affects ubuntu/kopete-message-indicator
   affects ubuntu/kubuntu-firefox-installer
   affects ubuntu/kubuntu-notification-helper
   affects ubuntu/plasma-widget-menubar
   affects ubuntu/plasma-widget-message-indicator

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-translations/+bug/851953/+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 987096] Re: package kile 1:2.1.0-1ubuntu2 failed to install/upgrade: dependency problems - leaving unconfigured

2013-11-03 Thread Harald Sitter
** Package changed: kile (Ubuntu) = texlive-base (Ubuntu)

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

Title:
  package kile 1:2.1.0-1ubuntu2 failed to install/upgrade: dependency
  problems - leaving unconfigured

Status in “texlive-base” package in Ubuntu:
  Confirmed

Bug description:
  apport auto-generated bug report

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: kile 1:2.1.0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
  Uname: Linux 3.2.0-23-generic x86_64
  ApportVersion: 2.0.1-0ubuntu6
  Architecture: amd64
  Date: Sun Apr 22 20:52:53 2012
  ErrorMessage: dependency problems - leaving unconfigured
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta amd64 (20110901)
  SourcePackage: kile
  Title: package kile 1:2.1.0-1ubuntu2 failed to install/upgrade: dependency 
problems - leaving unconfigured
  UpgradeStatus: Upgraded to precise on 2012-03-31 (22 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/texlive-base/+bug/987096/+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 1245662] Re: Sticky Keys not released after mouse action.

2013-10-28 Thread Harald Sitter
Definitely a XKB issue. It applies to Kubuntu, Ubuntu, Arch and Gentoo
at the very least. Also making distro level patching very unlikely.
Unless those three Xs have the same silly patch ;)

** Package changed: kde-workspace (Ubuntu) = xorg-server (Ubuntu)

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

Title:
  Sticky Keys not released after mouse action.

Status in “xorg-server” package in Ubuntu:
  New

Bug description:
  The accessibility option Sticky Keys in it's default state releases
  the 'stuck' modifier key after any HID input (mouse click, keyboard
  non-modifier button pressed). Additionally, Sticky Keys has a Lock
  feature which does not automatically release the 'stuck modifier', but
  rather waits until the user presses the modifier key again to release
  it.

  In Kubuntu 13.10 the 'Lock' feature is broken. It is _always_enabled_
  for the mouse, and _always_disabled_ for the keyboard, regardless of
  whether or not the checkbox is checked. Actually, Kubuntu 13.04 had
  this problem as well, but I though that it was a configuration issue
  on my part and simply avoided updating to 13.04. However, I can no
  longer avoid updating and I cannot use current Kubuntu with the
  Accessibility issue in this state.

  What are the conditions for considering an issue high priority? Users
  with Accessibility issues can no longer use the current KDE, does that
  quality for high priority?

  Steps to Reproduce:
  1. Enable Sticky Keys (System Settings - Accessibility - Modifier Keys)
  2. Enable Use sticky keys and disable Lock sticky keys.
  3. In Kate, click Ctrl then click a mail in the Message List Pane to select 
it. Now click on a second mail and notice that it too is selected. Now a third.
  Actual Results: All the mails are added to the selection.
  Expected Results: One would expect that with the Lock sticky keys checkbox 
disabled that the Ctrl button would be released after clicking a single mail. 
With Lock sticky keys disabled the expected workflow to select multiple mails 
is to either press the Ctrl button after each mail or to hold it down.

  Note that this issue affects all modifier keys in all applications.
  This is most annoying when using Shift- or Ctrl- MouseScroll i.e. in
  Firefox as the modifier is not release when expected.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: systemsettings 4:4.10.5-0ubuntu0.1
  ProcVersionSignature: Ubuntu 3.8.0-31.46-generic 3.8.13.8
  Uname: Linux 3.8.0-31-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8.3
  Architecture: amd64
  Date: Mon Oct 28 22:13:10 2013
  InstallationDate: Installed on 2013-05-01 (180 days ago)
  InstallationMedia: Kubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MarkForUpload: True
  SourcePackage: kde-workspace
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1245662/+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 1242801] Re: meld assertion while selecting directory

2013-10-21 Thread Harald Sitter
Hi there!

Thanks for reporting this bug! Your bug seems to be a problem with the
KDE program itself, and not with our KDE packages. While we appreciate
your issue, it would be better if it was tracked at
https://bugs.kde.org, so that the KDE developers can deal with this
speedily and have direct communication with you as the reporter for more
effective debugging.

Thanks!

** Changed in: gtk2-engines-oxygen (Ubuntu)
   Status: New = Invalid

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

Title:
  meld assertion while selecting directory

Status in “gtk2-engines-oxygen” package in Ubuntu:
  Invalid

Bug description:
  I installed saucy with version 1.3.4-0ubuntu1 of gtk2-engines-oxygen and meld 
version 1.8.2 on Kubuntu/KDE.
  - set GTK2 theme to oxygen-gtk in system settings
  - Start meld
  - on start screen (new comparsion) select directory comparison
  - select in either source or destination directory combo box the entry 
'Other...'
  - crash

  in the terminal i could see the callstack of the crash:
  /usr/bin/meld:167: GtkWarning: gtk_tree_model_filter_get_value: assertion 
'GTK_TREE_MODEL_FILTER (model)-priv-stamp == iter-stamp' failed
gtk.main()
  /usr/bin/meld:167: Warning: 
/build/buildd/glib2.0-2.38.0/./gobject/gtype.c:4215: type id '0' is invalid
gtk.main()
  /usr/bin/meld:167: Warning: can't peek value table for type 'invalid' which 
is not currently referenced
gtk.main()
  Segmentation fault

  I also tried with version 1.4.0-0ubuntu1 of gtk2-engines-oxygen with the same 
result. 
  If I select a QtCurve as gtk2 theme the same crash occurs. If i select a 
different theme (e.g. Clearlooks) i get the file dialog and everything is ok.

  Today i tested this issue on a raring machine and i was unable to
  reproduce this issue there.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk2-engines-oxygen/+bug/1242801/+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 1232361] Re: after upgrade from raring, akonadi consumes a lot of CPU

2013-10-18 Thread Harald Sitter
Hi there!

Thanks for reporting this bug! Your bug seems to be a problem with the
KDE program itself, and not with our KDE packages. While we appreciate
your issue, it would be better if it was tracked at
https://bugs.kde.org, so that the KDE developers can deal with this
speedily and have direct communication with you as the reporter for more
effective debugging.

Thanks!

** Changed in: akonadi (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  after upgrade from raring, akonadi consumes a lot of CPU

Status in “akonadi” package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  I've a Kubuntu install from Kubuntu raring, and after upgrading
  Akonadi (more specifically MySQL) started to eat a lot of CPU.
  Actually after resetting Akonadi everything went fine, i.e. shutting
  down Akonadi and Kontact, removing folder ~/.local/share/akonadi,
  restarting Akonadi and afterwards Kontact.

  I also add that I have 10k+ emails within Kontact.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: akonadi-server 1.10.2-0ubuntu2
  ProcVersionSignature: Ubuntu 3.11.0-9.16-generic 3.11.2
  Uname: Linux 3.11.0-9-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.12.5-0ubuntu1
  Architecture: amd64
  Date: Sat Sep 28 08:24:53 2013
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=fr_FR
   TERM=xterm
   PATH=(custom, no user)
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  SourcePackage: akonadi
  UpgradeStatus: Upgraded to saucy on 2013-09-27 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/akonadi/+bug/1232361/+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 1240673] Re: Reports 0% charged for fully charged batteries

2013-10-17 Thread Harald Sitter
** Tags added: kubuntu

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

Title:
  Reports 0% charged for fully charged batteries

Status in “upower” package in Ubuntu:
  Confirmed

Bug description:
  See the following upower dump:

  $ upower --dump
  Device: /org/freedesktop/UPower/devices/line_power_AC
native-path:  AC
power supply: yes
updated:  Wed 16 Oct 2013 12:58:28 PM EDT (7198 seconds ago)
has history:  no
has statistics:   no
line-power
  online: yes

  Device: /org/freedesktop/UPower/devices/battery_BAT0
native-path:  BAT0
vendor:   SMP
model:DELL Y61CV22
serial:   3840
power supply: yes
updated:  Wed 16 Oct 2013 12:58:33 PM EDT (7193 seconds ago)
has history:  yes
has statistics:   yes
battery
  present: yes
  rechargeable:yes
  state:   fully-charged
  energy:  66.6 Wh
  energy-empty:0 Wh
  energy-full: 66.6 Wh
  energy-full-design:  66.6 Wh
  energy-rate: 0.0111 W
  voltage: 12.836 V
  percentage:  0%
  capacity:76.9167%
  technology:  lithium-ion

  Device: /org/freedesktop/UPower/devices/battery_BAT2
native-path:  BAT2
vendor:   Samsung SDI
model:DELL W1GGM26
serial:   12515
power supply: yes
updated:  Wed 16 Oct 2013 12:58:33 PM EDT (7193 seconds ago)
has history:  yes
has statistics:   yes
battery
  present: yes
  rechargeable:yes
  state:   fully-charged
  energy:  31.08 Wh
  energy-empty:0 Wh
  energy-full: 31.08 Wh
  energy-full-design:  31.08 Wh
  energy-rate: 0.0111 W
  voltage: 12.428 V
  percentage:  0%
  capacity:81.2857%
  technology:  lithium-ion

  Note that state is fully-charged, but percentage is o% on both batteries.  
This worked fine on 13.04.
  Daemon:
daemon-version:  0.9.22
can-suspend: yes
can-hibernate:   no
on-battery:  no
on-low-battery:  no
lid-is-closed:   no
lid-is-present:  yes
is-docked:   no

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: upower 0.9.22-1ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic i686
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: i386
  Date: Wed Oct 16 15:02:33 2013
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2011-04-04 (925 days ago)
  InstallationMedia: Kubuntu 11.04 Natty Narwhal - Beta i386 (20110330)
  MarkForUpload: True
  SourcePackage: upower
  UpgradeStatus: Upgraded to saucy on 2013-10-16 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/upower/+bug/1240673/+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 1192915] Re: phonon backend gstreamer 4.6.2 crashes when start to play wav file

2013-10-03 Thread Harald Sitter
Noise would be caused by gstreamer itself. The message about
abouttofinish is unrelated though.

** Package changed: phonon-backend-gstreamer (Ubuntu) = gstreamer0.10
(Ubuntu)

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

Title:
  phonon backend gstreamer 4.6.2 crashes when start to play wav file

Status in “gstreamer0.10” package in Ubuntu:
  New

Bug description:
  Hi,

  
  I am using Ubuntu 12.04.1LTS.

  I am using Qt Phonon library. It uses
  phonon-backend-gstreamer library in background.

  
  Everything works ok with
  phonon-backend-gstreamer 4.6.0 but there is problem with 4.6.2.

  4.6.2 add some bad noise on .wav output. And in console

  Aborting AboutToFinish handling is written after playing file
  firstly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/1192915/+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 1184121] Re: package kio-audiocd (not installed) failed to install/upgrade: trying to overwrite '/usr/share/kde4/services/audiocd.desktop', which is also in package audiocd-kio

2013-10-03 Thread Harald Sitter
Both were transitional errors as 13.10 was synced with Debian. They
should be resolved already.

** Changed in: audiocd-kio (Ubuntu)
   Status: Confirmed = Fix Released

-- 
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/1184121

Title:
  package kio-audiocd (not installed) failed to install/upgrade: trying
  to overwrite '/usr/share/kde4/services/audiocd.desktop', which is also
  in package audiocd-kio 4:4.10.2-0ubuntu1

Status in “apport” package in Ubuntu:
  Fix Released
Status in “audiocd-kio” package in Ubuntu:
  Fix Released

Bug description:
  occurred on dist-upgrade in synaptic in saucy

  ProblemType: Package
  DistroRelease: Ubuntu 13.10
  Package: kio-audiocd (not installed)
  ProcVersionSignature: Ubuntu 3.9.0-2.7-generic 3.9.3
  Uname: Linux 3.9.0-2-generic i686
  ApportVersion: 2.10.2-0ubuntu1
  Architecture: i386
  Date: Sat May 25 11:29:28 2013
  ErrorMessage: trying to overwrite '/usr/share/kde4/services/audiocd.desktop', 
which is also in package audiocd-kio 4:4.10.2-0ubuntu1
  InstallationDate: Installed on 2011-08-23 (640 days ago)
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
  MarkForUpload: True
  SourcePackage: audiocd-kio
  Title: package kio-audiocd (not installed) failed to install/upgrade: trying 
to overwrite '/usr/share/kde4/services/audiocd.desktop', which is also in 
package audiocd-kio 4:4.10.2-0ubuntu1
  UpgradeStatus: Upgraded to saucy on 2013-05-14 (10 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1184121/+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 1078379] Re: Jockey-KDE doesn't show drivers versions

2013-10-02 Thread Harald Sitter
** No longer affects: kubuntu-meta (Ubuntu)

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

Title:
  Jockey-KDE doesn't show drivers versions

Status in “jockey” package in Ubuntu:
  New

Bug description:
  Jockey-KDE doesn't show the number versions of the available drivers.
  Only shows the name of the driver package installed (for example,
  nvidia-current or nvidia-experimental-304), but not the number version
  of the others.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: jockey-kde 0.9.7-0ubuntu11
  ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7
  Uname: Linux 3.5.0-18-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.6.1-0ubuntu6
  Architecture: amd64
  Date: Tue Nov 13 18:35:16 2012
  InstallationDate: Installed on 2012-03-24 (234 days ago)
  InstallationMedia: Kubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(20120319)
  MachineType: System manufacturer System Product Name
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=
   PATH=(custom, no user)
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-18-generic 
root=UUID=e26c2363-e5ed-4e90-90b1-d10604263206 ro quiet splash vt.handoff=7
  SourcePackage: jockey
  UpgradeStatus: Upgraded to quantal on 2012-11-13 (0 days ago)
  dmi.bios.date: 08/26/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0509
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5KPL-SE
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: 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.:bvr0509:bd08/26/2009:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5KPL-SE:rvrx.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/jockey/+bug/1078379/+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 1078379] Re: Jockey-KDE doesn't show drivers versions

2013-09-27 Thread Harald Sitter
** No longer affects: kubuntu-meta (Ubuntu)

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

Title:
  Jockey-KDE doesn't show drivers versions

Status in “jockey” package in Ubuntu:
  Invalid

Bug description:
  Jockey-KDE doesn't show the number versions of the available drivers.
  Only shows the name of the driver package installed (for example,
  nvidia-current or nvidia-experimental-304), but not the number version
  of the others.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: jockey-kde 0.9.7-0ubuntu11
  ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7
  Uname: Linux 3.5.0-18-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.6.1-0ubuntu6
  Architecture: amd64
  Date: Tue Nov 13 18:35:16 2012
  InstallationDate: Installed on 2012-03-24 (234 days ago)
  InstallationMedia: Kubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(20120319)
  MachineType: System manufacturer System Product Name
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=
   PATH=(custom, no user)
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-18-generic 
root=UUID=e26c2363-e5ed-4e90-90b1-d10604263206 ro quiet splash vt.handoff=7
  SourcePackage: jockey
  UpgradeStatus: Upgraded to quantal on 2012-11-13 (0 days ago)
  dmi.bios.date: 08/26/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0509
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5KPL-SE
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: 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.:bvr0509:bd08/26/2009:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5KPL-SE:rvrx.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/jockey/+bug/1078379/+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 927167] Re: pinentry-qt4 crashed with SIGABRT in qt_message_output()

2013-09-25 Thread Harald Sitter
** Tags added: kubuntu

** Changed in: ibus-qt (Ubuntu)
 Assignee: (unassigned) = Harald Sitter (apachelogger)

** Changed in: ibus-qt (Ubuntu)
Milestone: None = ubuntu-13.10

** Changed in: ibus-qt (Ubuntu)
   Status: Triaged = In Progress

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

Title:
  pinentry-qt4 crashed with SIGABRT in qt_message_output()

Status in IBus:
  Unknown
Status in “ibus-qt” package in Ubuntu:
  In Progress

Bug description:
  what I did
  1. executed in console eval $(gpg-agent --daemon)
  2. started tcl script which called gpg --sign --use-agent $dome file name
  I saw KDE password prompt window for a second, then crash report

  ProblemType: Crash
  DistroRelease: Ubuntu 11.10
  Package: pinentry-qt4 0.8.1-1ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-15.26-generic-pae 3.0.13
  Uname: Linux 3.0.0-15-generic-pae i686
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  Date: Sun Feb  5 18:49:58 2012
  ExecutablePath: /usr/bin/pinentry-qt4
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
  ProcCmdline: pinentry --display :0
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, user)
   LC_MESSAGES=ru_RU.UTF-8
   LANG=ru_RU.UTF-8
   LANGUAGE=ru:en_US:en
  Signal: 6
  SourcePackage: pinentry
  StacktraceTop:
   __kernel_vsyscall ()
   raise () from /lib/i386-linux-gnu/libc.so.6
   abort () from /lib/i386-linux-gnu/libc.so.6
   qt_message_output(QtMsgType, char const*) () from 
/usr/lib/i386-linux-gnu/libQtCore.so.4
   ?? () from /usr/lib/i386-linux-gnu/libQtCore.so.4
  Title: pinentry-qt4 crashed with SIGABRT in __kernel_vsyscall()
  UpgradeStatus: Upgraded to oneiric on 2012-01-05 (31 days ago)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

To manage notifications about this bug go to:
https://bugs.launchpad.net/ibus/+bug/927167/+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 1203336] Re: decouple account-plugin-* and mcp-account-manager-* from empathy

2013-07-23 Thread Harald Sitter
At least the ubuntu account plugin needs empathy:

libtool: link: gcc -shared  -fPIC -DPIC  .libs/empathy-accounts-plugin.o
.libs/empathy-accounts-plugin-widget.o   -Wl,-rpath
-Wl,/build/buildd/empathy-3.8.3/libempathy/.libs -Wl,-rpath
-Wl,/build/buildd/empathy-3.8.3/libempathy-gtk/.libs -Wl,-rpath
-Wl,/usr/lib/empathy -laccount-plugin-1.0 -lgtk-3 -lgdk-3 -latk-1.0
-lpangocairo-1.0 -lgdk_pixbuf-2.0 /usr/lib/x86_64-linux-gnu/libcairo-
gobject.so -lpango-1.0 /usr/lib/x86_64-linux-gnu/libcairo.so -lmission-
control-plugins -ltelepathy-glib -laccounts-glib -lsignon-glib -lgio-2.0
-lgobject-2.0 -lglib-2.0 ../../../libempathy/.libs/libempathy.so
../../../libempathy-gtk/.libs/libempathy-gtk.so  -O2 -Wl,-Bsymbolic-
functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1 -Wl,--as-needed
-pthread -Wl,-soname -Wl,libempathy-accounts-plugin.so -o .libs
/libempathy-accounts-plugin.so

links against libempathy.so and libempathy-gtk.so

The MC plugin OTOH does not need empathy:

libtool: link: gcc -shared  -fPIC -DPIC  .libs/mission-control-plugin.o
.libs/mcp-account-manager-uoa.o .libs/empathy-webcredentials-monitor.o
-laccount-plugin-1.0 -lgtk-3 -lgdk-3 -latk-1.0 -lpangocairo-1.0
-lgdk_pixbuf-2.0 /usr/lib/x86_64-linux-gnu/libcairo-gobject.so
-lpango-1.0 /usr/lib/x86_64-linux-gnu/libcairo.so -lmission-control-
plugins -ltelepathy-glib -laccounts-glib -lsignon-glib -lgio-2.0
-lgobject-2.0 -lglib-2.0  -O2 -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro
-Wl,-z -Wl,defs -Wl,-O1 -Wl,--as-needed   -Wl,-soname -Wl,mcp-account-
manager-uoa.so -o .libs/mcp-account-manager-uoa.so

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

Title:
  decouple account-plugin-* and mcp-account-manager-* from empathy

Status in “empathy” package in Ubuntu:
  New

Bug description:
  When installing account-plugins and mcp-account-managers from the
  ubuntu archive, empathy is pulled in as well, which looks like a
  completely useless dependency since none of the account-plugins / mcp-
  account-managers actually need empathy?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/1203336/+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 1183829] Re: Phonon Musepack playback is broken

2013-05-24 Thread Harald Sitter
** Package changed: python-qt4 (Ubuntu) = gstreamer0.10 (Ubuntu)

** Changed in: gstreamer0.10 (Ubuntu)
   Status: Incomplete = New

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

Title:
  Phonon Musepack playback is broken

Status in “gstreamer0.10” package in Ubuntu:
  New

Bug description:
  Musepack (mpc) files do not play properly any more (in raring..they
  did in quantal).  Some sound is generated, but it skips ahead and
  plays only portions of the audio.  The Phonon backend is gstreamer.
  The gstreamer command line app (gst123) plays mpc files just fine.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/1183829/+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 1137384] Re: System Settings dialog fails to close

2013-05-02 Thread Harald Sitter
** Package changed: kde-workspace (Ubuntu) = gnome-control-center
(Ubuntu)

** Changed in: gnome-control-center (Ubuntu)
   Status: Incomplete = Fix Released

-- 
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/1137384

Title:
  System Settings dialog fails to close

Status in “gnome-control-center” package in Ubuntu:
  Fix Released

Bug description:
  When the System Settings dialog is opened, it fails to navigate to any
  of the option tabs e.g. Displays and will not close when killed,
  automatically reopening. Therefore I cannot adjust these settings via
  the GUI. This occured since updating yesterday, therefore probably a
  bug in the latest update package.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1137384/+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 1013626] Re: systemsettings crashed with ImportError in /usr/share/kde4/apps/language-selector/language-selector.py: No module named LanguageSelector.qt.QtLanguageSelector

2013-04-16 Thread Harald Sitter
All the things mentioned were fixed for 13.04 and this bug report is
about language-selector so whether the locale kcm is broken or not is
not of any concern to whether this here bug is being pursued or not. If
you feel that the *locale kcm* has issues in 13.04 please feel free to
report *new* bugs against the *kde-runtime* package.

** Changed in: kde-workspace (Ubuntu Quantal)
   Status: Confirmed = Opinion

** Changed in: kde-workspace (Ubuntu)
   Status: Confirmed = Opinion

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

Title:
  systemsettings crashed with ImportError in /usr/share/kde4/apps
  /language-selector/language-selector.py: No module named
  LanguageSelector.qt.QtLanguageSelector

Status in “kde-workspace” package in Ubuntu:
  Opinion
Status in “language-selector” package in Ubuntu:
  Invalid
Status in “kde-workspace” source package in Quantal:
  Opinion
Status in “language-selector” source package in Quantal:
  Invalid

Bug description:
  Crash after opening the localisation panel for completing the
  installation of French as system language.

  Note: Partial installation of French.

  Conf: Kubuntu 12.10 Quantal alpha 1.

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: systemsettings 4:4.8.90-0ubuntu1
  ProcVersionSignature: Ubuntu 3.4.0-5.11-generic 3.4.0
  Uname: Linux 3.4.0-5-generic i686
  ApportVersion: 2.2.2-0ubuntu2
  Architecture: i386
  Date: Fri Jun 15 13:43:01 2012
  ExecutablePath: /usr/bin/systemsettings
  InstallationMedia: Kubuntu 12.10 Quantal Quetzal - Alpha i386 (20120530)
  ProcCmdline: /usr/bin/systemsettings -caption Configuration\ du\ système 
--icon preferences-system
  ProcEnviron:
   LANGUAGE=fr_FR
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  SourcePackage: kde-workspace
  Title: systemsettings crashed with ImportError in 
/usr/share/kde4/apps/language-selector/language-selector.py: No module named 
LanguageSelector.qt.QtLanguageSelector
  Traceback:
   Traceback (most recent call last):
 File /usr/share/kde4/apps/language-selector/language-selector.py, line 
4, in module
   from LanguageSelector.qt.QtLanguageSelector import QtLanguageSelector
   ImportError: No module named LanguageSelector.qt.QtLanguageSelector
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-workspace/+bug/1013626/+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 1013626] Re: systemsettings crashed with ImportError in /usr/share/kde4/apps/language-selector/language-selector.py: No module named LanguageSelector.qt.QtLanguageSelector

2013-04-15 Thread Harald Sitter
language-selector-qt is not used in quantal or raring, instead use the
locale settings in your sysetemsettings.

** Changed in: kde-workspace (Ubuntu)
   Status: Confirmed = Invalid

** Changed in: kde-workspace (Ubuntu Quantal)
   Status: Confirmed = Invalid

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

Title:
  systemsettings crashed with ImportError in /usr/share/kde4/apps
  /language-selector/language-selector.py: No module named
  LanguageSelector.qt.QtLanguageSelector

Status in “kde-workspace” package in Ubuntu:
  Invalid
Status in “language-selector” package in Ubuntu:
  Invalid
Status in “kde-workspace” source package in Quantal:
  Invalid
Status in “language-selector” source package in Quantal:
  Invalid

Bug description:
  Crash after opening the localisation panel for completing the
  installation of French as system language.

  Note: Partial installation of French.

  Conf: Kubuntu 12.10 Quantal alpha 1.

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: systemsettings 4:4.8.90-0ubuntu1
  ProcVersionSignature: Ubuntu 3.4.0-5.11-generic 3.4.0
  Uname: Linux 3.4.0-5-generic i686
  ApportVersion: 2.2.2-0ubuntu2
  Architecture: i386
  Date: Fri Jun 15 13:43:01 2012
  ExecutablePath: /usr/bin/systemsettings
  InstallationMedia: Kubuntu 12.10 Quantal Quetzal - Alpha i386 (20120530)
  ProcCmdline: /usr/bin/systemsettings -caption Configuration\ du\ système 
--icon preferences-system
  ProcEnviron:
   LANGUAGE=fr_FR
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  SourcePackage: kde-workspace
  Title: systemsettings crashed with ImportError in 
/usr/share/kde4/apps/language-selector/language-selector.py: No module named 
LanguageSelector.qt.QtLanguageSelector
  Traceback:
   Traceback (most recent call last):
 File /usr/share/kde4/apps/language-selector/language-selector.py, line 
4, in module
   from LanguageSelector.qt.QtLanguageSelector import QtLanguageSelector
   ImportError: No module named LanguageSelector.qt.QtLanguageSelector
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-workspace/+bug/1013626/+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 1168152] Re: package kubuntu-firefox-installer 12.04ubuntu1 [modified: usr/share/applications/firefox.desktop] failed to install/upgrade: Versuch, »/usr/share/applications/fire

2013-04-11 Thread Harald Sitter
** Package changed: kubuntu-firefox-installer (Ubuntu) = firefox
(Ubuntu)

-- 
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/1168152

Title:
  package kubuntu-firefox-installer 12.04ubuntu1 [modified:
  usr/share/applications/firefox.desktop] failed to install/upgrade:
  Versuch, »/usr/share/applications/firefox.desktop« zu überschreiben,
  welches auch in Paket firefox 20.0+build1-0ubuntu1 ist

Status in “firefox” package in Ubuntu:
  Confirmed

Bug description:
  --

  ProblemType: Package
  DistroRelease: Ubuntu 13.04
  Package: kubuntu-firefox-installer 12.04ubuntu1 [modified: 
usr/share/applications/firefox.desktop]
  ProcVersionSignature: Ubuntu 3.8.0-17.27-generic 3.8.6
  Uname: Linux 3.8.0-17-generic x86_64
  ApportVersion: 2.9.2-0ubuntu6
  Architecture: amd64
  Date: Thu Apr 11 18:25:25 2013
  ErrorMessage: Versuch, »/usr/share/applications/firefox.desktop« zu 
überschreiben, welches auch in Paket firefox 20.0+build1-0ubuntu1 ist
  InstallationDate: Installed on 2012-04-18 (358 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 
(20120418.2)
  MarkForUpload: True
  SourcePackage: kubuntu-firefox-installer
  Title: package kubuntu-firefox-installer 12.04ubuntu1 [modified: 
usr/share/applications/firefox.desktop] failed to install/upgrade: Versuch, 
»/usr/share/applications/firefox.desktop« zu überschreiben, welches auch in 
Paket firefox 20.0+build1-0ubuntu1 ist
  UpgradeStatus: Upgraded to raring on 2013-04-10 (1 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1168152/+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 1165408] Re: Kubuntu Raring - Kubuntu-firefox-installer blocks the install of Firefox

2013-04-11 Thread Harald Sitter
*** This bug is a duplicate of bug 1168152 ***
https://bugs.launchpad.net/bugs/1168152

** This bug has been marked a duplicate of bug 1168152
   package kubuntu-firefox-installer 12.04ubuntu1 [modified: 
usr/share/applications/firefox.desktop] failed to install/upgrade: Versuch, 
»/usr/share/applications/firefox.desktop« zu überschreiben, welches auch in 
Paket firefox 20.0+build1-0ubuntu1 ist

** This bug is no longer a duplicate of bug 1168152
   package kubuntu-firefox-installer 12.04ubuntu1 [modified: 
usr/share/applications/firefox.desktop] failed to install/upgrade: Versuch, 
»/usr/share/applications/firefox.desktop« zu überschreiben, welches auch in 
Paket firefox 20.0+build1-0ubuntu1 ist

** This bug has been marked a duplicate of bug 1168152
   package kubuntu-firefox-installer 12.04ubuntu1 [modified: 
usr/share/applications/firefox.desktop] failed to install/upgrade: Versuch, 
»/usr/share/applications/firefox.desktop« zu überschreiben, welches auch in 
Paket firefox 20.0+build1-0ubuntu1 ist

-- 
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/1165408

Title:
  Kubuntu Raring - Kubuntu-firefox-installer blocks the install of
  Firefox

Status in “firefox” package in Ubuntu:
  Confirmed

Bug description:
  I tried to install Firefox by Konsole.
  sudo apt-get install firefox

  Then I got this error:
  trying to overwrite '/usr/share/applications/firefox.desktop', which is also 
in package kubuntu-firefox-installer 13.04ubuntu2

  Seemingly this error have been reported already back 2 years ago, but it got 
fixed then.
  Now it's bugged again.

  - I can't remove kubuntu-firefox-installer
  - I can't install firefox
  - I can't fix the dependency hell
  - APT is totally stuck because of the kubuntu-firefox-installer file.

  Basically if you try this, you break your system. (well, it's Beta 2.)

  x@xxx:~$ sudo apt-get install -f
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  Correcting dependencies... Done
  The following package was automatically installed and is no longer required:
libgconf2-4
  Use 'apt-get autoremove' to remove it.
  The following extra packages will be installed:
firefox
  Suggested packages:
latex-xft-fonts firefox-gnome-support
  The following NEW packages will be installed:
firefox
  0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  14 not fully installed or removed.
  Need to get 0 B/24,8 MB of archives.
  After this operation, 55,2 MB of additional disk space will be used.
  Do you want to continue [Y/n]? 
  (Reading database ... 122341 files and directories currently installed.)
  Unpacking firefox (from .../firefox_20.0+build1-0ubuntu1_amd64.deb) ...
  dpkg: error processing 
/var/cache/apt/archives/firefox_20.0+build1-0ubuntu1_amd64.deb (--unpack):
   trying to overwrite '/usr/share/applications/firefox.desktop', which is also 
in package kubuntu-firefox-installer 13.04ubuntu2
  No apport report written because MaxReports is reached already
Processing 
triggers for man-db ...
  Processing triggers for desktop-file-utils ...
  Processing triggers for gnome-menus ...
  Errors were encountered while processing:
   /var/cache/apt/archives/firefox_20.0+build1-0ubuntu1_amd64.deb
  E: Sub-process /usr/bin/dpkg returned an error code (1)
  x@xxx:~$

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1165408/+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 1165408] Re: Kubuntu Raring - Kubuntu-firefox-installer blocks the install of Firefox

2013-04-06 Thread Harald Sitter
** Package changed: kubuntu-firefox-installer (Ubuntu) = firefox
(Ubuntu)

-- 
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/1165408

Title:
  Kubuntu Raring - Kubuntu-firefox-installer blocks the install of
  Firefox

Status in “firefox” package in Ubuntu:
  New

Bug description:
  I tried to install Firefox by Konsole.
  sudo apt-get install firefox

  Then I got this error:
  trying to overwrite '/usr/share/applications/firefox.desktop', which is also 
in package kubuntu-firefox-installer 13.04ubuntu2

  Seemingly this error have been reported already back 2 years ago, but it got 
fixed then.
  Now it's bugged again.

  - I can't remove kubuntu-firefox-installer
  - I can't install firefox
  - I can't fix the dependency hell
  - APT is totally stuck because of the kubuntu-firefox-installer file.

  Basically if you try this, you break your system. (well, it's Beta 2.)

  x@xxx:~$ sudo apt-get install -f
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  Correcting dependencies... Done
  The following package was automatically installed and is no longer required:
libgconf2-4
  Use 'apt-get autoremove' to remove it.
  The following extra packages will be installed:
firefox
  Suggested packages:
latex-xft-fonts firefox-gnome-support
  The following NEW packages will be installed:
firefox
  0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  14 not fully installed or removed.
  Need to get 0 B/24,8 MB of archives.
  After this operation, 55,2 MB of additional disk space will be used.
  Do you want to continue [Y/n]? 
  (Reading database ... 122341 files and directories currently installed.)
  Unpacking firefox (from .../firefox_20.0+build1-0ubuntu1_amd64.deb) ...
  dpkg: error processing 
/var/cache/apt/archives/firefox_20.0+build1-0ubuntu1_amd64.deb (--unpack):
   trying to overwrite '/usr/share/applications/firefox.desktop', which is also 
in package kubuntu-firefox-installer 13.04ubuntu2
  No apport report written because MaxReports is reached already
Processing 
triggers for man-db ...
  Processing triggers for desktop-file-utils ...
  Processing triggers for gnome-menus ...
  Errors were encountered while processing:
   /var/cache/apt/archives/firefox_20.0+build1-0ubuntu1_amd64.deb
  E: Sub-process /usr/bin/dpkg returned an error code (1)
  x@xxx:~$

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1165408/+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


  1   2   >