[Bug 1901609] Re: signond causes qprocess crash

2020-12-07 Thread Harald Sitter
Tested 8.59+17.10.20170606-0ubuntu2.20.10.1 on groovy and the test scenario outlined in the description is working now. The auth dialog no longer crashes singond. ** Tags removed: verification-needed verification-needed-groovy ** Tags added: verification-done verification-done-groovy -- You rece

[Bug 1901609] Re: signond causes qprocess crash

2020-12-02 Thread Harald Sitter
Also uploaded to groovy and focal as 8.59+17.10.20170606-0ubuntu2.20.10.1 and 8.59+17.10.20170606-0ubuntu2.20.04.1 respectively ** Changed in: signon (Ubuntu Focal) Status: Confirmed => In Progress ** Changed in: signon (Ubuntu Groovy) Status: Confirmed => In Progress -- You recei

[Bug 1901609] Re: signond causes qprocess crash

2020-11-23 Thread Harald Sitter
** Description changed: - I'm reporting this bug upstream from where I found it, since I've - learned that the signond package in KDE Neon is sourced from Ubuntu - focal. + [Impact] + + Without the patch users are unable to add google accounts because signond crashes. + This prevents users from

[Bug 340106]

2020-04-06 Thread Harald Sitter
Git commit f40191a147c9643717fda1cf9d1f42c526550893 by Harald Sitter. Committed on 06/04/2020 at 09:27. Pushed by sitter into branch 'master'. smb: add hack to support spaces in workgroup names Summary: workgroup names are as best I can tell always still netbios names which mean

[Bug 340106]

2020-03-30 Thread Harald Sitter
https://phabricator.kde.org/D27804 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/340106 Title: Dolphin & Konqueror do not support browsing workgroups with spaces in their name To manage notificat

[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 tr

[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 = \"\" ht

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

2019-06-27 Thread Harald Sitter
Public bug reported: currently translations go into language-pack-gnome-$lang-base. this isn't particularly ideal since pwquality is also used by kde plasma's user manager which then also drags in all unrelate gnome software translations. pwquality is desktop independent and it'd be really grand i

[Bug 1783283] Re: setvtrgb.service incorrectly ordered [with patchy]

2019-04-08 Thread Harald Sitter
Was there a question in there? I did also see this on installed kubuntu systems, it's just far harder to reproduce there because of the racy nature of the issue. In fact, the only reason I know about the issue is because the colors are just so far off that they tripped up our openqa tests and flak

[Bug 1777994] Re: the header xcb/xinput.h is missing

2019-02-11 Thread Harald Sitter
uploaded bionic SRU libxcb_1.13-1.1 by Jonathan Riddell ** Description changed: - I suspect this means there should be another package, libxcb-xinput-dev - perhaps? + [Impact] + Allow Qt 5.12 to be compiled with full input support. This allows applications to be built using complex input device

[Bug 1815100] Re: qemu-user-static needs to binfmt with --fix-binary

2019-02-08 Thread Harald Sitter
Thanks, I've updated the description accordingly. ** Description changed: + [Impact] + + qemu static binaries disadvantageously get their binfmt rule created + without the fix-binary flag. This breaks cross-architecture dockers, + flatpak-builder, chroots and generally most use cases that entail

[Bug 1815100] [NEW] qemu-user-static needs to binfmt with --fix-binary

2019-02-07 Thread Harald Sitter
Public bug reported: qemu-user-static in 18.04 invokes update-binfmts without --fix-binary which can break the binfmt emulation when namespaces or chroots are involved. Specifically this defuncts cross compiling when relying on binfmt. Newer versions already set --fix-binary for the static packag

[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 smb

[Bug 1800135] Re: libssh-dev is missing cmake find module

2018-10-30 Thread Harald Sitter
Are you sure this is still incorrect in cosmic? It seems to me this is only broken in bionic. Cosmic build log has libssh-dev_0.8.1-1_amd64.deb new debian package, version 2.0. size 217956 bytes: control archive=1172 bytes. 918 bytes,21 lines control

[Bug 1783283] [NEW] setvtrgb.service incorrectly ordered [with patchy]

2018-07-24 Thread Harald Sitter
Public bug reported: setvtrgb is not correctly ordered when used with plymouth. It has an After=plymouth-quit-wait.service, but that may not be applicable when plymouth-quit.service is queued instead. This ultimately results in semi-random setvtrgb results as calling setvtrgb too soon will do n

[Bug 1783283] Re: setvtrgb.service incorrectly ordered [with patchy]

2018-07-24 Thread Harald Sitter
** Patch added: "setvtrgb.patch" https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/1783283/+attachment/5167040/+files/setvtrgb.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1783283

[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 med

[Bug 1705345] Re: Installing packages hangs on plymouth --ping

2018-04-05 Thread Harald Sitter
Pretty sure the change caused bug #1761478 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1705345 Title: Installing packages hangs on plymouth --ping To manage notifications about this bug go to: ht

[Bug 1761478] [NEW] 0.9.3-1ubuntu4 broke livecd reboot plymouth in qemu

2018-04-05 Thread Harald Sitter
Public bug reported: 0.9.3-1ubuntu4 removed the implicit wait on the daemon. this seems to have broken iso reboots in qemu with uefi (no secureboot) and qxl vga. - start ubuntu-desktop iso - install - restart system - plymouth never comes up instead you get lovely IO errors if you boot console=t

[Bug 1761478] Re: 0.9.3-1ubuntu4 broke livecd reboot plymouth in qemu

2018-04-05 Thread Harald Sitter
** Attachment added: "screenshot" https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/1761478/+attachment/5102641/+files/Screenshot_user2_2018-04-05_13%3A02%3A50.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.

[Bug 1749688] Re: 16.04 HWE -> 18.04 = xorg held back (+ partial breakage because of it)

2018-02-16 Thread Harald Sitter
A problem in of itself, but likely unrelated to the held upgrade. From a look at the code of the script it would only edit the xorg.conf to disable proprietary drivers. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launc

[Bug 1749688] Re: 16.04 HWE -> 18.04 = xorg held back (+ partial breakage because of it)

2018-02-15 Thread Harald Sitter
** Attachment added: "additonal apt logs showing post-upgrade xorg upgrade" https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1749688/+attachment/5055690/+files/apt.tar.xz -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed t

[Bug 1749688] [NEW] 16.04 HWE -> 18.04 = xorg held back (+ partial breakage because of it)

2018-02-15 Thread Harald Sitter
Public bug reported: When upgrading from a 16.04 installation which had HWE (later point releases) xorg is getting held back as apt is having trouble resolving the path from xserver-xorg-core-hwe-16.04 to xserver-xorg-core. In at least one instance I've seen a system from a user POV completely br

[Bug 1716363] [NEW] snapcraft assign special meaning to version:git

2017-09-11 Thread Harald Sitter
Public bug reported: A snapcraft.yaml with `version: git` has special meaning to snapcraft, supposedly that the version should be picked from the git ref of the repo clone where the snapcraft.yaml lives. This results in failed snapcrafting when the directory is in fact not a git clone at all Det

[Bug 1714941] [NEW] mounts should hint ignore

2017-09-04 Thread Harald Sitter
Public bug reported: $ qdbus --system org.freedesktop.UDisks2 /org/freedesktop/UDisks2/block_devices/loop9 org.freedesktop.UDisks2.Block.HintIgnore false Currently, the loopback mounts of the snaps are not properly marked as ignore for udisks2 which results in them being listed in various UIs l

[Bug 1628056] [NEW] content sharing getting in the way of snap removal

2016-09-27 Thread Harald Sitter
Public bug reported: snapd: Installed: 2.15.2ubuntu1 Candidate: 2.15.2ubuntu1 fully up to date xenial Supposedly to do with content sharing: When installing a snap that employs content sharing it at some point will fail to remove old versions. The only way to recover from this is to purge

[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:

[Bug 1579834] Re: update-apt-xapian-index-dbus fails because of wrong import

2016-08-16 Thread Harald Sitter
Also confirmed working with 0.47ubuntu8.3 - sudo rm -rf /var/lib/apt-xapian-index/ - sudo /usr/share/apt-xapian-index/update-apt-xapian-index-dbus - qdbus --system org.debian.AptXapianIndex / org.debian.AptXapianIndex.update_async true true correctly generates xapian index without dbus helper fa

[Bug 1579834] Re: update-apt-xapian-index-dbus fails because of wrong import

2016-08-15 Thread Harald Sitter
8.2 doesn't actually apply the relevant change properly as it simply changes string to line. I uploaded 8.3 properly applying the change now. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1579834 Tit

[Bug 1612669] Re: wrong PPA series used if system name not Ubuntu

2016-08-12 Thread Harald Sitter
Works as expected. 16:56:54  /etc/apt/sources.list.d  $ sudo add-apt-repository ppa:alexlarsson/flatpak Linux application sandboxing and distribution framework (formerly xdg-app) More info: https://launchpad.net/~alexlarsson/+archive/ubuntu/flatpak Press [ENTER] to continue or ctrl-c to canc

[Bug 1612669] Re: wrong PPA series used if system name not Ubuntu

2016-08-12 Thread Harald Sitter
Uploading software-properties_0.96.20.4_source.changes: done. Successfully uploaded packages. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1612669 Title: wrong PPA series used if system name not Ub

[Bug 1612669] [NEW] wrong PPA series used if system name not Ubuntu

2016-08-12 Thread Harald Sitter
Public bug reported: If the DISTRIB_ID in /etc/lsb-release is not 'ubuntu' add-apt- repositories will use the latest series of the PPA even if the DISTRIB_CODENAME would match with what is available in the PPA. # Test Case - change lsb-release to say DISTRIB_ID=yolo - copy /usr/share/python-apt/

[Bug 1612669] Re: wrong PPA series used if system name not Ubuntu

2016-08-12 Thread Harald Sitter
fixed in yakkety as per https://launchpad.net/ubuntu/+source/software- properties/0.96.24.2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1612669 Title: wrong PPA series used if system name not Ubun

[Bug 1504626]

2015-10-22 Thread Harald Sitter
Git commit f1e6b9d168281196010c44af2eae4587c1d2d088 by Harald Sitter. Committed on 21/10/2015 at 05:38. Pushed by sitter into branch 'master'. initialize socket size with correct value to quote man 2 accept: > The addrlen argument is a value-result argument: the caller must >

[Bug 1507886] Re: DistUpgradeFetcherKDE crashes on method _warning

2015-10-21 Thread Harald Sitter
Verified fixed with proposed. Upgrader doesn't crash but correctly displays an error. ** Description changed: # Impact DistUpgradeFetcherKDE.py calls self._warning() but in fact _warning is not an instance method of the fetcher but rather a global helper. This causes early unhandled excepti

[Bug 1507886] Re: DistUpgradeFetcherKDE crashes on method _warning

2015-10-20 Thread Harald Sitter
** Changed in: ubuntu-release-upgrader (Ubuntu Vivid) Importance: Critical => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1507886 Title: DistUpgradeFetcherKDE crashes on method _warning

[Bug 1507953] [NEW] cacher mangles release notes queries when set as proxy

2015-10-20 Thread Harald Sitter
Public bug reported: When apt-cacher-ng is set as global apt proxy > $ cat /etc/apt/apt.conf.d/apt-cacher > Acquire::http { Proxy "http://localhost:3142";; }; the ubuntu-release-upgrader tool will use the proxy setting to access the release notes [1] on archive.ubuntu.com. These will be answere

[Bug 1507886] Re: DistUpgradeFetcherKDE crashes on method _warning

2015-10-20 Thread Harald Sitter
** Description changed: # Impact - DistUpgradeFetcherKDE.py calls self._warning() but in fact _warning is not an instance method of the fetcher but rather a global helper. This causes early unhandled exceptions entirely defuncing the fetcher rendering upgrades with the KDE UI impossible. + Di

[Bug 1507887] Re: DistUpgradeFetcherKDE always errors on 403 releasenotes

2015-10-20 Thread Harald Sitter
This happens with apt-cacher set up as proxy making the requets go through the cacher and breaking the request ** No longer affects: ubuntu-release-upgrader (Ubuntu Vivid) ** Changed in: ubuntu-release-upgrader (Ubuntu) Status: Triaged => Invalid -- You received this bug notification

[Bug 1507887] [NEW] DistUpgradeFetcherKDE always errors on 403 releasenotes

2015-10-19 Thread Harald Sitter
Public bug reported: # Impact DistUpgradeFetcherKDE uses the HTML URI for release notes to get the html version and render it in a qtextview. The fetching however is handled through urllib and apparently there is server-side settings in place preventing the html to be fetched via urllib resulti

[Bug 1507885] [NEW] DistUpgradeFetcherKDE crashes on method _warning

2015-10-19 Thread Harald Sitter
Public bug reported: # Impact DistUpgradeFetcherKDE.py calls self._warning() but in fact _warning is not an instance method of the fetcher but rather a global helper. This causes early unhandled exceptions entirely defuncing the fetcher rendering upgrades with the KDE UI impossible. This was f

[Bug 1507886] [NEW] DistUpgradeFetcherKDE crashes on method _warning

2015-10-19 Thread Harald Sitter
Public bug reported: # Impact DistUpgradeFetcherKDE.py calls self._warning() but in fact _warning is not an instance method of the fetcher but rather a global helper. This causes early unhandled exceptions entirely defuncing the fetcher rendering upgrades with the KDE UI impossible. This was f

[Bug 1504526] Re: Could not start process Cannot talk to klauncher: "The name org.kde.klauncher5 was not provided by any .service files"

2015-10-12 Thread Harald Sitter
https://launchpad.net/ubuntu/+source/kio/5.15.0-0ubuntu2 ** Package changed: kdenlive (Ubuntu) => kio (Ubuntu) ** Changed in: kio (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https

[Bug 1490464] [NEW] remove plasma-widget-quickaccess SRC & BIN

2015-08-31 Thread Harald Sitter
Public bug reported: Please remove plasma-widget-quickaccess source and binaries from wily archive. It is unmaintained upstream and has not been ported to plasma5 making this package entirely non-functional as it would only work with plasma4 which we do not have in the archive anymore. No rdeps.

[Bug 1489733] [NEW] Remove plasmate SRC & BIN from wily

2015-08-28 Thread Harald Sitter
Public bug reported: Please remove plasmate sources and binaries from wily. It is legacy software that doesn't do anything since it is for plasma4 which we don't have anymore. It also is replaced by the plasma-sdk source. ** Affects: plasmate (Ubuntu) Importance: Undecided Status:

[Bug 1489714] [NEW] Please remove akoandi-googledata SRC & BIN

2015-08-27 Thread Harald Sitter
Public bug reported: Please remove akonadi-googledata source and binaries from the archive. It is using legacy kde4 akonadi. Holding up the transition to new akonadi. Also it is altogether useless as it was merged into kdepim- runtime. ** Affects: akonadi-googledata (Ubuntu) Importance: Und

[Bug 1489714] Re: Please remove akoandi-googledata SRC & BIN

2015-08-27 Thread Harald Sitter
FTR new akonadi: https://launchpad.net/ubuntu/+source/akonadi/4:15.08.0-0ubuntu1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1489714 Title: Please remove akoandi-googledata SRC & BIN To manage no

[Bug 1489411] Re: FFe libindi 1.0 sync from debian unstable

2015-08-27 Thread Harald Sitter
Uploading kstars_15.08.0-0ubuntu2.dsc: done. Uploading indi-sbig_1.0-0ubuntu8.dsc: done. Uploading indi-apogee_1.0-0ubuntu10.dsc: done. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1489411 Titl

[Bug 1489411] Re: FFe libindi 1.0 sync from debian unstable

2015-08-27 Thread Harald Sitter
This bug was fixed in the package libindi - 1.0.0-2 --- libindi (1.0.0-2) unstable; urgency=medium * Update symbols from 1.0.0-1 buildlogs * Update symbols files. (Closes: #795143) -- Maximiliano Curia Tue, 11 Aug 2015 08:24:15 +0200 libindi (1.0.0-1) unstable; urgency=medium

[Bug 1489411] [NEW] FFe libindi 1.0 sync from debian unstable

2015-08-27 Thread Harald Sitter
Public bug reported: The recently landed kstars 15.08 needs libindi 1.0 for telescope control. Fortunately there's only two other rdeps and they build just fine against libindi 1.0. Additionally libindi is already in debian unstable and can be synced from there discarding all our changes as the on

[Bug 1489392] [NEW] FFE libkolab 1.0

2015-08-27 Thread Harald Sitter
Public bug reported: The recently landed kdepim-runtime and kdepim 15.08 require libkolab 1.0 to build the kolab tech. Unless we transition to a new libkolab we'll have feature regressions in the kdepim stack due to this. Fortunately kdepim* are the only rdeps of libkolab so transitioning is stra

[Bug 1483550] Re: package pam-kwallet4 (not installed) failed to install/upgrade: försöker skriva över "/lib/x86_64-linux-gnu/security/pam_kwallet.so" som också finns i paketet pam-kwallet 0.0~git2014

2015-08-24 Thread Harald Sitter
https://launchpad.net/ubuntu/+source/kwallet-pam/4:5.3.95-0ubuntu2 ** Changed in: kwallet-pam (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1483550 Title:

[Bug 1450137] Re: Qt5 applications crash when switching screens

2015-05-11 Thread Harald Sitter
Tried it, doesn't fix plasmashell exploding (not in the particular test case presented anyway). A bit of research suggests that this type of issue has multiple causes and is in fact only fixed by a combination of multiple commits (see the code review tabs on the bug reports below). The last bug

[Bug 1450137] Re: Qt5 applications crash when switching screens

2015-05-08 Thread Harald Sitter
** Description changed: + # Impact + When switching screens (e. g. when putting the laptop onto the docking station the notebook screen is turned off and the external one is turned on) Qt5 applications (including plasmashell) quite often crash. + + # Test Case + * Have two screens. One plugged-

[Bug 1450137] Re: Qt5 applications crash when switching screens

2015-05-08 Thread Harald Sitter
** No longer affects: plasma-workspace (Ubuntu) ** No longer affects: kwin (Ubuntu) ** Package changed: qtbase-opensource-src (Ubuntu) => qtdeclarative- opensource-src (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://

[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 Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.ne

[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 Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1448929 Title: fix apt states To manage notifications about t

[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:

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

2015-05-04 Thread Harald Sitter
** Bug watch added: KDE Bug Tracking System #347160 https://bugs.kde.org/show_bug.cgi?id=347160 ** Also affects: kdenlive via https://bugs.kde.org/show_bug.cgi?id=347160 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Kubuntu

[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-de

[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 Ubunt

[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

[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 **

[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 Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1434226 Title: infinite recursion makes kded5 use excessive memory To manage notifications about this bug go

[Bug 1436328] [NEW] FFe apport-kde qt5 port

2015-03-25 Thread Harald Sitter
Public bug reported: https://code.launchpad.net/~kubuntu-packagers/apport/qt5/+merge/254082 integrating the qt5 port would allow kubuntu to attempt dropping python- kde4 from the ISO reducing the oversizing quite a bit test by Jonathan Riddell and me and works very well. functionally nothing c

[Bug 1427225] [NEW] [FFe] qtwayland from debian NEW

2015-03-02 Thread Harald Sitter
Public bug reported: qtwayland is a Qt wrapper around wayland. It allows Qt applications to run in wayland sessions (weston etc.). It did not get in before our feature freeze because it wasn't in debian due to their freeze. We'd like to add it to Ubuntu to enable testing Qt applications in waylan

[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 proje

[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

[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 Ubuntu 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

[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 Ubun

[Bug 1395661] Re: Qt Webkit fails to build against Qt 5.4.0 on amd64 and powerpc

2014-12-16 Thread Harald Sitter
patch attached selectively disabling pch on amd64 and powerpc ** Patch added: "disablepch.patch" https://bugs.launchpad.net/ubuntu/+source/qtwebkit-opensource-src/+bug/1395661/+attachment/4282005/+files/disablepch.patch -- You received this bug notification because you are a member of Ubuntu

[Bug 1351699] Re: Additional Drivers / Driver Manager shows no drivers for NVidia GTX 750ti - Missing modalias in nvidia-331.

2014-12-09 Thread Harald Sitter
** No longer affects: kubuntu-driver-manager (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1351699 Title: Additional Drivers / Driver Manager shows no drivers for NVidia GTX 750ti - Missi

[Bug 1387705] Re: themes missing c32 links for utopic

2014-11-11 Thread Harald Sitter
Fix confirmed. ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1387705 Title: themes missing c32 links for utopic To manage notifications about this bug go to: https

[Bug 1387709] Re: utopic+ syslinux defunct because of missing assets

2014-11-11 Thread Harald Sitter
Fix confirmed. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1387709 Title: utopic+ syslinux defunct because of missing assets

[Bug 1387709] Re: utopic+ syslinux defunct because of missing assets

2014-10-30 Thread Harald Sitter
** Also affects: live-build (Ubuntu Vivid) Importance: Low Assignee: Harald Sitter (apachelogger) Status: Triaged ** Also affects: live-build (Ubuntu Utopic) Importance: Undecided Status: New ** Changed in: live-build (Ubuntu Utopic) Status: New => Tria

[Bug 1387705] Re: themes missing c32 links for utopic

2014-10-30 Thread Harald Sitter
** Also affects: syslinux-themes-ubuntu (Ubuntu Vivid) Importance: Low Assignee: Harald Sitter (apachelogger) Status: Triaged ** Also affects: syslinux-themes-ubuntu (Ubuntu Utopic) Importance: Undecided Status: New ** Changed in: syslinux-themes-ubuntu (Ubuntu Utopic

[Bug 1387709] [NEW] utopic+ syslinux defunct because of missing assets

2014-10-30 Thread Harald Sitter
reated iso [Regression Potential] None comes to mind. Potentially live-build ISOs grow a bit in size since data would be duplicated ( [Other Info] n/a ** Affects: live-build (Ubuntu) Importance: Low Assignee: Harald Sitter (apachelogger) Status: Triaged -- You receive

[Bug 1387705] [NEW] themes missing c32 links for utopic

2014-10-30 Thread Harald Sitter
,multiverse * boot created iso [Regression Potential] * None that comes to mind [Other Info] n/a ** Affects: syslinux-themes-ubuntu (Ubuntu) Importance: Low Assignee: Harald Sitter (apachelogger) Status: Triaged ** Changed in: syslinux-themes-ubuntu (Ubuntu) Assignee

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

[Bug 1309955] Re: kwalletd appears in the system monitor as "zombie"

2014-10-22 Thread Harald Sitter
Seems very appropriate for halloween. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1309955 Title: kwalletd appears in the system monitor as "zombie" To manage notifications about this bug go to: h

[Bug 1375088] Re: kubuntu-devel-release-upgrade crashes with TypeError

2014-10-20 Thread Harald Sitter
Uploaded fix to utopic. ** Changed in: ubuntu-release-upgrader (Ubuntu) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1375088 Title: kubuntu-devel-release-

[Bug 1375088] Re: kubuntu-devel-release-upgrade crashes with TypeError

2014-10-20 Thread Harald Sitter
** Changed in: ubuntu-release-upgrader (Ubuntu) Importance: Undecided => High ** Changed in: ubuntu-release-upgrader (Ubuntu) Milestone: None => ubuntu-14.10 ** Changed in: ubuntu-release-upgrader (Ubuntu) Assignee: (unassigned) => Harald Sitter (apachelogger) -- You rece

[Bug 1381898] [NEW] wrap-and-sort eats package stanzas

2014-10-15 Thread Harald Sitter
Public bug reported: When two package stanzas in debian/control are divided by a whitespace- line rather than an empty line i.e. "\n \n" instead of "\n\n" wrap-and-sort fails to parse the control file and instead swallows one of the packages. It should: a) not fail to parse that to begin with,

[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 Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1378789 Title: [SRU] Set the default IO scheduler to CFQ in Kubuntu Trusty To

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

2014-10-08 Thread Harald Sitter
system administrators can choose a different scheduler if they so wish. cfq is the kernel default hence probably better tested by everyone in the world than deadline. also since a quick web search suggests that deadline only offers better performance in database/server scenarios I doubt what is s

[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

[Bug 1371043] [NEW] gdb --batch broken since 7.8

2014-09-18 Thread Harald Sitter
Public bug reported: GDB 7.8 has a broken --batch functionality. In batch mode gdb is not able to fetch a proper backtrace and instead prints two garbled frames that have nothing to do with the actual process (always two apparently). It works perfectly fine when one runs gdb without batch and runs

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

2014-09-16 Thread Harald Sitter
** Package changed: knetworkmanager (Ubuntu) => network-manager (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1370170 Title: knetworkmanager is starting with --no-hosts To manage notificat

[Bug 1369220] Re: lightdm: PAM adding faulty module: pam_kwallet.so

2014-09-15 Thread Harald Sitter
You'd get the same message if gnome-keyring wasn't installed. From what I understand this is really more of a PAM thing really, as PAM decides to be verbose when optional modules are not found (which IMHO makes a lot of sense). ** Package changed: pam-kwallet (Ubuntu) => pam (Ubuntu) -- You rece

[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 Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1367618 Title: Muon a

[Bug 1362752] Re: no SDDM autologin even if ubiquity box is set

2014-09-06 Thread Harald Sitter
it appears to me that the patch needs to be made against the ubuntu user-setup bzr branch as ubiquity itself only pulls it into the tarball apparently -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to Kubuntu PPA. https://bugs.launchpad.net/bug

[Bug 1362752] Re: no SDDM autologin even if ubiquity box is set

2014-09-06 Thread Harald Sitter
Shouldn't set uid, shouldn't set session -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to Kubuntu PPA. https://bugs.launchpad.net/bugs/1362752 Title: no SDDM autologin even if ubiquity box is set To manage notifications about this bug go t

[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 Ubuntu Bugs, which is subs

[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 Ubuntu Bugs, which is subscribed to

[Bug 1363629] Re: Sync grantlee 0.4.0-2 (main) from Debian unstable (main)

2014-08-31 Thread Harald Sitter
This bug was fixed in the package grantlee - 0.4.0-2 --- grantlee (0.4.0-2) unstable; urgency=medium * Upload to unstable. -- Maximiliano Curia Mon, 21 Jul 2014 09:53:27 +0200 grantlee (0.4.0-1) experimental; urgency=low * New upstream release: - the provided jQuery (for

[Bug 1353901] Re: Please update plasma-nm to 0.9.3.4

2014-08-07 Thread Harald Sitter
** Changed in: plasma-nm (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1353901 Title: Please update plasma-nm to 0.9.3.4 To manage notifications about this bu

[Bug 1353898] Re: Please update plasma-nm to 0.9.3.4a

2014-08-07 Thread Harald Sitter
** Changed in: plasma-nm (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1353898 Title: Please update plasma-nm to 0.9.3.4a To manage notifications about this b

[Bug 1346234] Re: Allow running updates without authentication

2014-07-25 Thread Harald Sitter
Ah, I must have misunderstood your reuqest then. Sorry for that. Generally speaking an update entails *removing* one version of a package and *installing* a newer version of the same package. There is nothing that functionally sets apart an update from any other package installation or removal,

[Bug 1346234] Re: Allow running updates without authentication

2014-07-25 Thread Harald Sitter
This needed to be dicussed on ubuntu-devel-discuss and changed for all package managers (and sudo whitelist them respectively) to retain similar behavior on all versions of Ubuntu. I am reasonable certain the idea will get dismissed though. An update action is pretty much the same as install/remov

  1   2   3   4   5   6   7   8   9   10   >