[Bug 1996420]

2023-11-21 Thread Harald Sitter
Git commit 6cbdd2bd71b3d6f030f06114978743414d4f by Harald Sitter.
Committed on 21/11/2023 at 00:46.
Pushed by sitter into branch 'release/23.08'.

packagekit: allow interactive auth dialogs

without this newer versions of pk don't show any auth dialog


(cherry picked from commit 6de8426f33ff6dc09ca236717799a4d90ef87b00)

M  +2-0samba/filepropertiesplugin/sambainstaller.cpp

https://invent.kde.org/network/kdenetwork-
filesharing/-/commit/6cbdd2bd71b3d6f030f06114978743414d4f

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1996420

Title:
  samba package failed to install

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdenetwork-filesharing/+bug/1996420/+subscriptions


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


[Bug 1996420]

2023-11-21 Thread Harald Sitter
Git commit 6de8426f33ff6dc09ca236717799a4d90ef87b00 by Harald Sitter.
Committed on 21/11/2023 at 00:45.
Pushed by sitter into branch 'master'.

packagekit: allow interactive auth dialogs

without this newer versions of pk don't show any auth dialog

M  +2-0samba/filepropertiesplugin/sambainstaller.cpp

https://invent.kde.org/network/kdenetwork-
filesharing/-/commit/6de8426f33ff6dc09ca236717799a4d90ef87b00

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1996420

Title:
  samba package failed to install

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdenetwork-filesharing/+bug/1996420/+subscriptions


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


[Bug 340106]

2020-03-30 Thread Harald Sitter
https://phabricator.kde.org/D27804

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase-runtime in Ubuntu.
https://bugs.launchpad.net/bugs/340106

Title:
  Dolphin & Konqueror do not support browsing workgroups with spaces in
  their name

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-baseapps/+bug/340106/+subscriptions

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


[Bug 340106]

2020-02-15 Thread Harald Sitter
Thanks.

With that in mind we cannot really support spaces while also following
the smb URI format [1]. I suppose we'll just have to deviate a bit iff
the workgroup name contains a space by using a variant of the notation
that stuffs the workgroup into the userinfo `smb://work group;@/` and
then translate that back to an smb URI for libsmbclient again. Means the
urls wont be portable but at least navigation within our tech works.

[1] https://www.iana.org/assignments/uri-schemes/prov/smb

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase-runtime in Ubuntu.
https://bugs.launchpad.net/bugs/340106

Title:
  Dolphin & Konqueror do not support browsing workgroups with spaces in
  their name

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-baseapps/+bug/340106/+subscriptions

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


[Bug 340106]

2020-02-06 Thread Harald Sitter
CCing David Faure for some input

This is either a bug in QUrl or not a bug at all.

We do

```
   QUrl u("smb://");
   u.setHost(dirpName);
```

to which QUrl says
> Invalid hostname (contains invalid characters); source was \"FOO BAR\"; 
> scheme = \"smb\", host = \"\"

https://tools.ietf.org/html/rfc3986#section-3.2

defines host as
>   host  = IP-literal / IPv4address / reg-name`
of which the only relevant group for the bug is reg-name:
>  reg-name= *( unreserved / pct-encoded / sub-delims )
of which no group would allow for spaces except for pct-encoded, assuming the 
space is percent-encoded of course.

Which would make this a QUrl bug if the RFC didn't also explicitly say:

> URI producing
>   applications must not use percent-encoding in host unless it is used
>   to represent a UTF-8 character sequence.

I **think** that is meant to say that one must not percent-encode if the
character is plain ASCII, so by extension a space cannot be part of reg-
name at all.

OTOH I ran smb://FOO%20BAR/ through a bunch of other rfc3986/7
implementation and they all found it to be perfectly valid.

So, I am really not sure.

Iff spaces cannot be expressed, then spaces in workgroup and domains are
probably not supportable as it'd impair URI portability. Also QUrl would
then be behaving correctly in declaring the URI invalid, and we use QUrl
all over the place, so that'd be a bit of a problem.

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase-runtime in Ubuntu.
https://bugs.launchpad.net/bugs/340106

Title:
  Dolphin & Konqueror do not support browsing workgroups with spaces in
  their name

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-baseapps/+bug/340106/+subscriptions

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


[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 Kubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1767454

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

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

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


[Bug 1760598] Re: I/O Error after clicking "reboot now" - Ubuntu font missing from casper shutdown

2018-04-06 Thread Harald Sitter
As explained in Bug #1761478 that would still leave timing issues. With
--ping not blocking anymore casper-stop can shoot right past the prompt
code on account of --ping coming back !0 (if plymouth isn't quick enough
to start anyway). Meaning the user doesn't get told to remove the
installation medium.

e.g. this is what I get in a VM now
http://people.ubuntu.com/~apachelogger/screencasts/vokoscreen-2018-04-06_13-40-13.mkv

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1760598

Title:
  I/O Error after clicking "reboot now" - Ubuntu font missing from
  casper shutdown

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

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


[Bug 1434516] Re: KDE Applications Use Oxygen Widget style eventhough Breeze is selected (Plasma 5)

2016-08-22 Thread Harald Sitter
If the package appmenu-qt5 is installed, Plasma is broken. This is due
to appmenu-qt5 installing a /etc/profile.d/appmenu-qt5.sh which sets the
QT_QPA_PLATFORMTHEME env variable. By having that loaded into the
session the qpt plugin provided by plasma-integration won't be loaded.

** Also affects: appmenu-qt5 (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1434516

Title:
  KDE Applications Use Oxygen Widget style eventhough Breeze is selected
  (Plasma 5)

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-qt5/+bug/1434516/+subscriptions

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


[Bug 1451800] Re: Wish: Please provide an easy downgrade path to LTS

2015-05-05 Thread Harald Sitter
Impossible. There is absolutely zero technology backing for downgrades
anywhere in the stack.

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

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kubuntu-meta in Ubuntu.
https://bugs.launchpad.net/bugs/1451800

Title:
  Wish: Please provide an easy downgrade path to LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kubuntu-meta/+bug/1451800/+subscriptions

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


[Bug 1422469] Re: Dolphin won't keep the folder shortcuts on Kubuntu 15.04 with Plasma 5.

2015-05-04 Thread Harald Sitter
** No longer affects: kubuntu-meta (Ubuntu)

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

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

** Also affects: kdelibs (Ubuntu W-series)
   Importance: Undecided
   Status: New

** Also affects: kde-baseapps (Ubuntu W-series)
   Importance: Undecided
   Status: New

** Also affects: kdelibs (Ubuntu Vivid)
   Importance: Undecided
   Status: New

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

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kubuntu-meta in Ubuntu.
https://bugs.launchpad.net/bugs/1422469

Title:
  Dolphin won't keep the folder shortcuts on Kubuntu 15.04 with Plasma
  5.

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

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


[Bug 1422469] Re: Dolphin won't keep the folder shortcuts on Kubuntu 15.04 with Plasma 5.

2015-05-04 Thread Harald Sitter
** Description changed:

+ # Impact
+ KDE software loses 'places' bookmarks when using KDE frameworks 5 and 
KDELibs4 software at the same time. In particular the default file manager 
Dolphin will have one of its by-default-visible features rendered useless by 
this and actively lose data the user created.
+ 
+ This affects kde4libs which has a sync code that attempts to sync the
+ XDG places file with the legacy KDE file.
+ 
+ This also affects kio (kf5) as it has the same syncing code as kde4libs.
+ 
+ This also affects kde-baseapps (specifically dolphin) as it is using the
+ legacy KDE file while the rest of a plasma5 desktop would use the XDG
+ places file.
+ 
+ # Test Case
+ 1. Open Dolphin.
+ 2. Select the folder you want in the Places shortcut on the left panel.
+ 3. Drag and Drop the folder on the left panel in the Places section.
+ 4. Restart the system.
+ 
+ # Regression Potential
+ Somewhat potentially high unfortunately. The way this had to be resolved was 
by removing a piece of compatibility tech from kdelibs(4) that would attempt to 
sync the XDG places bookmarks with the kdelibs=4 preferred kde-specific places 
file and instead always use the XDG file. This effectively means that the old 
places file will not get updated anymore. Applications that had its path 
hardcoded would use the wrong file and no longer show the same places list as 
the rest of the system. It is hard to assess whether we have any such 
application in the archive, but it is a risk worth taking considering we 
currently lose user data in one of the most obvious places.
+ 
+ # Other Info
+ 
+ ## Upstream references
+ 
http://quickgit.kde.org/?p=kdelibs.gita=commith=5c0a31a2f2a46aa44b8c34baae67b6951b2abcaf
+ 
http://quickgit.kde.org/?p=kde-baseapps.gita=commith=270d2affaafcc9e87ba14f82bfe579e22607e2d2
+ 
http://quickgit.kde.org/?p=kio.gita=commith=e919daeb5b144b146dbf459fadb116729b866d21
+ 
+ ## Upstream Bug
+ https://bugs.kde.org/show_bug.cgi?id=345174
+ 
+  original report 
+ 
  Steps to reproduce:
  1. Open Dolphin.
  2. Select the folder you want in the Places shortcut on the left panel.
  3. Drag and Drop the folder on the left panel in the Places section.
  4. Restart the system.
  
  What Happens:
  Dolphin is set back to default places.
  
  What is expected:
  Dolphin displays the customize places shortcuts.
  
  I tried askubuntu, but they deleted my question as off-topic because
  Kubuntu 15.04 Vivid Vervet with Plasma 5 haven't been released.
  
  Aditional info is that this is not an upgrade, but a fresh install.

** No longer affects: kdelibs (Ubuntu)

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

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

** No longer affects: kdelibs (Ubuntu Vivid)

** No longer affects: kdelibs (Ubuntu W-series)

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

Title:
  Dolphin won't keep the folder shortcuts on Kubuntu 15.04 with Plasma
  5.

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

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


[Bug 1422469] Re: Dolphin won't keep the folder shortcuts on Kubuntu 15.04 with Plasma 5.

2015-05-04 Thread Harald Sitter
[ubuntu/vivid-proposed] kde4libs 4:4.14.6-4~ubuntu3.1 (Waiting for approval)
[ubuntu/vivid-proposed] kio 5.9.0-0ubuntu1.1 (Waiting for approval)
[ubuntu/vivid-proposed] kde-baseapps 4:14.12.3-0ubuntu3.1 (Waiting for approval)

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

Title:
  Dolphin won't keep the folder shortcuts on Kubuntu 15.04 with Plasma
  5.

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

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


[Bug 1422469] Re: Dolphin won't keep the folder shortcuts on Kubuntu 15.04 with Plasma 5.

2015-05-04 Thread Harald Sitter
** Also affects: kdenlive (Ubuntu)
   Importance: Undecided
   Status: New

** Description changed:

  # Impact
  KDE software loses 'places' bookmarks when using KDE frameworks 5 and 
KDELibs4 software at the same time. In particular the default file manager 
Dolphin will have one of its by-default-visible features rendered useless by 
this and actively lose data the user created.
  
- This affects kde4libs which has a sync code that attempts to sync the
- XDG places file with the legacy KDE file.
- 
- This also affects kio (kf5) as it has the same syncing code as kde4libs.
- 
- This also affects kde-baseapps (specifically dolphin) as it is using the
- legacy KDE file while the rest of a plasma5 desktop would use the XDG
- places file.
+ ## Affects
+ - kde4libs: which has a sync code that attempts to sync the XDG places file 
with the legacy KDE file.
+ - kio (kf5): as it has the same syncing code as kde4libs.
+ - kde-baseapps (specifically dolphin): as it is using the legacy KDE file 
while the rest of a plasma5 desktop would use the XDG places file.
+ - kdenlive: has hardcoded file lookup for the old file to automatically 
inject its projects folder into the places list (not terribly important feature 
and actually has provisioning for the file not being found).
  
  # Test Case
  1. Open Dolphin.
  2. Select the folder you want in the Places shortcut on the left panel.
  3. Drag and Drop the folder on the left panel in the Places section.
  4. Restart the system.
  
  # Regression Potential
  Somewhat potentially high unfortunately. The way this had to be resolved was 
by removing a piece of compatibility tech from kdelibs(4) that would attempt to 
sync the XDG places bookmarks with the kdelibs=4 preferred kde-specific places 
file and instead always use the XDG file. This effectively means that the old 
places file will not get updated anymore. Applications that had its path 
hardcoded would use the wrong file and no longer show the same places list as 
the rest of the system. It is hard to assess whether we have any such 
application in the archive, but it is a risk worth taking considering we 
currently lose user data in one of the most obvious places.
  
  # Other Info
  
  ## Upstream references
  
http://quickgit.kde.org/?p=kdelibs.gita=commith=5c0a31a2f2a46aa44b8c34baae67b6951b2abcaf
  
http://quickgit.kde.org/?p=kde-baseapps.gita=commith=270d2affaafcc9e87ba14f82bfe579e22607e2d2
  
http://quickgit.kde.org/?p=kio.gita=commith=e919daeb5b144b146dbf459fadb116729b866d21
  
  ## Upstream Bug
  https://bugs.kde.org/show_bug.cgi?id=345174
  
   original report 
  
  Steps to reproduce:
  1. Open Dolphin.
  2. Select the folder you want in the Places shortcut on the left panel.
  3. Drag and Drop the folder on the left panel in the Places section.
  4. Restart the system.
  
  What Happens:
  Dolphin is set back to default places.
  
  What is expected:
  Dolphin displays the customize places shortcuts.
  
  I tried askubuntu, but they deleted my question as off-topic because
  Kubuntu 15.04 Vivid Vervet with Plasma 5 haven't been released.
  
  Aditional info is that this is not an upgrade, but a fresh install.

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

Title:
  Dolphin won't keep the folder shortcuts on Kubuntu 15.04 with Plasma
  5.

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

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


[Bug 1422469] Re: Dolphin won't keep the folder shortcuts on Kubuntu 15.04 with Plasma 5.

2015-05-04 Thread Harald Sitter
[ubuntu/vivid-proposed] kdenlive 0.9.10-2ubuntu1.1 (Waiting for
approval)

I checked both codesearch.debian as well as lxr.kde to see if there are
any other applications that directly access bookmarks.xml and there is
nothing that would be negatively impacted by this SRU.

** Description changed:

  # Impact
  KDE software loses 'places' bookmarks when using KDE frameworks 5 and 
KDELibs4 software at the same time. In particular the default file manager 
Dolphin will have one of its by-default-visible features rendered useless by 
this and actively lose data the user created.
  
  ## Affects
  - kde4libs: which has a sync code that attempts to sync the XDG places file 
with the legacy KDE file.
  - kio (kf5): as it has the same syncing code as kde4libs.
  - kde-baseapps (specifically dolphin): as it is using the legacy KDE file 
while the rest of a plasma5 desktop would use the XDG places file.
  - kdenlive: has hardcoded file lookup for the old file to automatically 
inject its projects folder into the places list (not terribly important feature 
and actually has provisioning for the file not being found).
  
  # Test Case
  1. Open Dolphin.
  2. Select the folder you want in the Places shortcut on the left panel.
  3. Drag and Drop the folder on the left panel in the Places section.
  4. Restart the system.
+ 
+ ## Kdenlive
+ Kdenlive has a bit of a different use case it injects itself into the list of 
places
+ - create new user
+ - start kdenlive and go through wizard
+ - file - open
+ - places sidebar should contain an entry for kdenlive projects.
  
  # Regression Potential
  Somewhat potentially high unfortunately. The way this had to be resolved was 
by removing a piece of compatibility tech from kdelibs(4) that would attempt to 
sync the XDG places bookmarks with the kdelibs=4 preferred kde-specific places 
file and instead always use the XDG file. This effectively means that the old 
places file will not get updated anymore. Applications that had its path 
hardcoded would use the wrong file and no longer show the same places list as 
the rest of the system. It is hard to assess whether we have any such 
application in the archive, but it is a risk worth taking considering we 
currently lose user data in one of the most obvious places.
  
  # Other Info
  
  ## Upstream references
  
http://quickgit.kde.org/?p=kdelibs.gita=commith=5c0a31a2f2a46aa44b8c34baae67b6951b2abcaf
  
http://quickgit.kde.org/?p=kde-baseapps.gita=commith=270d2affaafcc9e87ba14f82bfe579e22607e2d2
  
http://quickgit.kde.org/?p=kio.gita=commith=e919daeb5b144b146dbf459fadb116729b866d21
  
  ## Upstream Bug
  https://bugs.kde.org/show_bug.cgi?id=345174
  
   original report 
  
  Steps to reproduce:
  1. Open Dolphin.
  2. Select the folder you want in the Places shortcut on the left panel.
  3. Drag and Drop the folder on the left panel in the Places section.
  4. Restart the system.
  
  What Happens:
  Dolphin is set back to default places.
  
  What is expected:
  Dolphin displays the customize places shortcuts.
  
  I tried askubuntu, but they deleted my question as off-topic because
  Kubuntu 15.04 Vivid Vervet with Plasma 5 haven't been released.
  
  Aditional info is that this is not an upgrade, but a fresh install.

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

Title:
  Dolphin won't keep the folder shortcuts on Kubuntu 15.04 with Plasma
  5.

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

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


[Bug 1448929] Re: fix apt states

2015-05-04 Thread Harald Sitter
works as expected.

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

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

Title:
  fix apt states

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

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


[Bug 1434226] Re: infinite recursion makes kded5 use excessive memory

2015-04-01 Thread Harald Sitter
I feel like this change needs a unit test

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kubuntu-notification-helper in Ubuntu.
https://bugs.launchpad.net/bugs/1434226

Title:
  infinite recursion makes kded5 use excessive memory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kubuntu-notification-helper/+bug/1434226/+subscriptions

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


[Bug 1415291] Re: KRecursiveFilterProxyModel: The model was not working properly

2015-01-29 Thread Harald Sitter
** Description changed:

+ [Impact]
+ KRecursiveFilterProxyModel fails to display items in various treemodel 
scenarios. More technical details to be found at 
https://git.reviewboard.kde.org/r/120119/
+ 
+ [Test Case]
+ * use every filter in KMail. Items should not be missing
+ * create Kate projects and filter them in the projectview.
+ 
+ [Regression Potential]
+ Unlikely approved upstream, unit tested, adopted in Fedora already. 
Regressions would likely appear as filtering things that shouldn't be filtered 
in: kate, kmail, (akonadi?) imap subscription, knotes' config dialog, various 
akonadi GUIs.
+ 
+ [Other Info]
+ N/A
+ 
+ 
+ 
  Hi,
  
  This patch should be included as it fixes a critical bug in kdelibs
  which renders Kontact unable to show user data. The data is actually
  there, but not visible or accessible to the user, and therefore is often
  perceived as a data loss issue.
  
  The patch itself is small (-11/+5 lines), contained entirely in private
  code in the affected library, and comes with a unit test to ensure
  quality.
  
  There is a approved upstream review request to include:
  
- https://git.reviewboard.kde.org/r/120119/
+ https://git.reviewboard.kde.org/r/120119/
  
  The bug it fixes continues to affect users.
  
- So despite waiting for upstream response, it is already being packaged in 
Fedora packages as well as being shipped to large institutional users (at least 
one of which uses a Debian OS as the desktop client) by downstream 
+ So despite waiting for upstream response, it is already being packaged in 
Fedora packages as well as being shipped to large institutional users (at least 
one of which uses a Debian OS as the desktop client) by downstream
  companies such as Kolab Systems. At debian it got into jessie 
http://bugs.debian.org/775114
  
  By including this well-tested and already deployed patch, Ubuntu can
  ensure that users relying on Kontact working well (among other KDE
  applications which use this same functionality) will not need to go
  elsewhere (e.g. another downstream) for a patched version of the kdelibs
  package.
  
  Regads,
  
  sandro

** Changed in: kde4libs (Ubuntu)
   Importance: Undecided = Low

** Also affects: kde4libs (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: kde4libs (Ubuntu Vivid)
   Importance: Low
   Status: New

** Also affects: kde4libs (Ubuntu Utopic)
   Importance: Undecided
   Status: New

** Changed in: kde4libs (Ubuntu Utopic)
   Importance: Undecided = Low

** Changed in: kde4libs (Ubuntu Trusty)
   Importance: Undecided = Low

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

Title:
  KRecursiveFilterProxyModel: The model was not working properly

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

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


[Bug 1377711]

2014-12-31 Thread Harald Sitter
Please also get a screenshot of that same window in english.

I am reasonable certain these are string that come out of apt-pkg, so
unless we run it through a latinstring somewhere it's probably a bug
outside our reach.

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

Title:
  Muon displays garbled characters when zh_TW locale is used.

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

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


[Bug 1377711]

2014-12-31 Thread Harald Sitter
Git commit ca47d57cd44f40bfe774ab2c15b442467cbca8b1 by Harald Sitter.
Committed on 28/12/2014 at 19:12.
Pushed by sitter into branch 'master'.

run typeName string through QString as utf8 not latin1

it contains the localized name, not the latin1 base

M  +1-1src/dependencyinfo.cpp

http://commits.kde.org/libqapt/ca47d57cd44f40bfe774ab2c15b442467cbca8b1

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

Title:
  Muon displays garbled characters when zh_TW locale is used.

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

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


[Bug 1205523]

2014-12-30 Thread Harald Sitter
Are you sure dpkg's behavior makes sense here?

if I install a package that is arch:i386 on arch:amd64, arch:all really
shouldn't mean arch:amd64. granted it's a bit of a corner case to begin
with but it sounds somewhat weird.

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

Title:
  qapt-deb-installer fails to detect and report some installation errors

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

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


[Bug 1205523]

2014-12-30 Thread Harald Sitter
Git commit 06daa82d426009f283b2cd4f15ed6bcef66a22b0 by Harald Sitter.
Committed on 28/12/2014 at 19:16.
Pushed by sitter into branch 'master'.

do not discard the exitcode when installing a deb through dpkg

exitstatus only has baring when dpkg segfaults etc, exitcode is the real
deal when dpkg exits in a controlled manner but with error

raising errors on exitcode!=0 is a requirement for allowing deb-installer
to give consistent UI feedback

M  +1-3src/worker/aptworker.cpp

http://commits.kde.org/libqapt/06daa82d426009f283b2cd4f15ed6bcef66a22b0

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

Title:
  qapt-deb-installer fails to detect and report some installation errors

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

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


[Bug 1375786] Re: .desktop files can not start apps with kdesu

2014-12-09 Thread Harald Sitter
The bigger issue is that neither DBUS_SESSION_BUS nor DISPLAY is
forwarded through pkexec which prevents KUniqueApplications (and their
KF5 counterpart one presumes) from starting as uniqueness is implemented
through dbus and auto-starting a session dbus at least on X11 requires
DISPLAY to be set (not that I know why).

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to Kubuntu PPA.
https://bugs.launchpad.net/bugs/1375786

Title:
  .desktop files can not start apps with kdesu

To manage notifications about this bug go to:
https://bugs.launchpad.net/kubuntu-ppa/+bug/1375786/+subscriptions

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


[Bug 1157742] Re: [needs-packaging] sddm

2014-10-23 Thread Harald Sitter
Sorta kinda resolved, landed in kubuntu-next ppa. To be landed in
official archive along Plasma 5

** Changed in: ubuntu
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1157742

Title:
  [needs-packaging] sddm

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

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


[Bug 1378789] Re: [SRU] Set the default IO scheduler to CFQ in Kubuntu Trusty

2014-10-08 Thread Harald Sitter
(wearing both my kubuntu and kde dev hat)

Super important bug. It can make IO come to a crawl making desktop systems 
unusable on rationale media, which in turn makes users unhappy, users complain 
to upstream, user complain to us, users complain to users. This is not good. It 
makes people waste time on a perfectly solvable issue, it annoys both upstream 
and kubuntu developers.
All in all this gives a bad impression and must absolutely be resolved, in 
particular since 14.04 is a LTS release. Having people's systems come to a 
crawl every once in a while until the next LTS comes out is absolutely not 
acceptable.

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kubuntu-settings in Ubuntu.
https://bugs.launchpad.net/bugs/1378789

Title:
  [SRU] Set the default IO scheduler to CFQ in Kubuntu Trusty

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

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


[Bug 1378789] Re: [SRU] Set the default IO scheduler to CFQ in Kubuntu Trusty

2014-10-08 Thread Harald Sitter
FTR, I am with Riddell, waiting until after relase seems overly
cautious.

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kubuntu-settings in Ubuntu.
https://bugs.launchpad.net/bugs/1378789

Title:
  [SRU] Set the default IO scheduler to CFQ in Kubuntu Trusty

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

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


[Bug 1367618] Re: Muon accesses api.opendesktop.org without informing the user

2014-09-10 Thread Harald Sitter
Not a bug. It access opendesktop to update plasma widgets and whatnot.

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

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

Title:
  Muon accesses api.opendesktop.org without informing the user

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

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


[Bug 1296711]

2014-09-04 Thread Harald Sitter
Please check that the test case here:
https://bugs.launchpad.net/ubuntu/+source/libqapt/+bug/1358291/comments/2
is what you experience and whether the test case actually succeeds with
the patched version.

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

Title:
  Muon refuses to uninstall/purge packages. Synaptic can remove them
  just fine.

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

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


[Bug 1296711]

2014-09-04 Thread Harald Sitter
Does it always fail for bluez-alsa? (i.e. would it fail if you try to
remove it right after starting muon?) If not please file a new bug
because what you are seeing is the cache getting confused.

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

Title:
  Muon refuses to uninstall/purge packages. Synaptic can remove them
  just fine.

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

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


[Bug 1364432] Re: kmix does not autostart on plasma 5 images

2014-09-02 Thread Harald Sitter
as described in the past... autostart in kf5 works via
/etc/xdg/autostart

http://markmail.org/thread/n7htglbcxjk3qcee

https://lists.ubuntu.com/archives/kubuntu-devel/2014-July/008617.html

as mentioned in that mail this probably affects more than just kmix

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to Kubuntu PPA.
https://bugs.launchpad.net/bugs/1364432

Title:
  kmix does not autostart on plasma 5 images

To manage notifications about this bug go to:
https://bugs.launchpad.net/kubuntu-ppa/+bug/1364432/+subscriptions

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


[Bug 1364429] Re: kdesu broken

2014-09-02 Thread Harald Sitter
it might be broken because of 
https://bugs.kde.org/show_bug.cgi?id=338755 // 
https://bugs.kde.org/show_bug.cgi?id=338756

** Bug watch added: KDE Bug Tracking System #338755
   https://bugs.kde.org/show_bug.cgi?id=338755

** Bug watch added: KDE Bug Tracking System #338756
   https://bugs.kde.org/show_bug.cgi?id=338756

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to Kubuntu PPA.
https://bugs.launchpad.net/bugs/1364429

Title:
  kdesu broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/kubuntu-ppa/+bug/1364429/+subscriptions

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


[Bug 1346234] Re: Allow running updates without authentication

2014-07-25 Thread Harald Sitter
as I said in the KDE report: *you* should configure this *locally*

** Package changed: kubuntu-meta (Ubuntu) = libqapt (Ubuntu)

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

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

Title:
  Allow running updates without authentication

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

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


[Bug 1341473] [NEW] [SRU] homerun 1.2.5

2014-07-14 Thread Harald Sitter
Public bug reported:

[Impact]

Updates translations (new: hu) and expands the homerun kicker search to
also cover descriptions to stay consistent with the label options of
1.2.4.

[Test Case]

- install homerun
- add to plasma
- search and start applications

[Regression Potential]

None, the search merely got a wider scope to give more relevant results.

[Other Info]

n/a

** Affects: homerun (Ubuntu)
 Importance: Wishlist
 Assignee: Harald Sitter (apachelogger)
 Status: In Progress

** Affects: homerun (Ubuntu Trusty)
 Importance: Wishlist
 Assignee: Harald Sitter (apachelogger)
 Status: In Progress

** Affects: homerun (Ubuntu Utopic)
 Importance: Wishlist
 Assignee: Harald Sitter (apachelogger)
 Status: In Progress

** Also affects: homerun (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: homerun (Ubuntu Utopic)
   Importance: Wishlist
 Assignee: Harald Sitter (apachelogger)
   Status: In Progress

** Changed in: homerun (Ubuntu Trusty)
   Status: New = In Progress

** Changed in: homerun (Ubuntu Trusty)
   Importance: Undecided = Wishlist

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

** Description changed:

  [Impact]
  
  Updates translations (new: hu) and expands the homerun kicker search to
  also cover descriptions to stay consistent with the label options of
  1.2.4.
  
  [Test Case]
  
  - install homerun
  - add to plasma
- - start applications
+ - search and start applications
  
  [Regression Potential]
  
  None, the search merely got a wider scope to give more relevant results.
  
  [Other Info]
  
  n/a

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

Title:
  [SRU] homerun 1.2.5

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

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


[Bug 1334675] Re: Some locales are set to de_BE.UTF-8 when choosing Country 'Belgium' and language 'US English'

2014-06-26 Thread Harald Sitter
kreadconfig --file kdeglobals --group Locale --key Language
kreadconfig --file kdeglobals --group Locale --key Country

also please run kdebudialog, enable everything, run systemsettings from
a terminal,  twiddle the settings and apply and paste output from
terminal

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

Title:
  Some locales are set to de_BE.UTF-8 when choosing Country 'Belgium'
  and language 'US English'

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

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


[Bug 1323961] Re: virus infection (probably from prior corruption on my end), cannot install and/or takes too long!

2014-05-28 Thread Harald Sitter
*** This bug is a duplicate of bug 1309458 ***
https://bugs.launchpad.net/bugs/1309458

** This bug has been marked a duplicate of bug 1309458
   [kubuntu] ubiquity installer crashes when clicking release notes link

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

Title:
  virus infection (probably from prior corruption on my end), cannot
  install and/or takes too long!

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

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


[Bug 1322965] Re: MediaWiki option not available in Export menu when plugin activated.

2014-05-26 Thread Harald Sitter
It appears that for some reason kipi-plugins doesn't actually detect a
shlibs dep to libmediawiki1.

** Package changed: kipi-plugins (Ubuntu) = digikam (Ubuntu)

** Changed in: kipi-plugins
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kipi-plugins in Ubuntu.
https://bugs.launchpad.net/bugs/1322965

Title:
  MediaWiki option not available in Export menu when plugin activated.

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

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


[Bug 1322292] Re: KDE Launcher, Advanced Mode: Removing item from Favorites​ makes Favorites​ submenu to disappea

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

** This bug has been marked a duplicate of bug 1319591
   KDE Launcher, Advanced Mode: Removing item from Favorites makes 
Favorites submenu to disappear

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kde-workspace in Ubuntu.
https://bugs.launchpad.net/bugs/1322292

Title:
  KDE Launcher, Advanced Mode: Removing item from Favorites​ makes
  Favorites​ submenu to disappea

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-workspace/+bug/1322292/+subscriptions

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


[Bug 1320569] Re: package kde-runtime-data 4:4.13.0-0ubuntu1 failed to install/upgrade

2014-05-18 Thread Harald Sitter
Ah, actually it isn't, should read more before writing stuff ^^

 cannot copy extracted data for
'./usr/share/doc/kde/HTML/en/kcontrol/emoticons/emoticons.png' to
'/usr/share/doc/kde/HTML/en/kcontrol/emoticons/emoticons.png.dpkg-new':
unexpected end of file or stream

It appears that your data somehow got corrupted. 
  sudo apt-get clean
  sudo apt-get dist-upgrade
might help, this usually is a sign of a failing hard disk however, so you might 
want to check for that and possibly get a replacement.

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kde-runtime in Ubuntu.
https://bugs.launchpad.net/bugs/1320569

Title:
  package kde-runtime-data 4:4.13.0-0ubuntu1 failed to install/upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-runtime/+bug/1320569/+subscriptions

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


[Bug 1320569] Re: package kde-runtime-data 4:4.13.0-0ubuntu1 failed to install/upgrade

2014-05-18 Thread Harald Sitter
trusty-proposed publishing delay.

** Changed in: kde-runtime (Ubuntu)
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kde-runtime in Ubuntu.
https://bugs.launchpad.net/bugs/1320569

Title:
  package kde-runtime-data 4:4.13.0-0ubuntu1 failed to install/upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-runtime/+bug/1320569/+subscriptions

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


[Bug 1320204] Re: baloo_file_extractor uses too much ram

2014-05-16 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: baloo (Ubuntu)
   Status: New = Invalid

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

Title:
  baloo_file_extractor uses too much ram

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

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


[Bug 1312895] Re: Cannot login into KDE after upgrade from 12.04 to 14.04

2014-05-13 Thread Harald Sitter
*** This bug is a duplicate of bug 1295835 ***
https://bugs.launchpad.net/bugs/1295835

To fix this run

sudo apt-get install qdbus:amd64

for general information on what is going wrong see the other bug report.
Short version: qdbus:i386 is installed but the tool orchestrating binary 
selection wants to look for qdbus:amd64 and fails.

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kde-workspace in Ubuntu.
https://bugs.launchpad.net/bugs/1312895

Title:
  Cannot login into KDE after upgrade from 12.04 to 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-workspace/+bug/1312895/+subscriptions

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


[Bug 1318305] Re: qapt-deb-installer silently fails to install deb package

2014-05-12 Thread Harald Sitter
Possibly this issue? https://bugs.kde.org/show_bug.cgi?id=316187

If not, please file a new bug at bugs.kde.org.

** Bug watch added: KDE Bug Tracking System #316187
   https://bugs.kde.org/show_bug.cgi?id=316187

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

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

Title:
  qapt-deb-installer silently fails to install deb package

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

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


[Bug 1317036] Re: muon-notifier uses icon in muon-discover package

2014-05-12 Thread Harald Sitter
fix uploaded to utopic, pending approval of new binary package.

** Changed in: muon (Ubuntu)
   Status: New = Fix Committed

** Changed in: muon (Ubuntu)
   Importance: Undecided = Low

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

Title:
  muon-notifier uses icon in muon-discover package

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

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


[Bug 1315670] Re: driver manager does not handle qapt transaction prompts

2014-05-12 Thread Harald Sitter
** Changed in: kubuntu-driver-manager (Ubuntu Utopic)
Milestone: None = ubuntu-14.10

** Tags added: kubuntu

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kubuntu-driver-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1315670

Title:
  driver manager does not handle qapt transaction prompts

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

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


[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 Kubuntu
Bugs, which is subscribed to pam-kwallet in Ubuntu.
https://bugs.launchpad.net/bugs/1308043

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

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

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


[Bug 1317616] Re: program hangs when the change from normal to full screen

2014-05-09 Thread Harald Sitter
** No longer affects: gwenview (Ubuntu)

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

Title:
  program hangs when the change from normal to full screen

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

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


[Bug 1313314] Re: lighdm login does not work with sssd and pam_kwallet

2014-05-09 Thread Harald Sitter
We have just released an update  versioned 0.0~git20140410-0ubuntu2.1,
please verify that you still see this issue with the new version.

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

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to pam-kwallet in Ubuntu.
https://bugs.launchpad.net/bugs/1313314

Title:
  lighdm login does not work with sssd and pam_kwallet

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pam-kwallet/+bug/1313314/+subscriptions

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


[Bug 1317431] Re: /usr/bin/muon-updater:11:QString:KConfig::name:KSharedConfig::openConfig:KSharedConfig::openConfig:Application::desktopContents

2014-05-08 Thread Harald Sitter
** Also affects: muon (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: muon (Ubuntu Utopic)
   Importance: Undecided
   Status: New

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

Title:
  /usr/bin/muon-
  
updater:11:QString:KConfig::name:KSharedConfig::openConfig:KSharedConfig::openConfig:Application::desktopContents

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

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


[Bug 1317431] Re: /usr/bin/muon-updater:11:QString:KConfig::name:KSharedConfig::openConfig:KSharedConfig::openConfig:Application::desktopContents

2014-05-08 Thread Harald Sitter
** Bug watch added: KDE Bug Tracking System #333599
   https://bugs.kde.org/show_bug.cgi?id=333599

** Also affects: muon via
   https://bugs.kde.org/show_bug.cgi?id=333599
   Importance: Unknown
   Status: Unknown

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

** Changed in: muon (Ubuntu Trusty)
   Importance: Undecided = Critical

** Changed in: muon (Ubuntu Trusty)
   Importance: Critical = Medium

** Changed in: muon (Ubuntu Trusty)
   Status: New = In Progress

** Changed in: muon (Ubuntu Utopic)
   Status: New = Triaged

** Changed in: muon (Ubuntu Utopic)
   Importance: Undecided = Medium

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

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

Title:
  /usr/bin/muon-
  
updater:11:QString:KConfig::name:KSharedConfig::openConfig:KSharedConfig::openConfig:Application::desktopContents

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

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


[Bug 1317431] Re: /usr/bin/muon-updater:11:QString:KConfig::name:KSharedConfig::openConfig:KSharedConfig::openConfig:Application::desktopContents

2014-05-08 Thread Harald Sitter
** Description changed:

+ [Impact] 
+ libmuon's application backend (app-data based package listing) uses 
KSharedConfig to read the app-data desktop files, KSharedConfig however uses a 
global static object to manage sharing and this global static is not properly 
guarded against threaded access. This leads to semingly random crashes in 
muon-updater and muon-discover (also see bug  #1317439 bug #1317440 bug 
#1317441). The proposed fix is to not use KSharedConfig and use KConfig 
directly as that is doing selfcontained file reading avoiding unguarded access 
to global statics and in general threads getting in the way of one another.
+ 
+ [Test Case]
+ Since this is a thread timing dependent bug we have to find a way to test 
whether the update fixes the crash. Giving all applications a good test run for 
a week should sufficiently prevent regressions though.
+ Monitoring errors.ubuntu is as good as it gets in terms of verifying the fix.
+ 
+ [Regression Potential] 
+ Parsing of desktop file values could be broken which would render 
muon-discover useless.
+ 
+ [Other Info]
+ N/A
+ 
+ 
+ 
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding muon.  This problem was most recently seen with version
  2.2.0-0ubuntu3, the problem page at
  https://errors.ubuntu.com/problem/aa2e03805593b7f94bf47b0fd1aca7ebeee8c9cb
  contains more details.

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

Title:
  /usr/bin/muon-
  
updater:11:QString:KConfig::name:KSharedConfig::openConfig:KSharedConfig::openConfig:Application::desktopContents

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

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


[Bug 1317115] Re: KDE Locale module support for changing language is incomplete

2014-05-08 Thread Harald Sitter
Still nothing useful inside. Did you close systemsettings after you
enabled everything in kdebugdialog? Otherwise the setting changes from
kdebugdialog won't apply.

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

Title:
  KDE Locale module support for changing language is incomplete

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

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


[Bug 1317115] Re: KDE Locale module support for changing language is incomplete

2014-05-08 Thread Harald Sitter
Right then, lets do this a different way because kdebugdialog decides to
be very dumb for some reason.

- new user

- run kcmshell4 language
- close it
- run kdebugdialog
- in the search type kcmshell
- make sure kcmshell is found, if not, apply and close, run kcmshell again, 
rinse and repeat until kdebugdialog actually lists kcmshell

- enable everything in kdebugdialog
- make sure kcmshell is checked
- apply  close

- run
 kcmshell4 langauge  log

- do the actual configuration
- attach log

do note, that the log should contain lines containing KCMLocale::, if
not don't bother uploading it will be useless again. this method should
create a viable log though, as it's exactly what I just did.

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

Title:
  KDE Locale module support for changing language is incomplete

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

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


[Bug 1317115] Re: KDE Locale module support for changing language is incomplete

2014-05-08 Thread Harald Sitter
nevermind, I found the issue

** Changed in: libkubuntu (Ubuntu)
   Status: Incomplete = Triaged

** Changed in: libkubuntu (Ubuntu)
   Importance: Undecided = High

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

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

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

** Also affects: kde-runtime (Ubuntu Utopic)
   Importance: High
 Assignee: Harald Sitter (apachelogger)
   Status: Triaged

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

Title:
  KDE Locale module support for changing language is incomplete

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-runtime/+bug/1317115/+subscriptions

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


[Bug 1317115] Re: language kcm doesn't write env setup script

2014-05-08 Thread Harald Sitter
** Changed in: kde-runtime (Ubuntu Trusty)
   Status: Triaged = Fix Committed

** Changed in: kde-runtime (Ubuntu Trusty)
   Status: Fix Committed = Won't Fix

** Changed in: kde-runtime (Ubuntu Trusty)
   Status: Won't Fix = In Progress

** Changed in: kde-runtime (Ubuntu Utopic)
   Status: In Progress = Fix Committed

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kde-runtime in Ubuntu.
https://bugs.launchpad.net/bugs/1317115

Title:
  language kcm doesn't write env setup script

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-runtime/+bug/1317115/+subscriptions

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


[Bug 1317115] Re: KDE Locale module support for changing language is incomplete

2014-05-07 Thread Harald Sitter
please post the output of the following command

cat ~/.kde/env/*

** Package changed: kde-workspace (Ubuntu) = libkubuntu (Ubuntu)

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

Title:
  KDE Locale module support for changing language is incomplete

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

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


[Bug 1317115] Re: KDE Locale module support for changing language is incomplete

2014-05-07 Thread Harald Sitter
Oh, and please do the following:

- revert language-selector changes

- create new user
- login
- hit alt+f2
- type kdebugdialog
- hit enter
- enable everything, apply and close
- from a terminal run:
  systemsettings  log
- go to locale-language
- move german to the right hand list
- move german up to the top of the list
- apply and close
- in the home folder there should be  a file called 'log', please attach it to 
this bug report

after that run the previous command again

cat ~/.kde/env/*

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

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

Title:
  KDE Locale module support for changing language is incomplete

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

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


[Bug 1316563] Re: Kubuntu driver manager shows nothing, even after refreshing driver list

2014-05-06 Thread Harald Sitter
It's because there are no proprietary drivers found for your system.

I commited a fix in our git repo to show a label when this is the case.

** Changed in: kubuntu-driver-manager (Ubuntu)
   Importance: Undecided = Low

** Changed in: kubuntu-driver-manager (Ubuntu)
   Status: New = Fix Committed

** Changed in: kubuntu-driver-manager (Ubuntu)
Milestone: None = ubuntu-14.10

** Tags added: kubuntu

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kubuntu-driver-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1316563

Title:
  Kubuntu driver manager shows nothing, even after refreshing driver
  list

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

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


[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 Kubuntu
Bugs, which is subscribed to kde-runtime in Ubuntu.
https://bugs.launchpad.net/bugs/1315969

Title:
  ftp connections via kde apps take extremely long

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

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


[Bug 1315869] Re: Kamoso does not include Turkish translation

2014-05-04 Thread Harald Sitter
Upstream issue, supposedly the tarball could do with a l10n refresh.

** Changed in: kubuntu-ppa
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to Kubuntu PPA.
https://bugs.launchpad.net/bugs/1315869

Title:
  Kamoso does not include Turkish translation

To manage notifications about this bug go to:
https://bugs.launchpad.net/kubuntu-ppa/+bug/1315869/+subscriptions

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


[Bug 1315600] Re: plasma-wallpaper-weather doesn't seem to work at all. On any settings.

2014-05-03 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: kdeplasma-addons (Ubuntu)
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdeplasma-addons in Ubuntu.
https://bugs.launchpad.net/bugs/1315600

Title:
   plasma-wallpaper-weather doesn't seem to work at all. On any
  settings.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kdeplasma-addons/+bug/1315600/+subscriptions

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


[Bug 1312104] Re: Marble Menu Squashed/Unreadable

2014-05-02 Thread Harald Sitter
Well, to be honest the notion using Name=Marble is the real problem. Separation 
etc. ought, and is, done on distro level anyway (except for a few, to mind 
comes slackware which does not produce split binary units from one source 
unit). But if the user installs more than one marble it's impossible to tell 
which is which [1] (generic name being the same doesn't help either, but 
there's menu implementations that do not actually show the generic name at all 
anyway...). Arguably this is not really a major issue because the user should 
only ever need to install one anyway. But, that is where the same Name for 
different binary units becomes even more annoying.
For example ubuntu's app-install data is the metadata powering the software 
store, this data is autogenerated from desktop files. For marble you therefore 
get 4 distinct entries in the ubuntu software store and muon discover [2].

All that being said, I do appreciate why you want it to have the same name and 
I think that generally this is a good idea. So here is how I would solve this:
- have one desktop file with Name=Marble
- introduce a starter-binary that decides at runtime which marble UI to 
actually start
- the desktop file then Exec=marble-starter and the starter applies a priority 
scheme to decide which marble to start (e.g. kde  touch  mobile  qt) 
depending on what is actually installed

^ In addition to that one could then still have desktop files that have
a distinct more technical name like Name=Marble Qt.

Packagewise I think most distributions (or at least the ones that split the 
binary units into different packages) can represent that sort of dependency on 
a packaging level.
For example on our end this would probably look like a bit like this:

-marble.deb
  Depends: marble-bin-kde | marble-bin-qt | marble-bin-touch...
  Contains: usr/share/applications/kde4/marble.desktop (Name=Marble)

-marble-bin-kde.deb
  Contains: usr/bin/marble-kde

-marble-bin-qt.deb
  Contains: usr/bin/marble-qt

-marble-kde.deb
  Depends: marble-bin-kde
  Contains: usr/share/applications/kde4/marble-kde.desktop (Name=Marble KDE)

-marble-qt.deb
  Depends marble-bin-qt
  Contains: usr/share/applications/kde4/marble-qt.desktop (Name=Marble Qt)

So, you have the starter package, which needs at least one of the GUI
binaries. Independent of everything you have the gui binaries in their
own package. Finally you have the GUI specific desktop entry packages
that allow the user to explicitly start a specific GUI once those
packages are installed.

Mind you, the starter could also display a selection when more than one
GUI is installed, the GUI specific desktop files could be dropped
altogether as you can then start all guis through the starter even when
all of them are installed at the same time.

LibreOffice does something similar with their starter I think.

[1] http://i.imgur.com/tUhGdRS.png
[2] http://i.imgur.com/efg1oS4.png

HTH

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

Title:
  Marble Menu Squashed/Unreadable

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

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


[Bug 1074420] Re: kdesudo Missing german translation

2014-04-30 Thread Harald Sitter
see bug 1267765

** No longer affects: kde-l10n-es (Ubuntu)

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

Title:
  kdesudo Missing german translation

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

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


[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 Kubuntu
Bugs, which is subscribed to kde-runtime in Ubuntu.
https://bugs.launchpad.net/bugs/1314549

Title:
  USB-headset undetected by Phonon

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

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


[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 Kubuntu
Bugs, which is subscribed to pam-kwallet 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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pam-kwallet/+bug/1314119/+subscriptions

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


[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 Kubuntu
Bugs, which is subscribed to pam-kwallet in Ubuntu.
https://bugs.launchpad.net/bugs/1314118

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pam-kwallet/+bug/1314118/+subscriptions

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


[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 Kubuntu
Bugs, which is subscribed to pam-kwallet 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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pam-kwallet/+bug/1314120/+subscriptions

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


[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
** Description changed:

+ [Impact]
+ 
+ When not being able to open the wallet salt file pam-kwallet would crash
+ because null fds were not being handled correctly. Salt creation is now
+ correctly apported when an fopen fails.
+ 
+ [Test Case]
+ 
+ * Create a user A
+ * Login
+ * Run kwalletmanager
+ * Delete any existing wallets
+ * Create a new wallet and give it a password different from the user password
+ 
+ * Upgrade pam-kwallet
+ * Reboot
+ 
+ * Log in as user A
+ * Login is supposed to work
+ * Run kwalletmanager
+ * Confirm the wallet is still there
+ * Confirm the wallet password is the one you set it to (either open the 
wallet via kwalletmanager or an application might prompt you to unlock the 
wallet)
+ 
+ * Create a user B
+ * Do not log in
+ * Reboot
+ 
+ * Log in as user B
+ * Login is supposed to work
+ * Run kwalletmanager
+ * Confirm that a wallet was automatically created
+ * Confirm that the wallet is unlocked without you having to enter your 
password again anywhere
+ * Close the wallet via kwalletmanager
+ * Open the wallet via kwalletmanager
+ * Confirm that the required password is the same password as the login 
password
+ 
+ * Log out from user B
+ * Do not reboot
+ * Login as user B
+ * Run kwalletmanager
+ * Confirm the wallet is again opened automatically
+ 
+ * Logout from user B
+ * Do not reboot
+ * Login as user A
+ * Run kwalletmanager
+ * Confirm the wallet is still not automatically unlocked
+ * Confirm the password is still the password you manually defined
+ 
+ [Regression Potential]
+ 
+ Login could be broken.
+ 
+ [Other Info]
+ 
+ N/A
+ 
+ 
+ 
  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.

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to pam-kwallet 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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pam-kwallet/+bug/1314119/+subscriptions

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


[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
** Description changed:

- 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.
+ [Impact]
+ 
+ When not being able to open the wallet salt file pam-kwallet would crash
+ because null fds were not being handled correctly. Salt creation is now
+ correctly apported when an fopen fails.
+ 
+ [Test Case]
+ 
+ * Create a user A
+ * Login
+ * Run kwalletmanager
+ * Delete any existing wallets
+ * Create a new wallet and give it a password different from the user password
+ 
+ * Upgrade pam-kwallet
+ * Reboot
+ 
+ * Log in as user A
+ * Login is supposed to work
+ * Run kwalletmanager
+ * Confirm the wallet is still there
+ * Confirm the wallet password is the one you set it to (either open the 
wallet via kwalletmanager or an application might prompt you to unlock the 
wallet)
+ 
+ * Create a user B
+ * Do not log in
+ * Reboot
+ 
+ * Log in as user B
+ * Login is supposed to work
+ * Run kwalletmanager
+ * Confirm that a wallet was automatically created
+ * Confirm that the wallet is unlocked without you having to enter your 
password again anywhere
+ * Close the wallet via kwalletmanager
+ * Open the wallet via kwalletmanager
+ * Confirm that the required password is the same password as the login 
password
+ 
+ * Log out from user B
+ * Do not reboot
+ * Login as user B
+ * Run kwalletmanager
+ * Confirm the wallet is again opened automatically
+ 
+ * Logout from user B
+ * Do not reboot
+ * Login as user A
+ * Run kwalletmanager
+ * Confirm the wallet is still not automatically unlocked
+ * Confirm the password is still the password you manually defined
+ 
+ [Regression Potential]
+ 
+ Login could be broken.
+ 
+ [Other Info]
+ 
+ N/A
+ 
+ 
+ 
+ 
+ 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.

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to pam-kwallet 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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pam-kwallet/+bug/1314120/+subscriptions

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


[Bug 1313193] Re: Missing $ in /usr/bin/startkde

2014-04-28 Thread Harald Sitter
http://quickgit.kde.org/?p=kde-
workspace.gita=commith=6c3a6890ae2087ddceaf4bfeed2595298c3a3528

The bug doesn't really have any negative effect though, so indeed for
14.04 it doesn't matter much when/if it lands (other then a log message
in the startkde.log when a DM other than lightdm is used).

 ~  socat STDIN UNIX-CONNECT:
2014/04/28 09:14:29 socat[3666] E connect(3, AF=1 anon, 2): Invalid argument

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kde-workspace in Ubuntu.
https://bugs.launchpad.net/bugs/1313193

Title:
  Missing $ in /usr/bin/startkde

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-workspace/+bug/1313193/+subscriptions

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


[Bug 1312651] Re: trying to overwrite '/usr/bin/extractattr', which is also in package pkg-kde-tools 0.14.2ubuntu5

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

  [Impact]
  
  Since 12.04 various files from pkg-kde-tools moved to kdesdk-scripts
  creating a file conflict between a sufficiently old version and a
  sufficiently new version. This can break upgrades to 14.04. The solution
  is to introduce a replaces and breaks relationship to force pkg-kde-
  tools to be upgraded first.
  
  [Test Case]
  
- * On a 12.04 installation, install kdesdk-scripts
+ * On a 12.04 installation, install kdesdk-scripts *and* pkg-kde-tools
  * Upgrade to 14.04
  * No file conflicts should appear between kdesdk-scripts and pkg-kde-tools
  
  [Regression Potential]
  
  relationship could be wrong rendering any of the two packages
  uninstallable or unupgradable
  
  [Other Info]
  
  n/a
  
- 
  -
  
- 
- During a dist-upgrade (via python-apt) from Precise to Trusty there is a file 
conflict between kdesdk-scripts and pkg-kde-tools.
+ During a dist-upgrade (via python-apt) from Precise to Trusty there is a
+ file conflict between kdesdk-scripts and pkg-kde-tools.
  
  Log snippet:
  Processing package kdesdk-scripts (0.2040%)
  Unpacking kdesdk-scripts (4:4.13.0-0ubuntu1) over (4:4.8.5-0ubuntu0.1) ...
  dpkg: error processing archive 
/var/cache/apt/archives/kdesdk-scripts_4%3a4.13.0-0ubuntu1_all.deb (--unpack):
   trying to overwrite '/usr/bin/extractattr', which is also in package 
pkg-kde-tools 0.14.2ubuntu5
  dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
  trying to overwrite '/usr/bin/extractattr', which is also in package 
pkg-kde-tools 0.14.2ubuntu5
  Errors were encountered while processing:
   /var/cache/apt/archives/kdesdk-scripts_4%3a4.13.0-0ubuntu1_all.deb
  
  File conflict details:
  Package 1:
    Name: kdesdk-scripts
    Installed version: 4:4.8.5-0ubuntu0.1
    Candidate version: 4:4.13.0-0ubuntu1
  Package 2:
    Name: pkg-kde-tools
    Installed version: 0.14.2ubuntu5
    Candidate version: 0.15.12ubuntu1
  Conflicting files:
    '/usr/bin/extractattr'
    '/usr/bin/extractrc'

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to pkg-kde-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1312651

Title:
  trying to overwrite '/usr/bin/extractattr', which is also in package
  pkg-kde-tools 0.14.2ubuntu5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pkg-kde-tools/+bug/1312651/+subscriptions

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


[Bug 1274219] Re: can't resize maximised windows / kubuntu

2014-04-28 Thread Harald Sitter
Of course not. My point is that the bug is invalid for us because we
follow upstream's lead on stuff like this, so considering upstream
considers 4.11 feature frozen we won't override their decision on this.
If it was applied to 4.11 git one could consider a backport to the
packaging of 4.11 but as it stands the fix is only in master.

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kde-workspace in Ubuntu.
https://bugs.launchpad.net/bugs/1274219

Title:
  can't resize maximised windows / kubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-workspace/+bug/1274219/+subscriptions

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


[Bug 1295323] Re: Can't stop/remove baloo

2014-04-28 Thread Harald Sitter
 Can this be reported upstream?

Here you can
https://bugs.kde.org/enter_bug.cgi?product=Balooformat=guided

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kde-baseapps in Ubuntu.
https://bugs.launchpad.net/bugs/1295323

Title:
  Can't stop/remove baloo

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

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


[Bug 1313066] Re: gstreamer-qapt missing from kubuntu-desktop depends

2014-04-28 Thread Harald Sitter
Going to SRU as a dependency as discussed on IRC.

This has the expected downside that one cannot remove all gstreamer bits
without also loosing the meta-package, but given that gstreamer is an
integrated part of the entire platform this is not an unreasonable
behavior.

** Description changed:

  [Workaround]
  sudo apt-get install gstreamer0.10-qapt
  
  [Impact]
  
  gstreamer0.10-qapt is missing, this package provides 
gstreamer-codec-installer which is used for on-demand codec installation.
  Every new installation without this package will be unable to install codecs 
ondemand making all Phonon based software (Amarok and Dragon Player by default) 
unable to play restricted codecs using media (e.g. MP3s).
  Worse yet, due to presumed bugs in phonon-gstreamer Amarok will actually 
crash after not being able to install a codec.
+ 
+ As discussed on IRC this is resolved by introducing a hard dependency
+ from kubuntu-meta (trusty) to gstreamer0.10-qapt. This is to ensure that
+ all existing installations get the codec helper to ensure the best
+ possible user experience.
  
  [Test Case]
  
  Try to play an mp3 in amarok on an otherwise new installation. A dialog
  should pop up allowing ondemand installation of the required codec
  packages.
  
  [Regression Potential]
  
  None.
  
  [Other Info]
  
  N/A
  
  --
  
  I just installed kubuntu 14.04. I wanted to listen to the mp3 based
  audio stream of my favorite radio station. But Amarok didn't play
  anything. Instead it stucked and I needed to kill it.
  
  As an Kubuntu proven user I googled and started to look for gstreamer
  plugins. Finally I found the fluendo mp3 one which worked fine for me.
  
  But there should be a hint that the data source can not be played back
  due to missing plugins. That is really needed to give people a hint
  where they have to optimize their system. When a Windoof user switches
  to linux the fist thing he might want to do is playing back a mp3 and
  the system does not support this. It is ok, but there should be at least
  a feedback of the system.

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kubuntu-meta in Ubuntu.
https://bugs.launchpad.net/bugs/1313066

Title:
  gstreamer-qapt missing from kubuntu-desktop depends

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kubuntu-meta/+bug/1313066/+subscriptions

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


[Bug 1274219] Re: can't resize maximised windows / kubuntu

2014-04-27 Thread Harald Sitter
There is a patch against this but it looks like the kde developers are
refusing to import this into 4.11.x and are only willing to let it in
kde 5.

If it was accepted upstream it will land in whatever version upstream
sees it fit to land in. If upstream does not think it should land in
4.11 then we have no right saying otherwise.

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kde-workspace in Ubuntu.
https://bugs.launchpad.net/bugs/1274219

Title:
  can't resize maximised windows / kubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-workspace/+bug/1274219/+subscriptions

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


[Bug 1312104] Re: Marble Menu Squashed/Unreadable

2014-04-25 Thread Harald Sitter
Uploading marble_4.13.0-0ubuntu1.1_source.changes: done.
Successfully uploaded packages.

uploaded to trusty, pending sru approval

** Description changed:

  [Impact]
  
- The marble package incorrectly contains two different user interface
- versions (desktop and mobile), additionally both versions identify as
- Marble in applications menu (desktop entry) and users can happen to
- launch the wrong Marble which gives an unintended and unacceptable user
- experience.
+ The marble package incorrectly contains two different user interface versions 
(desktop and mobile), additionally both versions identify as Marble in 
applications menu (desktop entry) and users can happen to launch the wrong 
Marble which gives an unintended and unacceptable user experience.
+ To prevent this we set Hidden=true (which is equal to it not being there at 
all) as
+ the GUI is broken on the desktop anyway, should a future patch release 
improve the experience we can look into splitting the packages properly.
  
  [Test Case]
  
  * Install marble package
  * Confirm there is only one entry in the applications menu
  * Confirm that starting the only marble entry launches the desktop UI [1]
  
  [1] http://marble.kde.org/img/gallery/marble-desktop-satellite-
  clouds.png
  
  [Regression Potential]
  
  None
  
  [Other Info]
-  
+ 
  N/A
  
  -
  
  The Menu in Marble 4:4.13.0-0ubuntu1 (KUbuntu 14.04) is squashed
  together and partially unreadable. It looks like Marble was build with a
  Mobile UI instead of the Desktop version.
  
  See attached screenshot.

** Changed in: marble (Ubuntu Trusty)
   Status: Triaged = In Progress

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

Title:
  Marble Menu Squashed/Unreadable

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

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


[Bug 1312043] Re: /usr/bin/muon-discover:6:__GI_raise:__GI_abort:qt_message_output:qt_message:qFatal

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

+ [Impact]
+ 
+ the new sourcelist api in qapt forgets to do a size check after string 
editing, thus running into an assert on qstring::at(0) being called on an empty 
string.
+ this was resolved by making sure that the value passed to at() is actually a 
valid index.
+ 
+ [Test Case]
+ 
+ * edit /etc/apt/sources.list
+ * add a line consisting of two hash signs ##
+ * save
+ * start muon-discover
+ * click sources tab at the top
+ * should not crash
+ 
+ [Regression Potential]
+ 
+ N/A. SourceEntry tests continue to pass, new test was added.
+ 
+ [Other Info]
+ 
+ N/A
+ 
+ 
+ 
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding muon.  This problem was most recently seen with version
  2.2.0-0ubuntu3, the problem page at
  https://errors.ubuntu.com/problem/93fcb3147d466be239a79f223d19683695eb414e
  contains more details.

** Package changed: muon (Ubuntu) = qapt (Ubuntu)

** Also affects: qapt (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: qapt (Ubuntu Utopic)
   Importance: Undecided
   Status: New

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

Title:
  /usr/bin/muon-
  discover:6:__GI_raise:__GI_abort:qt_message_output:qt_message:qFatal

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

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


[Bug 1312104] Re: Marble Menu Squashed/Unreadable

2014-04-24 Thread Harald Sitter
Please note that marble-touch is a different package, it will however
show up in the menu as Marble, please make sure that

a) marble or marble-qt are installed
b) running marble or marble-qt from a terminal results in this behavior as well

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

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

Title:
  Marble Menu Squashed/Unreadable

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

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


[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 Kubuntu
Bugs, which is subscribed to akonadi in Ubuntu.
https://bugs.launchpad.net/bugs/1290717

Title:
  akonadi 1.11.80  fails to start

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

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


[Bug 1311583] Re: kubuntu-driver-managers leaves apt in a broken state when switching drivers on a nvidia machine

2014-04-23 Thread Harald Sitter
fix committed to git repo

** Also affects: kubuntu-driver-manager (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: kubuntu-driver-manager (Ubuntu Untitled)
   Importance: Undecided
   Status: New

** Changed in: kubuntu-driver-manager (Ubuntu Untitled)
   Status: New = Fix Committed

** Changed in: kubuntu-driver-manager (Ubuntu Untitled)
   Importance: Undecided = Medium

** Changed in: kubuntu-driver-manager (Ubuntu Untitled)
 Assignee: (unassigned) = Harald Sitter (apachelogger)

** Changed in: kubuntu-driver-manager (Ubuntu Untitled)
   Importance: Medium = High

** Changed in: kubuntu-driver-manager (Ubuntu Trusty)
   Status: New = Triaged

** Changed in: kubuntu-driver-manager (Ubuntu Trusty)
   Importance: Undecided = High

** Changed in: kubuntu-driver-manager (Ubuntu Trusty)
 Assignee: (unassigned) = Rohan Garg (rohangarg)

** Changed in: kubuntu-driver-manager (Ubuntu Trusty)
Milestone: None = ubuntu-14.04.1

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kubuntu-driver-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1311583

Title:
  kubuntu-driver-managers leaves apt in a broken state when switching
  drivers on a nvidia machine

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

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


[Bug 1309494] Re: package kdm 4:4.11.6-0ubuntu1~ubuntu13.10~ppa2 failed to install/upgrade: ErrorMessage: subprocess installed pre-removal script returned error exit status 1

2014-04-22 Thread Harald Sitter
** Also affects: kubuntu-ppa
   Importance: Undecided
   Status: New

** Changed in: kde-workspace (Ubuntu)
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kde-workspace in Ubuntu.
https://bugs.launchpad.net/bugs/1309494

Title:
  package kdm 4:4.11.6-0ubuntu1~ubuntu13.10~ppa2 failed to
  install/upgrade: ErrorMessage: subprocess installed pre-removal script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/kubuntu-ppa/+bug/1309494/+subscriptions

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


[Bug 1310620] Re: Gwenview crashes while zooming in at high resolution

2014-04-22 Thread Harald Sitter
Please use the bug report helper that comes up when Gwenview crashes to
file bug reports. If none comes up please file the report manually at
http://bugs.kde.org and try to attach a backtrace of the crash; [1]
should help with manually creating a backtrace in case the crash helper
doesn't start.

[1]
http://techbase.kde.org/Development/Tutorials/Debugging/How_to_create_useful_crash_reports#Retrieving_a_backtrace_with_GDB


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

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

Title:
  Gwenview crashes while zooming in at high resolution

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

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


[Bug 1300255] Re: digikam 3.5.0 freezes at initialization on 14.04

2014-04-22 Thread Harald Sitter
This was fixed a while ago.

** Changed in: digikam (Ubuntu)
   Status: New = Fix Released

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

Title:
  digikam 3.5.0 freezes at initialization on 14.04

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

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


[Bug 959151] Re: QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.

2014-04-22 Thread Harald Sitter
Actually, let's close the bug because it should not be tracked on
launchpad. Please refer to the linked upstream bug report for progress
on this.

For what it is worth though, this is not an error but a warning that
really does not cause any problems.

** Changed in: kde4libs (Ubuntu)
   Status: Triaged = Invalid

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

Title:
  QDBusConnection: session D-Bus connection created before
  QCoreApplication. Application may misbehave.

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

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


[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 Kubuntu
Bugs, which is subscribed to akonadi in Ubuntu.
https://bugs.launchpad.net/bugs/1309853

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

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

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


[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 Kubuntu
Bugs, which is subscribed to akonadi in Ubuntu.
https://bugs.launchpad.net/bugs/1309795

Title:
  akonadi server crashing after upgrade to 14.04 LTS

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

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


[Bug 1310019] Re: ktouch shows an empty home screen because org.kde.charts is missing

2014-04-22 Thread Harald Sitter
fix commited to bzr, waiting for a best course of action on how to fix
it for 14.04

** Changed in: ktouch (Ubuntu)
   Status: New = Fix Committed

** Description changed:

+ [Impact]
+ 
+ ktouch is unusable until the missing dependency is installed. fix is to
+ make sure it is installed.
+ 
+ [Test Case]
+ 
+ Install and start ktouch.
+ 
+ [Regression Potential]
+ 
+ none
+ 
+ [Other Info]
+ 
+ none
+ 
+ ---
+ 
  Currently, the package ktouch does not depend on the installation of the
  package qtdeclarative4-kqtquickcharts-1. Thus, on starting ktouch via
  konsole, I only got an error telling me that the package
  »org.kde.charts« could not be loaded in some qml file while the main
  screen was empty. Manually installing the package
  qtdeclarative4-kqtquickcharts-1 fixed the problem.
  
  Description:Ubuntu 14.04 LTS
  Release:14.04
  
  ktouch:
-   Installiert:   4:4.13.0-0ubuntu1
-   Installationskandidat: 4:4.13.0-0ubuntu1
-   Versionstabelle:
-  *** 4:4.13.0-0ubuntu1 0
- 500 http://de.archive.ubuntu.com/ubuntu/ trusty/universe i386 Packages
- 100 /var/lib/dpkg/status
+   Installiert:   4:4.13.0-0ubuntu1
+   Installationskandidat: 4:4.13.0-0ubuntu1
+   Versionstabelle:
+  *** 4:4.13.0-0ubuntu1 0
+ 500 http://de.archive.ubuntu.com/ubuntu/ trusty/universe i386 Packages
+ 100 /var/lib/dpkg/status

** Changed in: ktouch (Ubuntu)
   Importance: Undecided = High

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

** Tags added: kubuntu

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

Title:
  ktouch shows an empty home screen because org.kde.charts is missing

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

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


[Bug 1311105] Re: KDE locks up at startup if window decorations changed from default.

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!

** Changed in: kde-workspace (Ubuntu)
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kde-workspace in Ubuntu.
https://bugs.launchpad.net/bugs/1311105

Title:
  KDE locks up at startup if window decorations changed from default.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-workspace/+bug/1311105/+subscriptions

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


[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 Kubuntu
Bugs, which is subscribed to gtk2-engines-oxygen in Ubuntu.
https://bugs.launchpad.net/bugs/1309132

Title:
  oxygen-gtk2 makes scilab crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk2-engines-oxygen/+bug/1309132/+subscriptions

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


[Bug 1299689] Re: kwalletd crashed with SIGSEGV in atomic_exchange_and_add()

2014-04-15 Thread Harald Sitter
** Information type changed from Private to Public

** Changed in: kde-runtime (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kde-runtime in Ubuntu.
https://bugs.launchpad.net/bugs/1299689

Title:
  kwalletd crashed with SIGSEGV in atomic_exchange_and_add()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-runtime/+bug/1299689/+subscriptions

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


[Bug 1306377] Re: kwallet not use gpg auth

2014-04-14 Thread Harald Sitter
We had to deactivate the GPG support as it was not working as well as we
expected it to. The unfortunate side effect of this is that you will
need to start a new wallet as the old one won't be usable any longer.
Alternatively you can simply move the old wallet out of the way and new
tech will automatically create a new wallet that will get unlocked on
login automatically.

** Changed in: kde-runtime (Ubuntu)
   Status: Incomplete = Won't Fix

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kde-runtime in Ubuntu.
https://bugs.launchpad.net/bugs/1306377

Title:
  kwallet not use  gpg auth

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-runtime/+bug/1306377/+subscriptions

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


[Bug 1307170] Re: /usr/bin/software-properties-kde crashed when triggering mirror selection and clicking ok quickly

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

** Changed in: software-properties (Ubuntu)
 Assignee: (unassigned) = Rohan Garg (rohangarg)

** Changed in: software-properties (Ubuntu)
   Importance: Undecided = High

** Changed in: software-properties (Ubuntu)
   Status: Confirmed = Fix Committed

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1307170

Title:
  /usr/bin/software-properties-kde crashed when triggering mirror
  selection and clicking ok quickly

To manage notifications about this bug go to:
https://bugs.launchpad.net/software-properties/+bug/1307170/+subscriptions

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


[Bug 1299887] Re: knotes launches but New Note doesn't do anything

2014-04-12 Thread Harald Sitter
** Changed in: kdepim (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  knotes launches but New Note doesn't do anything

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

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


[Bug 1259465] Re: kde-nm-connection-editor is completely useless for setting up TLS connections

2014-04-12 Thread Harald Sitter
** Changed in: plasma-nm (Ubuntu)
   Status: Confirmed = Won't Fix

** Changed in: plasma-nm (Ubuntu)
   Status: Won't Fix = Fix Released

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to plasma-nm in Ubuntu.
https://bugs.launchpad.net/bugs/1259465

Title:
  kde-nm-connection-editor is completely useless for setting up TLS
  connections

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plasma-nm/+bug/1259465/+subscriptions

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


[Bug 1306377] Re: kwallet not use blowfish (gpg) auth

2014-04-11 Thread Harald Sitter
Please clarify the following:

What steps do you take to reproduce the behavior in question?

What are the current results?

What are the expected results (i.e. how did your system behave before
the update)?

** Changed in: kde-runtime (Ubuntu)
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kde-runtime in Ubuntu.
https://bugs.launchpad.net/bugs/1306377

Title:
  kwallet not use blowfish (gpg) auth

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-runtime/+bug/1306377/+subscriptions

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


[Bug 1296935] Re: Please update calligra to 2.8.1

2014-04-11 Thread Harald Sitter
** Changed in: calligra (Ubuntu)
   Status: New = Fix Released

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

Title:
  Please update calligra to 2.8.1

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

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


[Bug 1304805] Re: KDE desktop login failure: Could not start d-bus. Can you call qdbus?

2014-04-09 Thread Harald Sitter
qdbus variable in startkde is a string, should be a command sequence.

** Package changed: qt4-x11 (Ubuntu) = kde-workspace (Ubuntu)

** Changed in: kde-workspace (Ubuntu)
   Importance: Undecided = Critical

** Changed in: kde-workspace (Ubuntu)
   Status: Confirmed = Triaged

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

** Changed in: kde-workspace (Ubuntu)
 Assignee: (unassigned) = Jonathan Riddell (jr)

** Tags added: kubuntu

** Changed in: kde-workspace (Ubuntu)
   Status: Triaged = Fix Committed

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kde-workspace in Ubuntu.
https://bugs.launchpad.net/bugs/1304805

Title:
  KDE desktop login failure: Could not start d-bus. Can you call
  qdbus?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-workspace/+bug/1304805/+subscriptions

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


[Bug 1304856] Re: QDbus fails to start on login

2014-04-09 Thread Harald Sitter
*** This bug is a duplicate of bug 1304805 ***
https://bugs.launchpad.net/bugs/1304805

** This bug has been marked a duplicate of bug 1304805
   KDE desktop login failure: Could not start d-bus. Can you call qdbus?

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to qt4-x11 in Ubuntu.
https://bugs.launchpad.net/bugs/1304856

Title:
  QDbus fails to start on login

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/1304856/+subscriptions

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


[Bug 1278882] Re: kde-developer-sdk should demote subversion to suggests

2014-04-09 Thread Harald Sitter
** Changed in: meta-kde (Ubuntu)
   Status: Triaged = Fix Released

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to meta-kde in Ubuntu.
https://bugs.launchpad.net/bugs/1278882

Title:
  kde-developer-sdk should demote subversion to suggests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/meta-kde/+bug/1278882/+subscriptions

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


[Bug 1282470] Re: driverevent code in module.cpp not ordered

2014-04-09 Thread Harald Sitter
** Changed in: kubuntu-notification-helper (Ubuntu)
Milestone: ubuntu-14.04 = None

** Changed in: kubuntu-notification-helper (Ubuntu)
   Status: Triaged = Fix Committed

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kubuntu-notification-helper in Ubuntu.
https://bugs.launchpad.net/bugs/1282470

Title:
  driverevent code in module.cpp not ordered

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kubuntu-notification-helper/+bug/1282470/+subscriptions

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


[Bug 1304301] Re: System Notification Helper pops up always

2014-04-08 Thread Harald Sitter
** Changed in: kubuntu-notification-helper (Ubuntu)
   Importance: Undecided = Medium

** Changed in: kubuntu-notification-helper (Ubuntu)
   Status: New = Fix Committed

** Changed in: kubuntu-notification-helper (Ubuntu)
Milestone: None = ubuntu-14.04

** Tags added: kubuntu

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kubuntu-notification-helper in Ubuntu.
https://bugs.launchpad.net/bugs/1304301

Title:
  System Notification Helper pops up always

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kubuntu-notification-helper/+bug/1304301/+subscriptions

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


[Bug 1298873] Re: baloo_file crashed with SIGABRT in __gnu_cxx::__verbose_terminate_handler()

2014-04-08 Thread Harald Sitter
Do you still get this crash with  4:4.12.97-0ubuntu2?


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

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

Title:
  baloo_file crashed with SIGABRT in
  __gnu_cxx::__verbose_terminate_handler()

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

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


  1   2   3   4   5   6   7   8   9   10   >