[latte-dock] [Bug 397128] Global shortcut badges need be smarter

2018-08-04 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=397128

--- Comment #10 from tr...@yandex.com ---
Perfectly ! Thanks a lot Michail.

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

[dolphin] [Bug 397119] Should be able to show non-printable characters in filenames

2018-08-04 Thread Jaime Torres
https://bugs.kde.org/show_bug.cgi?id=397119

--- Comment #4 from Jaime Torres  ---
Raw bytes as seen by okteta.
I haven't figured out how to get the unicode code points.

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

[latte-dock] [Bug 397128] Global shortcut badges need be smarter

2018-08-04 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=397128

--- Comment #11 from tr...@yandex.com ---
A small idea, can you make the badges case-sensitive ?

E.g:
shortcut = Win+s -> show "s" (lowercase)
shortcut = Win+Shift+S -> display "S" (uppercase)

In case, for example, I want to set S for SystemSettings, and s for smplayer.

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

[LabPlot2] [Bug 374871] can not import ascii data with a date to a spreadsheet

2018-08-04 Thread Alexander Semke
https://bugs.kde.org/show_bug.cgi?id=374871

--- Comment #2 from Alexander Semke  ---
Hi Stefan,

importing of datetimes is possible starting with 2.5 release. Plotting of such
data is implemented recently and is available in the current master - this will
be part of the 2.6 release. Give it a try.

Regards,
Alexander

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

[latte-dock] [Bug 397128] Global shortcut badges need be smarter

2018-08-04 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=397128

--- Comment #12 from tr...@yandex.com ---
(In reply to trmdi from comment #11)

has Shift -> "S", NO shift -> "s"

E.g. My setup: https://i.imgur.com/usF6Twk.png

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

[frameworks-kimageformats] [Bug 360821] Show xcf files (from Gimp 2.9) not (yet...) working

2018-08-04 Thread Bernd Lachner
https://bugs.kde.org/show_bug.cgi?id=360821

--- Comment #21 from Bernd Lachner  ---
Is there no way to reuse the XCF load/save code from the gimp source for the
xcf kimage format plugin? Is it really necessary to implement it from scratch?
I think support for the new xcf format in the xcf kimage format now is even
more important as GIMP 2.10 is released. For example, digikam now can't show
many xcf files saved with GIMP 2.10.

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

[systemsettings] [Bug 397142] New: Add an option to turn on lcdfilter

2018-08-04 Thread Filip
https://bugs.kde.org/show_bug.cgi?id=397142

Bug ID: 397142
   Summary: Add an option to turn on lcdfilter
   Product: systemsettings
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: kcm_fonts
  Assignee: unassigned-b...@kde.org
  Reporter: tyx...@gmail.com
CC: unassigned-b...@kde.org
  Target Milestone: ---

LCD filter is a pretty neat option to have for font rendering; I find it
improves rendering by reducing color fringing when you use subpixel rendering. 

Adding it to the kcm would just be a simple matter of writing values into
fonts.conf, and having it greyed out when subpixel rendering is off. 

The values are described here:
https://wiki.archlinux.org/index.php/font_configuration#LCD_filter

There is a problem that some distros don't support it (e.g. OpenSUSE), but I
assume the value would then just do nothing.

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

[frameworks-kimageformats] [Bug 360821] Show xcf files (from Gimp 2.9) not (yet...) working

2018-08-04 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=360821

--- Comment #22 from Boudewijn Rempt  ---
No, that is not possible. Gimp's xcf code loads directly into gimp's internal
data structures, and saves directly from them. Re-using that code basically
means embedding gimp. So it would be better to update the xcftools codebase,
but afaik, nobody is working on that yet.

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

[latte-dock] [Bug 397128] Global shortcut badges need be smarter

2018-08-04 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=397128

--- Comment #13 from tr...@yandex.com ---
There are several types of a shortcut: Shift+S, Alt+S, Shift+Alt+S, Meta+S,
Meta+Shift+S...

So I think the best test is: Meta+[a-z] -> lowercase, non-(Meta+[a-z]) ->
uppercase

that will remind the user about his shortcut, he will remember that he uses a
Meta+[a-z] or a non-(Meta+[a-z]) for that item.

+ non-(Meta+[a-z]) includes Meta+Shift+[a-z]

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

[frameworks-ki18n] [Bug 388642] Provide translators a way for using localized representation for placeholders

2018-08-04 Thread Karl Ove Hufthammer
https://bugs.kde.org/show_bug.cgi?id=388642

Karl Ove Hufthammer  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Karl Ove Hufthammer  ---
According to https://api.kde.org/frameworks/ki18n/html/prg_guide.html ‘Integer
arguments will be by default formatted as if they denote an amount, according
to locale rules (thousands separation, etc.)’. So it shouldn’t be *necessary*
to write %L1. 

But using just %1 currently doesn’t work, cf. the discussion at
https://phabricator.kde.org/D13219. I think this is just a bug.

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

[latte-dock] [Bug 397128] Global shortcut badges need be smarter

2018-08-04 Thread Michail Vourlakos
https://bugs.kde.org/show_bug.cgi?id=397128

--- Comment #14 from Michail Vourlakos  ---
(In reply to trmdi from comment #12)
> (In reply to trmdi from comment #11)
> 
> has Shift -> "S", NO shift -> "s"
> 
> E.g. My setup: https://i.imgur.com/usF6Twk.png

let me recap if I understood correctly, you propose the following:

OneModifier+Letter (lower case)  -> e.g. Meta+A or Ctrl+A = 'a'
TwoAndMoreModifiers+Letter (upper case) -> e.g. Meta+Shift+A or Meta+Ctrl+A =
'A'

is that correct?

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

[krita] [Bug 397143] New: Tablet resolution dialog cannot be forced to appear

2018-08-04 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=397143

Bug ID: 397143
   Summary: Tablet resolution dialog cannot be forced to appear
   Product: krita
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: tablet support
  Assignee: krita-bugs-n...@kde.org
  Reporter: b...@valdyas.org
  Target Milestone: ---

With the chances to the main widget, we lost the ability to call up the tablet
resolution window with shift-pen. We probably should port that dialog to the
tablet settings dialog in any case.

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

[krita] [Bug 397143] Tablet resolution dialog cannot be forced to appear

2018-08-04 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=397143

Boudewijn Rempt  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
   Platform|Other   |Compiled Sources
 Ever confirmed|0   |1

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

[kdenlive] [Bug 396899] Could not create the video preview window.

2018-08-04 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=396899

fritzib...@gmx.net changed:

   What|Removed |Added

 CC||fritzib...@gmx.net

--- Comment #2 from fritzib...@gmx.net ---
follow this instraction: https://forum.kde.org/viewtopic.php?f=269&t=152358
and try again

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

[dolphin] [Bug 397119] Should be able to show non-printable characters in filenames

2018-08-04 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=397119

Christoph Feck  changed:

   What|Removed |Added

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

--- Comment #5 from Christoph Feck  ---


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

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

[dolphin] [Bug 204768] Dolphin-Konqueror plugin to solve encoding problems marked as WONTFIX

2018-08-04 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=204768

Christoph Feck  changed:

   What|Removed |Added

 CC||jtam...@gmail.com

--- Comment #18 from Christoph Feck  ---
*** Bug 397119 has been marked as a duplicate of this bug. ***

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

[gwenview] [Bug 389794] "Print Images" always greyed out when opening "Plugins" menu the first time

2018-08-04 Thread Till Schäfer
https://bugs.kde.org/show_bug.cgi?id=389794

Till Schäfer  changed:

   What|Removed |Added

 CC||till2.schaefer@uni-dortmund
   ||.de
Version|17.12.1 |18.04.3
 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Till Schäfer  ---
I was able to reproduce this issue with Gwenview 18.04.3 on Gentoo. This also
applies to the case on is not in the overview, but the image view. After the
menu "plugins -> images" was opened, one needs to change the picture once to
have the plugins enabled. 


Software: 
- kde apps: 18.04.3 (inkcluding gwenview and libkipi)
- frameworks: 5.48.0
- plasma 5.13.3
- kipi plugins: 5.9.0

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

[kwin] [Bug 397132] Windows may get horizontally squashed when switching screens through kwin's context menu or when connecting a new screen

2018-08-04 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=397132

--- Comment #2 from Martin Flöser  ---
Please provide the output of qdbus org.kde.KWin /KWin supportInformation

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

[latte-dock] [Bug 397128] Global shortcut badges need be smarter

2018-08-04 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=397128

--- Comment #15 from tr...@yandex.com ---
(In reply to trmdi from comment #13)
> There are several types of a shortcut: Shift+S, Alt+S, Shift+Alt+S, Meta+S,
> Meta+Shift+S...
> 
> So I think the best test is: Meta+[a-z] -> lowercase, non-(Meta+[a-z]) ->
> uppercase
> 
> that will remind the user about his shortcut, he will remember that he uses
> a Meta+[a-z] or a non-(Meta+[a-z]) for that item.
> 
> + non-(Meta+[a-z]) includes Meta+Shift+[a-z]

I mean this.

Only Meta+A-> show "a"
Ctrl+A, Shift+A, Meta+Shift+A... -> show "A"

This allows users set "Meta+A" and "Ctrl+A/Shift+A/..." and the badges remind
him about it. See my example above.
Of course this only makes the badges more useful without any side problem.

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

[latte-dock] [Bug 397128] Global shortcut badges need be smarter

2018-08-04 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=397128

--- Comment #16 from tr...@yandex.com ---
What happens if: Meta+A and Ctrl+A both show "A" ?
The users will not able to remmember that they are the different shortcuts.

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

[latte-dock] [Bug 397128] Global shortcut badges need be smarter

2018-08-04 Thread Michail Vourlakos
https://bugs.kde.org/show_bug.cgi?id=397128

--- Comment #17 from Michail Vourlakos  ---
(In reply to trmdi from comment #16)
> What happens if: Meta+A and Ctrl+A both show "A" ?
> The users will not able to remmember that they are the different shortcuts.

I can understand what you are trying to explain but what are the criteria for
this? I prefer simple explanations..

Q: A user asks why some of my activation badges are lowerCase and some
upperCase?

A1: All Meta+... are lowerCase and the reset upperCase. Meta+Y = 'y' because it
uses Meta
A2: All defaults are lowerCase (e.g. Meta+z, Meta+x, ...) and all the reset
upperCase. Meta+Y = 'Y' which is not at default ones

I would propose A2

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

[latte-dock] [Bug 397128] Global shortcut badges need be smarter

2018-08-04 Thread Michail Vourlakos
https://bugs.kde.org/show_bug.cgi?id=397128

--- Comment #18 from Michail Vourlakos  ---
Second thought A1 might be simpler... so lets go for A1

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

[skrooge] [Bug 397055] Extern import can't read from stdout

2018-08-04 Thread Stephane MANKOWSKI
https://bugs.kde.org/show_bug.cgi?id=397055

--- Comment #7 from Stephane MANKOWSKI  ---
(In reply to Gerry Agbobada from comment #5)
> Some dates have the time stamp (xx:xx:xx) and others don't, it changes
> throughout the CSV. Maybe the importer expects only 1 date format for the
> whole file ?

I did a test, you can mix -MM-DD HH-mm-ss and -MM-DD.

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

[latte-dock] [Bug 397128] Global shortcut badges need be smarter

2018-08-04 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=397128

--- Comment #19 from tr...@yandex.com ---
(In reply to Michail Vourlakos from comment #18)
> Second thought A1 might be simpler... so lets go for A1

You mean Meta+A ="a" and Meta+Shift+A = "A"? (Only meta+a shows "a")
That is what I want.

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

[skrooge] [Bug 397055] Extern import can't read from stdout

2018-08-04 Thread Stephane MANKOWSKI
https://bugs.kde.org/show_bug.cgi?id=397055

Stephane MANKOWSKI  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |INVALID

--- Comment #8 from Stephane MANKOWSKI  ---
(In reply to Gerry Agbobada from comment #6)
> Is there a way to ignore the dates (or import without dates and make Skrooge
> prevent import operation validation if there's no date ?)

The boobank plugin launches the following command:
X-SKROOGE-getoperations=a="%parameter2" && b="%4" && m=$( [[ ${a} > ${b} ]] &&
echo "$a" || echo "$b" ) && PYTHONIOENCODING=utf_8 boobank -q -f csv history
"%1" -s rdate,type,raw,label,amount --condition "rdate>$m OR date>$m OR
rdate>$m 00:00:00 OR date>$m 00:00:00" -n 9 %parameter3 2>/dev/null

As you can see there is %parameter3?

So, in settings, if you set the configuration like this, this should work:
weboob(,,grep -v NotAvailable)

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

[latte-dock] [Bug 397128] Global shortcut badges need be smarter

2018-08-04 Thread Michail Vourlakos
https://bugs.kde.org/show_bug.cgi?id=397128

--- Comment #20 from Michail Vourlakos  ---
Git commit 8062a766057b84a76ea59f2b92f55156ea410c4b by Michail Vourlakos.
Committed on 04/08/2018 at 10:42.
Pushed by mvourlakos into branch 'master'.

improve activation badges visual indicators

--when an activation shortcut follows Meta+"Character"
scheme it is shown lowerCase and at all other cases
it is shown upperCase

M  +9-2app/universalsettings.cpp

https://commits.kde.org/latte-dock/8062a766057b84a76ea59f2b92f55156ea410c4b

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

[Discover] [Bug 397144] New: Discover 5.13.4 freezes after searching for 'scan'

2018-08-04 Thread Øystein Steffensen-Alværvik
https://bugs.kde.org/show_bug.cgi?id=397144

Bug ID: 397144
   Summary: Discover 5.13.4 freezes after searching for 'scan'
   Product: Discover
   Version: unspecified
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: discover
  Assignee: aleix...@kde.org
  Reporter: yst...@posteo.net
  Target Milestone: ---

--What I did when the freeze occured––
Opened Discover from Kickoff, immediately searched for 'scan' in the search
field. Discover froze after displaying the search results.

Reproducible always.

plasma-discover --version outputs 5.13.4. 

--Backtrace--

GNU gdb (Ubuntu 7.11.1-0ubuntu1~16.5) 7.11.1
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
.
Find the GDB manual and other documentation resources online at:
.
For help, type "help".
Type "apropos word" to search for commands related to "word".
(gdb) handle SIG33 pass nostop noprint
SignalStop  Print   Pass to program Description
SIG33 NoNo  Yes Real-time event 33
(gdb) set pagination 0
(gdb) attach 30295
Attaching to process 30295
[New LWP 30296]
[New LWP 30297]
[New LWP 30298]
[New LWP 30299]
[New LWP 30300]
[New LWP 30301]
[New LWP 30302]
[New LWP 30309]
[New LWP 30315]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x7f5214e862dd in write () at ../sysdeps/unix/syscall-template.S:84
84  ../sysdeps/unix/syscall-template.S: No such file or directory.
(gdb) backtrace full
#0  0x7f5214e862dd in write () at ../sysdeps/unix/syscall-template.S:84
#1  0x7f5214e07bff in _IO_new_file_write (f=0x7f5215154540
<_IO_2_1_stderr_>, data=0x2f16bf80, n=112) at fileops.c:1263
count = 
to_do = 112
#2  0x7f5214e0838a in _IO_new_file_xsputn (to_do=112, data=0x2f16bf80
"\n(process:30295): GLib-CRITICAL **: g_byte_array_remove_range: assertion
'index_ + length <= array->len' failed\n", fp=0x7f5215154540 <_IO_2_1_stderr_>)
at fileops.c:518
count = 
block_size = 
do_write = 112
s = 0x2f16bf80 "\n(process:30295): GLib-CRITICAL **:
g_byte_array_remove_range: assertion 'index_ + length <= array->len' failed\n"
to_do = 112
must_flush = 
count = 
n = 112
data = 
f = 0x7f5215154540 <_IO_2_1_stderr_>
s = 
to_do = 112
#3  0x7f5214e0838a in _IO_new_file_xsputn (f=0x7f5215154540
<_IO_2_1_stderr_>, data=, n=112) at fileops.c:1342
block_size = 
do_write = 112
s = 0x2f16bf80 "\n(process:30295): GLib-CRITICAL **:
g_byte_array_remove_range: assertion 'index_ + length <= array->len' failed\n"
to_do = 112
must_flush = 
count = 
n = 112
data = 
f = 0x7f5215154540 <_IO_2_1_stderr_>
s = 
to_do = 112
#4  0x7f5214dfd0c8 in __GI__IO_fputs (str=str@entry=0x2f16bf80
"\n(process:30295): GLib-CRITICAL **: g_byte_array_remove_range: assertion
'index_ + length <= array->len' failed\n", fp=fp@entry=0x7f5215154540
<_IO_2_1_stderr_>) at iofputs.c:38
_IO_acquire_lock_file = 0x7f5215154540 <_IO_2_1_stderr_>
len = 112
result = -1
#5  0x7f520fad041f in g_log_default_handler (string=0x2f16bf80
"\n(process:30295): GLib-CRITICAL **: g_byte_array_remove_range: assertion
'index_ + length <= array->len' failed\n", stream=0x7f5215154540
<_IO_2_1_stderr_>) at
/build/glib2.0-b4FPyK/glib2.0-2.48.2/./glib/gmessages.c:367
level_prefix = "CRITICAL
**\000R\177\000\000\060\061\341\024R\177\000\000\360\064\341\024R\177\000\000\240\000\270\203\375\177\000\000\340\000\270\203\375\177\000\000\000\000\000\000\000\000\000\000`",

string = 0x2f16bf80 "\n(process:30295): GLib-CRITICAL **:
g_byte_array_remove_range: assertion 'index_ + length <= array->len' failed\n"
gstring = 0x5aad800
stream = 0x7f5215154540 <_IO_2_1_stderr_>
domains = 
#6  0x7f520fad041f in g_log_default_handler
(log_domain=log_domain@entry=0x7f520fb117ee "GLib",
log_level=log_level@entry=G_LOG_LEVEL_CRITICAL,
message=message@entry=0x2f15fb90 "g_byte_array_remove_range: assertion 'index_
+ length <= array->len' failed", unused_data=unused_data@entry=0x0) at
/build/glib2.0-b4FPyK/glib2.0-2.48.2/./glib/gmessages.c:1507
level_prefix = "CRITICAL
**\000R\177\000\000\060\061\341\024R\177\000\000\360\064\341\02

[Breeze] [Bug 397145] New: libbreezecommon does not install the export header

2018-08-04 Thread Fabian Vogt
https://bugs.kde.org/show_bug.cgi?id=397145

Bug ID: 397145
   Summary: libbreezecommon does not install the export header
   Product: Breeze
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: fab...@ritter-vogt.de
  Target Milestone: ---

A header is generated, but never installed.

If this is intentional and libbreezecommon is not meant to be used by something
other than breeze, it should not install a .so link.

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

[Breeze] [Bug 397145] libbreezecommon does not install the export header

2018-08-04 Thread Fabian Vogt
https://bugs.kde.org/show_bug.cgi?id=397145

Fabian Vogt  changed:

   What|Removed |Added

 CC||vladz...@gmail.com

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

[latte-dock] [Bug 397128] Global shortcut badges need be smarter

2018-08-04 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=397128

--- Comment #21 from tr...@yandex.com ---
Tested the new commit. Works perfectly.
Again, thank you very much, Michail !

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

[Breeze] [Bug 397145] libbreezecommon does not install the export header

2018-08-04 Thread Vlad Zagorodniy
https://bugs.kde.org/show_bug.cgi?id=397145

--- Comment #1 from Vlad Zagorodniy  ---
(In reply to Fabian Vogt from comment #0)
> A header is generated, but never installed.
> 
> If this is intentional and libbreezecommon is not meant to be used by
> something other than breeze, it should not install a .so link.

Yes, it's used only by Breeze. (We need to share some code between kstyle and
kdecoration)

In my defense: libbreezecommon is based on liboxygen, so that's why it is a
shared library.

I suppose it would be better to turn libbreezecommon into a static library and
use it only during build, right?

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

[Breeze] [Bug 397145] libbreezecommon does not install the export header

2018-08-04 Thread Fabian Vogt
https://bugs.kde.org/show_bug.cgi?id=397145

--- Comment #2 from Fabian Vogt  ---
(In reply to Vlad Zagorodniy from comment #1)
> (In reply to Fabian Vogt from comment #0)
> > A header is generated, but never installed.
> > 
> > If this is intentional and libbreezecommon is not meant to be used by
> > something other than breeze, it should not install a .so link.
> 
> Yes, it's used only by Breeze. (We need to share some code between kstyle
> and kdecoration)
> 
> In my defense: libbreezecommon is based on liboxygen, so that's why it is a
> shared library.
> 
> I suppose it would be better to turn libbreezecommon into a static library
> and use it only during build, right?

That means the shared parts are contained in the binaries twice, so that would
be a steps backwards IMO. If it's not too much, it certainly makes sense
though.

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

[plasmashell] [Bug 356479] plasmashell uses 100% CPU when there is an animation in the task bar

2018-08-04 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=356479

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #139 from David Edmundson  ---
See comment #90.

If you have new information, please make a new bug.

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

[plasmashell] [Bug 356479] plasmashell uses 100% CPU when there is an animation in the task bar

2018-08-04 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=356479

David Edmundson  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

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

[systemsettings] [Bug 396489] System Settings - Launch feedback crash

2018-08-04 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=396489

Dr. Chapatin  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

--- Comment #2 from Dr. Chapatin  ---
duplicate of bug 392590?

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

[krunner] [Bug 397146] New: Krunner crashed just after login

2018-08-04 Thread Abraham
https://bugs.kde.org/show_bug.cgi?id=397146

Bug ID: 397146
   Summary: Krunner crashed just after login
   Product: krunner
   Version: 5.12.6
  Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: k...@privat.broulik.de
  Reporter: wamb...@gmail.com
  Target Milestone: ---

Application: krunner (5.12.6)

Qt Version: 5.10.1
Frameworks Version: 5.48.0
Operating System: Linux 4.17.9-200.fc28.x86_64 x86_64
Distribution: "Fedora release 28 (Twenty Eight)"

-- Information about the crash:
- What I was doing when the application crashed:

Login, then waiting for desktop to load when crash happened

-- Backtrace:
Application: krunner (krunner), signal: Aborted
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f05ef31c940 (LWP 2396))]

Thread 22 (Thread 0x7f05897fa700 (LWP 2928)):
#0  0x7f05e750b52c in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7f05eb80c83b in QWaitCondition::wait(QMutex*, unsigned long) () from
/lib64/libQt5Core.so.5
#2  0x7f05bd8a2730 in
ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(ThreadWeaver::Thread*,
bool, bool, bool) () from /lib64/libKF5ThreadWeaver.so.5
#3  0x7f05bd8a686c in
ThreadWeaver::WorkingHardState::applyForWork(ThreadWeaver::Thread*, bool) ()
from /lib64/libKF5ThreadWeaver.so.5
#4  0x7f05bd8a17c1 in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () from
/lib64/libKF5ThreadWeaver.so.5
#5  0x7f05bd8a4751 in ThreadWeaver::Thread::run() () from
/lib64/libKF5ThreadWeaver.so.5
#6  0x7f05eb80c11d in QThreadPrivate::start(void*) () from
/lib64/libQt5Core.so.5
#7  0x7f05e7505594 in start_thread () from /lib64/libpthread.so.0
#8  0x7f05eab490df in clone () from /lib64/libc.so.6

Thread 21 (Thread 0x7f0589ffb700 (LWP 2927)):
[KCrash Handler]
#6  0x7f05eaa85feb in raise () from /lib64/libc.so.6
#7  0x7f05eaa705c1 in abort () from /lib64/libc.so.6
#8  0x7f05eaac89d7 in __libc_message () from /lib64/libc.so.6
#9  0x7f05eaaceeac in malloc_printerr () from /lib64/libc.so.6
#10 0x7f05eaad091c in _int_free () from /lib64/libc.so.6
#11 0x7f05ebdaee64 in QCache::insert(QString const&,
QIcon*, int) () from /lib64/libQt5Gui.so.5
#12 0x7f05ebdaaf05 in QIcon::fromTheme(QString const&) () from
/lib64/libQt5Gui.so.5
#13 0x7f05ab926289 in InstallerRunner::match(Plasma::RunnerContext&) [clone
.part.36] () from /usr/lib64/qt5/plugins/appstreamrunner.so
#14 0x7f05ab926a72 in InstallerRunner::match(Plasma::RunnerContext&) ()
from /usr/lib64/qt5/plugins/appstreamrunner.so
#15 0x7f05bdacb598 in
Plasma::AbstractRunner::performMatch(Plasma::RunnerContext&) () from
/lib64/libKF5Runner.so.5
#16 0x7f05bd8a5f3c in
ThreadWeaver::Executor::run(QSharedPointer const&,
ThreadWeaver::Thread*) () from /lib64/libKF5ThreadWeaver.so.5
#17 0x7f05bd8a4d64 in
ThreadWeaver::Job::execute(QSharedPointer const&,
ThreadWeaver::Thread*) () from /lib64/libKF5ThreadWeaver.so.5
#18 0x7f05bd8a4803 in ThreadWeaver::Thread::run() () from
/lib64/libKF5ThreadWeaver.so.5
#19 0x7f05eb80c11d in QThreadPrivate::start(void*) () from
/lib64/libQt5Core.so.5
#20 0x7f05e7505594 in start_thread () from /lib64/libpthread.so.0
#21 0x7f05eab490df in clone () from /lib64/libc.so.6

Thread 20 (Thread 0x7f058a7fc700 (LWP 2926)):
#0  0x7f05e750b52c in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7f05eb80c83b in QWaitCondition::wait(QMutex*, unsigned long) () from
/lib64/libQt5Core.so.5
#2  0x7f05bd8a2730 in
ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(ThreadWeaver::Thread*,
bool, bool, bool) () from /lib64/libKF5ThreadWeaver.so.5
#3  0x7f05bd8a686c in
ThreadWeaver::WorkingHardState::applyForWork(ThreadWeaver::Thread*, bool) ()
from /lib64/libKF5ThreadWeaver.so.5
#4  0x7f05bd8a17c1 in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () from
/lib64/libKF5ThreadWeaver.so.5
#5  0x7f05bd8a4751 in ThreadWeaver::Thread::run() () from
/lib64/libKF5ThreadWeaver.so.5
#6  0x7f05eb80c11d in QThreadPrivate::start(void*) () from
/lib64/libQt5Core.so.5
#7  0x7f05e7505594 in start_thread () from /lib64/libpthread.so.0
#8  0x7f05eab490df in clone () from /lib64/libc.so.6

Thread 19 (Thread 0x7f058affd700 (LWP 2925)):
#0  0x7f05eab5650c in __lll_lock_wait_private () from /lib64/libc.so.6
#1  0x7f05eaad403e in realloc () from /lib64/libc.so.6
#2  0x7f05eb8680c6 in QRegExpMatchState::prepareForMatch(QRegExpEngine*) ()
from /lib64/libQt5Core.so.5
#3  0x7f05eb86e6fd in prepareEngineForMatch(QRegExpPrivate*, QString
const&) () from /lib64/libQt5Core.so.5
#4  0x7f05eb870498 in QRegExp::exactMatch(QString const&) const () from
/lib64/libQt5Core.so.5
#5  0x7f05eba361ea in QMimeGlob

[systemsettings] [Bug 392590] System settings crash when I leave "launch feedback"

2018-08-04 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=392590

Christoph Feck  changed:

   What|Removed |Added

   Severity|normal  |crash

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

[systemsettings] [Bug 392590] System settings crash when I leave "launch feedback"

2018-08-04 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=392590

Christoph Feck  changed:

   What|Removed |Added

 CC||oys...@gmail.com

--- Comment #5 from Christoph Feck  ---
*** Bug 396489 has been marked as a duplicate of this bug. ***

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

[systemsettings] [Bug 396489] System Settings - Launch feedback crash

2018-08-04 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=396489

Christoph Feck  changed:

   What|Removed |Added

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

--- Comment #3 from Christoph Feck  ---
Yes. Didn't see it, because it wasn't marked 'crash'. Changed.

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

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

[kwin] [Bug 397147] New: "Walk through windows" works with Alt+Tab but not with Meta+Tab

2018-08-04 Thread Shreyansh Jain
https://bugs.kde.org/show_bug.cgi?id=397147

Bug ID: 397147
   Summary: "Walk through windows" works with Alt+Tab but not with
Meta+Tab
   Product: kwin
   Version: 5.13.3
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: core
  Assignee: kwin-bugs-n...@kde.org
  Reporter: mr.shreyan...@gmail.com
  Target Milestone: ---

If "Walk through windows" is assigned to Meta+Tab, invoking it would only
switch to the last window and subsequent presses of Tab (without releasing
Meta) would have no action. i.e. It would only switch once to the last window
and then stop working.

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

[print-manager] [Bug 395115] print-manager v18.04.1 interacts badly with recent cups v2.2.8, numerous errors leading to high system load

2018-08-04 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=395115

Christoph Feck  changed:

   What|Removed |Added

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

--- Comment #19 from Christoph Feck  ---
No response, assuming it was fixed upstream. If you have new information,
please add a comment.

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

[plasma-pa] [Bug 395542] plasmashell's High CPU usage because of System Tray

2018-08-04 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=395542

Christoph Feck  changed:

   What|Removed |Added

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

--- Comment #3 from Christoph Feck  ---
To further investigate this issue, KDE developers need the information
requested in comment #1. If you can provide it, or need help with finding that
information, please add a comment.

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

[latte-dock] [Bug 397148] New: Multiple window preview behavior different under Wayland

2018-08-04 Thread James Turnbull
https://bugs.kde.org/show_bug.cgi?id=397148

Bug ID: 397148
   Summary: Multiple window preview behavior different under
Wayland
   Product: latte-dock
   Version: unspecified
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: application
  Assignee: mvourla...@gmail.com
  Reporter: ja...@lovedthanlost.net
  Target Milestone: ---

Under X11, if I click on a dock icon with multiple windows I see a carousel
preview of the windows and can select one.

Under Wayland, I see a grey box with the dock icon in it for each window and no
preview.

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

[latte-dock] [Bug 397148] Multiple window preview behavior different under Wayland

2018-08-04 Thread James Turnbull
https://bugs.kde.org/show_bug.cgi?id=397148

James Turnbull  changed:

   What|Removed |Added

Version|unspecified |0.8.0

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

[ktorrent] [Bug 397149] New: ktorrent-5.1.0/libktcore/plugin/pluginmanager.cpp:95: bad if ?

2018-08-04 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=397149

Bug ID: 397149
   Summary: ktorrent-5.1.0/libktcore/plugin/pluginmanager.cpp:95:
bad if ?
   Product: ktorrent
   Version: 5.1
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: joris.guis...@gmail.com
  Reporter: dcb...@hotmail.com
  Target Milestone: ---

ktorrent-5.1.0/libktcore/plugin/pluginmanager.cpp:95]: (style) Boolean result
is used in bitwise operation. Clarify expression with parentheses.

Source code is

if (loaded.contains(idx) & !pi.isPluginEnabled())

Maybe better code

if (loaded.contains(idx) && !pi.isPluginEnabled())

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

[systemsettings] [Bug 370288] system settings/window decoration - "get new decoration" doesn't work

2018-08-04 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=370288

Christoph Feck  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #4 from Christoph Feck  ---
Under 'kwin'. But I was waiting for respose from comment #2 before bothering
Martin.

No response; assuming it is fixed.

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

[Breeze] [Bug 397145] libbreezecommon does not install the export header

2018-08-04 Thread Fabian Vogt
https://bugs.kde.org/show_bug.cgi?id=397145

Fabian Vogt  changed:

   What|Removed |Added

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

--- Comment #3 from Fabian Vogt  ---
Fixed with
https://cgit.kde.org/breeze.git/commit/?id=763ec6d335417df7985fbbd4ef456287915b4d1d

(I added a BUG: in the commit, but arc land reverted that, grmbl)

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

[kwin] [Bug 397147] "Walk through windows" works with Alt+Tab but not with Meta+Tab

2018-08-04 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=397147

--- Comment #1 from Martin Flöser  ---
Which keyboard layout are you using?

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

[kontact] [Bug 397150] New: Cannot enter AM times in event

2018-08-04 Thread Tony
https://bugs.kde.org/show_bug.cgi?id=397150

Bug ID: 397150
   Summary: Cannot enter AM times in event
   Product: kontact
   Version: 5.7.3
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: calendar
  Assignee: kdepim-b...@kde.org
  Reporter: to...@sa.apana.org.au
  Target Milestone: ---

Selecting an AM time in the dropdown list results in a PM time selection in the
event. I'm currently using Thailand/Bangkok timezone. Am also using a fress KDE
installation.

 A number of people have reported this problem on the forum now. See:
https://forum.kde.org/viewtopic.php?f=261&t=133409

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

[kwin] [Bug 397147] "Walk through windows" works with Alt+Tab but not with Meta+Tab

2018-08-04 Thread Shreyansh Jain
https://bugs.kde.org/show_bug.cgi?id=397147

Shreyansh Jain  changed:

   What|Removed |Added

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

--- Comment #2 from Shreyansh Jain  ---
(In reply to Martin Flöser from comment #1)
> Which keyboard layout are you using?

I saw that I previously didn't set a layout (settings > input devices >
keyboard > layout > check configure layouts; added en-US) on my computer and,
on you comment, corrected it to en-US.

It seems to have fixed it after a reboot.

Thank you.

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

[kteatime] [Bug 397151] New: 'Tea is ready since X seconds' notification doesn't show up after fist tea run

2018-08-04 Thread Fabio Bolz
https://bugs.kde.org/show_bug.cgi?id=397151

Bug ID: 397151
   Summary: 'Tea is ready since X seconds' notification doesn't
show up after fist tea run
   Product: kteatime
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: k...@hilefoks.org
  Reporter: fb-...@posteo.de
  Target Milestone: ---

If the popup and reminder option in the settings window is enabled, the popup
doesn't show up when running another tea, but only with the first tea.

int m_nextNotificationTime running with old value from the previous run

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

[konsole] [Bug 351794] hangs when pasting text into the console

2018-08-04 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=351794

David Faure  changed:

   What|Removed |Added

 CC||fa...@kde.org

--- Comment #1 from David Faure  ---
This could be what got fixed in https://phabricator.kde.org/D6078?
See bug 230184.

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

[konsole] [Bug 351860] Konsole hangs and fails to paste clipboard content

2018-08-04 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=351860

David Faure  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 CC||fa...@kde.org

--- Comment #1 from David Faure  ---


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

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

[konsole] [Bug 351794] hangs when pasting text into the console

2018-08-04 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=351794

David Faure  changed:

   What|Removed |Added

 CC||ccancelli...@hotmail.com

--- Comment #2 from David Faure  ---
*** Bug 351860 has been marked as a duplicate of this bug. ***

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

[konsole] [Bug 355673] konqueror hangs after running for a while or during cpu spikes

2018-08-04 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=355673

David Faure  changed:

   What|Removed |Added

 CC||fa...@kde.org

--- Comment #1 from David Faure  ---
You wrote konqueror, but you meant konsole, right?

This could be what got fixed in https://phabricator.kde.org/D6078?
See bug 230184.

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

[latte-dock] [Bug 397148] Multiple window preview behavior different under Wayland

2018-08-04 Thread Michail Vourlakos
https://bugs.kde.org/show_bug.cgi?id=397148

Michail Vourlakos  changed:

   What|Removed |Added

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

--- Comment #1 from Michail Vourlakos  ---
This is plasma limitation in wayland and not Latte responsible

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

[plasmashell] [Bug 397152] New: [wayland] - Support Window Previews

2018-08-04 Thread Michail Vourlakos
https://bugs.kde.org/show_bug.cgi?id=397152

Bug ID: 397152
   Summary: [wayland] - Support Window Previews
   Product: plasmashell
   Version: 5.13.3
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Task Manager
  Assignee: h...@kde.org
  Reporter: mvourla...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Just to have bug tracking for this. As the title says window previews supports
under wayland it would be nice to have for plasma-related taskmanagers

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

[plasmashell] [Bug 397153] New: [wayland] - Support PresentWindows for grouped tasks

2018-08-04 Thread Michail Vourlakos
https://bugs.kde.org/show_bug.cgi?id=397153

Bug ID: 397153
   Summary: [wayland] - Support PresentWindows for grouped tasks
   Product: plasmashell
   Version: 5.13.3
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Task Manager
  Assignee: h...@kde.org
  Reporter: mvourla...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Just to have bug tracking for this. As the title says the PresentWindows effect
 that is used for grouped tasks under X11 it would be nice to have for
plasma-related taskmanagers

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

[latte-dock] [Bug 397148] Multiple window preview behavior different under Wayland

2018-08-04 Thread Michail Vourlakos
https://bugs.kde.org/show_bug.cgi?id=397148

--- Comment #2 from Michail Vourlakos  ---
I have just opened the relevant bug reports in order to keep track of this...

https://bugs.kde.org/show_bug.cgi?id=397152
https://bugs.kde.org/show_bug.cgi?id=397153

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

[kwin] [Bug 397147] "Walk through windows" works with Alt+Tab but not with Meta+Tab

2018-08-04 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=397147

--- Comment #3 from Martin Flöser  ---
As explanation: most likely the meta key was not recognized as meta modifier.
Thus KWin did not enter TabBox mode as that requires a modifier to be held.

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

[plasmashell] [Bug 397100] Task manager and System Tray don’t take fitt’s law into account

2018-08-04 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=397100

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[frameworks-kwidgetsaddons] [Bug 396450] KCollapsibleGroupBox: wrong position in parent layout if there is a QLabel with word-wrap

2018-08-04 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=396450

--- Comment #4 from Elvis Angelaccio  ---
Git commit e8519d6af2ad2b9c342a270a915e613bc88dff47 by Elvis Angelaccio.
Committed on 04/08/2018 at 15:02.
Pushed by elvisangelaccio into branch 'master'.

Add workaround for labels with word-wrapping

Summary:
It's not clear why, but the combination of a word-wrapped QLabel with
the `setFocusPolicy()` call in `overrideFocusPolicyOf()` seems to break
the positioning of the groupbox in its parent layout.

Until we understand where the bug is and how to fix it, we can toggle
the groupbox twice when we detect that a QLabel with word-wrapping
enabled has been added as child. Not clear why (again), but this fixes
(or at least hides) the issue.

Test Plan: Apply the patch, then run `kcollapsiblegroupboxtest` with/without
the workaround compiled in.

Reviewers: davidedmundson

Subscribers: kde-frameworks-devel

Tags: #frameworks

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

M  +12   -0src/kcollapsiblegroupbox.cpp
M  +6-0tests/kcollapsiblegroupboxtest.cpp

https://commits.kde.org/kwidgetsaddons/e8519d6af2ad2b9c342a270a915e613bc88dff47

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

[frameworks-kcoreaddons] [Bug 397154] New: Cannot build kcoreadons 5.49rc1

2018-08-04 Thread Pawel
https://bugs.kde.org/show_bug.cgi?id=397154

Bug ID: 397154
   Summary: Cannot build kcoreadons 5.49rc1
   Product: frameworks-kcoreaddons
   Version: unspecified
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: mp...@kde.org
  Reporter: pavbara...@gmail.com
CC: kdelibs-b...@kde.org
  Target Milestone: ---

I cannot build kcoreaddons from GIT version 5.49rc1.
Bug:
[code]make[2]: *** [src/lib/CMakeFiles/Py2KF5KCoreAddons.dir/build.make:71:
src/lib/CMakeFiles/Py2KF5KCoreAddons.dir/pybuild/PyKF5/KCoreAddons/unifiedKCoreAddons.cpp.o]
Error 1
make[1]: *** [CMakeFiles/Makefile2:4238:
src/lib/CMakeFiles/Py2KF5KCoreAddons.dir/all] Error 2
make: *** [Makefile:130: all] Error 2[/code]
What's wrong?

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

[okular] [Bug 397155] New: Add non-text highlight feature

2018-08-04 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=397155

Bug ID: 397155
   Summary: Add non-text highlight feature
   Product: okular
   Version: unspecified
  Platform: Debian stable
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: okular-de...@kde.org
  Reporter: ojz...@gmail.com
  Target Milestone: ---

Hello. Currently in okular, we can only highlight texts.

See qpdfview, in that app, you can highlight anywhere even the images and type
annotation.

This feature highly usable for scanned documents. Thanks.

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

[okular] [Bug 397155] Add non-text highlight feature

2018-08-04 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=397155

ojz...@gmail.com changed:

   What|Removed |Added

 CC||ojz...@gmail.com

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

[plasmashell] [Bug 397156] New: Return to Plasmashell (tty7) from tty2 Virtual Console session -- KDE session freezes

2018-08-04 Thread Don Curtis
https://bugs.kde.org/show_bug.cgi?id=397156

Bug ID: 397156
   Summary: Return to Plasmashell (tty7) from tty2 Virtual Console
session -- KDE session freezes
   Product: plasmashell
   Version: 5.12.5
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: bugrprt21...@online.de
CC: plasma-b...@kde.org
  Target Milestone: 1.0

KDE session running on tty7.
Switch to VT session on tty2. End the tty2 session and return to KDE session on
tty7.
KDE session is frozen.
Have to  to resume the KDE session -- login again …

Qt: 5.9.4
KDE Frameworks: 5.45.0
plasmashell 5.12.5
openSUSE Leap 15.0

Systemd Journal:
Aug 04 17:11:33 xxx systemd[1]: Started Getty on tty2.
Aug 04 17:11:48 xxx systemd[1]: Created slice User Slice of root.
Aug 04 17:11:48 xxx systemd[1]: Starting User Manager for UID 0...
Aug 04 17:11:48 xxx systemd-logind[2405]: New session 3 of user root.
Aug 04 17:11:48 xxx systemd[1]: Started Session 3 of user root.
Aug 04 17:11:48 xxx systemd[3623]: pam_unix(systemd-user:session): session
opened for user root by (uid=0)
Aug 04 17:11:48 xxx systemd[3623]: Reached target Timers.
Aug 04 17:11:48 xxx systemd[3623]: Reached target Paths.
Aug 04 17:11:48 xxx systemd[3623]: Starting D-Bus User Message Bus Socket.
Aug 04 17:11:48 xxx systemd[3623]: Listening on D-Bus User Message Bus Socket.
Aug 04 17:11:48 xxx systemd[3623]: Reached target Sockets.
Aug 04 17:11:48 xxx systemd[3623]: Reached target Basic System.
Aug 04 17:11:48 xxx systemd[3623]: Reached target Default.
Aug 04 17:11:48 xxx login[3622]: pam_unix(login:session): session opened for
user root by LOGIN(uid=0)
Aug 04 17:11:48 xxx systemd[3623]: Startup finished in 34ms.
Aug 04 17:11:48 xxx systemd[1]: Started User Manager for UID 0.
Aug 04 17:11:48 xxx login[3622]: ROOT LOGIN ON tty2
Aug 04 17:15:57 xxx login[3622]: pam_unix(login:session): session closed for
user root
Aug 04 17:15:57 xxx systemd[1]: getty@tty2.service: Service has no hold-off
time, scheduling restart.
Aug 04 17:15:57 xxx systemd[1]: Stopped Getty on tty2.
Aug 04 17:15:57 xxx systemd[1]: Started Getty on tty2.
Aug 04 17:15:57 xxx systemd-logind[2405]: Removed session 3.
Aug 04 17:15:57 xxx systemd[1]: Stopping User Manager for UID 0...
Aug 04 17:15:57 xxx systemd[3623]: Stopped target Default.
Aug 04 17:15:57 xxx systemd[3623]: Stopped target Basic System.
Aug 04 17:15:57 xxx systemd[3623]: Stopped target Timers.
Aug 04 17:15:57 xxx systemd[3623]: Stopped target Paths.
Aug 04 17:15:57 xxx systemd[3623]: Stopped target Sockets.
Aug 04 17:15:57 xxx systemd[3623]: Closed D-Bus User Message Bus Socket.
Aug 04 17:15:57 xxx systemd[3623]: Reached target Shutdown.
Aug 04 17:15:57 xxx systemd[3623]: Starting Exit the Session...
Aug 04 17:15:57 xxx systemd[3623]: Received SIGRTMIN+24 from PID 3847 (kill).
Aug 04 17:15:57 xxx systemd[3624]: pam_unix(systemd-user:session): session
closed for user root
Aug 04 17:15:57 xxx systemd[1]: Stopped User Manager for UID 0.
Aug 04 17:15:57 xxx systemd[1]: Removed slice User Slice of root.
Aug 04 17:16:42 xxx plasmashell[2720]: QXcbConnection: XCB error: 2 (BadValue),
sequence: 30040, resource id: 125829143, major code: 142 (Unknown), minor code:
3
Aug 04 17:16:47 xxx kuiserver5[3260]: Qt: Couldn't interpret the
_XKB_RULES_NAMES property
Aug 04 17:16:47 xxx klauncher[2673]: Qt: Couldn't interpret the
_XKB_RULES_NAMES property
Aug 04 17:16:47 xxx kdeinit5[2672]: kdeinit5: Fatal IO error: client killed
Aug 04 17:16:47 xxx kdeinit5[2672]: kdeinit5: sending SIGHUP to children.
Aug 04 17:16:47 xxx kuiserver5[3260]: Qt: failed to retrieve the virtual
modifier names from XKB
Aug 04 17:16:47 xxx kuiserver5[3260]: Qt: failed to retrieve the virtual
modifier map from XKB
Aug 04 17:16:47 xxx kuiserver5[3260]: The X11 connection broke (error 1). Did
the X11 server die?
Aug 04 17:16:47 xxx kdeinit5[2672]: kdeinit5: sending SIGTERM to children.
Aug 04 17:16:47 xxx kdeinit5[2672]: kdeinit5: Exit.
Aug 04 17:16:47 xxx ksmserver[2697]: QProcess: Destroyed while process
("kwin_x11") is still running.
Aug 04 17:16:47 xxx kglobalaccel5[2683]: Qt: Couldn't interpret the
_XKB_RULES_NAMES property
Aug 04 17:16:47 xxx dbus-daemon[2586]: [session uid=1000 pid=2586] Activating
service name='org.kde.kglobalaccel' requested by ':1.5' (uid=1000 pid=2676
comm="kded5 [kdeinit5]  ")
Aug 04 17:16:47 xxx kglobalaccel5[2683]: Qt: failed to retrieve the virtual
modifier names from XKB
Aug 04 17:16:47 xxx kglobalaccel5[2683]: Qt: failed to retrieve the virtual
modifier map from XKB
Aug 04 17:16:47 xxx kglobalaccel5[2683]: The X11 connection broke (error 1).
Did the X11 server die?
Aug 04 17:16:47 xxx klauncher[2673]: Qt: failed to retrieve the virtual
modifier names from XKB
Aug 04 17:16:47 xxx klauncher[2673]: Qt

[kwin] [Bug 396946] Display corruption occurs if system is resumed from suspend/standby/sleep while monitor is off

2018-08-04 Thread Sandeep
https://bugs.kde.org/show_bug.cgi?id=396946

Sandeep  changed:

   What|Removed |Added

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

--- Comment #4 from Sandeep  ---
I've provided the request info, please see my earlier comments.

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

[kwin] [Bug 396946] Display corruption occurs if system is resumed from suspend/standby/sleep while monitor is off

2018-08-04 Thread Sandeep
https://bugs.kde.org/show_bug.cgi?id=396946

--- Comment #5 from Sandeep  ---
This also happens if the monitor is turned off, and then turned on while KDE is
running.

Let me know if you need any other information.

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

[kalarm] [Bug 397130] [patch] more psycho-visually-scannable "time to" column in kalarm

2018-08-04 Thread David Jarvie
https://bugs.kde.org/show_bug.cgi?id=397130

--- Comment #2 from David Jarvie  ---
Thank you for this patch. I think it does improve how "time to" values are
displayed.

Apart from some reformatting (adding spaces and removing unnecessary brackets,
to make it similar to the existing code), I'm happy with your patch. Do you
have KDE commit access, or do you want me to commit it? If the latter, do you
want me to attribute the patch to you, with your name and email?

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

[kalarm] [Bug 397130] [patch] more psycho-visually-scannable "time to" column in kalarm

2018-08-04 Thread Robert
https://bugs.kde.org/show_bug.cgi?id=397130

--- Comment #3 from Robert  ---
I'm glad you approve!

I do not have commit access, and don't require or object-to attribution...
whatever is most convenient.

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

[plasma-nm] [Bug 397157] New: Scrolling down to the end of the connection list doesn't show the "Add new connection" button

2018-08-04 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=397157

Bug ID: 397157
   Summary: Scrolling down to the end of the connection list
doesn't show the "Add new connection" button
   Product: plasma-nm
   Version: 5.13.3
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: kcm
  Assignee: jgrul...@redhat.com
  Reporter: tr...@yandex.com
  Target Milestone: ---

Steps to reproduce:

1. Right click on the NetworkManager icon on the System Tray > Configure
Network Connections...
2. Resize the window until the "Add new connection" button does not appear on
the screen.
3. Scroll down the connection list on the left to the end of the list.

Result: The "Add new connection" doesn't appear when the list is scrolled to
the end.


Expected result: The "Add new connection" appears. (Pic2)

Or a better result: "Add new connection" should always appear even when the
list is not scrolled to the end. It should be "pinned".

Picture: https://i.redd.it/kx3odmjtc3e11.png

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

[plasma-nm] [Bug 397157] Scrolling down to the end of the connection list doesn't show the "Add new connection" button

2018-08-04 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=397157

tr...@yandex.com changed:

   What|Removed |Added

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

--- Comment #1 from tr...@yandex.com ---


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

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

[kdeconnect] [Bug 339685] Add plugin for computer power management

2018-08-04 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=339685

Nicolas Fella  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||nicolas.fe...@gmx.de
 Resolution|--- |WONTFIX

--- Comment #7 from Nicolas Fella  ---
I think this is an excellent use case for the run command plugin. Feel free to
reopen if you have an idea that is not covered by it

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

[frameworks-kcmutils] [Bug 389585] Visual Bug: Bad Window Size For WIFI KCM

2018-08-04 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=389585

tr...@yandex.com changed:

   What|Removed |Added

 CC||tr...@yandex.com

--- Comment #14 from tr...@yandex.com ---
*** Bug 397157 has been marked as a duplicate of this bug. ***

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

[kdeconnect] [Bug 359563] indicator-kdeconnect does not function in Ubuntu 14.04

2018-08-04 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=359563

Nicolas Fella  changed:

   What|Removed |Added

 Resolution|--- |WONTFIX
 Status|UNCONFIRMED |RESOLVED
 CC||nicolas.fe...@gmx.de

--- Comment #1 from Nicolas Fella  ---
Ubuntu 14.04 is quite old now. Please reopen if it is still relevant in Ubuntu
18.04

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

[plasmashell] [Bug 397153] [wayland] - Support PresentWindows for grouped tasks

2018-08-04 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=397153

David Edmundson  changed:

   What|Removed |Added

   Keywords||wayland
 CC||k...@davidedmundson.co.uk

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

[kdeconnect] [Bug 396050] Move away from SHA-1 to SHA-2

2018-08-04 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=396050

Nicolas Fella  changed:

   What|Removed |Added

 CC||nicolas.fe...@gmx.de

--- Comment #1 from Nicolas Fella  ---
SHA-1 is only used for the certificate fingerprint, the encryption itself does
not use SHA-1

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

[kwalletmanager] [Bug 397137] Wi-Fi is Inaccessible Due to Waiting forever for Password Info

2018-08-04 Thread Sarah
https://bugs.kde.org/show_bug.cgi?id=397137

--- Comment #1 from Sarah  ---
Created attachment 114294
  --> https://bugs.kde.org/attachment.cgi?id=114294&action=edit
Youtube Video of the Bug

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

[krusader] [Bug 397133] Krusader in root-mode don't start

2018-08-04 Thread Hanisch
https://bugs.kde.org/show_bug.cgi?id=397133

--- Comment #1 from Hanisch  ---
It's Krusader Vefrsion 2.6.0

Without
~$ cat /etc/sudoers.d/live
opa ALL=(ALL) NOPASSWD: ALL

no anywhere Password is acceptable.

Der Zugriff wird verweigert.
Möglicherweise wurde das falsche Passwort verwendet. Bitte versuchen Sie es
erneut.
Auf manchen Systemen ist die Zugehörigkeit zu einer speziellen Gruppe (oft:
wheel) für das Verwenden dieser Anwendung notwendig.

Why no Password is acceptable?

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

[okular] [Bug 397117] Needed possibility to create own stamps in the tools of Okular

2018-08-04 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=397117

--- Comment #6 from k...@mail.orbitel.bg ---
Dear Tobiras,

I am doing exactly same as you, but my stamp get empty. I can put my custom
stamp, but my image is not visible there. I can remove it from the annotated
file , but it is only a empty frame.

What Linux distribution are you using? I am trying all this in openSUSE Leap
15.

If needed I can create some short movie how I am doing it and it does not work.
But I am afraid it could produce too big file.

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

[gwenview] [Bug 397158] New: Freezes when accessing a mounted SMB share

2018-08-04 Thread Christian Muehlhaeuser
https://bugs.kde.org/show_bug.cgi?id=397158

Bug ID: 397158
   Summary: Freezes when accessing a mounted SMB share
   Product: gwenview
   Version: 18.04.3
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: gwenview-bugs-n...@kde.org
  Reporter: mue...@gmail.com
  Target Milestone: ---

Gwenview locks up for 30 seconds to several minutes when accessing a CIFS/SMB
mounted network share, even if there's just a couple dozen images in it.

Sorting by name. Dolphin can read and generate previews from the share fairly
fast, and I'm also able to read with >40MB/s.

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

[gwenview] [Bug 397158] Freezes when accessing a mounted SMB share

2018-08-04 Thread Christian Muehlhaeuser
https://bugs.kde.org/show_bug.cgi?id=397158

--- Comment #1 from Christian Muehlhaeuser  ---
More info: using Gwenview in Browse mode, generating thumbnails for a folder
with 72 images (roughly 3.5 MB each) in it, takes about 20 minutes. Monitoring
the SMB server, there's barely any network activity during that time.

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

[kwin] [Bug 395421] Resizing of windows is highly bugged

2018-08-04 Thread Filip
https://bugs.kde.org/show_bug.cgi?id=395421

--- Comment #11 from Filip  ---
And here is one more computer affected by this - Kubuntu 18.04.1 Live USB stick
on a Radeon HD6570 using the radeon driver. All three types of resizing
glitches plus the latest nastiest one: https://i.imgur.com/JZOGCdj.png

Additional info is that at least this worst kind of glitches was not present
with Kubuntu 16.04 on this computer. 

To sum it up, all four of the devices I tested with exhibit resizing glitches,
with the two older Radeon ones being affected the most, while the amdgpu and
intel one do not have the worst kind of glitching. Having the latest drivers or
a different distro is of no help (at least for the first 3 types), a clean
install neither.  

I think with the number of computers tested and with other variables being
controlled for the bug report should warrant a confirmed status, but I don't
want to impose it myself. Please let me know if I can help out in any other way
with testing and reporting.

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

[okular] [Bug 397116] Text in permanently visible notes from the tools is shown too small, difficult to read

2018-08-04 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=397116

--- Comment #2 from k...@mail.orbitel.bg ---
yes, I an talking about the second from the top annotation tool.
The first one creates closed note, and the second one permanently open note.

I am using openSUSE Leap 15 and this version is coming from their repository.
I will try to check this in some other installation, probably in Linux Mint.

I am using some PDF and DJVU manuals to prepare my self for some
certifications. So I am annotating inside some things.

As my language uses Cyrillic letters I found that following:
1. By annotating the PDF. The text written in Cyrillic is available when I edit
the note and is missing after it. 
I am sure in the PDF Cyrillic fonts are available, as this PDF is written on
Engilsh and in Cyrillic too.
Also the size of the letters is correct.
2. In DJVU files the letters are visible as expected when editing the note and
after it. This document is scanned and after it has OCR on English.
But in these documents the problem with small size of letters is available as I
have reported it already.

Yws I am using high dpi screen.

This is the result, you have asked for:
> fc-match -s "Helvetica:size=72" --format="%{family} %{size}\n" | head
TeX Gyre Heros 72
TeXGyreHeros 72
Arial 72
Arial 72
Arimo 72
Liberation Sans 72
Liberation Sans 72
Verdana 72
Roboto 72
Noto Naskh Arabic 72

After all my biggest problem with these notes is that in PDF's Cyrillic letters
are missing.
All other is manageable.
It is not so difficult to change the font size if needed.

If this problem will be SUSE specific I will report it also in openSUSE.

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

[kdevelop] [Bug 397159] New: Kdevelop crashes when debugging.

2018-08-04 Thread Luc Bergeron
https://bugs.kde.org/show_bug.cgi?id=397159

Bug ID: 397159
   Summary: Kdevelop crashes when debugging.
   Product: kdevelop
   Version: 5.2.3
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kdevelop-bugs-n...@kde.org
  Reporter: psylu...@gmail.com
  Target Milestone: ---

Application: kdevelop (5.2.3)

Qt Version: 5.11.1
Frameworks Version: 5.48.0
Operating System: Linux 4.14.57-1-MANJARO x86_64
Distribution: "Manjaro Linux"

-- Information about the crash:
- What I was doing when the application crashed:

I was trying to debug my application. I can't reproduce the error.

-- Backtrace:
Application: KDevelop (kdevelop), signal: Segmentation fault
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f3760962e00 (LWP 30361))]

Thread 13 (Thread 0x7f36ef236700 (LWP 30521)):
#0  0x7f375cfbdea9 in poll () at /usr/lib/libc.so.6
#1  0x7f3745134673 in  () at /usr/lib/libpulse.so.0
#2  0x7f3745125990 in pa_mainloop_poll () at /usr/lib/libpulse.so.0
#3  0x7f3745125fe0 in pa_mainloop_iterate () at /usr/lib/libpulse.so.0
#4  0x7f3745126091 in pa_mainloop_run () at /usr/lib/libpulse.so.0
#5  0x7f37451345ae in  () at /usr/lib/libpulse.so.0
#6  0x7f373d9e89fc in  () at /usr/lib/pulseaudio/libpulsecommon-12.2.so
#7  0x7f375672a075 in start_thread () at /usr/lib/libpthread.so.0
#8  0x7f375cfc853f in clone () at /usr/lib/libc.so.6

Thread 12 (Thread 0x7f36eda33700 (LWP 30407)):
#0  0x7f375672fffc in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7f375d6d92fc in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib/libQt5Core.so.5
#2  0x7f375213c139 in
ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(ThreadWeaver::Thread*,
bool, bool, bool) () at /usr/lib/libKF5ThreadWeaver.so.5
#3  0x7f3752140009 in  () at /usr/lib/libKF5ThreadWeaver.so.5
#4  0x7f375213b1fd in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/libKF5ThreadWeaver.so.5
#5  0x7f375213e059 in ThreadWeaver::Thread::run() () at
/usr/lib/libKF5ThreadWeaver.so.5
#6  0x7f375d6d8b45 in  () at /usr/lib/libQt5Core.so.5
#7  0x7f375672a075 in start_thread () at /usr/lib/libpthread.so.0
#8  0x7f375cfc853f in clone () at /usr/lib/libc.so.6

Thread 11 (Thread 0x7f36ee234700 (LWP 30406)):
#0  0x7f375cf53470 in malloc () at /usr/lib/libc.so.6
#1  0x7f375d722e56 in QHashData::allocateNode(int) () at
/usr/lib/libQt5Core.so.5
#2  0x7f3702ec1b60 in  () at /usr/lib/libKDevClangPrivate.so.30
#3  0x7f3702eabb84 in  () at /usr/lib/libKDevClangPrivate.so.30
#4  0x7f3702ebe92d in  () at /usr/lib/libKDevClangPrivate.so.30
#5  0x7f3702be3985 in  () at /usr/lib/libclang.so.6
#6  0x7f3702be68d6 in  () at /usr/lib/libclang.so.6
#7  0x7f3702be9643 in  () at /usr/lib/libclang.so.6
#8  0x7f3702be3463 in  () at /usr/lib/libclang.so.6
#9  0x7f3702beb6a6 in clang_visitChildren () at /usr/lib/libclang.so.6
#10 0x7f3702eb3db4 in  () at /usr/lib/libKDevClangPrivate.so.30
#11 0x7f3702ec067b in  () at /usr/lib/libKDevClangPrivate.so.30
#12 0x7f3702be3985 in  () at /usr/lib/libclang.so.6
#13 0x7f3702be5b2e in  () at /usr/lib/libclang.so.6
#14 0x7f3702be5c2c in  () at /usr/lib/libclang.so.6
#15 0x7f3702be3463 in  () at /usr/lib/libclang.so.6
#16 0x7f3702beb6a6 in clang_visitChildren () at /usr/lib/libclang.so.6
#17 0x7f3702eab0ac in  () at /usr/lib/libKDevClangPrivate.so.30
#18 0x7f3702ebc476 in  () at /usr/lib/libKDevClangPrivate.so.30
#19 0x7f3702be3985 in  () at /usr/lib/libclang.so.6
#20 0x7f3702be5b2e in  () at /usr/lib/libclang.so.6
#21 0x7f3702be5c2c in  () at /usr/lib/libclang.so.6
#22 0x7f3702be3764 in  () at /usr/lib/libclang.so.6
#23 0x7f3702beb6a6 in clang_visitChildren () at /usr/lib/libclang.so.6
#24 0x7f3702ea5e26 in Builder::visit(CXTranslationUnitImpl*, void*,
QHash const&, bool) () at
/usr/lib/libKDevClangPrivate.so.30
#25 0x7f3702ecd7cd in ClangHelpers::buildDUChain(void*, QMultiHash const&, ParseSession const&, KDevelop::TopDUContext::Features,
QHash&, ClangIndex*,
std::function const&) () at /usr/lib/libKDevClangPrivate.so.30
#26 0x7f3702eccff8 in ClangHelpers::buildDUChain(void*, QMultiHash const&, ParseSession const&, KDevelop::TopDUContext::Features,
QHash&, ClangIndex*,
std::function const&) () at /usr/lib/libKDevClangPrivate.so.30
#27 0x7f3702eccff8 in ClangHelpers::buildDUChain(void*, QMultiHash const&, ParseSession const&, KDevelop::TopDUContext::Features,
QHash&, ClangIndex*,
std::function const&) () at /usr/lib/libKDevClangPrivate.so.30
#28 0x7f3702eccff8 in ClangHelpers::buildDUChain(void*, QMultiHash const&, ParseSession const&, KDevelop::TopDUContext::Features,
QHas

[frameworks-kcmutils] [Bug 389585] Visual Bug: Bad Window Size For WIFI KCM

2018-08-04 Thread Jose Couto
https://bugs.kde.org/show_bug.cgi?id=389585

Jose Couto  changed:

   What|Removed |Added

 CC||coque.co...@gmail.com

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

[okular] [Bug 397117] Needed possibility to create own stamps in the tools of Okular

2018-08-04 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=397117

--- Comment #7 from k...@mail.orbitel.bg ---
Finally I managed to solve this problem for me.
Thanks for the given information I put my swg image in /usr/share/okular/pics/
but it did not work.
Then I tryied wit some of the PNG pictures there and it worked as expected.
So then I have created my PNG picture and put it in /usr/share/okular/pics/ and
it worked as expected. 
Then put same picture on other places in my computer but could not create stamp
from no other places than /usr/share/okular/pics/

This way my problem is solved even not as expected but this strange way.

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

[plasmashell] [Bug 397100] System Tray don’t take Fitt’s law into account

2018-08-04 Thread ariasuni
https://bugs.kde.org/show_bug.cgi?id=397100

ariasuni  changed:

   What|Removed |Added

Summary|Task manager and System |System Tray don’t take
   |Tray don’t take fitt’s law  |Fitt’s law into account
   |into account|

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

[plasmashell] [Bug 397160] New: Task manager don’t take Fitt’s law into account

2018-08-04 Thread ariasuni
https://bugs.kde.org/show_bug.cgi?id=397160

Bug ID: 397160
   Summary: Task manager don’t take Fitt’s law into account
   Product: plasmashell
   Version: 5.13.3
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Task Manager
  Assignee: h...@kde.org
  Reporter: pe...@hack-libre.org
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Vertically, task manager icons aren’t clickable on the last left/right pixel of
the screen.

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

[plasmashell] [Bug 397160] Task manager don’t take Fitt’s law into account

2018-08-04 Thread ariasuni
https://bugs.kde.org/show_bug.cgi?id=397160

ariasuni  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[plasmashell] [Bug 397100] System Tray don’t take Fitt’s law into account

2018-08-04 Thread ariasuni
https://bugs.kde.org/show_bug.cgi?id=397100

--- Comment #2 from ariasuni  ---
Done: https://bugs.kde.org/show_bug.cgi?id=397160

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

[rust-qt-binding-generator] [Bug 397107] PATCH WIP: Add moveable objects

2018-08-04 Thread Jos van den Oever
https://bugs.kde.org/show_bug.cgi?id=397107

Jos van den Oever  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #1 from Jos van den Oever  ---
Making the object optional is one option. The other option is to require that
the object implements the Default trait.

Implying that the object is optional is bad in my opinion. If the the first of
the two alternatives is chosen, it should require that the binding JSON
explicitly contains '"optional": true'.

Can you say a bit more about 'creating objects on the fly'?

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

[kwin] [Bug 396000] Loosing title bars on windows

2018-08-04 Thread Yury Zhauniarovich
https://bugs.kde.org/show_bug.cgi?id=396000

Yury Zhauniarovich  changed:

   What|Removed |Added

 CC||yzhauniarov...@hbku.edu.qa

--- Comment #4 from Yury Zhauniarovich  ---
I also experience similar kind of bug. Similarly to @Joe Zweck I have a second
NVidia card (K1100) in my laptop (Lenovo Thinkpad W541) with proprietary v390
drivers. I also use 4 virtual desktops (if this information is relevant).

Before disabling Compositor I was experiencing KWin hangs several times an hour
(I've just reinstalled my OS from Kubuntu 16.04 to Kubuntu 18.04.1 from
scratch), now it happens once or two times an evening.

I should add that during the hang, panel continues to work, i.e., you can e.g.
reboot your laptop.

I would like to help with more details but I do not see any problems in syslog,
maybe there are additional places where I can find relevant information. David
Edmundson's suggestion is not working in my case because I cannot run terminal.

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

[okular] [Bug 397116] Text in permanently visible notes from the tools is shown too small, difficult to read

2018-08-04 Thread Tobias Deiminger
https://bugs.kde.org/show_bug.cgi?id=397116

--- Comment #3 from Tobias Deiminger  ---
(In reply to kiv from comment #2)
> As my language uses Cyrillic letters I found that following:
> 1. By annotating the PDF. The text written in Cyrillic is available when I
> edit the note and is missing after it. 
> I am sure in the PDF Cyrillic fonts are available, as this PDF is written on
> Engilsh and in Cyrillic too.
> Also the size of the letters is correct.

You see the English and Cyrillic text because it was written with a PDF tool
that correctly embedded a font and setup an encoding. When you create a new
inline note in Okular, our PDF renderer Poppler gets in charge of doing the
same for your note. But it's not yet implemented, the before mentioned Poppler
bug 81748 is quite related. Poppler ignores your font right away and internally
forces it to Helvetica Type0 WinAnsiEncoding (it gets then substituted with TeX
Gyre Heros in a second step on your system). We're currently evaluating how to
fix the bug, but it's quite tough, esp. when it comes to non-latin characters
and embedding fonts.

> 2. In DJVU files the letters are visible as expected when editing the note
> and after it. This document is scanned and after it has OCR on English.
> But in these documents the problem with small size of letters is available
> as I have reported it already.
> 
> Yws I am using high dpi screen.

So that's a different issue. For DjVu, inline notes are rendered by Okular
itself (PagePainter::paintCroppedPageOnPainter, "Mixed Flow").

As your font is always to small by a constant factor, and you have a hidpi
setup, it smells a lot like hidpi issue. I've got no hidpi screen and am not
that experienced with it, anybody here to confirm the issue or help out?

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

[plasma-browser-integration] [Bug 397161] New: Tweetdeck shown even when no video is playing

2018-08-04 Thread Niklas
https://bugs.kde.org/show_bug.cgi?id=397161

Bug ID: 397161
   Summary: Tweetdeck shown even when no video is playing
   Product: plasma-browser-integration
   Version: unspecified
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: k...@privat.broulik.de
  Reporter: d...@n1klas.net
  Target Milestone: ---

Created attachment 114295
  --> https://bugs.kde.org/attachment.cgi?id=114295&action=edit
Screenshot

Every time I have Tweetdeck opened in Chrome, it is shown as currently playing
in the media playback plasmoid even though there's no video playing in
Tweetdeck. It prevents me from using my keyboard's media control keys for
Spotify because the browser seems to take priority over any other application
even though it actually isn't playing any media currently.

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

[krita] [Bug 397162] New: Pointer jumps around the screen when using tablet

2018-08-04 Thread Till W
https://bugs.kde.org/show_bug.cgi?id=397162

Bug ID: 397162
   Summary: Pointer jumps around the screen when using tablet
   Product: krita
   Version: 4.1.1
  Platform: MS Windows
OS: MS Windows
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: tablet support
  Assignee: krita-bugs-n...@kde.org
  Reporter: theas...@gmail.com
  Target Milestone: ---

Created attachment 114296
  --> https://bugs.kde.org/attachment.cgi?id=114296&action=edit
The bug appears only in specific places on the canvas

When drawing with my wacom tablet, the pointer will jump to a corner of the
screen when reaching a certain point on the canvas. This happens no matter if
windows ink support is turned on in krita (changing windows ink support in the
wacom driver also dosen't change anything). The tablet works fine with any
other application.


Krita
  Version: 4.1.1

OS Information
  Build ABI: x86_64-little_endian-llp64
  Build CPU: x86_64
  CPU: x86_64
  Kernel Type: winnt
  Kernel Version: 10.0.17134
  Pretty Productname: Windows 10 (10.0)
  Product Type: windows
  Product Version: 10

OpenGL Info
  **OpenGL not initialized**

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

[frameworks-qqc2-desktop-style] [Bug 397163] New: Hovering on menu items should not be animated

2018-08-04 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=397163

Bug ID: 397163
   Summary: Hovering on menu items should not be animated
   Product: frameworks-qqc2-desktop-style
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: notm...@gmail.com
  Reporter: matheus4...@hotmail.com
CC: k...@davidedmundson.co.uk
  Target Milestone: ---

It's inconsistent with other menu implementations across KDE. Also affects
comboboxes.

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

[plasmashell] [Bug 385511] Plasma crashed after connecting to an OpenVPN

2018-08-04 Thread Valdo
https://bugs.kde.org/show_bug.cgi?id=385511

Valdo  changed:

   What|Removed |Added

 CC||woualere.agn...@laposte.net

--- Comment #3 from Valdo  ---
Created attachment 114297
  --> https://bugs.kde.org/attachment.cgi?id=114297&action=edit
DrKonqi report (Aug. 4th 2018)

Reopening this bug to let everyone know it's NOT solved. Despite of its
previous status ("RESOLVED DUPLICATE of bug 346118" - I highly doubt it's a
duplicate).

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

[kwin] [Bug 396000] Loosing title bars on windows

2018-08-04 Thread Yury Zhauniarovich
https://bugs.kde.org/show_bug.cgi?id=396000

--- Comment #5 from Yury Zhauniarovich  ---
A little update to my previous comment.
I managed to run terminal through Application Launcher and run the command
provided my David. Here is the output in the terminal, however I do not see sad
face. 

```
QXcbConnection: XCB error: 3 (BadWindow), sequence: 180, resource id: 35651590,
major code: 20 (GetProperty), minor code: 0
Module 'org.kde.kwin.decoration' does not contain a module identifier directive
- it cannot be protected from external registrations.
trying to show an empty dialog
QOpenGLContext::swapBuffers() called with non-exposed window, behavior is
undefined
QOpenGLContext::swapBuffers() called with non-exposed window, behavior is
undefined
QOpenGLContext::swapBuffers() called with non-exposed window, behavior is
undefined
QOpenGLContext::swapBuffers() called with non-exposed window, behavior is
undefined
QOpenGLContext::swapBuffers() called with non-exposed window, behavior is
undefined
```

I also need to add that after this command is issued, applications start to
respond, however, if you close the terminal they stop responding.

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

[plasmashell] [Bug 385511] Plasma crashed after connecting to an OpenVPN

2018-08-04 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=385511

David Edmundson  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

--- Comment #4 from David Edmundson  ---
Your backtrace clearly starts with:

Application: plasmashell (5.5.5)

and then I spent time reading further to see the line it refers to 566 is
definitely changed and it isn't calling QAIM::dataChanged.

Maybe this isn't fixed, but that backtrace only shows that old versions before
the supposed fix unsurprisngly don't have the supposed fix.

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

  1   2   >