[Bug 1770044] Re: plasmashell crashes on login - so I can't use my desktop system.

2018-08-07 Thread Luca Morandini
Same issue here with Kubuntu 18.04 on an HP EliteBook.

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

Title:
  plasmashell crashes on login - so I can't use my desktop system.

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

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


[Bug 1785807] Re: kdesudo does not understand extra text in output of sudo

2018-08-07 Thread Dan Dart
KDE bug: https://bugs.kde.org/show_bug.cgi?id=351637

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

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

Title:
  kdesudo does not understand extra text in output of sudo

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

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


[Bug 1785807] [NEW] kdesudo does not understand extra text in output of sudo

2018-08-07 Thread Dan Dart
Public bug reported:

I have libpam-google-authenticator setup for sudo, but kdesudo doesn't
understand this, and freezes when the line "Verification code: " is
output.

kdesu(21125)/kdesu (kdelibs) KDESu::PtyProcess::exec: [ 
/build/kde4libs-qm7LPU/kde4libs-4.14.38/kdesu/process.cpp : 293 ]  Running 
"/usr/bin/sudo"
kdesu(21125)/kdesu (kdelibs) KDESu::SuProcess::ConverseSU: [ 
/build/kde4libs-qm7LPU/kde4libs-4.14.38/kdesu/su.cpp : 259 ]  Read line "[sudo] 
password for dwd: "
kdesu(21125)/kdesu (kdelibs) KDESu::PtyProcess::WaitSlave: [ 
/build/kde4libs-qm7LPU/kde4libs-4.14.38/kdesu/process.cpp : 379 ]  Child pid 
21165
kdesu(21125)/kdesu (kdelibs) KDESu::SuProcess::ConverseSU: [ 
/build/kde4libs-qm7LPU/kde4libs-4.14.38/kdesu/su.cpp : 259 ]  Read line ""
kdesu(21125)/kdesu (kdelibs) KDESu::SuProcess::ConverseSU: [ 
/build/kde4libs-qm7LPU/kde4libs-4.14.38/kdesu/su.cpp : 259 ]  Read line 
"Verification code: "

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: libkf5su-bin 5.44.0-0ubuntu1
ProcVersionSignature: Ubuntu 4.15.0-29.31-generic 4.15.18
Uname: Linux 4.15.0-29-generic x86_64
NonfreeKernelModules: kpatch_livepatch_Ubuntu_4_15_0_29_31_generic_41
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
CurrentDesktop: KDE
Date: Tue Aug  7 12:26:23 2018
InstallationDate: Installed on 2018-07-25 (13 days ago)
InstallationMedia: Kubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
SourcePackage: kdesu
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic

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

Title:
  kdesudo does not understand extra text in output of sudo

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

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


[Bug 1785796] [NEW] Recent update to kallet pam prevents groups from being set correctly via lightdm

2018-08-07 Thread Darragh Bailey
Public bug reported:

It appears a recent update to Pam KWallet has resulted in groups not
being set correctly when logging into my Ubuntu 16.04 system.

$ lsb_release -rd
Description:Ubuntu 16.04.5 LTS
Release:16.04

$ apt-cache policy libpam-kwallet5
libpam-kwallet5:
  Installed: 4:5.5.5-0ubuntu1.3
  Candidate: 4:5.5.5-0ubuntu1.3
  Version table:
 *** 4:5.5.5-0ubuntu1.3 500
500 http://ie.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 
Packages
500 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 
Packages
100 /var/lib/dpkg/status
 4:5.5.5-0ubuntu1 500
500 http://ie.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages


Expected Results:
Upon login to gnome3 shell within a terminal started I should be able to see 
all of my domain groups (via Winbind/Samba) and local groups when I run 'groups'


Actual Results:
I only see my default group returned


Other info:

On my broken system, performing 'cat /proc/$$/status' to inspect groups,
and then replacing the '$$' with the value from ppid, I trace upwards
'bash' -> 'gnome-terminal-' -> 'upstart' -> 'lightdm' -> 'lightdm'

I discover that the parent 'lightdm' contains all of groups, but the
child 'lightdm' is empty.

On a working system, the 'lightdm' parent process has it's groups empty,
while the child 'lightdm' process contains all of the expected groups as
do all of the subsequent child processes.

Testing login via console (Alt + F1) results in groups being set
correctly, as does login over SSH, so it appears to be an issue between
lightdm and kwallet.


Looking around the internet I found 
https://unix.stackexchange.com/questions/454593/groups-not-registering-in-x and 
following the suggestion I disabled pam_kwallet4.so and pam_kwallet5.so in 
/etc/pam.d/lightdm and rebooted and groups were now correctly passed down to 
the child process as expected.

** Affects: pam-kwallet (Ubuntu)
 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/1785796

Title:
  Recent update to kallet pam prevents groups from being set correctly
  via lightdm

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

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


[Bug 1684240] Re: Lagging square around mouse pointer

2018-08-07 Thread Tommy_CZ
The bug still exists with latest nvidia drivers (!!!)

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

Title:
  Lagging square around mouse pointer

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

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


[Bug 1785761] [NEW] Selecting proprietary driver seems to have no effect

2018-08-07 Thread Yann Salmon
Public bug reported:

I am trying to activate nvidia-driver-390 for my graphics card instead
of nouveau. The graphical interface of the Driver Manager detects my GPU
and the available drivers but selecting nvidia-driver-390 seems to have
no effect (the packages have already been installed but nouveau is still
used).

Running kcmshell5 kcm_driver_manager in the console enabled me to get
the following messages. Usage was to select nvidia-driver-390 and click
Apply.


QDBusArgument& operator<<(QDBusArgument&, const DeviceList&) is noop
kf5.kwidgetsaddons: No frame loaded
kf5.kwidgetsaddons: No frame loaded
kf5.kwidgetsaddons: No frame loaded
const QDBusArgument& operator>>(const QDBusArgument&, DeviceList&)
Dev(
  id: "/sys/devices/pci:00/:00:01.0/:01:00.0"
  modalias: "pci:v10DEd13BBsv10DEsd1098bc03sc00i00"
  model: "GM107GL [Quadro K620]"
  vendor: "NVIDIA Corporation"
  driver("nvidia-driver-396" recommended[true] free[true] fromDistro[false] 
builtin[false] manualInstall[false] fuzzyActive[false] package[0x0])
  driver("nvidia-driver-390" recommended[false] free[true] fromDistro[false] 
builtin[false] manualInstall[false] fuzzyActive[false] package[0x0])
  driver("nvidia-340" recommended[false] free[true] fromDistro[false] 
builtin[false] manualInstall[false] fuzzyActive[false] package[0x0])
  driver("xserver-xorg-video-nouveau" recommended[false] free[true] 
fromDistro[true] builtin[true] manualInstall[false] fuzzyActive[false] 
package[0x0])
)
kf5.kwidgetsaddons: No frame loaded
kf5.kwidgetsaddons: No frame loaded
kf5.kwidgetsaddons: No frame loaded
not reporting "xserver-xorg-video-nouveau" because it is builtin
("nvidia-driver-390") ("nvidia-340", "nvidia-driver-396")
kf5.kwidgetsaddons: No frame loaded
kf5.kwidgetsaddons: No frame loaded
kf5.kwidgetsaddons: No frame loaded
const QDBusArgument& operator>>(const QDBusArgument&, DeviceList&)
Dev(
  id: "/sys/devices/pci:00/:00:01.0/:01:00.0"
  modalias: "pci:v10DEd13BBsv10DEsd1098bc03sc00i00"
  model: "GM107GL [Quadro K620]"
  vendor: "NVIDIA Corporation"
  driver("nvidia-driver-396" recommended[true] free[true] fromDistro[false] 
builtin[false] manualInstall[false] fuzzyActive[false] package[0x0])
  driver("nvidia-driver-390" recommended[false] free[true] fromDistro[false] 
builtin[false] manualInstall[false] fuzzyActive[false] package[0x0])
  driver("nvidia-340" recommended[false] free[true] fromDistro[false] 
builtin[false] manualInstall[false] fuzzyActive[false] package[0x0])
  driver("xserver-xorg-video-nouveau" recommended[false] free[true] 
fromDistro[true] builtin[true] manualInstall[false] fuzzyActive[false] 
package[0x0])
)
kf5.kwidgetsaddons: No frame loaded
kf5.kwidgetsaddons: No frame loaded
kf5.kwidgetsaddons: No frame loaded

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: kubuntu-driver-manager 15.10ubuntu4
Uname: Linux 4.17.0-996-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
CurrentDesktop: KDE
Date: Tue Aug  7 09:32:36 2018
InstallationDate: Installed on 2016-09-07 (698 days ago)
InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
SourcePackage: kubuntu-driver-manager
UpgradeStatus: Upgraded to bionic on 2018-07-01 (36 days ago)

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


** Tags: amd64 apport-bug bionic third-party-packages

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

Title:
  Selecting proprietary driver seems to have no effect

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

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