[plasmashell] [Bug 394819] Can't activate kickoff menu if mouse at corner of screen

2018-05-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=394819

--- Comment #2 from linn...@gmail.com ---
Created attachment 112942
  --> https://bugs.kde.org/attachment.cgi?id=112942=edit
1

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

[kmail2] [Bug 232911] "Reply Without Quote" does not open message composer anymore

2018-05-28 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=232911

Laurent Montel  changed:

   What|Removed |Added

 CC||mon...@kde.org

--- Comment #5 from Laurent Montel  ---
(In reply to Henrik Fehlauer from comment #4)
> The option has been available since a number of years, it's called "Reply
> Without Quote" in the "Message → Reply Special" submenu.
> 
> However, recently it stopped working. Upon invoking the action, nothing
> happens at all (the message composer does not even open), and KMail logs
> this:
> 
>   org.kde.pim.messagecomposer: Payload is not a MessagePtr!
> 
> I tried KMail 5.7.3 and 5.8.40 alpha, in both versions it's broken. Note
> that in 5.5.2 it's still working fine.

I confirm it

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

[plasmashell] [Bug 394819] Can't activate kickoff menu if mouse at corner of screen

2018-05-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=394819

--- Comment #4 from linn...@gmail.com ---
Created attachment 112944
  --> https://bugs.kde.org/attachment.cgi?id=112944=edit
3

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

[plasmashell] [Bug 394819] Can't activate kickoff menu if mouse at corner of screen

2018-05-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=394819

--- Comment #3 from linn...@gmail.com ---
Created attachment 112943
  --> https://bugs.kde.org/attachment.cgi?id=112943=edit
2

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

[plasmashell] [Bug 394819] Can't activate kickoff menu if mouse at corner of screen

2018-05-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=394819

--- Comment #1 from linn...@gmail.com ---
This issue I experienced since v5.11, others also have this too:
https://www.reddit.com/r/kde/comments/6suvg4/kde_plasma_5_dead_space_on_bottom_left_of_kickoff/?st=jhr859h5=a0af565c

If I resizing the panel, then it has (random) gap/space between the panel and
the usable desktop space.
In the screenshots, I set the background in red, the screenshots are numbered
1, 2, 3, corresponded with descriptions:

1) Right after I start resizing the panel
2) Place the panel on the top, the gap **randomly** changes its position.
3) After number of moves, place the panel again on the top, now the gap
changes.

After several attempts, the gap disappears, I place the panel on the bottom
again, and now the kickoff menu can be activate like normal.
But if I restart the PC, the problem appears again.

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

[kontact] [Bug 394633] How to unintentionally delete home directory using kontact

2018-05-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=394633

--- Comment #2 from au...@gangsto.cz ---
It was folders in .local/share/contacts

They contained a bunch of vcards from my carddav account

On 29 May 2018 01:08:54 Christoph Feck  wrote:

> https://bugs.kde.org/show_bug.cgi?id=394633
>
> --- Comment #1 from Christoph Feck  ---
>> the directories lingered in kontact
>
> Could you be more specific in which view folders where still displayed, even
> after removing them?
>
> --
> You are receiving this mail because:
> You reported the bug.
> You voted for the bug.

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

[plasmashell] [Bug 394819] New: Can't activate kickoff menu if mouse at corner of screen

2018-05-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=394819

Bug ID: 394819
   Summary: Can't activate kickoff menu if mouse at corner of
screen
   Product: plasmashell
   Version: 5.12.5
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Panel
  Assignee: plasma-b...@kde.org
  Reporter: linn...@gmail.com
  Target Milestone: 1.0

Created attachment 112941
  --> https://bugs.kde.org/attachment.cgi?id=112941=edit
mouse-corner

My panel is at the bottom of the screen, and the kickoff menu icon is placed on
the left-most corner.

If mouse cursor is at the bottom-left corner, I could not activate the menu.

In the screenshot (mouse-corner), the white area is just for showing the mouse
cursor, the read lines are screen's border.

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

[ksmtp] [Bug 394770] STARTTLS is restricted to TLS 1.0

2018-05-28 Thread Jörg Thalheim
https://bugs.kde.org/show_bug.cgi?id=394770

--- Comment #4 from Jörg Thalheim  ---
The encryption mode enum should only contain three states:

enum EncryptionMode {
Unencrypted,
SslOrTls,
Starttls
};

The pseudo code should be as follow in LoginJob::doStart

if (d->m_encryptionMode == SslOrTls) {
  d->sessionInternal()->startSsl(KTcpSocket::SecureProtocols);
} else if (d->m_encryptionMode == Starttls) {
  sendCommand("STARTTLS");
} else {
  if (!d->authenticate()) {
emitResult();
  }
}

in LoginJob::handleResponse

if (r.isCode(220)) {
   d->sessionInternal()->startSsl(KTcpSocket::SecureProtocols);
   return;
}

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

[plasma-nm] [Bug 391821] Icon of mobile broadband network is sometimes wrong

2018-05-28 Thread Petr Nehez
https://bugs.kde.org/show_bug.cgi?id=391821

--- Comment #26 from Petr Nehez  ---
I applied the patch to the master branch and installed the package.

I think the issue is noticeable in areas with weak signal so when I am
travelling with the train I will be testing it.

Now when I am in the office and the mobile signal is strong and I play with
connecting & disconnecting to/from LAN and/or Wifi and/or mobile I am not able
to replicate the issue. I will let you know.

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

[kdeconnect] [Bug 394818] New: Adverse battery usage on Android P

2018-05-28 Thread Mal Haak
https://bugs.kde.org/show_bug.cgi?id=394818

Bug ID: 394818
   Summary: Adverse battery usage on Android P
   Product: kdeconnect
   Version: unspecified
  Platform: Other
OS: other
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: android-application
  Assignee: albertv...@gmail.com
  Reporter: insane...@gmail.com
  Target Milestone: ---

Hi all,

I've got a Pixel and am running Android P.

KDEConnect app on android has started behaving oddly and using all the battery.

I'm on the testing stream of KDEConnect android (according to PlayStore)

What is actually happening is, when my phone is not connected to the laptop the
"not connected" notification is appearing. But it looks like every time
KDEConnect checks its "refreshing" the notifcation causing my phone to vibrate.
This is happening every 30-120 seconds. (Not 100% sure of the exact time frame
it does seem to change). So the vibrations alone are a tad annoying.

What it looks like is something has changed in how Android P is backgrounding
the task and it is now not sleeping and just endlessly polling for my laptop.
It was fine on the previous version of Android.

I have debug mode enabled on my handset and am happy to help however I can with
getting logs/dumps or whaterver. 

My device is a Google Pixel 128GB edition. My laptop is running a fully updated
Arch linux.

Please let me know what else you need to help debug/diagnose.

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

[krita] [Bug 394817] New: My palette crashed and now doesn't work

2018-05-28 Thread Alan Buck
https://bugs.kde.org/show_bug.cgi?id=394817

Bug ID: 394817
   Summary: My palette crashed and now doesn't work
   Product: krita
   Version: 4.0.3
  Platform: MS Windows
OS: MS Windows
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Dockers
  Assignee: krita-bugs-n...@kde.org
  Reporter: duvallb...@yahoo.com
  Target Milestone: ---

Created attachment 112940
  --> https://bugs.kde.org/attachment.cgi?id=112940=edit
Notice the icons are dimmed out

I created a palette but when I deleted it it caused the program to crash. Now I
can't use the palette. I've uninstalled 4.0.1 (running when it crashed) and
downloaded and installed 4.0.3. I also went into my user area and removed the
krita folder in local and roaming. I searched the registry for any krita
related keys but didn't find any. Now my palette and advanced color selector
don't work. The icons on the lower part of the palette are dimmed out and I've
included a jpeg of the advanced color selector that is also dimmed out. I even
tried going back to  3.0.1.1 but still no luck. I'm totally stopped from using
Krita.

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

[Heaptrack] [Bug 394330] Heaptrack 1.1.0 fails to build on 32bit

2018-05-28 Thread David Geiger
https://bugs.kde.org/show_bug.cgi?id=394330

David Geiger  changed:

   What|Removed |Added

 CC||geiger.david68...@gmail.com

--- Comment #3 from David Geiger  ---
Here on Mageia Cauldron it still fails to build on 32bit even with the applied
patch:

[ 43%] Building CXX object tests/auto/CMakeFiles/tst_io.dir/tst_io.cpp.o
cd /home/iurt/rpmbuild/BUILD/heaptrack-1.1.0/build/tests/auto && /usr/bin/c++ 
-DCATCH_CONFIG_MAIN
-I/home/iurt/rpmbuild/BUILD/heaptrack-1.1.0/build/tests/auto
-I/home/iurt/rpmbuild/BUILD/heaptrack-1.1.0/tests/auto/../..
-I/home/iurt/rpmbuild/BUILD/heaptrack-1.1.0/tests/auto/../../src
-I/home/iurt/rpmbuild/BUILD/heaptrack-1.1.0/build/tests/auto/../../src
-I/home/iurt/rpmbuild/BUILD/heaptrack-1.1.0/tests/auto/../../src/track  -O2 -g
-pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2
-fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586
-mtune=generic -fasynchronous-unwind-tables -std=c++11 -Wall -Wpedantic -g   -o
CMakeFiles/tst_io.dir/tst_io.cpp.o -c
/home/iurt/rpmbuild/BUILD/heaptrack-1.1.0/tests/auto/tst_io.cpp
/home/iurt/rpmbuild/BUILD/heaptrack-1.1.0/tests/auto/tst_io.cpp: In function
'void C_A_T_C_HT_E_S_T112()':
/home/iurt/rpmbuild/BUILD/heaptrack-1.1.0/tests/auto/tst_io.cpp:127:86: error:
unable to deduce 'std::initializer_list<_Tp>&&' from '{8746901101568, 0,
223316, 2320472, 9984}'
 for (uint64_t expected : {0x7f48beedc00ul, 0x0ul, 0x36854ul, 0x236858ul,
0x2700ul}) {
   
  ^
/home/iurt/rpmbuild/BUILD/heaptrack-1.1.0/tests/auto/tst_io.cpp:127:86: note:  
deduced conflicting types for parameter '_Tp' ('long long unsigned int' and
'long unsigned int')
make[2]: *** [tests/auto/CMakeFiles/tst_io.dir/build.make:66:
tests/auto/CMakeFiles/tst_io.dir/tst_io.cpp.o] Error 1
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/heaptrack-1.1.0/build'
make[1]: *** [CMakeFiles/Makefile2:1373: tests/auto/CMakeFiles/tst_io.dir/all]
Error 2
make[1]: *** Waiting for unfinished jobs

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

[kwin] [Bug 394687] Kwin broken after latest update

2018-05-28 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=394687

--- Comment #3 from Martin Flöser  ---
Please contact your distribution

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

[frameworks-baloo] [Bug 378754] /usr/bin/baloo_file_extractor consuming 100 %, seemingly concatenating symlink loop to endless path.

2018-05-28 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=378754

Nate Graham  changed:

   What|Removed |Added

 CC||stefan.bruens@rwth-aachen.d
   ||e

--- Comment #6 from Nate Graham  ---
*** Bug 364574 has been marked as a duplicate of this bug. ***

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

[digikam] [Bug 393205] Advanced rename very slow

2018-05-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=393205

--- Comment #19 from caulier.gil...@gmail.com ---
Comment on attachment 112936
  --> https://bugs.kde.org/attachment.cgi?id=112936
new flamegraph after the patch was applied

Which profiling tool did you use to capture cpu idle with digiKam ? 

Which modifications did you introduce in compilation workflow of digiKam to
achieve this profiling ?

Gilles Caulier

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

[frameworks-baloo] [Bug 364574] Infinite loop in DocumentUrlDB::get(...) due to corrupt database

2018-05-28 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=364574

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #1 from Nate Graham  ---


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

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

[kwin] [Bug 394687] Kwin broken after latest update

2018-05-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=394687

--- Comment #2 from vaness...@gmail.com ---
(In reply to Martin Flöser from comment #1)
> There are packaging issues afaik. Another update should fix it.
Thank you. Unfortunately, I've had 3 updates since and it's still broken.

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

[kdenlive] [Bug 394815] Audio and Video Out of Sync in Exported File

2018-05-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=394815

tristn.mi...@gmail.com changed:

   What|Removed |Added

 CC||tristn.mi...@gmail.com

--- Comment #1 from tristn.mi...@gmail.com ---
Created attachment 112939
  --> https://bugs.kde.org/attachment.cgi?id=112939=edit
batch file

batch file of a project that exhibited sync issue after export.

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

[plasmashell] [Bug 386880] Plasma doesn't automatically detect system tray widgets

2018-05-28 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=386880

Nate Graham  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |---
 Status|NEEDSINFO   |CONFIRMED
 Ever confirmed|0   |1

--- Comment #3 from Nate Graham  ---
Thanks, can confirm.

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

[krita] [Bug 394816] A certain color is picked when creating a file or viewing other files

2018-05-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=394816

orvinpil...@gmail.com changed:

   What|Removed |Added

  Alias||Nivro

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

[krita] [Bug 394816] New: A certain color is picked when creating a file or viewing other files

2018-05-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=394816

Bug ID: 394816
   Summary: A certain color is picked when creating a file or
viewing other files
   Product: krita
   Version: 4.0.3
  Platform: Other
OS: MS Windows
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Color models
  Assignee: krita-bugs-n...@kde.org
  Reporter: orvinpil...@gmail.com
  Target Milestone: ---

Created attachment 112938
  --> https://bugs.kde.org/attachment.cgi?id=112938=edit
Visual image of color changing issue

When I startup Krita, a color is picked (In my case: #8d5943). Changing the
color in-tab is completely fine. But when I startup a new file or view other
file tab, it updates the same color instead of the color I recently picked.

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

[plasmashell] [Bug 390890] All entries disappear from the systemtray settings after modifying an entry's hidden state

2018-05-28 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=390890

Nate Graham  changed:

   What|Removed |Added

   Keywords||usability

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

[plasmashell] [Bug 394715] Ability to adjust transparency and blur for desktop widgets

2018-05-28 Thread Isaac
https://bugs.kde.org/show_bug.cgi?id=394715

--- Comment #5 from Isaac  ---
It appears the email client I've been using to reply is adding a lot of
unnecessary text to my replies. I'll try to refrain from using it in the future
to reply to bugreports.

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

[plasmashell] [Bug 394715] Ability to adjust transparency and blur for desktop widgets

2018-05-28 Thread Isaac
https://bugs.kde.org/show_bug.cgi?id=394715

--- Comment #4 from Isaac  ---
Alright, so say I wanted a digital clock widget on my desktop. I drag the
clock widget and it's got this ugly black square behind it (
https://i.imgur.com/fBY8idx.png). That's what I'm looking to adjust the
transparency of and/or blur, not the entire widget.

I could see it looking a lot better for people who are into customizing
their desktop with widgets, sort've like how this clock sits directly on
the wallpaper without a background in this screenshot:
https://i.imgur.com/emlcUZb.jpg

It also might look really nice with the new blur effect being implemented
in Plasma 5.13.

On Mon, May 28, 2018 at 8:15 AM David Edmundson 
wrote:

> https://bugs.kde.org/show_bug.cgi?id=394715
>
> David Edmundson  changed:
>
>What|Removed |Added
>
> 
>  Resolution|WONTFIX |---
>  Status|RESOLVED|UNCONFIRMED
>
> --- Comment #3 from David Edmundson  ---
> Please can you explain your specific use case.
>
> --
> You are receiving this mail because:
> You reported the bug.
> You are on the CC list for the bug.

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

[kdenlive] [Bug 394815] New: Audio and Video Out of Sync in Exported File

2018-05-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=394815

Bug ID: 394815
   Summary: Audio and Video Out of Sync in Exported File
   Product: kdenlive
   Version: 18.04.1
  Platform: MS Windows
OS: MS Windows
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Video Display & Export
  Assignee: j...@kdenlive.org
  Reporter: tristn.mi...@gmail.com
  Target Milestone: ---

Audio and Video in sync in the timeline/preview, but after exporting (mp4 but
tried other formats too) audio is out of sync in exported file (gets worse near
the end of the video).  Most obvious on longer (1 hr+) videos. First noticed in
v17 but also just observed with 18.04.1.  Running windows version but also seen
this problem in Ubuntu (Virtual Box install). I've tried a clean install
(delete all program files include ffmpeg and mlt) but no luck. This bug renders
Kdenlive useless to me with no export capability.

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

[ksmserver] [Bug 394814] New: ssh-add in sourced .profile leads to immediate logout, after entering the passphrase, after login to Plasma

2018-05-28 Thread MichaelOF
https://bugs.kde.org/show_bug.cgi?id=394814

Bug ID: 394814
   Summary: ssh-add in sourced .profile leads to immediate logout,
after entering the passphrase, after login to Plasma
   Product: ksmserver
   Version: 5.12.5
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: michae...@rocketmail.com
  Target Milestone: ---

- not sure if this is the right kde "product"
- not sure if my issue may be related to
https://bugs.kde.org/show_bug.cgi?id=81067, esp. the later posts

For years now I have a ~/.profile with a last line:

. ~/bin/start_ssh-agent

and ~/bin/start_ssh-agent containing just 2 line: 

eval `ssh-agent -s`
ssh-add


Worked fine for years now, asking me to enter the passphrase for my ssh keys,
once, when logging into plasma, and never again for all my konsole sessions.
Exactly what I want, cool!

BUT since the last OpenSuse update, which updates KDE/Plasma to 5.12.5, I still
am asked for the passphrase, but after entering the (correct) passphrase, I'm
immediately getting logged out. Of course NOT what I want.

Anything relevant differences between 5.8.7 (last working) and 5.12.5?

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

[ksmtp] [Bug 394770] STARTTLS is restricted to TLS 1.0

2018-05-28 Thread Juri Vitali
https://bugs.kde.org/show_bug.cgi?id=394770

--- Comment #3 from Juri Vitali  ---
Poking around the code a bit more, I think a sane default would be to use
KTcpSocket::SecureProtocols, which is equal to QSsl::SecureProtocols, which in
turn is defined to be by the official docs "The default option, using protocols
known to be secure; currently behaves similar to TlsV1Ssl3 except denying SSLv3
connections that does not upgrade to TLS." [1].

Other than that, a switch could be given to the user to use a specific - more
secure - protocol, but beyond that an update to KIO would be required, as
KTcpSocket seems to be supporting only a limited subset of the Qt's TLS
protocols. [2]

[1]: https://doc.qt.io/qt-5/qssl.html#SslProtocol-enum
[2]: https://api.kde.org/frameworks/kio/html/ktcpsocket_8h_source.html

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

[Discover] [Bug 394558] Looking for updates is hanging forever

2018-05-28 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=394558

--- Comment #1 from Aleix Pol  ---
Can you still reproduce?
What happens if you press the "check for updates" button? Does it complain that
it's still updating?

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

[digikam] [Bug 393205] Advanced rename very slow

2018-05-28 Thread Flaviu Tamas
https://bugs.kde.org/show_bug.cgi?id=393205

--- Comment #18 from Flaviu Tamas  ---
Created attachment 112936
  --> https://bugs.kde.org/attachment.cgi?id=112936=edit
new flamegraph after the patch was applied

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

[digikam] [Bug 393205] Advanced rename very slow

2018-05-28 Thread Flaviu Tamas
https://bugs.kde.org/show_bug.cgi?id=393205

Flaviu Tamas  changed:

   What|Removed |Added

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

--- Comment #17 from Flaviu Tamas  ---
I get huge improvements with that new code, thank you! In the time it took me
to write this comment, Digikam is at 25% renaming my 13000 image collection.

It could still be faster (I don't think I'm ever happy with the performance of
anything), but I think it's a good time to call this bug fixed.

Just for fun, I've attached another flame graph. About 50% of the time is now
being spent loading the thumbnail, another 10% in __tzset, and another 10% in
software aes (I really need to get a cpu with aes-ni :)).

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

[amarok] [Bug 390432] Add Amarok contextual menus to Dolphin

2018-05-28 Thread Heiko Becker
https://bugs.kde.org/show_bug.cgi?id=390432

Heiko Becker  changed:

   What|Removed |Added

 CC||heire...@exherbo.org

--- Comment #3 from Heiko Becker  ---
(In reply to Pino Toscano from comment #2)
> Most probably this happens because the latest releases of Amarok are still
> based on Qt 4 / kdelibs 4.x, and thus the service menus are installed in a
> location specific for kdelibs 4.x.
> This will be fixed "automatically" once Amarok is released as Qt 5 /
> Frameworks.

Yep, I encountered the same kind of bug with krename (#389926). With amarok
from current master there's append, append and queue available.

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

[ksmtp] [Bug 394770] STARTTLS is restricted to TLS 1.0

2018-05-28 Thread Juri Vitali
https://bugs.kde.org/show_bug.cgi?id=394770

--- Comment #2 from Juri Vitali  ---
Created attachment 112935
  --> https://bugs.kde.org/attachment.cgi?id=112935=edit
Workaround: TLS v1 -> TLS v1.2

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

[plasmashell] [Bug 383828] Crash in QV4::QObjectWrapper::getProperty

2018-05-28 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=383828

Nate Graham  changed:

   What|Removed |Added

URL||https://codereview.qt-proje
   ||ct.org/#/c/50/
   Version Fixed In||Qt 5.11

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

[Discover] [Bug 394807] Discover crashes when pressing "back" mouse button

2018-05-28 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=394807

Aleix Pol  changed:

   What|Removed |Added

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

--- Comment #1 from Aleix Pol  ---


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

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

[Discover] [Bug 394048] Software Centre Discover crashed three times out of three when searching for "latte" after hiting return

2018-05-28 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=394048

Aleix Pol  changed:

   What|Removed |Added

 CC||enygma2002...@yahoo.com

--- Comment #29 from Aleix Pol  ---
*** Bug 394807 has been marked as a duplicate of this bug. ***

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

[Discover] [Bug 394669] category label randomly empty

2018-05-28 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=394669

--- Comment #6 from Aleix Pol  ---
*** Bug 394667 has been marked as a duplicate of this bug. ***

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

[ksmtp] [Bug 394770] STARTTLS is restricted to TLS 1.0

2018-05-28 Thread Juri Vitali
https://bugs.kde.org/show_bug.cgi?id=394770

--- Comment #1 from Juri Vitali  ---
Confirmed here too (latest Archlinux version, 18.04.1).
I would guess this is a leftover from KDE4, as the relevant version of the
library involved does not mention any protocol higher than TLS v1.0 [1], while
the newer Frameworks library does (and TLSV1_0 becomes an alias of TLSV1) [2].

Fow now, a quick and dirty substitution of all instances of TlsV1 to TlsV1_2
works correctly (see patch), but obviously would break any situation where the
server does not support that version.

[1]:
https://api.kde.org/4.x-api/kdelibs-apidocs/kdecore/html/classKTcpSocket.html
[2]: https://api.kde.org/frameworks/kio/html/ktcpsocket_8h_source.html

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

[Discover] [Bug 394667] category label on app degate should always have default height

2018-05-28 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=394667

Aleix Pol  changed:

   What|Removed |Added

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

--- Comment #1 from Aleix Pol  ---


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

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

[Falkon] [Bug 394813] New: [Feature request] scrollbars inherit color scheme

2018-05-28 Thread Almas Kussembayev
https://bugs.kde.org/show_bug.cgi?id=394813

Bug ID: 394813
   Summary: [Feature request] scrollbars inherit color scheme
   Product: Falkon
   Version: unspecified
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: now...@gmail.com
  Reporter: alma...@tuta.io
  Target Milestone: ---

Scrollbars are default grey on light grey. Please make them inherit the
color-scheme colors.

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

[frameworks-baloo] [Bug 353010] Moving an unindexed folder to an indexed directory does not index it

2018-05-28 Thread Jamie Smith
https://bugs.kde.org/show_bug.cgi?id=353010

Jamie Smith  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||smithj...@gmail.com
 Resolution|--- |FIXED

--- Comment #1 from Jamie Smith  ---
This now appears to work (tested on baloo 5.46).

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

[ksmtp] [Bug 394770] STARTTLS is restricted to TLS 1.0

2018-05-28 Thread Juri Vitali
https://bugs.kde.org/show_bug.cgi?id=394770

Juri Vitali  changed:

   What|Removed |Added

 CC||j...@dbzero.it
 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

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

[plasmashell] [Bug 394812] New: Wrong placement of animation when minimizing windows on HiDPI

2018-05-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=394812

Bug ID: 394812
   Summary: Wrong placement of animation when minimizing windows
on HiDPI
   Product: plasmashell
   Version: 5.12.5
  Platform: Manjaro
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Icons-only Task Manager
  Assignee: h...@kde.org
  Reporter: el...@seznam.cz
CC: plasma-b...@kde.org
  Target Milestone: 1.0

I'm using Icons-only Task Manager with Minimize Animation. I have 15" 4K
display with scaling 2.0. When I minimize application, animation ends at the
location as if I had scaling 1.0. Eg. when my task manager icon is at 2100x300,
animation ends at 1050x150.

Version
===
KWin version: 5.12.5
Qt Version: 5.10.1
Qt compile version: 5.10.1
XCB compile version: 1.13

Operation Mode: X11 only

Build Options
=
KWIN_BUILD_DECORATIONS: yes
KWIN_BUILD_TABBOX: yes
KWIN_BUILD_ACTIVITIES: yes
HAVE_INPUT: yes
HAVE_DRM: yes
HAVE_GBM: yes
HAVE_X11_XCB: yes
HAVE_EPOXY_GLX: yes
HAVE_WAYLAND_EGL: yes

X11
===
Vendor: The X.Org Foundation
Vendor Release: 11906000
Protocol Version/Revision: 11/0
SHAPE: yes; Version: 0x11
RANDR: yes; Version: 0x14
DAMAGE: yes; Version: 0x11
Composite: yes; Version: 0x4
RENDER: yes; Version: 0xb
XFIXES: yes; Version: 0x50
SYNC: yes; Version: 0x31
GLX: yes; Version: 0x0

Decoration
==
Plugin: org.kde.breeze
Theme: 
Blur: 0
onAllDesktopsAvailable: true
alphaChannelSupported: true
closeOnDoubleClickOnMenu: false
decorationButtonsLeft: 0, 2
decorationButtonsRight: 6, 3, 4, 5
borderSize: 0
gridUnit: 20
font: Noto Sans,10,-1,5,57,0,0,0,0,0,Medium
smallSpacing: 5
largeSpacing: 20

Platform
==
Name: KWin::X11StandalonePlatform

Options
===
focusPolicy: 0
nextFocusPrefersMouse: false
clickRaise: true
autoRaise: false
autoRaiseInterval: 0
delayFocusInterval: 0
shadeHover: false
shadeHoverInterval: 250
separateScreenFocus: false
placement: 4
focusPolicyIsReasonable: true
borderSnapZone: 10
windowSnapZone: 10
centerSnapZone: 0
snapOnlyWhenOverlapping: false
rollOverDesktops: true
focusStealingPreventionLevel: 1
legacyFullscreenSupport: false
operationTitlebarDblClick: 5000
operationMaxButtonLeftClick: 5000
operationMaxButtonMiddleClick: 5015
operationMaxButtonRightClick: 5014
commandActiveTitlebar1: 0
commandActiveTitlebar2: 30
commandActiveTitlebar3: 2
commandInactiveTitlebar1: 4
commandInactiveTitlebar2: 30
commandInactiveTitlebar3: 2
commandWindow1: 7
commandWindow2: 8
commandWindow3: 8
commandWindowWheel: 31
commandAll1: 10
commandAll2: 3
commandAll3: 14
keyCmdAllModKey: 16777251
showGeometryTip: false
condensedTitle: false
electricBorderMaximize: true
electricBorderTiling: true
electricBorderCornerRatio: 0.25
borderlessMaximizedWindows: false
killPingTimeout: 5000
hideUtilityWindowsForInactive: true
inactiveTabsSkipTaskbar: false
autogroupSimilarWindows: false
autogroupInForeground: true
compositingMode: 1
useCompositing: true
compositingInitialized: true
hiddenPreviews: 1
glSmoothScale: 2
xrenderSmoothScale: false
maxFpsInterval: 1666
refreshRate: 0
vBlankTime: 600
glStrictBinding: true
glStrictBindingFollowsDriver: true
glCoreProfile: true
glPreferBufferSwap: 101
glPlatformInterface: 1
windowsBlockCompositing: true

Screen Edges

desktopSwitching: false
desktopSwitchingMovingClients: false
cursorPushBackDistance: 1x1
timeThreshold: 150
reActivateThreshold: 350
actionTopLeft: 0
actionTop: 0
actionTopRight: 0
actionRight: 0
actionBottomRight: 0
actionBottom: 0
actionBottomLeft: 0
actionLeft: 0

Screens
===
Multi-Head: no
Active screen follows mouse:  no
Number of Screens: 1

Screen 0:
-
Name: eDP1
Geometry: 0,0,3840x2160
Scale: 1
Refresh Rate: 59.9966


Compositing
===
Compositing is active
Compositing Type: OpenGL
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) HD Graphics 630 (Kaby Lake GT2) 
OpenGL version string: 4.5 (Core Profile) Mesa 18.0.4
OpenGL platform interface: GLX
OpenGL shading language version string: 4.50
Driver: Intel
GPU class: Unknown
OpenGL version: 4.5
GLSL version: 4.50
Mesa version: 18.0.4
X server version: 1.19.6
Linux kernel version: 4.16.12
Direct rendering: Requires strict binding: yes
GLSL shaders:  yes
Texture NPOT support:  yes
Virtual Machine:  no
OpenGL 2 Shaders are used
Painting blocks for vertical retrace:  no

Loaded Effects:
---
zoom
kwin4_effect_login
kwin4_effect_translucency
kwin4_effect_morphingpopups
kwin4_effect_fade
kwin4_effect_windowaperture
kwin4_effect_dialogparent
kwin4_effect_maximize
dimscreen
kwin4_effect_logout
kwin4_effect_frozenapp
kwin4_effect_scalein
slidingpopups
wobblywindows
slide
screenshot
minimizeanimation
flipswitch
desktopgrid
coverswitch
colorpicker
presentwindows
highlightwindow
blur
contrast
startupfeedback
screenedge
kscreen

Currently Active Effects:

[kontact] [Bug 394633] How to unintentionally delete home directory using kontact

2018-05-28 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=394633

--- Comment #1 from Christoph Feck  ---
> the directories lingered in kontact

Could you be more specific in which view folders where still displayed, even
after removing them?

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

[frameworks-baloo] [Bug 375370] Unable to remove a folder from excludeFolders list

2018-05-28 Thread S . Christian Collins
https://bugs.kde.org/show_bug.cgi?id=375370

--- Comment #6 from S. Christian Collins  ---
Here are the steps to reproduce for my system:
1. I have two NTFS partitions defined in /etc/fstab. Here are their entries:
UUID=10156E860DB794A2 /home/username/Personal ntfs-3g
defaults,auto,noatime,big_writes,uid=1000,gid=1000,umask=022,windows_names,locale=en_US.utf8
0 0
UUID=0F14CDF22D70C77E /home/username/Storage ntfs-3g
defaults,auto,noatime,big_writes,uid=1000,gid=1000,umask=022,windows_names,locale=en_US.utf8
0 0

This means that /home/username/Personal and /home/username/Storage are always
mounted at boot.

2. When I go to "System Settings" -> "Search" -> "File Search", I see both
"Personal" and "Storage" listed in the "Do not search" box. I did not put them
there.

3. If I remove these two entries from the list and hit "Apply", they appear to
be gone. However, if I navigate away and then back to the search settings, they
are back in the list again.

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

[plasmashell] [Bug 387857] Plasma Segfault

2018-05-28 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=387857

--- Comment #2 from Christoph Feck  ---
Eike, do you know which Qt bug we are talking about? The latest duplicate is
from Qt 5.10.

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

[kontact] [Bug 342387] the phones type should be customizable

2018-05-28 Thread alberto
https://bugs.kde.org/show_bug.cgi?id=342387

alberto  changed:

   What|Removed |Added

 CC||paj...@gmail.com

--- Comment #2 from alberto  ---
This is not only wish list, its kinda needed too

If kontact is supposed to be able to interact with other programs. Any other
programs allow custom tags for phones. After syncing with kontact using webdav,
kontact silently dropped everything it didnt understood and making some changes
to the contatc, it updated the remote vcards dropping everything it didnt
understood

Including custom tags that radical/evolution/gmail were able to show and to
transfer between them perfectly

Luckily i run the backend where i save the vcards in git and i was able to
detect the mess quite fast. Im not sure I want to touch kontact again looking
at this policy with unknown data. Its bad enough that is not able to show it
properly, but to erase it?

Just add everything you dont understand to notes or something

The severity of this bug should be higher than wishlist imho. In other notes,
Should I open a bug about the data lost using webdav or is this bug enough?

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

[plasmashell] [Bug 393929] Plasmashell gobbles all my memory leak

2018-05-28 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=393929

Christoph Feck  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REOPENED|NEEDSINFO

--- Comment #7 from Christoph Feck  ---
Is this massif output created with Qt 5.11?

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

[krita] [Bug 394657] curve brushes dont function anymore

2018-05-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=394657

--- Comment #3 from sab...@fantasiekraft.de ---
Maybe it helps to know what kind of Computer I have. It is an old Sony Vaio
with an intel core i5 and an NVidia Geforce GT 640M LE graphics card. I use
Windows 7.

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

[Spectacle] [Bug 394183] Allow "/" in customized screenshot directory settings to dive into auto-created monthly subdirectories /%Y/%M/

2018-05-28 Thread Henrik Fehlauer
https://bugs.kde.org/show_bug.cgi?id=394183

Henrik Fehlauer  changed:

   What|Removed |Added

  Latest Commit|https://commits.kde.org/spe |https://commits.kde.org/spe
   |ctacle/0dcd790a03b0a25babbd |ctacle/1612995b54038225e345
   |2a36f59ea809caf207ac|064754e6ede2e589fd9f

--- Comment #4 from Henrik Fehlauer  ---
Git commit 1612995b54038225e345064754e6ede2e589fd9f by Henrik Fehlauer, on
behalf of Marco Scarpetta.
Committed on 28/05/2018 at 22:46.
Pushed by rkflx into branch 'master'.

Allow saving screenshots in custom auto-generated subdirectories

Summary:
This patch allow the use of "/" in the filename field of the config dialog to
save screenshots in auto-generated subdirectories inside the default save
directory.

Test Plan: Tested for local and remote (Google Drive) save locations.

Reviewers: #spectacle, rkflx

Reviewed By: #spectacle, rkflx

Subscribers: ngraham, rkflx, #spectacle

Tags: #spectacle

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

M  +45   -3src/ExportManager.cpp
M  +6-0src/Gui/SettingsDialog/SaveOptionsPage.cpp

https://commits.kde.org/spectacle/1612995b54038225e345064754e6ede2e589fd9f

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

[Touchpad-KCM] [Bug 394805] incorrect behavior of touchpad with plasma-desktop built with touchpad flag

2018-05-28 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=394805

Christoph Feck  changed:

   What|Removed |Added

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

--- Comment #1 from Christoph Feck  ---
Reported as bug 394806.

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

[Spectacle] [Bug 394183] Allow "/" in customized screenshot directory settings to dive into auto-created monthly subdirectories /%Y/%M/

2018-05-28 Thread Henrik Fehlauer
https://bugs.kde.org/show_bug.cgi?id=394183

Henrik Fehlauer  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://commits.kde.org/spe
   ||ctacle/0dcd790a03b0a25babbd
   ||2a36f59ea809caf207ac
 Resolution|--- |FIXED

--- Comment #3 from Henrik Fehlauer  ---
Git commit 0dcd790a03b0a25babbd2a36f59ea809caf207ac by Henrik Fehlauer.
Committed on 28/05/2018 at 22:42.
Pushed by rkflx into branch 'master'.

Allow saving screenshots in custom auto-generated subdirectories

Summary:
This patch allow the use of "/" in the filename field of the config dialog to
save screenshots in auto-generated subdirectories inside the default save
directory.

Test Plan: Tested for local and remote (Google Drive) save locations.

Reviewers: #spectacle, rkflx

Reviewed By: #spectacle, rkflx

Subscribers: ngraham, rkflx, #spectacle

Tags: #spectacle

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

M  +45   -3src/ExportManager.cpp
M  +6-0src/Gui/SettingsDialog/SaveOptionsPage.cpp

https://commits.kde.org/spectacle/0dcd790a03b0a25babbd2a36f59ea809caf207ac

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

[plasmashell] [Bug 388205] Kickoff Instant Switch on Hover

2018-05-28 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=388205

Nate Graham  changed:

   What|Removed |Added

   Keywords||usability

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

[krita] [Bug 394657] curve brushes dont function anymore

2018-05-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=394657

--- Comment #2 from sab...@fantasiekraft.de ---
Both the curve and the particle engines don't function anymore. The brushes are
version 3 brushes, maybe that is the problem? Something must have changed
between version 4.0 and 4.02 concerning these brush engines.

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

[plasmashell] [Bug 341143] Wallpaper on every desktop is gone.

2018-05-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=341143

--- Comment #271 from loop...@gmail.com ---
Created attachment 112934
  --> https://bugs.kde.org/attachment.cgi?id=112934=edit
kwin script js to map desktops to activities. CHANGE activity ids to those you
get at step 3)

Finally succumbed to system updates and had to upgrade to kde 5*. As immagined,
this bug, which is among the most followed ones on this bug tracker, is still
here.

I managed somehow to emulate essentially the whole kde4 behavior, save for a
minor visual glitch while switching desktops. This is what I did:

---

Scope and features:
-Multiple virtual desktops with separate widgets and backgrounds
-Use of standard virtual desktops pager
-Moving windows to other virtual desktops through screen border, pager and key
shortcuts

How it works:
-there is a 1 to 1 mapping of activities an desktops
-each time a desktop changes, a kwin script changes the activity automatically
-windows are set to be in all activities, so a window can be moved while the
underlying activity changes

Issues:
-when switching desktops, especially first time in a session, there is a short
switch time between activities

How to do it:

1) Create the number of desktops you want
2) create the same number of activities
3) Get the ids of the created activities:
   $ qdbus org.kde.ActivityManager /ActivityManager/Activities ListActivities
4) Create a kwin script that changes the activity of each desktop to a
different activity id. Check the attachment for an example. To learn how to
create a kwin script from a js file, check:
https://techbase.kde.org/Development/Tutorials/KWin/Scripting#Packaging_KWin_Scripts
5) Add the script in systemsettings->Window Management->Kwin Scripts
6) In systemsettings->Window Management->Window rules, add a new rule for all
windows, and in "Size" set "Activity" to "Apply Initially" and "All
activities"
-) Now you can setup each desktop as desired.

Todo:
Create an actual kwin script an upload it on the official website. I may do
this in a few days after some deadlines.

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

[plasmashell] [Bug 368838] plasmashell memory leak when slideshow is used for wallpaper/media frame/photo widget with QSG_RENDER_LOOP=basic

2018-05-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=368838

cdobr...@gmail.com changed:

   What|Removed |Added

 CC||cdobr...@gmail.com

--- Comment #127 from cdobr...@gmail.com ---
(In reply to Rik Mills from comment #123)
@Rik Mills @Nate Graham 

Would you please alert this thread when the fixes have made their way into the
Kubuntu 18.04 repositories. I'm waiting on updating until this fix has trickled
down, because it is crippling bad for my system.

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

[kde] [Bug 394811] New: Mess on the panels after disable one of my monitors.

2018-05-28 Thread Damian Giebas
https://bugs.kde.org/show_bug.cgi?id=394811

Bug ID: 394811
   Summary: Mess on the panels after disable one of my monitors.
   Product: kde
   Version: unspecified
  Platform: Kubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: dig271...@gmail.com
  Target Milestone: ---

Created attachment 112933
  --> https://bugs.kde.org/attachment.cgi?id=112933=edit
A mess on the panel. Beetwen global menu and desktop widget should be a space.

Hi. I have some problem problem on my Kubuntu distro. I have 3 monitors. Two of
them are connected via HDMI and the last one is connected via DVI-D. Sometimes
when I don't need all of them I turn off two of them. When monitor connected
via HDMI is turn off then all is fine, system still see it. But when I turn off
DVI-D monitor than system does not work well. All widgets on my top panel move
to the left (cannot find widget Spacer which should resolved problem). Also
system does not see this monitor (as if it does not exists). All windows from
main monitor are moved to second monitor on HDMI. 

Location of monitors:
DVI-D Monitor | Main HDMI Monitor | Second HDMI Monitor

Driver:
+-+
| NVIDIA-SMI 390.48 Driver Version: 390.48|
|---+--+--+
| GPU  NamePersistence-M| Bus-IdDisp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap| Memory-Usage | GPU-Util  Compute M. |
|===+==+==|
|   0  GeForce GTX 106...  Off  | :20:00.0  On |  N/A |
|  6%   54CP025W / 120W |845MiB /  6075MiB |  8%  Default |
+---+--+--+

Kubuntu general info:
damian@domowy ~> uname -a
Linux domowy 4.15.0-22-generic #24-Ubuntu SMP Wed May 16 12:15:17 UTC 2018
x86_64 x86_64 x86_64 GNU/Linux


I have few more problems with KDE and I'll report it when I'll collect more
data.

If you need more information (or you know the solution of problems) please
contact with me.

Best regards.
Damian

PS. I don't know I report bug in propper place. In help center there is huge
list with applications, but most of them are disabled ("Sorry, entering a bug
into the product plasma4 has been disabled.
")

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

[plasmashell] [Bug 394810] New: Screen Edges Current Desktop style suggestion

2018-05-28 Thread alxgvr
https://bugs.kde.org/show_bug.cgi?id=394810

Bug ID: 394810
   Summary: Screen Edges Current Desktop style suggestion
   Product: plasmashell
   Version: master
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: alx...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Hi. When I use "Present Window - Current Desktop" feature via Screen Edges - it
shows all windows, but they are painted dark with app names on them. I don`t
like that. I want them to be just minimized version of windows (as in Ubuntu
Unity) without any names or shadows upon them. "Desktop Grid" option is close
to that.

P.S. Sorry, didn`t find appropriate thread for that post.

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

[krita] [Bug 394776] Selection tools suddenly start to select everything else

2018-05-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=394776

meowsauc...@gmail.com changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |FIXED

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

[kdeplasma-addons] [Bug 394809] New: The Env. Canada data source has a 13 day forecast which shows up squished in the widget

2018-05-28 Thread Chris Holland
https://bugs.kde.org/show_bug.cgi?id=394809

Bug ID: 394809
   Summary: The Env. Canada data source has a 13 day forecast
which shows up squished in the widget
   Product: kdeplasma-addons
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: weather
  Assignee: kosse...@kde.org
  Reporter: zrenf...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: ---

EnvCan 13 day forecast: https://i.imgur.com/FxgSYud.png
Wetter 4 day forecast: https://i.imgur.com/pGk2OZt.png
BBC 3 day forecast: https://i.imgur.com/4WjfbK8.png
NOAA 7 day forecast: https://i.imgur.com/4PJjd7A.png
NOAA only shows the current temp in Canada: https://i.imgur.com/8QCtZ97.png

The cramped look was noticed by this reddit user:
https://www.reddit.com/r/kde/comments/8mskp2/weather_widget_looking_bad_minimize_windows_button/


I think it should have a limit of a 7 day forecast unless it detects there's
enough room for all 13 days.

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

[KScreen] [Bug 392578] cannot change primary monitor under wayland

2018-05-28 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=392578

Nicolas Fella  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED
 CC||nicolas.fe...@gmx.de

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

[plasmashell] [Bug 394808] New: Panel individual colors and translucency

2018-05-28 Thread alxgvr
https://bugs.kde.org/show_bug.cgi?id=394808

Bug ID: 394808
   Summary: Panel individual colors and translucency
   Product: plasmashell
   Version: master
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Panel
  Assignee: plasma-b...@kde.org
  Reporter: alx...@gmail.com
  Target Milestone: 1.0

Hi. I wish I could change color of each panel individually.

If I use Ubuntu layout (top panel for menu and indicators, and left panel for
apps) - I want them to be different colors. Top panel - dark, left - light
(translucient).

Now - they just merging in one Г shaped panel, because there is no color
separation between them.

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

[kmail2] [Bug 321669] multipart mails incompletely displayed

2018-05-28 Thread Rawk
https://bugs.kde.org/show_bug.cgi?id=321669

Rawk  changed:

   What|Removed |Added

 CC||dnt...@gmx.de

--- Comment #5 from Rawk  ---
I'm having exactly the same issue with mails sent via Google Docs on KMail
5.8.1. "Prefer HTML to plain text" is disabled. KMail should show the plain
text by default, but offer to switch to HTML in the mail view.

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

[plasma-browser-integration] [Bug 394673] icon in system tray offers plasma-browser-integration even if it's already installed and working

2018-05-28 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=394673

--- Comment #2 from Dr. Chapatin  ---
yes, plasma-browser-integration process is running and Firefox extension works.
I can search for tabs using krunner and notifications applet shows download
progress in system tray.

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

[plasmashell] [Bug 390817] Persistent user confusion regarding pinned apps vs panel launchers

2018-05-28 Thread Eike Hein
https://bugs.kde.org/show_bug.cgi?id=390817

Eike Hein  changed:

   What|Removed |Added

 CC||h...@kde.org
 Resolution|FIXED   |---
 Ever confirmed|0   |1
 Status|RESOLVED|REOPENED

--- Comment #6 from Eike Hein  ---
This needs some more discussion and has been reverted for now, sorry :)

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

[amarok] [Bug 390432] Add Amarok contextual menus to Dolphin

2018-05-28 Thread Pino Toscano
https://bugs.kde.org/show_bug.cgi?id=390432

Pino Toscano  changed:

   What|Removed |Added

 CC||p...@kde.org

--- Comment #2 from Pino Toscano  ---
Most probably this happens because the latest releases of Amarok are still
based on Qt 4 / kdelibs 4.x, and thus the service menus are installed in a
location specific for kdelibs 4.x.
This will be fixed "automatically" once Amarok is released as Qt 5 /
Frameworks.

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

[lokalize] [Bug 394512] Translation count columns should be right-aligned

2018-05-28 Thread Karl Ove Hufthammer
https://bugs.kde.org/show_bug.cgi?id=394512

Karl Ove Hufthammer  changed:

   What|Removed |Added

   Version Fixed In||18.04.2
  Latest Commit||https://commits.kde.org/lok
   ||alize/c97fa50b0b31c905cfb7a
   ||2bfacb679e747c92547
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Karl Ove Hufthammer  ---
Git commit c97fa50b0b31c905cfb7a2bfacb679e747c92547 by Karl Ove Hufthammer.
Committed on 28/05/2018 at 20:16.
Pushed by huftis into branch 'Applications/18.04'.

Right-align all translation count columns in Project Overview

Summary:
Before this patch, all columns in the Project Overview tab
were left-aligned. The patch changes the alignment for the
four translation count columns (‘Total’, ‘Translated’, ‘Not ready’
and ‘Untranslated’) to right alignment.

The effect is that the counts are easier to compare across files,
since the unit, ‘tens’, ‘hundreds’ etc. parts of the numbers are
now aligned.
FIXED-IN: 18.04.2

Test Plan:
  # Open a localisation project
  # Observe that four translation count columns (‘Total’, ‘Translated’, ‘Not
ready’ and ‘Untranslated’) are now right-aligned, while they used to be
left-aligned.
  # Observe that no other columns change alignment.

Reviewers: ltoscano, shaforostoff, sharvey, ngraham, aacid, #localization

Reviewed By: aacid, #localization

Subscribers: oysteins, kde-i18n-doc

Tags: #localization

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

M  +31   -14   src/project/projectmodel.cpp

https://commits.kde.org/lokalize/c97fa50b0b31c905cfb7a2bfacb679e747c92547

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

[Discover] [Bug 394807] New: Discover crashes when pressing "back" mouse button

2018-05-28 Thread Edward Nygma
https://bugs.kde.org/show_bug.cgi?id=394807

Bug ID: 394807
   Summary: Discover crashes when pressing "back" mouse button
   Product: Discover
   Version: 5.12.5
  Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: normal
  Priority: NOR
 Component: discover
  Assignee: aleix...@kde.org
  Reporter: enygma2002...@yahoo.com
  Target Milestone: ---

Application: plasma-discover (5.12.5)

Qt Version: 5.9.4
Frameworks Version: 5.44.0
Operating System: Linux 4.16.9-200.fc27.x86_64 x86_64
Distribution: "Fedora release 27 (Twenty Seven)"

-- Information about the crash:
- What I was doing when the application crashed:
How to reproduce:
1. Click on the KDE menu to open the list of applications (Favorites)
2. Right click on Dolphin (in the list)
3. Select "Manage 'Dolphin'..." (that opens up Discover with the Dolphin
application)
4. Click on "Applications" in left menu
5. Click the mouse button that is assigned to the "back" browsing action
(MOUSE4 or MOUSE5, not sure which one it is).
6. Crash happens.

Note: Reproduces consistently.

-- Backtrace:
Application: Discover (plasma-discover), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f916b1568c0 (LWP 4134))]

Thread 14 (Thread 0x7f9115dd2700 (LWP 4158)):
#0  0x7f9164c79c6b in poll () from /lib64/libc.so.6
#1  0x7f915e260e99 in g_main_context_iterate.isra () from
/lib64/libglib-2.0.so.0
#2  0x7f915e260fac in g_main_context_iteration () from
/lib64/libglib-2.0.so.0
#3  0x7f9165acfc4b in
QEventDispatcherGlib::processEvents(QFlags) ()
from /lib64/libQt5Core.so.5
#4  0x7f9165a7d96a in
QEventLoop::exec(QFlags) () from
/lib64/libQt5Core.so.5
#5  0x7f91658ce8ca in QThread::exec() () from /lib64/libQt5Core.so.5
#6  0x7f91658d2de2 in QThreadPrivate::start(void*) () from
/lib64/libQt5Core.so.5
#7  0x7f91629ab50b in start_thread () from /lib64/libpthread.so.0
#8  0x7f9164c8416f in clone () from /lib64/libc.so.6

Thread 13 (Thread 0x7f91167fc700 (LWP 4149)):
#0  0x7f9164c79c6b in poll () from /lib64/libc.so.6
#1  0x7f915e260e99 in g_main_context_iterate.isra () from
/lib64/libglib-2.0.so.0
#2  0x7f915e260fac in g_main_context_iteration () from
/lib64/libglib-2.0.so.0
#3  0x7f9165acfc4b in
QEventDispatcherGlib::processEvents(QFlags) ()
from /lib64/libQt5Core.so.5
#4  0x7f9165a7d96a in
QEventLoop::exec(QFlags) () from
/lib64/libQt5Core.so.5
#5  0x7f91658ce8ca in QThread::exec() () from /lib64/libQt5Core.so.5
#6  0x7f91658d2de2 in QThreadPrivate::start(void*) () from
/lib64/libQt5Core.so.5
#7  0x7f91629ab50b in start_thread () from /lib64/libpthread.so.0
#8  0x7f9164c8416f in clone () from /lib64/libc.so.6

Thread 12 (Thread 0x7f9116ffd700 (LWP 4148)):
#0  0x7f91629b1b5b in pthread_cond_timedwait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7f91658d3423 in QWaitCondition::wait(QMutex*, unsigned long) () from
/lib64/libQt5Core.so.5
#2  0x7f91658cfda2 in QThreadPoolThread::run() () from
/lib64/libQt5Core.so.5
#3  0x7f91658d2de2 in QThreadPrivate::start(void*) () from
/lib64/libQt5Core.so.5
#4  0x7f91629ab50b in start_thread () from /lib64/libpthread.so.0
#5  0x7f9164c8416f in clone () from /lib64/libc.so.6

Thread 11 (Thread 0x7f91177fe700 (LWP 4147)):
#0  0x7f91629b1b5b in pthread_cond_timedwait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7f91658d3423 in QWaitCondition::wait(QMutex*, unsigned long) () from
/lib64/libQt5Core.so.5
#2  0x7f91658cfda2 in QThreadPoolThread::run() () from
/lib64/libQt5Core.so.5
#3  0x7f91658d2de2 in QThreadPrivate::start(void*) () from
/lib64/libQt5Core.so.5
#4  0x7f91629ab50b in start_thread () from /lib64/libpthread.so.0
#5  0x7f9164c8416f in clone () from /lib64/libc.so.6

Thread 10 (Thread 0x7f9117fff700 (LWP 4145)):
#0  0x7f91629b1b5b in pthread_cond_timedwait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7f91658d3423 in QWaitCondition::wait(QMutex*, unsigned long) () from
/lib64/libQt5Core.so.5
#2  0x7f91658cfda2 in QThreadPoolThread::run() () from
/lib64/libQt5Core.so.5
#3  0x7f91658d2de2 in QThreadPrivate::start(void*) () from
/lib64/libQt5Core.so.5
#4  0x7f91629ab50b in start_thread () from /lib64/libpthread.so.0
#5  0x7f9164c8416f in clone () from /lib64/libc.so.6

Thread 9 (Thread 0x7f9124f4d700 (LWP 4144)):
#0  0x7f915e2a63f4 in g_mutex_unlock () from /lib64/libglib-2.0.so.0
#1  0x7f915e260e8e in g_main_context_iterate.isra () from
/lib64/libglib-2.0.so.0
#2  0x7f915e260fac in g_main_context_iteration () from
/lib64/libglib-2.0.so.0
#3  0x7f9165acfc4b in
QEventDispatcherGlib::processEvents(QFlags) ()
from /lib64/libQt5Core.so.5
#4  0x7f9165a7d96a in
QEventLoop::exec(QFlags) () from
/lib64/libQt5Core.so.5
#5  0x7f91658ce8ca in 

[digikam] [Bug 382474] Thumbnail regeneration

2018-05-28 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=382474

--- Comment #1 from Maik Qualmann  ---
Git commit 24ec6a3bdcf7f4b5ed50ecd38bd9bc7682649ded by Maik Qualmann.
Committed on 28/05/2018 at 20:26.
Pushed by mqualmann into branch 'master'.

speed up renaming the image and rename the thumbnail path
Related: bug 393205

M  +7-0core/libs/database/coredb/coredb.cpp
M  +6-0core/libs/database/coredb/coredb.h
M  +14   -0core/libs/database/item/imageinfo.cpp
M  +6-0core/libs/database/item/imageinfo.h
M  +7-0core/libs/database/thumbsdb/thumbsdb.cpp
M  +2-0core/libs/database/thumbsdb/thumbsdb.h
M  +22   -14   core/libs/database/utils/dio.cpp

https://commits.kde.org/digikam/24ec6a3bdcf7f4b5ed50ecd38bd9bc7682649ded

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

[digikam] [Bug 393205] Advanced rename very slow

2018-05-28 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=393205

--- Comment #16 from Maik Qualmann  ---
Git commit 24ec6a3bdcf7f4b5ed50ecd38bd9bc7682649ded by Maik Qualmann.
Committed on 28/05/2018 at 20:26.
Pushed by mqualmann into branch 'master'.

speed up renaming the image and rename the thumbnail path
Related: bug 382474

M  +7-0core/libs/database/coredb/coredb.cpp
M  +6-0core/libs/database/coredb/coredb.h
M  +14   -0core/libs/database/item/imageinfo.cpp
M  +6-0core/libs/database/item/imageinfo.h
M  +7-0core/libs/database/thumbsdb/thumbsdb.cpp
M  +2-0core/libs/database/thumbsdb/thumbsdb.h
M  +22   -14   core/libs/database/utils/dio.cpp

https://commits.kde.org/digikam/24ec6a3bdcf7f4b5ed50ecd38bd9bc7682649ded

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

[plasma-nm] [Bug 394580] Wrong icon size on network manager applet

2018-05-28 Thread Benjamin Buch
https://bugs.kde.org/show_bug.cgi?id=394580

Benjamin Buch  changed:

   What|Removed |Added

 CC||benni.b...@gmail.com

--- Comment #8 from Benjamin Buch  ---
Created attachment 112932
  --> https://bugs.kde.org/attachment.cgi?id=112932=edit
oversized icons

Same here, I'm on KDE neon git stable branch. I use the oxygen theme.

I cleared ~/.cache/plasmashell/qmlcache/ (followed by logout and login again)
but it didn't help.

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

[dolphin] [Bug 379654] Dolphin does not allow renaming Wastebin to 'Trash'

2018-05-28 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=379654

Julian Schraner  changed:

   What|Removed |Added

 Status|REOPENED|CONFIRMED

--- Comment #5 from Julian Schraner  ---
After I have changed my locale to be exactly identical as mentioned in comment
4, I can now also reproduce this issue with Dolphin 18.04. I'll dig into it
soon™.

@Nate, thanks for your kind words :) I'll make sure to hop over to kio when
I've got some time, but I really want to finish the UNCONFIRMED ones from
Dolphin first (only ~130 left).

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

[Touchpad-KCM] [Bug 394806] incorrect behavior of touchpad with plasma-desktop built with touchpad flag

2018-05-28 Thread alex
https://bugs.kde.org/show_bug.cgi?id=394806

alex  changed:

   What|Removed |Added

Summary|incorrect behavior of   |incorrect behavior of
   |touchpad with   |touchpad with
   |plasma-desktop built with   |plasma-desktop built with
   |-touchpad flag  |touchpad flag

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

[kmix] [Bug 394804] kmix memory leak suspected

2018-05-28 Thread Victor
https://bugs.kde.org/show_bug.cgi?id=394804

Victor  changed:

   What|Removed |Added

  Flags||corner_case+
 CC||v.v.dy...@mail.ru

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

[Touchpad-KCM] [Bug 394806] New: incorrect behavior of touchpad with plasma-desktop built with -touchpad flag

2018-05-28 Thread alex
https://bugs.kde.org/show_bug.cgi?id=394806

Bug ID: 394806
   Summary: incorrect behavior of touchpad with plasma-desktop
built with -touchpad flag
   Product: Touchpad-KCM
   Version: unspecified
  Platform: Gentoo Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: kcm
  Assignee: rajeeshknamb...@gmail.com
  Reporter: int...@gmail.com
  Target Milestone: ---

When plasma-desktop is built without "touchpad" flag, manual config for
touchpad works as expected, however, when plasma-desktop is built WITH
"touchpad", configured options (such as tapping and edge scrolling) start
inconsistent behavior. 

For examples and logs please follow
https://forums.gentoo.org/viewtopic-p-8221100.html#8221100

current version:   
sasha@gentoo ~ $ equery list kde-plasma/plasma-desktop
 * Searching for plasma-desktop in kde-plasma ...
[IP-] [  ] kde-plasma/plasma-desktop-5.12.5-r1:5

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

[amarok] [Bug 391362] Amarok crash on start

2018-05-28 Thread Jonathan
https://bugs.kde.org/show_bug.cgi?id=391362

Jonathan  changed:

   What|Removed |Added

Version|unspecified |2.9.0

--- Comment #6 from Jonathan  ---
Backtrace with libsmbconf debug symbol, you can see: "#6  0x7f4d74bf46da in
get_charset (c=0xe0 ) at
../source3/registry/reg_parse_internal.c:220"

It's enought?


Application: Amarok (amarok), signal: Segmentation fault
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f4d90e2eb40 (LWP 23598))]

Thread 3 (Thread 0x7f4d32ffb700 (LWP 23601)):
#0  0x7f4d8c09d35b in pthread_cond_timedwait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7f4d3dbbe7f7 in  () at /usr/lib/libmysqld.so.18
#2  0x7f4d3db78f2c in  () at /usr/lib/libmysqld.so.18
#3  0x7f4d8c097075 in start_thread () at /usr/lib/libpthread.so.0
#4  0x7f4d8da4853f in clone () at /usr/lib/libc.so.6

Thread 2 (Thread 0x7f4d57087700 (LWP 23600)):
#0  0x7f4d8da39934 in read () at /usr/lib/libc.so.6
#1  0x7f4d778157c2 in pa_read () at
/usr/lib/pulseaudio/libpulsecommon-11.1.so
#2  0x7f4d8472c7af in pa_mainloop_prepare () at /usr/lib/libpulse.so.0
#3  0x7f4d8472d241 in pa_mainloop_iterate () at /usr/lib/libpulse.so.0
#4  0x7f4d8472d301 in pa_mainloop_run () at /usr/lib/libpulse.so.0
#5  0x7f4d8473b6ae in  () at /usr/lib/libpulse.so.0
#6  0x7f4d7784581c in  () at /usr/lib/pulseaudio/libpulsecommon-11.1.so
#7  0x7f4d8c097075 in start_thread () at /usr/lib/libpthread.so.0
#8  0x7f4d8da4853f in clone () at /usr/lib/libc.so.6

Thread 1 (Thread 0x7f4d90e2eb40 (LWP 23598)):
[KCrash Handler]
#6  0x7f4d74bf46da in get_charset (c=0xe0 ) at ../source3/registry/reg_parse_internal.c:220
#7  0x7f4d3d9f8e52 in thd_init_client_charset(THD*, unsigned int) () at
/usr/lib/libmysqld.so.18
#8  0x7f4d3d982864 in check_embedded_connection () at
/usr/lib/libmysqld.so.18
#9  0x7f4d3d98a6fe in mysql_real_connect () at /usr/lib/libmysqld.so.18
#10 0x7f4d3efcf356 in MySqlEmbeddedStorage::init(QString const&) () at
/usr/lib/kde4/amarok_storage-mysqlestorage.so
#11 0x7f4d3efd017a in  () at /usr/lib/kde4/amarok_storage-mysqlestorage.so
#12 0x7f4d9086d500 in Plugins::PluginManager::checkPluginEnabledStates() ()
at /usr/lib/libamaroklib.so.1
#13 0x7f4d9086ea4e in Plugins::PluginManager::PluginManager(QObject*) () at
/usr/lib/libamaroklib.so.1
#14 0x7f4d9086eb4f in Plugins::PluginManager::instance() () at
/usr/lib/libamaroklib.so.1
#15 0x7f4d9085dc38 in MainWindow::MainWindow() () at
/usr/lib/libamaroklib.so.1
#16 0x7f4d90843feb in App::continueInit() () at /usr/lib/libamaroklib.so.1
#17 0x7f4d908452f5 in App::App() () at /usr/lib/libamaroklib.so.1
#18 0x556c75889fba in  ()
#19 0x7f4d8d97306b in __libc_start_main () at /usr/lib/libc.so.6
#20 0x556c7588bfca in _start ()

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

[Touchpad-KCM] [Bug 394805] New: incorrect behavior of touchpad with plasma-desktop built with -touchpad flag

2018-05-28 Thread alex
https://bugs.kde.org/show_bug.cgi?id=394805

Bug ID: 394805
   Summary: incorrect behavior of touchpad with plasma-desktop
built with -touchpad flag
   Product: Touchpad-KCM
   Version: unspecified
  Platform: Gentoo Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: kcm
  Assignee: rajeeshknamb...@gmail.com
  Reporter: int...@gmail.com
  Target Milestone: ---

When plasma-desktop is built without "touchpad" flag, manual config for
touchpad works as expected, however, when plasma-desktop is built WITH
"touchpad", configured options (such as tapping and edge scrolling) start
inconsistent behavior. 

For examples and logs please follow
https://forums.gentoo.org/viewtopic-p-8221100.html#8221100

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

[Touchpad-KCM] [Bug 394805] incorrect behavior of touchpad with plasma-desktop built with touchpad flag

2018-05-28 Thread alex
https://bugs.kde.org/show_bug.cgi?id=394805

alex  changed:

   What|Removed |Added

Summary|incorrect behavior of   |incorrect behavior of
   |touchpad with   |touchpad with
   |plasma-desktop built with   |plasma-desktop built with
   |-touchpad flag  |touchpad flag

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

[kmix] [Bug 394804] New: kmix memory leak suspected

2018-05-28 Thread Victor
https://bugs.kde.org/show_bug.cgi?id=394804

Bug ID: 394804
   Summary: kmix memory leak suspected
   Product: kmix
   Version: 4.3
  Platform: RedHat RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Backend: Pulseaudio
  Assignee: co...@mageia.org
  Reporter: v.v.dy...@mail.ru
CC: es...@kde.org
  Target Milestone: ---

Sometimes ALSA sink does not work properly in PulseAudio. For example several
emulators like Wine or DOSBox and some other programs using ALSA may cause
errors similar to
"ALSA lib pcm.c:8323:(snd_pcm_recover) underrun occurred"
and stuttering sound. It was tolerable until recent update of RHEL to 7.5.
Since the update every occurrence of such PulseAudio error increases memory
used by kmix up to 50 GB (I killed process after that). Obviously it could be
very many underrun occurences depending of buffer size so it looks like kmix
should normally manage with buffer underrun occurences without memory leak.

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

[kwin] [Bug 394803] Dialogs in kwin_wayland dont show

2018-05-28 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=394803

--- Comment #3 from Martin Flöser  ---
Could you please attach the backtrace here. The hosting provider requires to
accept gdpr.

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

[kwin] [Bug 394802] Kwin crashes when try open usb flash drive folder

2018-05-28 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=394802

Martin Flöser  changed:

   What|Removed |Added

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

--- Comment #1 from Martin Flöser  ---
Crash happens in the proprietary Nvidia driver. Please report to NVIDIA.

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

[kompare] [Bug 394797] Kompare should make it easier/possible to spot differences between files

2018-05-28 Thread Thomas Surrel
https://bugs.kde.org/show_bug.cgi?id=394797

Thomas Surrel  changed:

   What|Removed |Added

 CC||thomas.sur...@protonmail.co
   ||m

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

[plasmashell] [Bug 394801] New: Memory leak in plasmashell caused by global menu applet

2018-05-28 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=394801

Bug ID: 394801
   Summary: Memory leak in plasmashell caused by global menu
applet
   Product: plasmashell
   Version: master
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Global Menu
  Assignee: k...@privat.broulik.de
  Reporter: nicolas.fe...@gmx.de
CC: plasma-b...@kde.org
  Target Milestone: 1.0

When the global menu applet is enabled plasmashell is leaking memory.

To reproduce:
Open/close a window with global menu support (e.g. kate) numerous times. Watch
memory consumption of plasmashell increasing.

Remove applet -> memory consumption does not change.

Open/close window without global menu support -> memory consumption does not
change

Reproduced with applet in panel, on desktop and in plasmoidviewer

Reproduced on Manjaro (Plasma 5.12.5) and Neon dev unstable

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

[plasma-nm] [Bug 392132] Wifi stop working when i use hight bandwith

2018-05-28 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=392132

Nate Graham  changed:

   What|Removed |Added

 Resolution|WONTFIX |UPSTREAM

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

[kwin] [Bug 394803] Dialogs in kwin_wayland dont show

2018-05-28 Thread Christoph
https://bugs.kde.org/show_bug.cgi?id=394803

Christoph  changed:

   What|Removed |Added

Summary|Dialogs in kwin_plasma dont |Dialogs in kwin_wayland
   |show|dont show

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

[plasmashell] [Bug 393929] Plasmashell gobbles all my memory leak

2018-05-28 Thread whoopsdecade
https://bugs.kde.org/show_bug.cgi?id=393929

whoopsdecade  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|RESOLVED|REOPENED
 Resolution|WAITINGFORINFO  |---

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

[plasmashell] [Bug 393929] Plasmashell gobbles all my memory leak

2018-05-28 Thread whoopsdecade
https://bugs.kde.org/show_bug.cgi?id=393929

--- Comment #6 from whoopsdecade  ---
Created attachment 112931
  --> https://bugs.kde.org/attachment.cgi?id=112931=edit
massif output 2

Added a new log. This one was generated a coupe of hours after the first one I
posted but I forgot to attach it here.

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

[kdevelop] [Bug 255537] Incomplete PHP namespace support

2018-05-28 Thread Alexander Zhigalin
https://bugs.kde.org/show_bug.cgi?id=255537

Alexander Zhigalin  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #6 from Alexander Zhigalin  ---
The namespaces support seems to be pretty stable at the moment
so I'm closing this

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

[kwin] [Bug 394803] Dialogs in kwin_plasma dont show

2018-05-28 Thread Christoph
https://bugs.kde.org/show_bug.cgi?id=394803

--- Comment #2 from Christoph  ---
coredump is 34MB LZ4@ https://tinyurl.com/y75tuanr

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

[plasmashell] [Bug 394801] Memory leak in plasmashell caused by global menu applet

2018-05-28 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=394801

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[kdevelop] [Bug 49719] breakpoints are hard to see with dark themes, icon border should be enabled by default

2018-05-28 Thread Alexander Zhigalin
https://bugs.kde.org/show_bug.cgi?id=49719

Alexander Zhigalin  changed:

   What|Removed |Added

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

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

[kwin] [Bug 394802] New: Kwin crashes when try open usb flash drive folder

2018-05-28 Thread Rustam
https://bugs.kde.org/show_bug.cgi?id=394802

Bug ID: 394802
   Summary: Kwin crashes when try open usb flash drive folder
   Product: kwin
   Version: 5.12.5
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kwin-bugs-n...@kde.org
  Reporter: fl.rus...@gmail.com
  Target Milestone: ---

Application: kwin_x11 (5.12.5)

Qt Version: 5.9.4
Frameworks Version: 5.45.0
Operating System: Linux 4.12.14-lp150.12.4-default x86_64
Distribution: "openSUSE Leap 15.0"

-- Information about the crash:
- What I was doing when the application crashed:
Connecting usb flash player, and try open folder with my music - kwin was
crashes

-- Backtrace:
Application: KWin (kwin_x11), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fe45a22c940 (LWP 5616))]

Thread 6 (Thread 0x7fe4277ff700 (LWP 5777)):
#0  0x7fe459b9e186 in ppoll () at /lib64/libc.so.6
#1  0x7fe456fc5ba9 in qt_safe_poll(pollfd*, unsigned long, timespec const*)
() at /usr/lib64/libQt5Core.so.5
#2  0x7fe456fc7186 in
QEventDispatcherUNIX::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#3  0x7fe456f7209a in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#4  0x7fe456da14da in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#5  0x7fe451728cb5 in  () at /usr/lib64/libQt5Qml.so.5
#6  0x7fe456da60ce in  () at /usr/lib64/libQt5Core.so.5
#7  0x7fe452c24559 in start_thread () at /lib64/libpthread.so.0
#8  0x7fe459ba882f in clone () at /lib64/libc.so.6

Thread 5 (Thread 0x7fe4265a5700 (LWP 5738)):
#0  0x7fe452c2a89d in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7fe455ed95e4 in  () at /usr/lib64/libQt5Script.so.5
#2  0x7fe455ed9629 in  () at /usr/lib64/libQt5Script.so.5
#3  0x7fe452c24559 in start_thread () at /lib64/libpthread.so.0
#4  0x7fe459ba882f in clone () at /lib64/libc.so.6

Thread 4 (Thread 0x7fe434f9d700 (LWP 5713)):
#0  0x7fe459b9e186 in ppoll () at /lib64/libc.so.6
#1  0x7fe456fc5ba9 in qt_safe_poll(pollfd*, unsigned long, timespec const*)
() at /usr/lib64/libQt5Core.so.5
#2  0x7fe456fc7186 in
QEventDispatcherUNIX::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#3  0x7fe456f7209a in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#4  0x7fe456da14da in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#5  0x7fe451728cb5 in  () at /usr/lib64/libQt5Qml.so.5
#6  0x7fe456da60ce in  () at /usr/lib64/libQt5Core.so.5
#7  0x7fe452c24559 in start_thread () at /lib64/libpthread.so.0
#8  0x7fe459ba882f in clone () at /lib64/libc.so.6

Thread 3 (Thread 0x7fe4373e6700 (LWP 5671)):
#0  0x7fe459b9e186 in ppoll () at /lib64/libc.so.6
#1  0x7fe456fc5ba9 in qt_safe_poll(pollfd*, unsigned long, timespec const*)
() at /usr/lib64/libQt5Core.so.5
#2  0x7fe456fc7186 in
QEventDispatcherUNIX::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#3  0x7fe456f7209a in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#4  0x7fe456da14da in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#5  0x7fe450601985 in  () at /usr/lib64/libQt5DBus.so.5
#6  0x7fe456da60ce in  () at /usr/lib64/libQt5Core.so.5
#7  0x7fe452c24559 in start_thread () at /lib64/libpthread.so.0
#8  0x7fe459ba882f in clone () at /lib64/libc.so.6

Thread 2 (Thread 0x7fe43db0c700 (LWP 5652)):
#0  0x7fe459b9e08b in poll () at /lib64/libc.so.6
#1  0x7fe458ac4387 in  () at /usr/lib64/libxcb.so.1
#2  0x7fe458ac5faa in xcb_wait_for_event () at /usr/lib64/libxcb.so.1
#3  0x7fe43e9ee029 in  () at /usr/lib64/libQt5XcbQpa.so.5
#4  0x7fe456da60ce in  () at /usr/lib64/libQt5Core.so.5
#5  0x7fe452c24559 in start_thread () at /lib64/libpthread.so.0
#6  0x7fe459ba882f in clone () at /lib64/libc.so.6

Thread 1 (Thread 0x7fe45a22c940 (LWP 5616)):
[KCrash Handler]
#6  0x40b3c14f in  ()
#7  0x7fe447dc62d0 in  () at /usr/lib64/libnvidia-glcore.so.340.106
#8  0x7fe447dcd360 in  () at /usr/lib64/libnvidia-glcore.so.340.106
#9  0x7fe447a3a378 in  () at /usr/lib64/libnvidia-glcore.so.340.106
#10 0x7fe45787a0dd in QOpenGLTextureGlyphCache::resizeTextureData(int, int)
() at /usr/lib64/libQt5Gui.so.5
#11 0x7fe45780144a in QTextureGlyphCache::fillInPendingGlyphs() () at
/usr/lib64/libQt5Gui.so.5
#12 0x7fe451e08481 in  () at /usr/lib64/libQt5Quick.so.5
#13 0x7fe451e052f9 in  () at /usr/lib64/libQt5Quick.so.5
#14 0x7fe451eaa6dc in QQuickTextNode::addGlyphs(QPointF const&, QGlyphRun
const&, QColor const&, QQuickText::TextStyle, QColor const&, QSGNode*) () at
/usr/lib64/libQt5Quick.so.5
#15 0x7fe451eaf4c4 in  () at /usr/lib64/libQt5Quick.so.5
#16 0x7fe451eab591 in QQuickTextNode::addTextLayout(QPointF const&,

[plasmashell] [Bug 369430] QQmlDelegateModel::_q_itemsChanged - kickoff version

2018-05-28 Thread Eike Hein
https://bugs.kde.org/show_bug.cgi?id=369430

Eike Hein  changed:

   What|Removed |Added

 CC||samex...@gmail.com

--- Comment #38 from Eike Hein  ---
*** Bug 394688 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 394688] Toolbar Crashes When Clicking on Start Icon

2018-05-28 Thread Eike Hein
https://bugs.kde.org/show_bug.cgi?id=394688

Eike Hein  changed:

   What|Removed |Added

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

--- Comment #1 from Eike Hein  ---
Fixed in newer Qt

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

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

[kwin] [Bug 394803] Dialogs in kwin_plasma dont show

2018-05-28 Thread Christoph
https://bugs.kde.org/show_bug.cgi?id=394803

--- Comment #1 from Christoph  ---
Created attachment 112930
  --> https://bugs.kde.org/attachment.cgi?id=112930=edit
kwin excerpt from journal

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

[kwin] [Bug 394803] New: Dialogs in kwin_plasma dont show

2018-05-28 Thread Christoph
https://bugs.kde.org/show_bug.cgi?id=394803

Bug ID: 394803
   Summary: Dialogs in kwin_plasma dont show
   Product: kwin
   Version: 5.12.5
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: platform-wayland
  Assignee: kwin-bugs-n...@kde.org
  Reporter: ilove...@mojo.cc
  Target Milestone: ---

Hi

Dialogs under kwin_wayland SOMETIMES vanish into nothingness leaving
applications stuck

regardless the app (firefox, libreoffice, kwrite) .. dialogs "appear invisible"
.. they open active to the parentwindow but dont show up :-o ( leaving its
parent-app stuck in a .. lets say "SaveAs"-dialog  ) 

( this produces no logs )

they only way to move on is to kill the app

The dialog doesnt show up as an windows , nowhere to find ... however in
pagermoder (show all apps) the dialog leaves an empty spacer for the dialog
(which is not activateable)  

i tried to close the assumed "SaveAs"-Dialog spacer ( red [x] in pagermode )
resulting in a crash of kwin_wayland and all withit (coredump and logexerpt
attached)

thanks for support

-c-

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

[kontact] [Bug 394633] How to unintentionally delete home directory using kontact

2018-05-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=394633

au...@gangsto.cz changed:

   What|Removed |Added

Summary|How to delete home  |How to unintentionally
   |directory using kontact |delete home directory using
   ||kontact

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

[krusader] [Bug 394757] Tab bar jumps when tab is selected first time after start

2018-05-28 Thread Alex Bikadorov
https://bugs.kde.org/show_bug.cgi?id=394757

Alex Bikadorov  changed:

   What|Removed |Added

 CC||alex.bikado...@kdemail.net

--- Comment #4 from Alex Bikadorov  ---
Did some bugfinding:
Looks like the QTabBar::setTabText() and QTabBar::setTabIcon calls in
PanelTabBar are causing this. So yes, this could be a Qt issue.

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

[krusader] [Bug 383567] Details section is empty in 'Do not know which files to compare.' window

2018-05-28 Thread Davide Gianforte
https://bugs.kde.org/show_bug.cgi?id=383567

Davide Gianforte  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://commits.kde.org/kru
   ||sader/94ff5d6ccb3a69627565e
   ||345882ae027f475930a
 Resolution|--- |FIXED

--- Comment #4 from Davide Gianforte  ---
Git commit 94ff5d6ccb3a69627565e345882ae027f475930a by Davide Gianforte.
Committed on 28/05/2018 at 18:27.
Pushed by gengisdave into branch 'master'.

Fixed ugly message dialog on Compare by Content error

Change KmessageBox::detailedError dialog type to KmessageBox::sorry for a
better view.

When the dialog is created the details are hidden. The detail text is not that
long that it couldn't be shown directly.

FIXED: [ 383567 ] Details section is empty in 'Do not know which files to
compare.' window

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

M  +1-1krusader/krslots.cpp

https://commits.kde.org/krusader/94ff5d6ccb3a69627565e345882ae027f475930a

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

[frameworks-kirigami] [Bug 394800] Kirigami tints icons all black when using additional images

2018-05-28 Thread Murillo Fernandes Bernardes
https://bugs.kde.org/show_bug.cgi?id=394800

--- Comment #1 from Murillo Fernandes Bernardes  ---
Created attachment 112929
  --> https://bugs.kde.org/attachment.cgi?id=112929=edit
Image showing the problem

On this screen three Kirigami.Icon are created.

First uses a png, second an svg, third uses one from breeze-icons.

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

[krita] [Bug 359128] Add improved transformation filters (perspective transformation blurs the image)

2018-05-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=359128

--- Comment #8 from capricornus_gogoth_be...@yahoo.com ---
Comment on attachment 112927
  --> https://bugs.kde.org/attachment.cgi?id=112927
video test of simple raster transformation with blurred results

Hi, guys

I can confirm the issue. It is still presented.

My OS is Solus

Kirta ver. 4.0.3

Like Odysseas said, while using transformation, it is totally enough just to
rotate a selection of raster image to see that it's getting blurred. For more
visible results you have to rotate a couple of times the image, which you do,
when you rearranging and transforming elements of a drawing for better
composition. The final result is lost edge and blurred content.  

Krita is great enough to replace Photoshop, but this issue is killing me.

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

  1   2   3   >