[Breeze] [Bug 370374] GRUB menu has huge lag due to theme

2016-10-24 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370374

--- Comment #9 from Harald Sitter  ---
If everyone used refind we'd all be happier for it ;)

-- 
You are receiving this mail because:
You are watching all bug changes.


[Breeze] [Bug 370374] GRUB menu has huge lag due to theme

2016-10-24 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370374

Harald Sitter  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |UPSTREAM

--- Comment #7 from Harald Sitter  ---
Sure if it is laggish then it shouldn't be themed. That too is something that
ought to be addressed in GRUB though, as only GRUB knows if rendering is
obscenely slow.

Now this doesn't seem particularly common given you are the only person who
complained. Best I can do is make distributions aware of this. If you think
that we should not advise using the theme based on the rendering lag, that is
something you want to take up with the VDG.

Personally I advise whoever has the problem to simply disable the theme. It's
basically having shit UX for everyone (no theme) or shit UX for a select few
(laggish rendering).

-- 
You are receiving this mail because:
You are watching all bug changes.


[Breeze] [Bug 370374] GRUB menu has huge lag due to theme

2016-10-24 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370374

--- Comment #5 from Harald Sitter  ---
Well, if that is the case then I guess you should be filing a bug with GRUB,
not the theme?

-- 
You are receiving this mail because:
You are watching all bug changes.


[Breeze] [Bug 370981] Can't enter LUKS password

2016-10-24 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370981

Harald Sitter  changed:

   What|Removed |Added

 Resolution|--- |DOWNSTREAM
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Harald Sitter  ---
Please get in touch with your distribution, this is an integration issue.
Password queries are meant to go through a standardized system which is
behaving correctly as per our test
https://github.com/KDE/breeze-plymouth/blob/master/test/plytest.sh#L59

-- 
You are receiving this mail because:
You are watching all bug changes.


[Breeze] [Bug 371276] Only black screen with breeze plymouth theme in plasma 5.8.2

2016-10-20 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371276

Harald Sitter  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|UNCONFIRMED |RESOLVED

--- Comment #4 from Harald Sitter  ---
Right, so, Luca just checked on suse and the theme renders fine with the x11
renderer and runs through its test sequence without theme related problems.
Meaning the theme itself is working.

This leaves us with a number of options on why it breaks:
- the distributions' dracut doesn't package all the assets of the theme into
the initrd (images, font files maybe)
- the script itself fails to parse when run from initrd, which would be super
weird considering it is parsing just fine when run through the x11 renderer (at
least on opensuse).

So. Y'all want to take this to your distributions for investigation.

Best thing would be to find out how to switch plymouth into debug mode for your
distribution (usually kernel cmdline plymouth:debug) and then have a look at
the logs for any obvious errors regarding the breeze theme. Additionally
manually unpacking the initrd and checking that the theme tree in the initrd is
the same as the tree on-disk would be useful there.

When in doubt about the parsing bit: install the plymouth x11 renderer and run
sudo test/plytest.sh in the breeze-plymouth source tree. This should run a
fairly comprehensive ability test from offline-updates over fsck to password
prompt. Most importantly it will touch most code paths to detect parsing
errors.

Closing this report as it's not a theme problem apparently.

-- 
You are receiving this mail because:
You are watching all bug changes.


[Breeze] [Bug 371276] Only black screen with breeze plymouth theme in plasma 5.8.2

2016-10-20 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371276

--- Comment #2 from Harald Sitter  ---
If it works on neon it's hardly a problem with the theme though. Not quite sure
what to do with this.

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 367843] Include 54b819679cd39e997cc9319deaf432c37667ae6f in QtWayland

2016-10-12 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367843

Harald Sitter  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Harald Sitter  ---
https://packaging.neon.kde.org/qt/qtwayland.git/commit/?h=Neon/release=7958b36ecd6a7b30f9e5842249d50e9682d49429

-- 
You are receiving this mail because:
You are watching all bug changes.


[Breeze] [Bug 370374] GRUB menu has huge lag due to theme

2016-10-10 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370374

Harald Sitter  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from Harald Sitter  ---
If it was the progressbar I think we'd see more reports of this. I have however
seen this temporarily at some point, since it went away on its own after some
updates I am rather content in saying that this is either a bug in the grub
config or grub itself.

Please attach the following files to the bug report
- /boot/grub/grub.cfg
- /boot/grub/grubenv
- /etc/default/grub

Additionally zip up and attach all files in /etc/grub.d (alternatively attach
the files individually but I expect there to be a bunch of them).

Once you are sure you've attached all files please try the following.

On a terminal run `sudo update-grub`, then reboot and see if that fixed the
problem.

If it did not fix the problem delete the following directories and files:
- /boot/grub/themes/breeze/progress_bar/
- /boot/grub/themes/breeze/terminal/
- /boot/grub/themes/breeze/oxygenmono10.pf2
and again `sudo update-grub`, then reboot and see if that fixed the problem.

If it did not fix the problem edit the file /boot/grub/themes/breeze/theme.txt
and find the bit where it says 
> # Show the boot menu
> + boot_menu {
below that insert a new line with this content:
> scrollbar = false
save the file and again `sudo update-grub`, then reboot and see if that fixed
the problem.

If it did not fix the problem edit the same file again and remove the line
again. Towards the end of the file you'll find two "progress_bar {}" blocks.
Remove the bottom one, save the file and again `sudo update-grub`, then reboot
and see if that fixed the problem.

If it did not fix the problem edit the same file again and remove the other
"progress_bar {}" block as well, save, `sudo update-grub`, reboot and see if
that fixed the problem.

If none of the above steps fixed the problem you can restore your theme to the
defaults with the command `sudo apt install --reinstall grub-theme-breeze` and
I'll have to take a closer look at your config.

If one of the steps fixed the problem, please add a comment here. Additionally
restore the default with the command `sudo apt install --reinstall
grub-theme-breeze` followed by `sudo update-grub` and reboot to see if the
problem remains fixed. Please add a comment about this as well.

-- 
You are receiving this mail because:
You are watching all bug changes.


[Breeze] [Bug 370374] GRUB menu has huge lag due to theme

2016-10-10 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370374

Harald Sitter  changed:

   What|Removed |Added

Version|unspecified |5.8.0
   Assignee|neon-b...@kde.org   |plasma-de...@kde.org
Product|neon|Breeze
  Component|general |GRUB

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 369879] New: deselecting all krunners renables all of them

2016-10-04 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369879

Bug ID: 369879
   Summary: deselecting all krunners renables all of them
   Product: plasmashell
   Version: 5.7.5
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: sit...@kde.org
CC: bhus...@gmail.com, plasma-b...@kde.org

was trying to debug something, so I disabled all runners.

next start krunner has all enabled.

Reproducible: Always

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 369863] New: purpose conflicty

2016-10-04 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369863

Bug ID: 369863
   Summary: purpose conflicty
   Product: neon
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: Packages Dev Edition [unstable]
  Assignee: neon-b...@kde.org
  Reporter: sit...@kde.org
CC: j...@jriddell.org, neon-b...@kde.org, sit...@kde.org

dpkg: error processing archive
/var/cache/apt/archives/libkf5purpose5_1.1+p16.04+git20160930.1710-0_amd64.deb
(--unpack):
 trying to overwrite
'/usr/lib/x86_64-linux-gnu/libKF5PurposeWidgets.so.5.27.0', which is also in
package libkf5purposewidgets5:amd64 1.1+p16.04+git20160920.-0


Reproducible: Always

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 369560] New: qml-modules-org-kde-purpose has excess s

2016-09-30 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369560

Bug ID: 369560
   Summary: qml-modules-org-kde-purpose has excess s
   Product: neon
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: neon-b...@kde.org
  Reporter: sit...@kde.org
CC: j...@jriddell.org, neon-b...@kde.org, sit...@kde.org

qml-modules-org-kde-purpose is incorrectly named. note the s in moduleS.

best practise is qml-module-, so qml-modules- is out of line

Reproducible: Always

-- 
You are receiving this mail because:
You are watching all bug changes.


[telepathy] [Bug 369527] applet should color through system colors

2016-09-29 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369527

--- Comment #1 from Harald Sitter  ---
Created attachment 101344
  --> https://bugs.kde.org/attachment.cgi?id=101344=edit
screenshot

-- 
You are receiving this mail because:
You are watching all bug changes.


[telepathy] [Bug 369527] New: applet should color through system colors

2016-09-29 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369527

Bug ID: 369527
   Summary: applet should color through system colors
   Product: telepathy
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: presence-applet
  Assignee: kde-telepathy-b...@kde.org
  Reporter: sit...@kde.org

since some recent frameworks version mono icons can be colored depending on the
system theme. the presence applet does not follow this new tech and looks
grotesquely out of place

Reproducible: Always

-- 
You are receiving this mail because:
You are watching all bug changes.


[Discover] [Bug 369521] multiarch not supported (installing wrong package!)

2016-09-29 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369521

--- Comment #2 from Harald Sitter  ---
That is the line I was pasting :P

The problem is this isn't enough. FilterArch will filter everything that is not
native (i.e. amd64). There are however things that are only available from i386
(skype, what have you). So we need both, we just need to prefer a native
package when there is one.

-- 
You are receiving this mail because:
You are watching all bug changes.


[Discover] [Bug 369521] New: multiarch not supported (installing wrong package!)

2016-09-29 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369521

Bug ID: 369521
   Summary: multiarch not supported (installing wrong package!)
   Product: Discover
   Version: 5.7.2
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: PackageKit
  Assignee: aleix...@kde.org
  Reporter: sit...@kde.org

On systems where multiple architectures can be installed (e.g. debian on x64
also can install and run x32) discover has a 50:50 chance of installing the
wrong package if a package is both available for both architectures.

The reason for this is that discover never uses the packagekit ARCH filter
(PackageKit::Transaction::FilterArch) to limit the selection to the preferred
architecture, ultimately resulting in all architectures being returned in
arbitrary order (or rather, the API makes no assertions about the order).

This for example results in kipi-plugins on neon installing the i386 package
(or trying to) when really it should pick amd64.

When changing the resolve call to
> PackageKit::Transaction * t = PackageKit::Daemon::resolve(names, 
> PackageKit::Transaction::FilterArch);
only native architecture will be tracked. Supposedly this would be unsuitable
as well as then one can't install i386 packages (e.g. potential third party
binary blob packages that only are available as i386).

The way I understand it this needs a bit of a restructuring WRT how
applications are mapped to packages.

a) A Resource could stop holding packageids. Specifically the backend would get
all apps from appstream, resolve them via packagekit and note that a given
resource is resolved (or not) BUT not keep the packageid in the resource. Since
PK can resolve the name we don't need the pkgid and can later simply call
install(packagename, filter_ARCH) and if that fails install(packagename,
filter_NO_ARCH) as fallback to pick a secondary architecutre package if no
primary arch is available.

b) Backend does two resolve queries. One with ARCH and once that is done for
all resources that were not resolved it does another resolve run with NO_ARCH.
i.e. a Resources has a packagelist that is either from the primary arch or a
!primary arch, but not both. Since we map one app to one  packageid for
installation this might be the best and most efficient option since we
effectively want either-or for installation.

c) A combination of a) and b) might be possible. By default the backend
requests two resolves, one with ARCH and one with NO_ARCH. It keeps both sets
of information so a discover resource knows which packageids it maps to for the
primary architecture as well as !primary. Upon installation request discover
could request primary and fall back to !primary if primary installation failed
(not sure that is good).

NB: limiting the packageids to ARCH filtered ones may impact update listing as
update listing ought to be a complete list of all packages, so only option c)
could be a viable option. I am unclear about the implications.

It's also worth noting that if discover has daemon interaction where it throws
packagenames (rather than packageids) at the daemon those need to have their
need for filtering reviewed as well.

Reproducible: Always

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 363851] "A stop job is running for Session 1 of user neon" during shutdown

2016-09-28 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363851

Harald Sitter  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |FIXED

--- Comment #35 from Harald Sitter  ---
I'll file a task to follow up on resolving the underlying causes of this.

-- 
You are receiving this mail because:
You are watching all bug changes.


[phonon-backend-vlc] [Bug 369414] KDE System Settings crash

2016-09-27 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369414

Harald Sitter  changed:

   What|Removed |Added

 CC||bcooks...@kde.org,
   ||f...@kde.org,
   ||j...@videolan.org
  Component|general |general
Product|Phonon  |phonon-backend-vlc

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 369388] no kdevelop in appstream data

2016-09-27 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369388

Harald Sitter  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Harald Sitter  ---
Computer says no

$ wget
http://archive.neon.kde.org/user/dists/xenial/main/dep11/Components-amd64.yml.gz
-q -O - |zcat |grep org.kde.kdevelop
ID: org.kde.kdevelop.desktop
  - url:
org/kde/kdevelop.desktop/3AB221131AD1A6F86A8E5B569751F2C0/screenshots/image-1_1248x681.png
  - url:
org/kde/kdevelop.desktop/3AB221131AD1A6F86A8E5B569751F2C0/screenshots/image-1_752x410.png
  - url:
org/kde/kdevelop.desktop/3AB221131AD1A6F86A8E5B569751F2C0/screenshots/image-1_624x340.png
  - url:
org/kde/kdevelop.desktop/3AB221131AD1A6F86A8E5B569751F2C0/screenshots/image-1_224x122.png
url:
org/kde/kdevelop.desktop/3AB221131AD1A6F86A8E5B569751F2C0/screenshots/image-1_orig.png

-- 
You are receiving this mail because:
You are watching all bug changes.


[Breeze] [Bug 369307] Wrong find command in file validate_svg.sh

2016-09-26 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369307

--- Comment #3 from Harald Sitter  ---
For future reference. Review Board is (currently) the place to put patches,
they easily get lost in the bug tracker
https://community.kde.org/Infrastructure/Review_Board

-- 
You are receiving this mail because:
You are watching all bug changes.


[Breeze] [Bug 369307] Wrong find command in file validate_svg.sh

2016-09-26 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369307

Harald Sitter  changed:

   What|Removed |Added

  Latest Commit||9e0466a1996717e44ca8c3842ab
   ||d304d69af7ea7
 Resolution|--- |FIXED
 CC||sit...@kde.org
   Version Fixed In||5.27
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Harald Sitter  ---
http://commits.kde.org/breeze-icons/9e0466a1996717e44ca8c3842abd304d69af7ea7
https://git.reviewboard.kde.org/r/129020/

-- 
You are receiving this mail because:
You are watching all bug changes.


[kexi] [Bug 369230] kexi duplicates all breeze icons

2016-09-23 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369230

--- Comment #4 from Harald Sitter  ---
The Qt way is to ship the rcc with your app. Do that and I probably wouldn't
even care.

-- 
You are receiving this mail because:
You are watching all bug changes.


[kexi] [Bug 369232] cmake fails on missing rcc, it's a runtime dep though

2016-09-23 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369232

--- Comment #2 from Harald Sitter  ---
I have to confess I am going a bit TLDR on the response but I think the key
problem is that previously before cmake RUNTIME we didn't have a way to
communicate runtime deps in a *standardized* way. Which means packagers had no
chance to deal with them efficiently. They now do, exactly the way as we do
with other dependencies. If they don't make use of that, then they are just
being bad at their job.

find_package could even be made required and skipped with
CMAKE_DISABLE_FIND_PACKAGE_$NAME  by the packagers. So you get the same end
result but you do it in a standard fashion.

Regardless of any of this. I cannot think of a single packaging environment
where build environment == run environment. The rcc being there at buildtime
doesn't mean anything WRT runtime.
On deb/rpm the rcc would need to be a runtime dep. In snap/flatpak/appimage the
rcc needs to end up in the bundle (which fortunately is the default), same on
other platforms.

You need to assert it as runtime dependency in a standard fashion, everything
else is just wishful thinking.

-- 
You are receiving this mail because:
You are watching all bug changes.


[kexi] [Bug 369230] kexi duplicates all breeze icons

2016-09-23 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369230

--- Comment #2 from Harald Sitter  ---
What does file count have to do with anything though? Everything but kexi uses
the theme files, so the rcc is a waste on top of that. The rcc simply makes no
sense in a platform scenario as we have on Linux. The entire platform uses one
single thing, only kexi is the odd one out and needs its own thing. Hell, even
if that wasn't the case from a platform perspective we always need to ship the
SVG icons unless KIconLoder and QIcon learn to resolve via the rcc as through
the present APIs we are implicitly bound to supply XDG icon theme resolution.

I do not see the link between only breeze being supported and the rcc file. You
can coerce a specific icon theme inside the application by telling
KIconLoader/QIcon which theme you want.

-- 
You are receiving this mail because:
You are watching all bug changes.


[kexi] [Bug 369232] New: cmake fails on missing rcc, it's a runtime dep though

2016-09-23 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369232

Bug ID: 369232
   Summary: cmake fails on missing rcc, it's a runtime dep though
   Product: kexi
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: General
  Assignee: kexi-b...@kde.org
  Reporter: sit...@kde.org
CC: a...@piggz.co.uk, in...@fables.co.za

cmake/modules/CheckGlobalBreezeIcons.cmake:message(FATAL_ERROR "No valid
breeze-icons.rcc resource file found. \

but the file apparently is only loaded at runtime

src/main/KexiRegisterResource_p.h:return
registerResource("icons/breeze/breeze-icons.rcc",
QStandardPaths::GenericDataLocation,

the file should not be required at build time, instaed cmake should issue a
runtime requirement information (e.g. https://phabricator.kde.org/D2377)

Reproducible: Always

-- 
You are receiving this mail because:
You are watching all bug changes.


[kexi] [Bug 369230] New: kexi duplicates all breeze icons

2016-09-23 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369230

Bug ID: 369230
   Summary: kexi duplicates all breeze icons
   Product: kexi
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: General
  Assignee: kexi-b...@kde.org
  Reporter: sit...@kde.org
CC: a...@piggz.co.uk, in...@fables.co.za

kexi wants breeze-icons.rcc which is a 100% duplication wasting disk space and
bandwith. it maybe should just hardcode the searchpath for kiconloader/qicon.

Reproducible: Always

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 363851] "A stop job is running for Session 1 of user neon" during shutdown

2016-09-21 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363851

--- Comment #32 from Harald Sitter  ---
sudo apt update && sudo apt install neon-settings

then reboot at least twice

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 363851] "A stop job is running for Session 1 of user neon" during shutdown

2016-09-21 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363851

Harald Sitter  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|CONFIRMED   |NEEDSINFO

--- Comment #31 from Harald Sitter  ---
The developer editions are about to get a neon-settings update which may
prevent this from happening (for as long as it does right now).

It would be awesome if people could test and see if it improves the situation
(may need two reboots to apply).

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 369048] [packaging] kwin: Optionally depend on libhybris-dev for armhf and enable hwcomposer plugin

2016-09-20 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369048

--- Comment #7 from Harald Sitter  ---
No clue, probably.

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 369048] [packaging] kwin: Optionally depend on libhybris-dev for armhf and enable hwcomposer plugin

2016-09-20 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369048

--- Comment #5 from Harald Sitter  ---
If the package is armhf and armel, so needs the build-dep (currently only
armhf)

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 368894] New: device notifier popups do not respect display rules

2016-09-16 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368894

Bug ID: 368894
   Summary: device notifier popups do not respect display rules
   Product: plasmashell
   Version: 5.7.5
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Device Notifier
  Assignee: plasma-b...@kde.org
  Reporter: sit...@kde.org

devicenotifier applet has a config set to select which type of devices to
display. if one adds a loop mount this appers as an event in the applet code

plasmashell(17632)/(default) unknown:
"/org/freedesktop/UDisks2/block_devices/loop2" has new interfaces:
("org.freedesktop.UDisks2.Filesystem")
plasmashell(17632)/(qml) onDataChanged: DATA CHANGED

the applet subsequently sets expanded=true ignoring its own display rule. so if
the applet was configured to only show removable devices it will trigger a
popup of an empty device notifier



Reproducible: Always

Steps to Reproduce:
1. config applet to only show removable devices
2. cause a loop mount (e.g. by installing a snap package)

Actual Results:  
applet pops up persistently but doesn't show the loop device

Expected Results:  
pop up should not appear if the device type is filtered from view

-- 
You are receiving this mail because:
You are watching all bug changes.


[kmail2] [Bug 368694] New: mailto url body lost for unknown reasons

2016-09-12 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368694

Bug ID: 368694
   Summary: mailto url body lost for unknown reasons
   Product: kmail2
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: composer
  Assignee: kdepim-b...@kde.org
  Reporter: sit...@kde.org

kgpg can sign and send a key by mail. it does so via qdesktopservices::openurl
to which it passes an url of the form 

mailto:sit...@kde.org?subject=Your%20key%20asfadfafadsf=-BEGIN%20PGP%20MESSAGE-%0AVer

The body part of this url is subsequently lost in kmail for unkown reasons and
doens't display in the editor window at all. Subject works as expected.

this doesn't work:
kmail
'mailto:gr...@kde.org?subject=Your%20key%207FEA3DA6169C77D6=-BEGIN%20PGP%20'

this works:
kmail
'mailto:gr...@kde.org?subject=Your%20key%207FEA3DA6169C77D6=-BEGIN%20PGP'

Parsing in kmkernel works correctly, it passes the string as expected to
::action to ::openComposer  where the body is still correct before it is put in
a KMime::Message and handed to KMail::makeComposer which in turn goes to
KMComposerWin::KMComposerWin where it goes into
MessageComposer::ComposerViewBase::setMessage. Unfortunately I couldn't build
all the necessary stuff, so that's where I gave up.

Working theory is that the composer eats the body for unknown reasons. It can't
be decryption problems though since from what I can tell in all my tests the
relevant bool argument was false. Nevertheless it could be that invalid pgp
messages get rejected (if so it should still put a warning or something in the
body).

If so, it's conceivable that somewhere along the line the fairly long body
constructed by kgpg (encrypted message blob) would get truncated resulting in
no body in kmail due to invalid pgp block.

Reproducible: Always

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 368691] New: qtwebengine-dev needs qtwebchannel-dev

2016-09-12 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368691

Bug ID: 368691
   Summary: qtwebengine-dev needs qtwebchannel-dev
   Product: neon
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Packages User Edition
  Assignee: neon-b...@kde.org
  Reporter: sit...@kde.org
CC: j...@jriddell.org, neon-b...@kde.org, sit...@kde.org

CMake Error at
/usr/lib/x86_64-linux-gnu/cmake/Qt5WebEngineCore/Qt5WebEngineCoreConfig.cmake:99
(find_package):
  Could not find a package configuration file provided by "Qt5WebChanne

Reproducible: Always

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 368683] New: kmail should recommend or depend on accountwizard

2016-09-12 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368683

Bug ID: 368683
   Summary: kmail should recommend or depend on accountwizard
   Product: neon
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Packages User Edition
  Assignee: neon-b...@kde.org
  Reporter: sit...@kde.org
CC: j...@jriddell.org, neon-b...@kde.org, sit...@kde.org

without accountwizard kmail can't help people setup accounts and throws stupid
warnigns when one tries to start the wizard via the menu

Reproducible: Always

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 337622] Desktop effects video doesn't work due to missing encoder

2016-08-30 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=337622

Harald Sitter  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #10 from Harald Sitter  ---
https://packaging.neon.kde.org/plasma/kwin.git/commit/?id=72a786183b7c5c710f5d0247430066135b6851be

FTR:
- kwin should assert needed decoders as runtime dependencies via cmake
- qtmm should adhoc install codecs via available api
https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-libs/html/gst-plugins-base-libs-gstpbutilsinstallplugins.html
instead of being useless

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 367948] kipi-plugins not packaged

2016-08-30 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367948

--- Comment #3 from Harald Sitter  ---
https://phabricator.kde.org/T3407

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 368002] gwenview built with libkipi but not installing plugins

2016-08-30 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368002

Harald Sitter  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #1 from Harald Sitter  ---
It could be built without libkipi until bug #368001 is solved.

It could depend on kipi-plugins.

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 368002] New: gwenview built with libkipi but not installing plugins

2016-08-30 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368002

Bug ID: 368002
   Summary: gwenview built with libkipi but not installing plugins
   Product: neon
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Packages User Edition
  Assignee: neon-b...@kde.org
  Reporter: sit...@kde.org
CC: j...@jriddell.org, neon-b...@kde.org, sit...@kde.org

gwenview is built with kipi enabled but is not depending on plugins, so it has
a broken meny entry


also see https://bugs.kde.org/show_bug.cgi?id=368001 for relevant gwenview
issue

Reproducible: Always

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 368002] gwenview built with libkipi but not installing plugins

2016-08-30 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368002

Harald Sitter  changed:

   What|Removed |Added

   Assignee|neon-b...@kde.org   |j...@jriddell.org

-- 
You are receiving this mail because:
You are watching all bug changes.


[gwenview] [Bug 368001] New: plugins menu entry empty without kipi-plugins

2016-08-30 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368001

Bug ID: 368001
   Summary: plugins menu entry empty without kipi-plugins
   Product: gwenview
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: gwenview-bugs-n...@kde.org
  Reporter: sit...@kde.org
CC: myr...@kde.org

gwenview can be built with libkipi (kde applications), if kipi-plugins
(digikam) aren't installed there won't be anything to list though.

when built with libkipi a 'Plugins' menu entry becomes available, without
kipi-plugins however this entry has no nodes making it look broken.



Reproducible: Always



Expected Results:  
3 ways to solve this come to mind

# No plugins = No menu

When no plugins are available the menu doesn't get shown. So the visibility
condition changes from (builtWithLibKipi) to (builtWithLibKipi &&
!pluginsList.isEmpty). With this a user is expected to know that kipi-plugins
should be installed to gain additional features. Alternatively installing
digikam will also enhance gwenview's capabilities.

# Custom install rigging

When no plugins are available a "fake" menu entry is created which employs a
simple addon-install mechanic as seen in drkonqi to let distributions install
kipi-plugins on demand. Namely this would call an executable that is meant to
install kipi-plugins through whatever way necessary exitign either 0 or !0 from
which gwenview can deduce whether or not it needs to reload the plugin list.

# Install through appstream

Alternatively we could solve this through appstream by having kipi-plugins
provide a "global" metainfo file for "standard kipi plugins" or something
alike, from gwenview we still have a fake menu entry but instead of calling out
to some custom code it simply runs appstream://org.kde.kipi-plugins.desktop,
which will bring up the desktop's software center to install kipi plugins.

# We always want them

kipi-plugins should be considered as a runtime requirement, to communicate this
to distributors a runtime dependency information should be included in
gwenview's cmake output.

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 366722] sddm fails to start after kernel upgrade

2016-08-30 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366722

Harald Sitter  changed:

   What|Removed |Added

 Resolution|--- |UPSTREAM
 Status|UNCONFIRMED |RESOLVED

--- Comment #6 from Harald Sitter  ---
You may wish to file a bug report against Ubuntu. We do neither maintain the
kernel nor the nvidia driver.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 367982] icon weirdness on a Desktop Plasma 5.7.

2016-08-30 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367982

Harald Sitter  changed:

   What|Removed |Added

   Assignee|neon-b...@kde.org   |se...@kde.org
Version|unspecified |5.7.3
Product|neon|plasmashell
  Component|general |Desktop Containment
   Target Milestone|--- |1.0

--- Comment #1 from Harald Sitter  ---
Difference between the two is that live images use the folder containment
whereas installation doesn't. Which is intentional. Icons looking crap on the
default containment is less intentional though.

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 367948] kipi-plugins not packaged

2016-08-29 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367948

Harald Sitter  changed:

   What|Removed |Added

   Assignee|neon-b...@kde.org   |j...@jriddell.org

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 367948] New: kipi-plugins not packaged

2016-08-29 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367948

Bug ID: 367948
   Summary: kipi-plugins not packaged
   Product: neon
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: Packages User Edition
  Assignee: neon-b...@kde.org
  Reporter: sit...@kde.org
CC: j...@jriddell.org, neon-b...@kde.org, sit...@kde.org

https://forum.kde.org/viewtopic.php?f=309=135628=362871#p362916
kipi-plugins is needed to actually have libkipi provide anything

right now gwenview regressed and digikam regressed because its not packaged.

Reproducible: Always

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 359998] can't push more than one branch

2016-08-26 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359998

Harald Sitter  changed:

   What|Removed |Added

 CC||sit...@kde.org
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Harald Sitter  ---
fixed by Ben's improvments to the git tech

-- 
You are receiving this mail because:
You are watching all bug changes.


[digikam] [Bug 367847] Digikam crashed when we right click on albums area

2016-08-26 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367847

Harald Sitter  changed:

   What|Removed |Added

 CC||sit...@kde.org

--- Comment #1 from Harald Sitter  ---
May or may not be a by-product of bug #367848

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 367848] digikam built with kde4 settings

2016-08-26 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367848

Harald Sitter  changed:

   What|Removed |Added

   Assignee|neon-b...@kde.org   |j...@jriddell.org

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 367848] New: digikam built with kde4 settings

2016-08-26 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367848

Bug ID: 367848
   Summary: digikam built with kde4 settings
   Product: neon
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: Packages User Edition
  Assignee: neon-b...@kde.org
  Reporter: sit...@kde.org
CC: j...@jriddell.org, neon-b...@kde.org, sit...@kde.org

$ grep -r with debian/rules   
# The following was previously used when building with local libkipi,
libkexiv2, and libkdcraw implementation
dh $@ --with kde --parallel 

This builds the package using kde4 flags and compile settings and stuff. Should
be kf5. At the very least paths are crap.

Reproducible: Always

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 367745] KDE neon User Edition 5.7 - xenial 16.04 - sudo apt-get upgrade - appstream is crashing the install or upgrade of software - appstreamcli: symbol lookup error: appstreamcli: undefi

2016-08-26 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367745

Harald Sitter  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #5 from Harald Sitter  ---
(In reply to Cristian Umaña from comment #0)
> qma@mjolnir:~$ sudo apt-get upgrade

Always use dist-upgrade.

> But KDE Neon is installing the version 0.9.7-1+16.04+build1 that I think is
> for Yakkety and is outdated I found the link to this version here:
> http://archive.neon.kde.org/dev/stable/pool/main/a/appstream/
> 
> The current appstream version for Yakkety is 0.9.8-4 
> https://launchpad.net/ubuntu/+source/appstream

Why are you talking about yakkety?

> qma@mjolnir:~$ uname -a
> Linux mjolnir 4.6.2-040602-generic #201606100516 SMP Fri Jun 10 09:18:34 UTC 
> 2016 x86_64 x86_64 x86_64 GNU/Linux

That's not a supported kernel.

(In reply to Cristian Umaña from comment #4)
> The offending appstream comes from the Neon archive:
> http://archive.neon.kde.org/dev/stable/pool/main/a/appstream/
> 
> There's a file in my sources list:
> /etc/apt/sources.list.d/neon.list
> 
> It contains this line:
> deb http://archive.neon.kde.org/user xenial main

If you look closely at the URLs you'll see that they don't actually add up.

If you dist-upgrade. Does the issue persist?

-- 
You are receiving this mail because:
You are watching all bug changes.

[Breeze] [Bug 367818] Password textfield is not visible when using dm-crypt

2016-08-26 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367818

Harald Sitter  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|UNCONFIRMED |NEEDSINFO

--- Comment #1 from Harald Sitter  ---
Depending on which git version you are talking about the background isn't blue.
The password field code also hasn't changed since 5.7.1 and continues to pass
the ask-for-password test we have [1].

Sounds more like your initramfs doesn't include the png assets of the theme.
Check that. If you believe that to be in order, get a debug log of plymouth.

[1] https://github.com/KDE/breeze-plymouth/blob/master/test/plytest.sh#L59

-- 
You are receiving this mail because:
You are watching all bug changes.


[Discover] [Bug 366826] Adding sources in discover cannot possibly work

2016-08-23 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366826

--- Comment #2 from Harald Sitter  ---
It's not really common for debs, but, generally it's possible (and done by
spotify, chrome other proprietary stuff). You install a deb and it injects its
relevant update repo into the system sources.

The problem with it is that you first have to have a deb to bootstrap the repo
into your settings. But there is no deb for that random launchpad PPA you'd
like to add, so for 90% of the use case it's a non-solution on account of not
existing :/

Which is why I think this ought to be considered from a design perspective.
We could absolutely take the same stance as packagekit and say that sources
cannot be add or edit via Discover and we expect users to use a distro CLI tool
or whatever if they want to add a foreign repo (which incidentally is what most
people do with PPAs specifically anyway). 
OR we consider this wanted functionality under the powerful-when-needed mantra,
in which case I think we need to manually craft support for edit/add (i.e.
introduce some add-on plugin interface through which distros can implement this
functionality for their respective package management system).

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 366509] Include 25df38cad562c458538037b9e50552b6885e5d05 in QtWayland

2016-08-22 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366509

--- Comment #4 from Harald Sitter  ---
http://build.neon.kde.org/job/xenial_unstable_qt_qtwayland/11/

should be built properly now

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 367665] plasma-integration needs to conflict appmenu-qt5

2016-08-22 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367665

Harald Sitter  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Harald Sitter  ---
http://packaging.neon.kde.org/cgit/plasma/plasma-integration.git/commit/?id=4940be210fe602835e11cb8826d08f1bcac0cf6f

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 366509] Include 25df38cad562c458538037b9e50552b6885e5d05 in QtWayland

2016-08-22 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366509

--- Comment #3 from Harald Sitter  ---
There is a bug somewhere in the ci tooling. Which gave the relevant build an
incorrect package revision. Checking.

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 367552] New: kirigami package incorrectly named

2016-08-19 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367552

Bug ID: 367552
   Summary: kirigami package incorrectly named
   Product: neon
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: Packages User Edition
  Assignee: neon-b...@kde.org
  Reporter: sit...@kde.org
CC: j...@jriddell.org, neon-b...@kde.org, sit...@kde.org

kirigami is a qml module. the main package should be called
'qml-module-org-kde-kirigami' to align with standing naming policy

Reproducible: Always

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 367552] kirigami package incorrectly named

2016-08-19 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367552

Harald Sitter  changed:

   What|Removed |Added

   Assignee|neon-b...@kde.org   |j...@jriddell.org

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 367551] kirigami package contains dev files

2016-08-19 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367551

Harald Sitter  changed:

   What|Removed |Added

   Assignee|neon-b...@kde.org   |j...@jriddell.org

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 367551] New: kirigami package contains dev files

2016-08-19 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367551

Bug ID: 367551
   Summary: kirigami package contains dev files
   Product: neon
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: Packages User Edition
  Assignee: neon-b...@kde.org
  Reporter: sit...@kde.org
CC: j...@jriddell.org, neon-b...@kde.org, sit...@kde.org

kirigami contains

./usr/lib/x86_64-linux-gnu/cmake/KF5Kirigami/
./usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/

which are dev files

Reproducible: Always

-- 
You are receiving this mail because:
You are watching all bug changes.


[Discover] [Bug 362585] search field does _not_ work

2016-08-18 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362585

Harald Sitter  changed:

   What|Removed |Added

 CC||sit...@kde.org

--- Comment #3 from Harald Sitter  ---
(In reply to mossl from comment #1)
> Just notified, that bugs #362096 and #333438 (Product "Muon", Comp
> "discover") are similar/the same - the integrated report-bugs-menuentry of
> my Ubuntu16.04-muon/discover-app brought me here without listing the
> muon-bugs - perhaps a bug too ;)

Bug 362096 is different in that apparently search doesn't work at all over
there.

This may be an instance of bug 333438 depending on the distribution you are on.
If you are using Kubuntu 16.04 for example you most definitely should be
finding synaptic.

-- 
You are receiving this mail because:
You are watching all bug changes.


[Discover] [Bug 333438] Search not working: Add search for packages without appstream data

2016-08-18 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=333438

Harald Sitter  changed:

   What|Removed |Added

 CC||jesse.dub...@gmail.com

--- Comment #5 from Harald Sitter  ---
*** Bug 360003 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.


[Discover] [Bug 360003] Discover doesn't show all packages

2016-08-18 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360003

Harald Sitter  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #4 from Harald Sitter  ---


*** This bug has been marked as a duplicate of bug 333438 ***

-- 
You are receiving this mail because:
You are watching all bug changes.


[Discover] [Bug 360003] Discover doesn't show all packages

2016-08-18 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360003

--- Comment #3 from Harald Sitter  ---
(In reply to anewuser from comment #1)
> Searching for "scan" won't show Skanlite (which has "scan" in the
> description).

Please file a new bug report for this.

-- 
You are receiving this mail because:
You are watching all bug changes.


[Discover] [Bug 362096] Can't find apps I want to install using the "search" field

2016-08-18 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362096

Harald Sitter  changed:

   What|Removed |Added

 CC||sit...@kde.org

--- Comment #10 from Harald Sitter  ---
Ok, so, everyone listen up please. There's  a bunch of stuff being communicated
all over the place here.

There are a number of problems that can appear with the search, and we need to
take care to make sure we are looking at the right problem.

a) appstream data is not available -> this will yield warnings in newer
versions of discover and result in absolutely no applications showing up
b) appstream data is incomplete -> `appstream cli kittehmonster` on a terminal
will not find kittehmonster, neither will discover, this isn't really a
discover problem
c) appstream data is complete but discover can't find it -> `appstream cli
scan` on a terminal will list skanlite, but discover will not find it when
searching for 'scan'
d) appstream data is complete but discover can't find it *by name* ->
`appstream cli vlc` finds vlc, discover does not

(In reply to Nikola Schnelle from comment #2)
> Just tested. Discover finds vlc,clementine and gimp but not krita.

This is bug 333438: there is no appstream data for krita, so krita is not
found. Please sub to bug report 333438 instead.

(In reply to mathojojo from comment #4)
> appstream is provided and installed.
> 
> mathojojo@mathojojo-pc:~$ appstreamcli search krita
> Identifier: author.desktop [desktop]
>
> But discovers still don't find anything when I use the search field. ->not
> resolved

That in of itself is not indicative of anything. Searching for 'vlc' and 'gimp'
definitely should return something on Kubuntu 16.04, while krita might suffer
from  https://bugs.kde.org/show_bug.cgi?id=360003#c1 so I think your search
might be broken in general. Best way to verify is to search for a whole bunch
of stuff and see if discover finds anything. vlc, gimp, foo, bar, etc. Best
also record the results you get in screenshots and post them.

(In reply to mathojojo from comment #7)
> But if it's the case, why does muon find them ???

Bug 333438 is why.

(In reply to Tony from comment #8)
> Possible duplicate/related to this one:
> https://bugs.kde.org/show_bug.cgi?id=362585

mathojojo apparently can't search for anything, bug 362585 can find some stuff,
so they are likely not the same problem.

(In reply to Dan Dascalescu from comment #9)
> Created attachment 100654 [details]
> Discover search is broken even among installed packages
> 
> Search is broken even among installed packages - searching for "Fi" doesn't
> find Firefox.
> 
> Tested with the live USB image.

Testing on a live USB is likely simply broken because the live session would
have 0 appstream data. To that end this is a by-product of bug 333438 but not
in of itself indicative of anyting being broken. Without appstream data
no-result is the expected result.

-- 
You are receiving this mail because:
You are watching all bug changes.


[Discover] [Bug 365713] typing search term in discover does nothing

2016-08-18 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365713

Harald Sitter  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|UNCONFIRMED |NEEDSINFO

--- Comment #2 from Harald Sitter  ---
Change state

-- 
You are receiving this mail because:
You are watching all bug changes.


[Discover] [Bug 365713] typing search term in discover does nothing

2016-08-18 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365713

Harald Sitter  changed:

   What|Removed |Added

 CC||sit...@kde.org

--- Comment #1 from Harald Sitter  ---
So what's the search term to test then? And which Linux are you using?

-- 
You are receiving this mail because:
You are watching all bug changes.


[Discover] [Bug 333438] Search not working: Add search for packages without appstream data

2016-08-18 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=333438

Harald Sitter  changed:

   What|Removed |Added

Summary|Not all packages show when  |Search not working: Add
   |searched|search for packages without
   ||appstream data

-- 
You are receiving this mail because:
You are watching all bug changes.


[Discover] [Bug 366826] New: Adding sources in discover cannot possibly work

2016-08-16 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366826

Bug ID: 366826
   Summary: Adding sources in discover cannot possibly work
   Product: Discover
   Version: 5.7.2
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: discover
  Assignee: aleix...@kde.org
  Reporter: sit...@kde.org

The sources view has an add button but packagekit documentation says the
following:
https://www.freedesktop.org/software/PackageKit/pk-faq.html#repo-add-remove
I also couldn't find any API that can add sources.

Which raises the question of how a person is meant to add repos. I guess this
should be brought to the attention of the VDG as well.

Reproducible: Always

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 364303] ksystemlog tests stuck for 3 hours

2016-08-15 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364303

Harald Sitter  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Harald Sitter  ---
fixed by
https://git.reviewboard.kde.org/r/128328

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 366701] New: os-release id_like invalid

2016-08-12 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366701

Bug ID: 366701
   Summary: os-release id_like invalid
   Product: neon
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: general
  Assignee: neon-b...@kde.org
  Reporter: sit...@kde.org
CC: j...@jriddell.org, neon-b...@kde.org, sit...@kde.org

> [15:32]  sitter: Some more stuff, use line.split("=", 1) in case 
> there are multiple = - Your ID_LIKE use does not match the spec/manpage: 
> ID_LIKE should be ID_LIKE="ubuntu debian", not unquoted.
> [15:33]  Relevant quotes: (1) Variable assignment values must be 
> enclosed in double or single quotes if they include spaces
> [15:33]  (2) Example: for an operating system with "ID=centos", an 
> assignment of "ID_LIKE="rhel fedora"" would be appropriate

i.e. needs changing to ID_LIKE="ubuntu debian"

Reproducible: Always

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 366701] os-release id_like invalid

2016-08-12 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366701

Harald Sitter  changed:

   What|Removed |Added

   Assignee|neon-b...@kde.org   |j...@jriddell.org
 Ever confirmed|0   |1
 Status|UNCONFIRMED |ASSIGNED

-- 
You are receiving this mail because:
You are watching all bug changes.


[Plasma SDK] [Bug 366543] dropdown doesn't follow color scheme

2016-08-09 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366543

--- Comment #1 from Harald Sitter  ---
Created attachment 100509
  --> https://bugs.kde.org/attachment.cgi?id=100509=edit
screenshot

-- 
You are receiving this mail because:
You are watching all bug changes.


[Plasma SDK] [Bug 366543] New: dropdown doesn't follow color scheme

2016-08-09 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366543

Bug ID: 366543
   Summary: dropdown doesn't follow color scheme
   Product: Plasma SDK
   Version: 5.7.3
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: cuttlefish
  Assignee: plasma-b...@kde.org
  Reporter: sit...@kde.org
CC: giorgos.tsiapalio...@kde.org

when using the breeze dark color scheme the "folder" dropdown in cuttlefish
isn't correctly colored making it nigh impossible to read.

Reproducible: Always

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 363851] "A stop job is running for Session 1 of user neon" during shutdown

2016-08-09 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363851

--- Comment #29 from Harald Sitter  ---
nevermind, still broken. won't be solved until plasma learns to clean up and
our software learns to not crash in destructors.

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 363851] "A stop job is running for Session 1 of user neon" during shutdown

2016-08-09 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363851

--- Comment #28 from Harald Sitter  ---
I think this should be solved in dev editions within the hour and for user
edition some time this week.

http://packaging.neon.kde.org/cgit/neon/settings.git/commit/?id=3a723d1daf55ce4b69b5af56c0a2ef35a31430b6

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 363314] wrong version in installer

2016-08-08 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363314

Harald Sitter  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 363314] wrong version in installer

2016-08-08 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363314

--- Comment #3 from Harald Sitter  ---
Created attachment 100489
  --> https://bugs.kde.org/attachment.cgi?id=100489=edit
still broken

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 363166] xterm still seeded

2016-08-08 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363166

Harald Sitter  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Harald Sitter  ---
No longer listed in manifest so I am guessing this is fixed now.

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 366509] Include 25df38cad562c458538037b9e50552b6885e5d05 in QtWayland

2016-08-08 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366509

Harald Sitter  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Harald Sitter  ---
http://packaging.neon.kde.org/cgit/qt/qtwayland.git/commit/?id=c7f883fe8ad4b448702002934b96f9b0d358cee8

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 366366] Please provide a package for qtvirtualkeyboard

2016-08-03 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366366

--- Comment #2 from Harald Sitter  ---
I think you just volunteered to upstream this.

- copyright file is incomplete
- should put examples into -dev package
- should put cmake file into -dev package
- possibly should split qml from actual inputplugin (not actually sure that is
useful though)
- build-depends on kde-pkg-tools but doesn't seem to use it at all
- shouldn't buildpdep on qt5-default
- all qt builddeps should be tightly versioned
- the rules file seems a bit ugh

should export these flags:
export CFLAGS := $(shell dpkg-buildflags --get CFLAGS) $(shell dpkg-buildflags
--get CPPFLAGS)
export CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS) $(shell
dpkg-buildflags --get CPPFLAGS)
export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed
export QT_SELECT := qt5

- shouldn't phony override_dh_auto_test or document why that is absolutely
necessary

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 366285] System is unable to boot after installing a new copy of KDE neon in UEFI enabled systems

2016-07-30 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366285

Harald Sitter  changed:

   What|Removed |Added

   Assignee|neon-b...@kde.org   |j...@jriddell.org

--- Comment #1 from Harald Sitter  ---
Jonathan. I do so very much hope this isn't what I predicted would happen.

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 366180] Environment variable XDG_DATA_DIRS may be incorrect?

2016-07-29 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366180

Harald Sitter  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |UPSTREAM

--- Comment #1 from Harald Sitter  ---
> DESKTOP_SESSION=/usr/share/xsessions/plasma

which will be prepended to the variable by a core x11 setup script

> $ grep -r SESSION\": /etc/X11/Xsession.d/60x11-common_xdg_path
>   
> XDG_CONFIG_DIRS="$DEFAULT_XDG_CONFIG_DIRS"/xdg-"$DESKTOP_SESSION":"$XDG_CONFIG_DIRS"
>  XDG_DATA_DIRS=/usr/share/"$DESKTOP_SESSION":"$XDG_DATA_DIRS"

So I am guessing that every DM other than SDDM actually treats DESKTOP_SESSION
as the basename (excluding suffix) of the xsession file name.  Please forward
this bug to SDDM on github.

As for your actual problem of icons not working. This probably has nothing to
do with it since 
/usr/share//usr/share/xsessions/plasma
==
/usr/share/usr/share/xsessions/plasma
which is a valid path, and the XDG spec doesn't mandate that the paths in the
variable exist at all, so even though it is malformed it shouldn't matter. That
said, depending on how Nylas renders the systray icons and whether it has own
icon lookup code involved it is entirely possible that the lookup code is
incorrect and breaks on non-existant paths in XDG_DATA_DIRS. I suggest you file
a bug report with the Nylas authors as they are probably in a better position
to guess where the problem might be.

-- 
You are receiving this mail because:
You are watching all bug changes.


[Discover] [Bug 366196] update mode defaults to "all good" while waiting for transactions

2016-07-28 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366196

--- Comment #1 from Harald Sitter  ---
Created attachment 100348
  --> https://bugs.kde.org/attachment.cgi?id=100348=edit
video

-- 
You are receiving this mail because:
You are watching all bug changes.


[Discover] [Bug 366196] New: update mode defaults to "all good" while waiting for transactions

2016-07-28 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366196

Bug ID: 366196
   Summary: update mode defaults to "all good" while waiting for
transactions
   Product: Discover
   Version: 5.7.2
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: discover
  Assignee: aleix...@kde.org
  Reporter: sit...@kde.org

System shows notifications in applet. One wants to update. Discover comes up
with busy spin. Then it switches to the updat-to-date screen until the query
transaction completed in package. Only then will it actually show the updates
and offer an update.

Reproducible: Always



Expected Results:  
Should busy spin until the transactions come back.

Plasma/5.7 build

-- 
You are receiving this mail because:
You are watching all bug changes.


[Discover] [Bug 365236] add installation support for native formats

2016-07-28 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365236

Harald Sitter  changed:

   What|Removed |Added

URL||https://phabricator.kde.org
   ||/T3210

--- Comment #1 from Harald Sitter  ---
needs https://github.com/hughsie/PackageKit/issues/142 on apt systems to have
install-local work.

-- 
You are receiving this mail because:
You are watching all bug changes.


[kinfocenter] [Bug 366158] Switching sections inside Info module results with small lag when rendering their content

2016-07-27 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366158

Harald Sitter  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
  Latest Commit||http://commits.kde.org/kinf
   ||ocenter/8600dff7216c8f983ce
   ||991ac2e856b3aa7df28b7

--- Comment #4 from Harald Sitter  ---
Git commit 8600dff7216c8f983ce991ac2e856b3aa7df28b7 by Harald Sitter.
Committed on 27/07/2016 at 13:25.
Pushed by sitter into branch 'Plasma/5.7'.

always load about-distro in ctor

Summary:
otherwise get a noticable delay during which we show dummy data. since
we only access on-disk content and only very little of it loading via ctor
should have next to no impact.

Reviewers: cfeck, sebas

Reviewed By: sebas

Subscribers: plasma-devel

Tags: #plasma

Differential Revision: https://phabricator.kde.org/D2300

M  +6-0Modules/about-distro/src/Module.cpp

http://commits.kde.org/kinfocenter/8600dff7216c8f983ce991ac2e856b3aa7df28b7

-- 
You are receiving this mail because:
You are watching all bug changes.


[kinfocenter] [Bug 366158] Switching sections inside Info module results with small lag when rendering their content

2016-07-27 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366158

Harald Sitter  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||sit...@kde.org
 Status|UNCONFIRMED |CONFIRMED

--- Comment #2 from Harald Sitter  ---
You can actually keep clicking the about-distro module to reload it and observe
this happening. Why there is such a noticable delay in loading is a bit
peculiar. Assuming it's not just bad code that takes longer than necessary we
probably should simply setHidden(true) everything and setHidden(false) when
loading is done. Alas, that simply changes the issue from "random text" to
"noticable time empty" so it's probably more of a workaround. Also I'd say this
applies to some KCMs but not all of them. e.g. Memory looks fine. Energy
Information however also has the weird delay going on.

-- 
You are receiving this mail because:
You are watching all bug changes.


[konversation] [Bug 363898] Konversation is lacking AppStream data

2016-07-21 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363898

Harald Sitter  changed:

   What|Removed |Added

  Latest Commit|http://commits.kde.org/konv |http://commits.kde.org/konv
   |ersation/2d6799710641778d74 |ersation/4229311a6a45b039f9
   |a728f1f15c272978e143f4  |7801679b1c220e53df431b

--- Comment #3 from Harald Sitter  ---
Git commit 4229311a6a45b039f97801679b1c220e53df431b by Harald Sitter.
Committed on 21/07/2016 at 13:02.
Pushed by sitter into branch '1.6'.

add appdata for konversation

create org.kde.konversation.appdata.xml with data from konversation.json on
kde.org
update CMakeLists.txt
REVIEW:128094
REVIEW:128489

# Conflicts:
#data/CMakeLists.txt

M  +1-0data/CMakeLists.txt
A  +42   -0data/org.kde.konversation.appdata.xml

http://commits.kde.org/konversation/4229311a6a45b039f97801679b1c220e53df431b

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 364549] Cannot boot into lvm encrypted system after kernel upgrade

2016-07-19 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364549

--- Comment #2 from Harald Sitter  ---
attach /var/log/apt/* and /var/log/dpkg/* to the bug report

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 365614] KDE Neon 5.7 gets stuck on the login screen after entering password

2016-07-19 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365614

--- Comment #1 from Harald Sitter  ---
Not sure what we can do about this. Best check if it is an issue in Kubuntu and
if so report the bug on launchpad. If the system itself actually gets stuck
this would be a driver/kernel issue supposedly. Neither of which is managed by
us.

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 365647] can't input Japanese with fcitx-mozc IME on Konsole and Kwrite

2016-07-14 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365647

Harald Sitter  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Harald Sitter  ---
see my comment @ https://forum.kde.org/viewtopic.php?f=309=134856#p360806

-- 
You are receiving this mail because:
You are watching all bug changes.


[ksplash] [Bug 365611] crash on every cold boot

2016-07-13 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365611

--- Comment #2 from Harald Sitter  ---
Created attachment 100065
  --> https://bugs.kde.org/attachment.cgi?id=100065=edit
debug output

-- 
You are receiving this mail because:
You are watching all bug changes.


[ksplash] [Bug 365611] crash on every cold boot

2016-07-13 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365611

Harald Sitter  changed:

   What|Removed |Added

Version|unspecified |5.7.1

-- 
You are receiving this mail because:
You are watching all bug changes.


[ksplash] [Bug 365611] crash on every cold boot

2016-07-13 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365611

--- Comment #1 from Harald Sitter  ---
dump

   PID: 2160 (ksplashqml)
   UID: 1000 (me)
   GID: 1000 (me)
Signal: 11 (SEGV)
 Timestamp: Mit 2016-07-13 15:39:37 CEST (7min ago)
  Command Line: ksplashqml org.kde.breezedark.desktop --pid
Executable: /usr/bin/ksplashqml
 Control Group: /
 Slice: -.slice
   Boot ID: 2ca6c6d275ee4d9c8403a13e3bf4
Machine ID: a4c8250cb9ad40cd8cbc60c5e8e9967c
  Hostname: smith
  Coredump:
/var/lib/systemd/coredump/core.ksplashqml.1000.2ca6c6d275ee4d9c8403a13e3bf4.2160.1468417177.xz
   Message: Process 2160 (ksplashqml) of user 1000 dumped core.

Stack trace of thread 2195:
#0  0x7f2d54c59594 n/a (libnvidia-glcore.so.367.27)
#1  0x7f2d54c59e58 n/a (libnvidia-glcore.so.367.27)
#2  0x7f2d548b0370 n/a (libnvidia-glcore.so.367.27)
#3  0x7f2d548b2272 n/a (libnvidia-glcore.so.367.27)
#4  0x7f2d6df653cf
_ZN16QOpenGLFunctions12glBufferDataEjlPKvj (libQt5Quick.so.5)
#5  0x7f2d6df67119
_ZN16QSGBatchRenderer8Renderer11uploadBatchEPNS_5BatchE (libQt5Quick.so.5)
#6  0x7f2d6df7171e _ZN16QSGBatchRenderer8Renderer6renderEv
(libQt5Quick.so.5)
#7  0x7f2d6df7d3cf
_ZN11QSGRenderer11renderSceneERK11QSGBindable (libQt5Quick.so.5)
#8  0x7f2d6df7da8b _ZN11QSGRenderer11renderSceneEj
(libQt5Quick.so.5)
#9  0x7f2d6df8d65e
_ZN16QSGRenderContext15renderNextFrameEP11QSGRendererj (libQt5Quick.so.5)
#10 0x7f2d6dfd6d19
_ZN19QQuickWindowPrivate16renderSceneGraphERK5QSize (libQt5Quick.so.5)
#11 0x7f2d6dfa809a _ZN15QSGRenderThread13syncAndRenderEv
(libQt5Quick.so.5)
#12 0x7f2d6dfac70c _ZN15QSGRenderThread3runEv
(libQt5Quick.so.5)
#13 0x7f2d6d046c28 _ZN14QThreadPrivate5startEPv
(libQt5Core.so.5)
#14 0x7f2d6b4a76fa start_thread (libpthread.so.0)
#15 0x7f2d6c953b5d __clone (libc.so.6)

Stack trace of thread 2171:
#0  0x7f2d6b4b02ad __lll_lock_wait (libpthread.so.0)
#1  0x7f2d6b4a9e82 pthread_mutex_lock (libpthread.so.0)
#2  0x7f2d55c4677c n/a (libGLX_nvidia.so.0)
#3  0x7f2d54cf1a5e n/a (libnvidia-glcore.so.367.27)
#4  0x7f2d54d366ea n/a (libnvidia-glcore.so.367.27)
#5  0x7f2d54dd0bfb n/a (libnvidia-glcore.so.367.27)
#6  0x7f2d54cc78e4 n/a (libnvidia-glcore.so.367.27)
#7  0x7f2d54cc799e n/a (libnvidia-glcore.so.367.27)
#8  0x7f2d54c66893 n/a (libnvidia-glcore.so.367.27)
#9  0x7f2d548bb43b n/a (libnvidia-glcore.so.367.27)
#10 0x7f2d6df6beca
_ZN16QSGBatchRenderer8Renderer13renderBatchesEv (libQt5Quick.so.5)
#11 0x7f2d6df71774 _ZN16QSGBatchRenderer8Renderer6renderEv
(libQt5Quick.so.5)
#12 0x7f2d6df7d3cf
_ZN11QSGRenderer11renderSceneERK11QSGBindable (libQt5Quick.so.5)
#13 0x7f2d6df7da8b _ZN11QSGRenderer11renderSceneEj
(libQt5Quick.so.5)
#14 0x7f2d6df8d65e
_ZN16QSGRenderContext15renderNextFrameEP11QSGRendererj (libQt5Quick.so.5)
#15 0x7f2d6dfd6d19
_ZN19QQuickWindowPrivate16renderSceneGraphERK5QSize (libQt5Quick.so.5)
#16 0x7f2d6dfa809a _ZN15QSGRenderThread13syncAndRenderEv
(libQt5Quick.so.5)
#17 0x7f2d6dfac70c _ZN15QSGRenderThread3runEv
(libQt5Quick.so.5)
#18 0x7f2d6d046c28 _ZN14QThreadPrivate5startEPv
(libQt5Core.so.5)
#19 0x7f2d6b4a76fa start_thread (libpthread.so.0)
#20 0x7f2d6c953b5d __clone (libc.so.6)

Stack trace of thread 2161:
#0  0x7f2d6c947e8d __poll (libc.so.6)
#1  0x7f2d6311dc62 n/a (libxcb.so.1)
#2  0x7f2d6311f8d7 xcb_wait_for_event (libxcb.so.1)
#3  0x7f2d61e5da39 _ZN15QXcbEventReader3runEv
(libQt5XcbQpa.so.5)
#4  0x7f2d6d046c28 _ZN14QThreadPrivate5startEPv
(libQt5Core.so.5)
#5  0x7f2d6b4a76fa start_thread (libpthread.so.0)
#6  0x7f2d6c953b5d __clone (libc.so.6)

Stack trace of thread 2163:
#0  0x7f2d6c947e8d __poll (libc.so.6)
#1  0x7f2d697eb39c n/a (libglib-2.0.so.0)
#2  0x7f2d697eb4ac g_main_context_iteration
(libglib-2.0.so.0)
#3  0x7f2d6d27230b
_ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE
(libQt5Core.so.5)
#4  0x7f2d6d21cd9a
_ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5)
 

[ksplash] [Bug 365611] New: crash on every cold boot

2016-07-13 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365611

Bug ID: 365611
   Summary: crash on every cold boot
   Product: ksplash
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: l.lu...@kde.org
  Reporter: sit...@kde.org

every cold boot login kplashqml crashes inside qt. debug output suggests
KQuickAddons involvement though.

overall, I am rather thinking this might have to do with kscreen shuffling my
two screens about

Reproducible: Always

-- 
You are receiving this mail because:
You are watching all bug changes.


[neon] [Bug 365352] Virtual desktops are not remembered when switching activities

2016-07-11 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365352

Harald Sitter  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

--- Comment #1 from Harald Sitter  ---
neon dev stable is not equal to what that gentoo system is. I'd rather have you
reopen the other bug for investigation as you are effectively on kf5 master and
plasma 5.6.1

-- 
You are receiving this mail because:
You are watching all bug changes.


[Discover] [Bug 365150] Running Discover for the first time - see not too detailed message about Appstream

2016-07-11 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365150

--- Comment #3 from Harald Sitter  ---
the error message doesnt say that, nor does it provide info fo the distro to
help

-- 
You are receiving this mail because:
You are watching all bug changes.


[kde] [Bug 365234] crash on quick search

2016-07-11 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365234

Harald Sitter  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Harald Sitter  ---


*** This bug has been marked as a duplicate of bug 365235 ***

-- 
You are receiving this mail because:
You are watching all bug changes.


[Discover] [Bug 365235] crash on quick search

2016-07-11 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365235

--- Comment #2 from Harald Sitter  ---
*** Bug 365234 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.


[kde] [Bug 365233] crash on quick search

2016-07-11 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365233

Harald Sitter  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Harald Sitter  ---


*** This bug has been marked as a duplicate of bug 365235 ***

-- 
You are receiving this mail because:
You are watching all bug changes.


[Discover] [Bug 365235] crash on quick search

2016-07-11 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365235

--- Comment #1 from Harald Sitter  ---
*** Bug 365233 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.


  1   2   3   4   >