[Bug 1485185] Re: sddm doesn't work with passwordless accounts or expired passwords

2015-12-22 Thread Flames_in_Paradise
https://github.com/sddm/sddm/issues/505

Was reported upstream.

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

Title:
  sddm doesn't work with passwordless accounts or expired passwords

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

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


[Bug 1492148] Re: No wireless after resume from suspend in Kubuntu 15.10

2015-12-22 Thread Reece
Same for me.  sudo sh -c 'rmmod iwldvm iwlwifi; modprobe iwlwifi'
usually brings up wireless in this circumstance.

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

Title:
  No wireless after resume from suspend in Kubuntu 15.10

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

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


[Bug 818775] Re: Ark: adding a file to a folder get it in the 'root' of the archive

2015-12-22 Thread Bug Watch Updater
Launchpad has imported 8 comments from the remote bug at
https://bugs.kde.org/show_bug.cgi?id=181749.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2009-01-24T14:03:46+00:00 Diego wrote:

Version:   2.12 (using 4.1.96 (KDE 4.1.96 (KDE 4.2 RC1)), 4.1.96-9.fc10 
Fedora)
Compiler:  gcc
OS:Linux (i686) release 2.6.27.9-163.fc10.i686

When you add a file to the archive using the "Add File" button the file
is always added to the top directory even if a subdirectory is selected.
There should be an option to add a file in a subdirectory.

Moreover this bug is quite severe because there is no way to move a file
in another directory in Ark (drag and drop doesn't work). I'm going to
file a separate report for this.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/kdeutils/+bug/818775/comments/0


On 2009-01-24T14:24:00+00:00 Diego wrote:

The related "cannot move files inside an archive" is in bug #181752

Moreover if you drag and drop a file (or directory) from outside (e.g.
Dolphin) to Ark the file (or directory) is always added to the top of
the archive, even if you drop it a subfolder. This is probably related
to the bug #181752 shortcoming.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/kdeutils/+bug/818775/comments/1


On 2009-01-24T18:01:00+00:00 Metellius wrote:

Being able to add items inside subfolder inside the archive is a more 
complicated procedure than one might think, and because of this it has not been 
implemented yet. This is by the add file works like this. File-roller also does 
it like this.
Although the code is partly prepared for it, I am still not sure when I will 
actually implement this, and as such I am marking this as a wish.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/kdeutils/+bug/818775/comments/2


On 2009-06-09T16:37:09+00:00 Rakuco-h wrote:

*** Bug 195756 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/kdeutils/+bug/818775/comments/3


On 2009-08-01T20:48:26+00:00 Rakuco-h wrote:

*** Bug 181752 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/kdeutils/+bug/818775/comments/4


On 2009-10-07T14:25:51+00:00 Rakuco-h wrote:

*** Bug 209754 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/kdeutils/+bug/818775/comments/5


On 2010-04-14T03:23:12+00:00 Rakuco-h wrote:

*** Bug 232178 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/kdeutils/+bug/818775/comments/6


On 2010-12-08T02:18:46+00:00 Rakuco-h wrote:

Changing the default assignee in the currently open Ark bug reports to
me.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/kdeutils/+bug/818775/comments/7


** Changed in: kdeutils
   Status: Confirmed => Unknown

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

Title:
  Ark: adding a file to a folder get it in the 'root' of the archive

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

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


[Bug 1296370] Re: cant connect anymore to the phone

2015-12-22 Thread Launchpad Bug Tracker
[Expired for kdeconnect (Ubuntu) because there has been no activity for
60 days.]

** Changed in: kdeconnect (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  cant connect anymore to the phone

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

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


[Bug 1472314] Re: Fix subsequent cmake runs when using multi-arch

2015-12-22 Thread Michael Terry
So I am also unsure of what exactly your scenario is (what the
reproduction steps are).

Without any environment variables, cross compiling isn't used, so this
bug isn't hit.  It's only when you set environment variables to use
cross compilers that you might hit this scenario.  But if you look at,
for example, dpkg-cross(1), it recommends setting:

export CC=$(DEB_HOST_GNU_TYPE)-gcc
export CXX=$(DEB_HOST_GNU_TYPE)-g++
export CMAKE_TOOLCHAIN_FILE=/etc/dpkg-cross/cmake/CMakeCross.txt

Thus manually setting CMAKE_TOOLCHAIN_FILE seems to be a standard part
of the documentation.  What steps are you using to cross compile?

** Changed in: cmake (Ubuntu)
   Status: New => Incomplete

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

Title:
  Fix subsequent cmake runs when using multi-arch

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

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