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
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
** 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
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
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
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
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
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
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
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
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
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
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
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
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
** 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
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
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
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
** 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.
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
** 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
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
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
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
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
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:
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
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
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
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
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/
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
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
>
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
** 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
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
** 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
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
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
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
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
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
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.
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:
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
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
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
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
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
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
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:
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
** 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-
** 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://
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
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
[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 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
** 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
[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
** 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
** 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
**
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
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
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
** 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
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
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
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
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
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
** 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
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
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
** 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
** 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
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
,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
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.
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
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-
** 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
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,
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
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
(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
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
** 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
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
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
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
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
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
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
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
** 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
** 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
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,
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 - 100 of 7401 matches
Mail list logo