[user-manager] [Bug 399121] inconsistent display of avatar

2018-09-28 Thread djwolf
https://bugs.kde.org/show_bug.cgi?id=399121

--- Comment #6 from djwolf  ---
(In reply to Nate Graham from comment #5)
> Sounds like there's an issue with compiled version. :)
> 
> I can't offer development support in a bug tracker, so please check out the
> #kde-devel channel on Freenode IRC. Folks there can help you get up and
> running!

See this every time I try to post anything there: "#kde-devel :Cannot send to
nick/channel"

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

[dolphin] [Bug 399197] [Feature Request] Add toggle box to change "Move to trash" to "Delete" globally

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

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |INTENTIONAL
 CC||n...@kde.org

--- Comment #4 from Nate Graham  ---
As Christoph mentioned, the requested functionality is already available. While
it's true that a toggle in the main UI somewhere would make using it a bit
easier, I'm not sure this would actually be desirable since the Delete action
is far more destructive than using the trash. Generally we don't go out of our
way to advertise destructive options; it's too easy for non-advanced users to
get into trouble with them. For advanced users who prefer always deleting, the
requested functionality is all there. Maybe not in the easiest possible way to
turn it on, but hey, anything good's worth working a bit for, right? :)

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

[user-manager] [Bug 399121] inconsistent display of avatar

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

--- Comment #5 from Nate Graham  ---
Sounds like there's an issue with compiled version. :)

I can't offer development support in a bug tracker, so please check out the
#kde-devel channel on Freenode IRC. Folks there can help you get up and
running!

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

[user-manager] [Bug 399121] inconsistent display of avatar

2018-09-28 Thread djwolf
https://bugs.kde.org/show_bug.cgi?id=399121

--- Comment #4 from djwolf  ---
(In reply to Nate Graham from comment #3)
> Absolutely! Let me know if you need a hand. Our documentation is at:
> - https://community.kde.org/Get_Involved/development
> - https://community.kde.org/Infrastructure/Phabricator

Trying to setup an environment with QtCreator. I hit a segmentation fault when
trying to run the compiled version of user-manager.

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

[user-manager] [Bug 399121] inconsistent display of avatar

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

--- Comment #3 from Nate Graham  ---
Absolutely! Let me know if you need a hand. Our documentation is at:
- https://community.kde.org/Get_Involved/development
- https://community.kde.org/Infrastructure/Phabricator

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

[plasmashell] [Bug 397693] Kickoff immediately selects entry under mouse in search

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

Nate Graham  changed:

   What|Removed |Added

 Status|RESOLVED|REPORTED
 Resolution|FIXED   |---
 Ever confirmed|1   |0

--- Comment #4 from Nate Graham  ---
Definitely not fixed, sadly. Still a problem in all versions of Plasma.

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

[plasmashell] [Bug 397693] Kickoff immediately selects entry under mouse in search

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

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

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

[krita] [Bug 394299] Wet type color mixture of brushes

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

--- Comment #7 from cok_dr...@hotmail.com ---
Thank you very much.

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

[krita] [Bug 396028] Imported Layer Styles Lose Properties

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

kaz.fox...@gmail.com changed:

   What|Removed |Added

 Status|NEEDSINFO   |REPORTED
 Resolution|WAITINGFORINFO  |---

--- Comment #4 from kaz.fox...@gmail.com ---
I just tested this on version 4.1.1

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

[krita] [Bug 396028] Imported Layer Styles Lose Properties

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

--- Comment #3 from kaz.fox...@gmail.com ---
I can export and import the basic style, but some of the settings revert back
to default.

* I created a layer with Drop Shadow (change Distance to 100px, Spread to 50%,
Size to 100px) and Bevel and Emboss (change Size to 5px, Highlight Opacity to
20%, Shadow Opacity to 20%).
* I exported layer style to file called Test.asl
* I created a new image and a new layer, then scribbled on it.
* Imported Test.asl Layer Style
* The Drop Shadow stats have reverted (Distance = 21px, Spread = 0, Size = 21)
* Bevel and Emboss are also partly reverted (Size = 21px, Highlight/Shadow
Opacity = 75%)

If I change the drop shadow color and shading angle, that remains the same.

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

[user-manager] [Bug 399121] inconsistent display of avatar

2018-09-28 Thread djwolf
https://bugs.kde.org/show_bug.cgi?id=399121

djwolf  changed:

   What|Removed |Added

 CC||djwolf...@outlook.com

--- Comment #2 from djwolf  ---
Would it be possible for me to pick this up?

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

[kdesrc-build] [Bug 398235] kdesrc-build-setup dialog does not have access to explicit fd

2018-09-28 Thread Michael Pyne
https://bugs.kde.org/show_bug.cgi?id=398235

--- Comment #2 from Michael Pyne  ---
kdesrc-build-setup has used output-fd since I wrote it in 2011, as far as I can
glean from git.

My memory is not *that* good as to say why but the dialog(1) manpage explains
that dialog(1) normally writes to stderr, which might mix with error messages
from dialog(1), if any. Using --output-fd would ensure that any output that is
received is related to the user input.

By default dialog(1) does not write to stdout, but to stderr instead. stdout is
used to drive the TTY after all (though it seems dialog(1) can try to reopen
the TTY even if you ask for output to go to stdout).

You may also try adjusting the value for $^F on line 57 to something higher
than 4 (e.g. 5 or even 10 or 15). The value chosen here is used by Perl to set
which file descriptors should *not* be closed-on-exec. 4 should be sufficient
but if your configuration involves extra file descriptors being open, or
randomizes descriptor values, you may need to adjust this value to be >=
whatever the pipe(2) call would be returning here.

As an alternative, it might be easier to just fallback to a readline-based
interface if dialog(1) fails?

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

[kile] [Bug 398983] strange warning when opening file

2018-09-28 Thread Amnon
https://bugs.kde.org/show_bug.cgi?id=398983

--- Comment #2 from Amnon  ---

SOFTWARE VERSIONS
(available in About System)
KDE Plasma Version: 5.12.6
KDE Frameworks Version: 5.44.0
Qt Version: 5.9.5

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

[kile] [Bug 398983] strange warning when opening file

2018-09-28 Thread Amnon
https://bugs.kde.org/show_bug.cgi?id=398983

Amnon  changed:

   What|Removed |Added

Version|unspecified |2.9.92
 CC||amye...@gmail.com
Summary|strange warining when   |strange warning when
   |opening file|opening file

--- Comment #1 from Amnon  ---
Actually KILE version no.  is 2.9.91  (but there was no menu item)

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

[kstars] [Bug 396667] open file dialog crashes kstars

2018-09-28 Thread Andrew Crouthamel
https://bugs.kde.org/show_bug.cgi?id=396667

Andrew Crouthamel  changed:

   What|Removed |Added

 CC||andrew.crouthamel@kdemail.n
   ||et
 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #4 from Andrew Crouthamel  ---
Thanks for the update!

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

[konsole] [Bug 387833] konsole scrollback functionality often vanishes

2018-09-28 Thread Andrew Crouthamel
https://bugs.kde.org/show_bug.cgi?id=387833

Andrew Crouthamel  changed:

   What|Removed |Added

 CC||andrew.crouthamel@kdemail.n
   ||et
 Resolution|WAITINGFORINFO  |---
 Status|NEEDSINFO   |REPORTED

--- Comment #5 from Andrew Crouthamel  ---
Thanks for the update!

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

[okular] [Bug 396761] menu items "no text"

2018-09-28 Thread Andrew Crouthamel
https://bugs.kde.org/show_bug.cgi?id=396761

Andrew Crouthamel  changed:

   What|Removed |Added

 CC||andrew.crouthamel@kdemail.n
   ||et
 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #16 from Andrew Crouthamel  ---
That's great to hear, thank you for the update.

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

[krita] [Bug 394299] Wet type color mixture of brushes

2018-09-28 Thread Andrew Crouthamel
https://bugs.kde.org/show_bug.cgi?id=394299

Andrew Crouthamel  changed:

   What|Removed |Added

 CC||andrew.crouthamel@kdemail.n
   ||et
 Status|NEEDSINFO   |REPORTED
 Resolution|WAITINGFORINFO  |---

--- Comment #5 from Andrew Crouthamel  ---
Thank you, I'll move this to Reported and attach your screenshot for you.

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

[krita] [Bug 394299] Wet type color mixture of brushes

2018-09-28 Thread Andrew Crouthamel
https://bugs.kde.org/show_bug.cgi?id=394299

--- Comment #6 from Andrew Crouthamel  ---
Created attachment 115303
  --> https://bugs.kde.org/attachment.cgi?id=115303=edit
Screenshot of issue

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

[kmail2] [Bug 395403] KMAIL forward inline crashes after putting laptop to sleep

2018-09-28 Thread Steeven Hudon
https://bugs.kde.org/show_bug.cgi?id=395403

Steeven Hudon  changed:

   What|Removed |Added

 Resolution|BACKTRACE   |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

[okular] [Bug 378449] Fall back to PDF when file type cannot be inferred from extension or MIME type

2018-09-28 Thread Damian Kaczmarek
https://bugs.kde.org/show_bug.cgi?id=378449

Damian Kaczmarek  changed:

   What|Removed |Added

 CC||rus...@gmail.com

--- Comment #15 from Damian Kaczmarek  ---
Well, I wonder what would be the right behavior from the UX point of view? I
personally would like Okular to do its best to open the files I throw at it. 

As for the above conversation, it seems it has gone personal. Guys ... no need
to go there. It looks like Nowak provided steps to produce in the message from
2017-04-13 23:33:39 UTC

Even if bug cannot be reproduced (yet) clearly it's happening to at least one
user who as it appears is open to providing more data, links to the code.

I suggest to re-open for future investigation and perhaps re-purpose. Let the
other users find this issue ..

PS.
https://community.kde.org/Get_Involved/Bug_Reporting
> Have a thick skin
> Sometimes your bug report will get closed without the resolution you're 
> hoping for. This feels disappointing, but it's not personal. The project is 
> larger than any one of us.

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

[amarok] [Bug 184325] amarok wish: fetch lyrics from the ID3 lyrics tag

2018-09-28 Thread Hamidreza Jafari
https://bugs.kde.org/show_bug.cgi?id=184325

Hamidreza Jafari  changed:

   What|Removed |Added

 CC||hamidrjaf...@gmail.com

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

[amarok] [Bug 184325] amarok wish: fetch lyrics from the ID3 lyrics tag

2018-09-28 Thread Hamidreza Jafari
https://bugs.kde.org/show_bug.cgi?id=184325

Hamidreza Jafari  changed:

   What|Removed |Added

 CC|hamidrjaf...@gmail.com  |
 Resolution|WORKSFORME  |---
 Status|RESOLVED|REPORTED
 Ever confirmed|1   |0

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

[amarok] [Bug 291727] Feature request: Option to save lyrics in ID3 tags.

2018-09-28 Thread Hamidreza Jafari
https://bugs.kde.org/show_bug.cgi?id=291727
Bug 291727 depends on bug 184325, which changed state.

Bug 184325 Summary: amarok wish: fetch lyrics from the ID3 lyrics tag
https://bugs.kde.org/show_bug.cgi?id=184325

   What|Removed |Added

 Status|RESOLVED|REPORTED
 Resolution|WORKSFORME  |---

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

[calligraplan] [Bug 373769] Calligra Plan crashes with pattern

2018-09-28 Thread Hamidreza Jafari
https://bugs.kde.org/show_bug.cgi?id=373769

Hamidreza Jafari  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |FIXED

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

[krita] [Bug 394299] Wet type color mixture of brushes

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

--- Comment #4 from cok_dr...@hotmail.com ---
Thank you for your reply.
I am Japanese and I am not good at English.
Because it is difficult to decipher the wiki that you mentioned, it is not
likely to be able to report any further bugs.

I hope this bug will be found by someone other than me and will be modified
someday.

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

[neon] [Bug 399199] New: after launching do-release-upgrade and canceling it, there are package dependency problems

2018-09-28 Thread Alex Ander
https://bugs.kde.org/show_bug.cgi?id=399199

Bug ID: 399199
   Summary: after launching do-release-upgrade and canceling it,
there are package dependency problems
   Product: neon
   Version: unspecified
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: neon-b...@kde.org
  Reporter: aalexand...@gmail.com
CC: j...@jriddell.org, neon-b...@kde.org, sit...@kde.org
  Target Milestone: ---

SUMMARY
I have KDE Neon 16.04. Once I started upgrader, but changed my mind and at last
question before the whole action I answered "No". Then I had dependency
problems in packages.

STEPS TO REPRODUCE
1. Launch "do-release-upgrade" 
2. On the last question before the whole action answer "No" 
3. Launch "sudo apt update && sudo apt full-upgrade"


OBSERVED RESULT

Starting pkgProblemResolver with broken count: 1
Starting 2 pkgProblemResolver with broken count: 1
Investigating (0) python3-aptdaemon.gtk3widgets [ amd64 ] <
1.1.1+bzr982+p16.04+git20171121.0035 -> 1.1.1+bzr982-0ubuntu14 |
1.1.1+bzr982+p16.04+git20171121.0035 > ( python )
Broken python3-aptdaemon.gtk3widgets:amd64 Depends on python3-aptdaemon [ amd64
] < 1.1.1+bzr982+p16.04+git20171121.0035 > ( python ) (=
1.1.1+bzr982-0ubuntu14)
  Considering python3-aptdaemon:amd64 0 as a solution to
python3-aptdaemon.gtk3widgets:amd64 0
  Holding Back python3-aptdaemon.gtk3widgets:amd64 rather than change
python3-aptdaemon:amd64
 Try to Re-Instate (1) python3-aptdaemon.gtk3widgets:amd64
Done

EXPECTED RESULT
No problems.

ADDITIONAL INFORMATION
I solved this problem, commenting the following line in the "sources.list":
"deb http://de.archive.ubuntu.com/ubuntu xenial main restricted multiverse
universe". One of conflicting versions of package belongs to
"http://archive.ubuntu.com/ubuntu xenial/main"
I think, this was added there after I canceled Release Upgrader.

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

[krita] [Bug 399169] Inaccurate output when saving image to file.

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

--- Comment #2 from voont...@yahoo.com ---
Created attachment 115302
  --> https://bugs.kde.org/attachment.cgi?id=115302=edit
Re-Upload of the originally intended attachment——now includes the image files
as intended.

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

[systemsettings] [Bug 302852] Adjusting Country/Region/Language other/Bytesize and I had a crash message

2018-09-28 Thread John Hunter
https://bugs.kde.org/show_bug.cgi?id=302852

John Hunter  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|BACKTRACE   |NOT A BUG

--- Comment #4 from John Hunter  ---
I cannot reproduce as the host has now been trashed. I would think that that
particular version of KDE is now no longer maintained. Please close this bug
report.

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

[plasmashell] [Bug 360212] Icon positions in folder view of the desktop are often scrambled after reboot or logout

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

Dr. Chapatin  changed:

   What|Removed |Added

 CC||atalantt...@googlemail.com

--- Comment #43 from Dr. Chapatin  ---
*** Bug 346678 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 346678] Positions of the icons on the desktop are not saved properly

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

Dr. Chapatin  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |DUPLICATE
 CC||bugsefor...@gmx.com

--- Comment #7 from Dr. Chapatin  ---


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

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

[kmail2] [Bug 393421] No ability to hide the HTML Message Status Bar

2018-09-28 Thread pqz
https://bugs.kde.org/show_bug.cgi?id=393421

--- Comment #41 from pqz  ---
(In reply to Erik Quaeghebeur from comment #36)
> (In reply to Sudhir Khanger from comment #35)
> > Is it necessary to keep it absolutely ugly and intrusive? Could we not come
> > up with a UI that is less distracting to the users. Take for example, it can
> > be shown at the top like the external resources message is shown which is
> > less intrusive. Please see the screenshot attached.
> This bug is about the option to hide the HTML bar, which has existed for a
> long time and is used and liked by many (and not by many others). This is
> not the place to discuss alternative UI proposals. Please keep on topic.



And where is the right place to discuss alternative UI proposals ?
There was no discussion when the feature was removed.

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

[kmail2] [Bug 393595] regression: show HTML side bar setting checkbox no longer exists in settings - Appearance - General

2018-09-28 Thread pqz
https://bugs.kde.org/show_bug.cgi?id=393595

pqz  changed:

   What|Removed |Added

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

--- Comment #2 from pqz  ---
The linked bug was closed without a valid reason.
Reopening this one to have a place to track the missing functionality

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

[kmail2] [Bug 393421] No ability to hide the HTML Message Status Bar

2018-09-28 Thread pqz
https://bugs.kde.org/show_bug.cgi?id=393421

pqz  changed:

   What|Removed |Added

   Assignee|pqz...@qbitdepot.com|kdepim-b...@kde.org

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

[kmail2] [Bug 393421] No ability to hide the HTML Message Status Bar

2018-09-28 Thread pqz
https://bugs.kde.org/show_bug.cgi?id=393421

pqz  changed:

   What|Removed |Added

   Assignee|kdepim-b...@kde.org |pqz...@qbitdepot.com

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

[okular] [Bug 399198] wrong font size in printer

2018-09-28 Thread Amnon
https://bugs.kde.org/show_bug.cgi?id=399198

Amnon  changed:

   What|Removed |Added

Version|1.3.2   |1.3.3
 CC||amye...@gmail.com

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

[okular] [Bug 399198] New: wrong font size in printer

2018-09-28 Thread Amnon
https://bugs.kde.org/show_bug.cgi?id=399198

Bug ID: 399198
   Summary: wrong font size in printer
   Product: okular
   Version: 1.3.2
  Platform: Ubuntu Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: printing
  Assignee: okular-de...@kde.org
  Reporter: amye...@gmail.com
  Target Milestone: ---

When printing a PDF file to my HP Laserjet printer, the actual printed text is
about 5% smaller than it should be. 

I get thecorrect size (apparently) when printing from Evince (= document
viewer). 

STEPS TO REPRODUCE
1. Print PDF from OKULAR to printer
2. Look
3. 

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE VERSIONS
(available in About System)
KDE Plasma Version: 5.12.6
KDE Frameworks Version: 5.44.0
Qt Version: 5.9.5 

ADDITIONAL INFORMATION

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

[okular] [Bug 396761] menu items "no text"

2018-09-28 Thread Amnon
https://bugs.kde.org/show_bug.cgi?id=396761

--- Comment #15 from Amnon  ---
Recently I did not experience this bug.

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

[dolphin] [Bug 399197] [Feature Request] Add toggle box to change "Move to trash" to "Delete" globally

2018-09-28 Thread Lukas Sabota
https://bugs.kde.org/show_bug.cgi?id=399197

--- Comment #3 from Lukas Sabota  ---
(In reply to Christoph Feck from comment #2)
> It is already possible to add an 'Delete' entry to the context menu:
> Configure > Dolphin > Services > Delete

You're right.  That's one place.  The other is the "DEL" key bind can be
changed from "Move to trash" to "delete".  In order to change the default
behavior in general (from the keyboard and the context menu), you must change
it within two places.

There could potentially be some UI dolphin preferences ("trash" submenu") to
change the default behavior of the context menu and the DEL key from "Move to
trash" to "delete".  This could even potentially be UI without introducing a
new configuration option

I'm just throwing this out as an idea - I do realize that you can make this
change in two places (services and keybinds) to do this, but it could be a
useful addition to the "trash" dolphin submenu.

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

[dolphin] [Bug 399197] [Feature Request] Add toggle box to change "Move to trash" to "Delete" globally

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

--- Comment #2 from Christoph Feck  ---
It is already possible to add an 'Delete' entry to the context menu:
Configure > Dolphin > Services > Delete

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

[kst] [Bug 354871] invalid format file for dirfile causes segfault

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

netterfi...@astro.utoronto.ca changed:

   What|Removed |Added

 CC||netterfield@astro.utoronto.
   ||ca
 Resolution|--- |WORKSFORME
 Status|REPORTED|RESOLVED

--- Comment #1 from netterfi...@astro.utoronto.ca ---
Appears to have been fixed sometime in the last couple years.

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

[okular] [Bug 378449] Fall back to PDF when file type cannot be inferred from extension or MIME type

2018-09-28 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=378449

Albert Astals Cid  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |NOT A BUG

--- Comment #14 from Albert Astals Cid  ---
You must be very smart, congratulations.

We won't fail back to PDF just because you think it's a good idea.

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

[kst] [Bug 396854] Need C++ class capable of creating, reading and modifying KST session files

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

netterfi...@astro.utoronto.ca changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|REPORTED|RESOLVED

--- Comment #2 from netterfi...@astro.utoronto.ca ---
Looking at the request again, I see that the requested feature ("remotely
configure and control Kst") does in fact exist through the pykst python
bindings.

It is also possible for C++ code to control kst from a C++ program with the
interface used by the pykst python bindings: talking to a running kst session
with a QLocalSocket.  The only problem is that the second is not documented,
except by reading the pykst.py bindings (which actually isn't too bad).

If neither of these will work, or if you are having problems making these work,
let me know.  I am closing the bug in the meantime.

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

[kwin] [Bug 394189] KWin crashes on pressing Alt + Tab

2018-09-28 Thread Sandeep
https://bugs.kde.org/show_bug.cgi?id=394189

Sandeep  changed:

   What|Removed |Added

 Resolution|BACKTRACE   |FIXED
 Status|NEEDSINFO   |RESOLVED

--- Comment #4 from Sandeep  ---
I no longer face the bug, it was fixed a while back.

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

[kst] [Bug 399039] No live plotting from the file

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

netterfi...@astro.utoronto.ca changed:

   What|Removed |Added

 CC||netterfield@astro.utoronto.
   ||ca

--- Comment #1 from netterfi...@astro.utoronto.ca ---
Unfortunately, this is not how kst realtime works - it only works with growing
files.  If instead of deleting the oldest line, you just leave it and let the
file grow, it will work fine, at the expense of a small amount of disk usage.

One could, in principle, put in a timer based reload, but without also
implementing some sort of file locking strategy, this would lead to race
conditions or partial reads, so I am hesitant to implement it.

Is there a reason why you can't keep the old data and let the file grow?

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

[digikam] [Bug 384759] Can't adjust timestamp of RAW files

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

Maik Qualmann  changed:

   What|Removed |Added

 CC||metzping...@gmail.com
   Version Fixed In||6.0.0
 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #5 from Maik Qualmann  ---
Tested with the latest git/master version. The writing of metadata in RAW files
can be reactivated and Time Adjust tool exists again. I close the bug.

Maik

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

[dolphin] [Bug 399197] [Feature Request] Add toggle box to change "Move to trash" to "Delete" globally

2018-09-28 Thread Lukas Sabota
https://bugs.kde.org/show_bug.cgi?id=399197

--- Comment #1 from Lukas Sabota  ---
A user in #plasma IRC has pointed out to me that within "Dolphin Preferences ->
Services" there is a "Trash" "service" that is shown in right click file menu.

A user could potentially change the "Delete" key mapping to actually delete
instead of move to trash and enable this service...

But I'm still convinced that a checkbox would be helpful to toggle this default
behavior.

I realize that UX can be very subjective so I want to bring this up to the
dolphin team at large.  I suppose this is more of a UX idea than a "bug"

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

[digikam] [Bug 399153] Selecting a picture with a tag and another without that tag, the checkbox is black instead of gray.

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

Maik Qualmann  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/dig
   ||ikam/a6db63a3bf8eec1c96a801
   ||808b170f5c7f775ccf
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
   Version Fixed In||6.0.0

--- Comment #3 from Maik Qualmann  ---
Git commit a6db63a3bf8eec1c96a801808b170f5c7f775ccf by Maik Qualmann.
Committed on 28/09/2018 at 21:59.
Pushed by mqualmann into branch 'master'.

use images without tags also as partially checked
FIXED-IN: 6.0.0

M  +2-2NEWS
M  +27   -6core/libs/imageproperties/disjointmetadata.cpp

https://commits.kde.org/digikam/a6db63a3bf8eec1c96a801808b170f5c7f775ccf

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

[dolphin] [Bug 399197] New: [Feature Request] Add toggle box to change "Move to trash" to "Delete" globally

2018-09-28 Thread Lukas Sabota
https://bugs.kde.org/show_bug.cgi?id=399197

Bug ID: 399197
   Summary: [Feature Request] Add toggle box to change "Move to
trash" to "Delete" globally
   Product: dolphin
   Version: 18.08.1
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: lu...@lwsabota.com
CC: elvis.angelac...@kde.org
  Target Milestone: ---

In dolphin, shift+delete is used to delete instead of moving the file to the
trash.

It would be great if there was an option in dolphin that changed the default
behavior.  Perhaps a toggle option could be added to "Configure Dolphin ->
Trash" that gives the user an option to prefer deletion instead of moving to
the trash.  Maybe a toggle option like this?

[ ] Delete files by default instead of moving to trash 


Thanks again for everyone for their efforts on KDE and plasma

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

[okular] [Bug 378449] Fall back to PDF when file type cannot be inferred from extension or MIME type

2018-09-28 Thread Damian Nowak
https://bugs.kde.org/show_bug.cgi?id=378449

Damian Nowak  changed:

   What|Removed |Added

Summary|Fall back to PDF when file  |Fall back to PDF when file
   |type cannot be inferred |type cannot be inferred
   |from extension  |from extension or MIME type

--- Comment #13 from Damian Nowak  ---
Talking SOA#1 instead of talking source code won't get you anywhere.

The summary of this bug/feature request is:

> Fall back to PDF when file type cannot be inferred from extension (or mime 
> type)

Thank you for considering this feature.

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

[elisa] [Bug 389136] Some songs are not shown(git)

2018-09-28 Thread Alexander Stippich
https://bugs.kde.org/show_bug.cgi?id=389136

Alexander Stippich  changed:

   What|Removed |Added

   Assignee|a.stipp...@gmx.net  |matthieu_gall...@yahoo.fr

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

[elisa] [Bug 393118] m4a audio files are not considered

2018-09-28 Thread Alexander Stippich
https://bugs.kde.org/show_bug.cgi?id=393118

Alexander Stippich  changed:

   What|Removed |Added

   Assignee|a.stipp...@gmx.net  |matthieu_gall...@yahoo.fr

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

[Akonadi] [Bug 338658] GMail, Novell Groupwise, other IMAP: "Multiple merge candidates, aborting"

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

Christoph  changed:

   What|Removed |Added

 CC|ilove...@mojo.cc|

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

[KBibTeX] [Bug 394659] crash after compilation

2018-09-28 Thread manuel fernández
https://bugs.kde.org/show_bug.cgi?id=394659

--- Comment #11 from manuel fernández  ---
Followed your advice, loaded setup-env as suggested but to no avail.
The terminal throws the following:

(kdesrc) mfg@bix:~/sysi/com/down/kbibtex/kbibtex$ /tmp/usr/bin/kbibtex
kbibtex.program: Starting KBibTeX version "c3ce32be (master)"
QCommandLineParser: option not defined: "author"
QCommandLineParser: option not defined: "license"
QCommandLineParser: option not defined: "desktopfile"
Empty filename for XSLT
Empty filename for XSLT
kbibtex.program: WebEngine is available, using it instead of WebKit or HTML
KPart (both neither considered nor tested for) for HTML/Web preview.
No file found for ".xml" , even though update-mime-info said it would exist.
Either it was just removed, or the directory doesn't have executable
permission... ("/home/mfg/.local/share/mime", "/usr/share/mime")
kbibtex.program: Using service "BibTeX Viewer and Editor" ( "KParts component
to view and edit bibliographic files" ) for mime type "text/x-bibtex" through
library "kbibtexpart"
kf5.kxmlgui: this does not work on a KActionCollection containing actions!
kbibtex.io: BibUtils found, using it to import/export certain types of
bibliographies
kbibtex.io: Unknown token ' 'e' ( "0x0065" ) ' near line  1140 ( "" 
"fe" ) , treating as comment
kf5.kio.core: KSambaShare: Could not find smb.conf!
kbibtex.program: Located KPart service: "kbibtexpart" with description "KParts
component to view and edit bibliographic files" from library "kbibtexpart"
KCrash: crashing... crashRecursionCounter = 2
KCrash: Application Name = kbibtex path = /tmp/usr/bin pid = 5424
KCrash: Arguments: /tmp/usr/bin/kbibtex 
KCrash: Attempting to start /usr/lib/x86_64-linux-gnu/libexec/drkonqi from
kdeinit
sock_file=/run/user/1000/kdeinit5__0

[1]+  Stopped /tmp/usr/bin/kbibtex
(kdesrc) mfg@bix:~/sysi/com/down/kbibtex/kbibtex$

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

[kdevelop] [Bug 393444] "Find-Replace in files" puts "nullptr" string in current file instead of proper value

2018-09-28 Thread Piotr Mierzwinski
https://bugs.kde.org/show_bug.cgi?id=393444

Piotr Mierzwinski  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #6 from Piotr Mierzwinski  ---
I close this ticket, because I can't reproduce the issue.

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

[plasmashell] [Bug 397693] Kickoff immediately selects entry under mouse in search

2018-09-28 Thread Saeid Akbari
https://bugs.kde.org/show_bug.cgi?id=397693

Saeid Akbari  changed:

   What|Removed |Added

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

--- Comment #3 from Saeid Akbari  ---
Yup, The issue is resolved after a world update.

OS: Gentoo
Plasma Workspace: 5.12.5 (same as before)
Qt: 5.9.6
KDE Framework: 5.46.0

If anyone still facing it after the update, it'll be reopened.

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

[Akonadi] [Bug 338658] GMail, Novell Groupwise, other IMAP: "Multiple merge candidates, aborting"

2018-09-28 Thread Allan Sandfeld
https://bugs.kde.org/show_bug.cgi?id=338658

--- Comment #115 from Allan Sandfeld  ---
I think it is a safe and it works, but it doesn't solve the underlying issue,
it just makes kmail keep working when the data is wrong.

--- Comment #116 from Allan Sandfeld  ---
I think it is a safe and it works, but it doesn't solve the underlying issue,
it just makes kmail keep working when the data is wrong.

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

[Akonadi] [Bug 338658] GMail, Novell Groupwise, other IMAP: "Multiple merge candidates, aborting"

2018-09-28 Thread Allan Sandfeld
https://bugs.kde.org/show_bug.cgi?id=338658

--- Comment #115 from Allan Sandfeld  ---
I think it is a safe and it works, but it doesn't solve the underlying issue,
it just makes kmail keep working when the data is wrong.

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

[frameworks-kio] [Bug 293888] Poor performance with mounted network locations

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

Nate Graham  changed:

   What|Removed |Added

 Blocks||75324


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=75324
[Bug 75324] Integrate KIO Slaves into file system using FUSE gateway
-- 
You are receiving this mail because:
You are watching all bug changes.

[kiofuse] [Bug 75324] Integrate KIO Slaves into file system using FUSE gateway

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

Nate Graham  changed:

   What|Removed |Added

 Depends on||293888


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=293888
[Bug 293888] Poor performance with mounted network locations
-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 293888] Poor performance with mounted network locations

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

Nate Graham  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de
Summary|KDE Filechooser is much |Poor performance with
   |slower than than other  |mounted network locations
   |filechoosers|

--- Comment #37 from Nate Graham  ---
That makes sense. We have a lot of blocking calls that don't handle mounted
filesystems that well. Kai has been working on this; CCing him.

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

[frameworks-kio] [Bug 293888] KDE Filechooser is much slower than than other filechoosers

2018-09-28 Thread Aaron Williams
https://bugs.kde.org/show_bug.cgi?id=293888

Aaron Williams  changed:

   What|Removed |Added

 CC||aar...@doofus.org

--- Comment #36 from Aaron Williams  ---
This problem usually manifested itself when one or more subdirectories were
mounted on network filesystems.

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

[kontact] [Bug 399196] New: Kontact crash when trying to import calendar (search)

2018-09-28 Thread Marco Richetta
https://bugs.kde.org/show_bug.cgi?id=399196

Bug ID: 399196
   Summary: Kontact crash when trying to import calendar (search)
   Product: kontact
   Version: 5.7.3
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: calendar
  Assignee: kdepim-b...@kde.org
  Reporter: marcoriche...@gmail.com
  Target Milestone: ---

Created attachment 115301
  --> https://bugs.kde.org/attachment.cgi?id=115301=edit
Before typing for search.

SUMMARY
When trying to import a new calendar, Kontact crashes just after you type a
letter on the search box.

STEPS TO REPRODUCE
1. Kontact
2. Calendar
3. File - Import - Obtain new (I have it in Spanish so I don't know the real
translation on English)
4. Type on the search box.

OBSERVED RESULT
Attached on the image

EXPECTED RESULT
Calendars that match your search

SOFTWARE VERSIONS
(available in About System)
KDE Plasma Version: 5.12.6
KDE Frameworks Version: 5.44.0
Qt Version: 5.9.5

ADDITIONAL INFORMATION
If you open KOrganizer directly, the functionality is correct.

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

[okular] [Bug 378449] Fall back to PDF when file type cannot be inferred from extension

2018-09-28 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=378449

--- Comment #12 from Albert Astals Cid  ---
So what? I know how to use grep, but i also can prove it opens a pdf file named
.aspx for me http://i.imgur.com/pybTeqy.png

So stop repeating the same information and maybe give us new one.

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

[latte-dock] [Bug 399149] Wine application with latte-dock master and plasma 5.14 beta always uses cpu

2018-09-28 Thread Michail Vourlakos
https://bugs.kde.org/show_bug.cgi?id=399149

--- Comment #5 from Michail Vourlakos  ---
(In reply to Alexandre Pereira from comment #4)
> (In reply to Michail Vourlakos from comment #3)
> > (In reply to Alexandre Pereira from comment #2)
> > > (In reply to Michail Vourlakos from comment #1)
> > > > Is this happening with other wine apps?
> I added two taskbars to the desktop, one "Icon Only Taskbar" and "Taskbar" (
> normal one ).
> 
> plasmashell didn't seem to increase usage, using 0% to 1% . latte-dock to 3%
> to 5%.

that does not mean that the app or wine do not break some X11 protocol by using
it too often. But the only way to confirm this is by using that specific app
under plasma 5.14

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

[dolphin] [Bug 377253] Show option to format USB drive in context menu

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

Nate Graham  changed:

   What|Removed |Added

Summary|Show current filesystem and |Show option to format USB
   |add option to format USB|drive in context menu
   |drive   |
   Assignee|andr...@stikonas.eu |dolphin-bugs-n...@kde.org
Product|partitionmanager|dolphin
  Component|general |general
Version|3.1 |unspecified
 CC||elvis.angelac...@kde.org

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

[plasmashell] [Bug 381489] Button to "Save current theme" to can try others and rollback easily

2018-09-28 Thread Baltasar
https://bugs.kde.org/show_bug.cgi?id=381489

--- Comment #5 from Baltasar  ---
I think this option will be great.

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

[okular] [Bug 378449] Fall back to PDF when file type cannot be inferred from extension

2018-09-28 Thread Damian Nowak
https://bugs.kde.org/show_bug.cgi?id=378449

--- Comment #11 from Damian Nowak  ---
In my output:

org.kde.okular.core: No plugin for mimetype
'"application/x-wine-extension-aspx"'.

A quick search on GitHub reveals this:

https://github.com/KDE/okular/blob/21836ba072b2d4189f1257af06c11f134f2edc31/core/document.cpp#L2441

Which confirms what I said:

> Console output definitely suggests Okular is looking at MIME type first.

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

[digikam] [Bug 399075] Import top thumbnail bar keeps scrolling back while importing images

2018-09-28 Thread Jens
https://bugs.kde.org/show_bug.cgi?id=399075

--- Comment #2 from Jens  ---
OK, how can I record the screen contents?

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

[kpat] [Bug 399123] freecell triple right click cheat/bug

2018-09-28 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=399123

Albert Astals Cid  changed:

   What|Removed |Added

 CC||aa...@kde.org
 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #1 from Albert Astals Cid  ---
Can you give us the version of the kpat package?

I can't reproduce this issue here 18.08.1

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

[frameworks-kirigami] [Bug 398303] GridViewKCM: double-clicking on a delegate should select it and then apply

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

--- Comment #4 from Nate Graham  ---
The "apply theme" checkbox is the only real issue, I think. We could un-check
it prior to applying, or even make it into a button that has to be deliberately
clicked.

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

[okular] [Bug 364809] can't print file that contains invalid UTF-8 sequence

2018-09-28 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=364809

Albert Astals Cid  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #19 from Albert Astals Cid  ---
I'm sorry but no, i'm not just going to do stuff in latin1 just because you
think something is wrong. 

You have to prove something is wrong, and AFAICS that has not happened.

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

[frameworks-knotifications] [Bug 348414] Crash in KNotification::flags() (NotifyByAudio::onAudioFinished)

2018-09-28 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=348414

Albert Astals Cid  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #89 from Albert Astals Cid  ---
No, it doesn't, the at-exit crash fix for is only in KF 5.47 so he's using an
old version.

at-exit crash is bug 380114

And Rene should remember since he was part of the review in phabricator.

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

[okular] [Bug 378449] Fall back to PDF when file type cannot be inferred from extension

2018-09-28 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=378449

--- Comment #10 from Albert Astals Cid  ---
The info is not enough, because as i said, it works just fine for me.

So there's something different in his setup, we can remove it from needs info
if you want, but unless he can provide info so we can reproduce it, it won't
get magically fixed.

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

[dolphin] [Bug 398908] Dolphin uses up huge amounts of memory

2018-09-28 Thread Knut Hildebrandt
https://bugs.kde.org/show_bug.cgi?id=398908

--- Comment #4 from Knut Hildebrandt  ---
Interesting is, that the longer my system runs the more memory the dolphins
consume. After three days uptime and hibernating the system several times some
of them allocate in between 500 MB and more than 1 GB. Freshly started dolphins
do not consume that much, but start where the others had started day ago. To me
it seems that with every wake-up dolphin allocates additional memory.

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

[Discover] [Bug 399141] Release upgrades are not shown in Updates widget

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

--- Comment #4 from Nate Graham  ---
(In reply to Aleix Pol from comment #3)
> The PackageKitNotifier backend for the plasmoid does check for new releases.
> It's not implemented on apt backend, we looked into it for neon with Harald
> and they decided to go in a different direction.

That's a shame. Can we re-visit that in some venue? It's sort of odd to not
have all upgrade notifications in the same plasmoid.

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

[konsole] [Bug 399140] Notification for "Bell" is useless

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

Nate Graham  changed:

   What|Removed |Added

   Keywords||junior-jobs, usability

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

[krita] [Bug 399195] can't activate opengl in 4.1.3

2018-09-28 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=399195

Boudewijn Rempt  changed:

   What|Removed |Added

Summary|can't activate opnegl in|can't activate opengl in
   |4.1.3   |4.1.3
 CC||b...@valdyas.org

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

[krita] [Bug 399195] New: can't activate opnegl in 4.1.3

2018-09-28 Thread westas
https://bugs.kde.org/show_bug.cgi?id=399195

Bug ID: 399195
   Summary: can't activate opnegl in 4.1.3
   Product: krita
   Version: 4.1.3
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: CPU Canvas
  Assignee: krita-bugs-n...@kde.org
  Reporter: rytisaleksiu...@gmail.com
  Target Milestone: ---

SUMMARY

I just downloaded 4.1.3 versiona and had an error what i cant activate opengl
for some reason, but its really strange because i was using krita since 2.5 and
never had this error
https://imgur.com/a/sonG5kj

i was sugested maybe it's because my graphic card because i use is amd radeon
r7 m445 drivers version is 17.11, but i never had same error before

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

[krita] [Bug 396779] Desaturated reference images still give original saturated color when using the color picker

2018-09-28 Thread Altguard
https://bugs.kde.org/show_bug.cgi?id=396779

--- Comment #2 from Altguard  ---
This escaped my mind until the 4.1.3 release - the issue was noted as fixed in
the patch notes and, sure enough, it seems to have been resolved with the
latest version.

I apologize for not providing more information before.

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

[kio] [Bug 278196] improve error handling when copiing files to fat32 with chars like é or ü

2018-09-28 Thread e3k
https://bugs.kde.org/show_bug.cgi?id=278196

--- Comment #7 from e3k  ---
i read that baloo is doing file indexing. i guess it is for that search feature
you have on kde. not sure if it was only because i did run kde now for the
first time and when the indexing is done it would stop abusing IO.

anyway this is a repeating issue i have seen for other applications
(xfce/thumblerd). today everyone has ssd and it is hidden for them. but with an
hdd it gets visible. i think those issues should still be fixed. maybe it is no
performance issue for an ssd but sure it will reduce the lifetime of one.

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

[konsole] [Bug 387833] konsole scrollback functionality often vanishes

2018-09-28 Thread Adam Felson
https://bugs.kde.org/show_bug.cgi?id=387833

--- Comment #4 from Adam Felson  ---
I've found that the command 'tput reset' cures it.
No idea what the cause is.  It seems random.

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

[Breeze] [Bug 399194] New: No resize cursor for the corners of GTK CSD windows

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

Bug ID: 399194
   Summary: No resize cursor for the corners of GTK CSD windows
   Product: Breeze
   Version: 5.13.5
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Icons
  Assignee: visual-des...@kde.org
  Reporter: gamerbrown...@gmail.com
CC: kain...@gmail.com
  Target Milestone: ---

SUMMARY
When you hover over the corners of GTK CSD windows,
the cursor is the fallback Adwaita one.
This is because there are some missing symlinks
in the breeze cursor themes:
sw-resize --> size_bdiag
ne-resize --> size_bdiag
nw-resize --> size_fdiag
se-resize --> size_fdiag

STEPS TO REPRODUCE
1. Hover over the corners of a GTK CSD window

OBSERVED RESULT
The cursor changes into a fallback Adwaita one

EXPECTED RESULT
It should be a breeze cursor

SOFTWARE VERSIONS
KDE Plasma Version: 5.13.5
KDE Frameworks Version: 5.50.0
Qt Version: 5.11.2

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

[kio] [Bug 278196] improve error handling when copiing files to fat32 with chars like é or ü

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

Nate Graham  changed:

   What|Removed |Added

 Resolution|WORKSFORME  |FIXED

--- Comment #6 from Nate Graham  ---
Glad my results have been confirmed! And yeah, we're all aware that Baloo could
use some love.

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

[kio] [Bug 278196] improve error handling when copiing files to fat32 with chars like é or ü

2018-09-28 Thread e3k
https://bugs.kde.org/show_bug.cgi?id=278196

--- Comment #5 from e3k  ---
hi. i took some time and installed the current kde and dolphin on my arch
linux:

plasma-desktop 5.13.5-1
dolphin 18.08.1-2

and good news every one! i could copy a file like  likeéorütofat32.txt to an sd
card with FAT32 fs without an issue. iguess you can close this one.

ps: the system was incredibly slow on my t420 with an hdd. high io load! i had
to kill baloo-file-extractor process to get it work performant.

you have 25 bugs there for baloo
https://bugs.kde.org/buglist.cgi?quicksearch=baloo-file-extractor_id=1549818

not sure if i should open a bug with the title: baloo-file-extractor high io
usage because i do not use kde currently. what do you think?

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

[plasmashell] [Bug 393957] Horizontal layout option for horizontal panels

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

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #7 from Nate Graham  ---
Info was previously added.

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

[kdenetwork-filesharing] [Bug 381301] Samba sharing for home folder turns off on its own after a few minutes

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

Nate Graham  changed:

   What|Removed |Added

 CC||dkl...@gmail.com

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

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

[kio] [Bug 339787] Shared folder is no longer shared after logout

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

Nate Graham  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |DUPLICATE
 Status|NEEDSINFO   |RESOLVED

--- Comment #6 from Nate Graham  ---
No response; assuming it was the home folder since the symptoms match those of
Bug 381301.

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

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

[gwenview] [Bug 299699] "Print" and "Save as" menu items are disabled in some cases

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

Nate Graham  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |FIXED

--- Comment #3 from Nate Graham  ---
Cannot reproduce. Calling it fixed.

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

[Discover] [Bug 382399] If I install an app from Discover, then put in a search term, the app crashes.

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

Nate Graham  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |FIXED
 Status|NEEDSINFO   |RESOLVED

--- Comment #4 from Nate Graham  ---
No backtrace, no response, and similar issues in 5.9.x have all been fixed.

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

[plasmashell] [Bug 383255] iOS device shows up as two cameras in Device Notifier

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

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #7 from Nate Graham  ---
Another data point: the first time an affected device is plugged in, the Device
Notifier shows two entries. After unplugging the device and then plugging it
back in, only one entry is shown. However, accessing the device no longer
works; navigating to
camera:/Apple%2520iPhone%25205%2520(PTP%2520mode)@usb:001,017/ (or whatever the
URL is) produces an empty directory and a Dolphin error message that says:

"Could not read. Reason: Could not claim the USB device"

It looks like there may actually be two processes spawned here, and after
unplugging the device, one of them doesn't die and therefore blocks access at a
later time.

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

[kruler] [Bug 399193] New: change Ruler scale

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

Bug ID: 399193
   Summary: change Ruler scale
   Product: kruler
   Version: unspecified
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: soe...@pprojekt.de
  Reporter: ajvette...@gmail.com
  Target Milestone: ---

SUMMARY

Enable the option to change the scale from pixels to to inches, cm, etc 
This feature would enable people to get an idea of the size of a screen or the
scale of something on the screen.

EXPECTED RESULT

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

[kwin] [Bug 399021] [Wayland] "Not responding..." effect remains even when the window is no longer frozen

2018-09-28 Thread Alexander Mentyu
https://bugs.kde.org/show_bug.cgi?id=399021

Alexander Mentyu  changed:

   What|Removed |Added

 CC||notux...@gmail.com

--- Comment #1 from Alexander Mentyu  ---
How do you make Discover(or other) windows not responding?

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

[krita] [Bug 399180] Krita 4.1.3 impossible to deal with tiff files

2018-09-28 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=399180

Boudewijn Rempt  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #2 from Boudewijn Rempt  ---
I can confirm the problem on Windows.

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

[kmail2] [Bug 399017] [Wayland] Restore from systray makes Kmail freeze

2018-09-28 Thread Alexander Mentyu
https://bugs.kde.org/show_bug.cgi?id=399017

Alexander Mentyu  changed:

   What|Removed |Added

 CC||notux...@gmail.com

--- Comment #1 from Alexander Mentyu  ---
Can reproduce, backtrace upon restoring from systray:

Plasma 5.13.5
Apps 18.08.1
Frameworks 5.50.0
Qt 5.11.2

gdb kmail
GNU gdb (GDB) 8.2
Copyright (C) 2018 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-pc-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"...
Reading symbols from kmail...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/kmail 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
Using Wayland-EGL
[New Thread 0x7fffd82a9700 (LWP 3566)]
[New Thread 0x7fffd6667700 (LWP 3567)]
[New Thread 0x7fffd5456700 (LWP 3568)]
[New Thread 0x7fffd4bda700 (LWP 3569)]
[Detaching after fork from child process 3570]
[New Thread 0x7fffc7fff700 (LWP 3572)]
Connecting to deprecated signal
QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
org.kde.pim.akonadiserver: Failed to use database "akonadi"
org.kde.pim.akonadiserver: Database error: "Can't connect to local MySQL server
through socket '/run/mysqld/mysqld.sock' (2 \"No such file or directory\")
QMYSQL: Unable to connect"
org.kde.pim.akonadiserver: Failed to connect to database!
org.kde.pim.akonadiserver: Database error: "Can't connect to local MySQL server
through socket '/run/mysqld/mysqld.sock' (2 \"No such file or directory\")
QMYSQL: Unable to connect"
org.kde.pim.akonadiserver: Failed to remove runtime connection config file
org.kde.pim.akonadicontrol: Application 'akonadiserver' exited normally...
org.kde.pim.kidentitymanagement: IdentityManager: There was no default
identity. Marking first one as default.
[New Thread 0x7fffc77fe700 (LWP 3586)]
Error loading text-to-speech plug-in "speechd"
WebEngine compiled with X11 support, however qpa backend is not xcb. This may
fail.
[0928/221215.411282:WARNING:stack_trace_posix.cc(699)] Failed to open file:
/home/not/#4724012 (deleted)
  Error: No such file or directory
[New Thread 0x7fffc651f700 (LWP 3587)]
[Detaching after fork from child process 3588]
[New Thread 0x7fffc5d1e700 (LWP 3589)]
[New Thread 0x7fffc551d700 (LWP 3590)]
[New Thread 0x7fffc4d1c700 (LWP 3591)]
[New Thread 0x7fffabfff700 (LWP 3592)]
[New Thread 0x7fffab7fe700 (LWP 3593)]
[New Thread 0x7fffaaffd700 (LWP 3594)]
[New Thread 0x7fffaa7fc700 (LWP 3595)]
[New Thread 0x7fffa9ffb700 (LWP 3596)]
[New Thread 0x7fffa97fa700 (LWP 3597)]
[New Thread 0x7fffa8ff9700 (LWP 3598)]
[New Thread 0x7fff8bfff700 (LWP 3599)]
[New Thread 0x7fff8b7fe700 (LWP 3600)]
[New Thread 0x7fff8affd700 (LWP 3601)]
[New Thread 0x7fff8a7fc700 (LWP 3602)]
[New Thread 0x7fff89ffb700 (LWP 3603)]
[New Thread 0x7fff897fa700 (LWP 3604)]
[New Thread 0x7fff88ff9700 (LWP 3605)]
[New Thread 0x7fff67fff700 (LWP 3606)]
[New Thread 0x7fff677fe700 (LWP 3607)]
[New Thread 0x7fff66ffd700 (LWP 3608)]
[New Thread 0x7fff667fc700 (LWP 3609)]
Using the 'xdg-shell-v6' shell integration
org.kde.pim.akonadicore: Job error:  "" for collection: QVector() 

org.kde.pim.akonadicore: Job error:  "" for collection: QVector() 

org.kde.pim.messagelist: Failed to load tags  ""
org.kde.pim.kmail: ""
org.kde.pim.kmail: ""
[New Thread 0x7fff65ffb700 (LWP 3625)]
[Thread 0x7fff65ffb700 (LWP 3625) exited]
[New Thread 0x7fff65ffb700 (LWP 3626)]
[New Thread 0x7fff657fa700 (LWP 3629)]
error marshalling arguments for get_subsurface (signature noo): null value
passed for arg 2
Error marshalling request: Invalid argument

Thread 1 "kmail" received signal SIGABRT, Aborted.
0x766e3d7f in raise () from /usr/lib/libc.so.6
(gdb) thread apply all bt

Thread 32 (Thread 0x7fff657fa700 (LWP 3629)):
#0  0x73c61ef6 in pthread_cond_timedwait@@GLIBC_2.3.2 () from
/usr/lib/libpthread.so.0
#1  0x76ac35fd in QWaitCondition::wait(QMutex*, unsigned long) () from
/usr/lib/libQt5Core.so.5
#2  0x76abb024 in ?? () from /usr/lib/libQt5Core.so.5
#3  0x76ac2f65 in ?? () from /usr/lib/libQt5Core.so.5
#4  0x73c5ba9d in start_thread () from /usr/lib/libpthread.so.0
#5  0x767a7a43 in clone () from /usr/lib/libc.so.6

Thread 31 (Thread 0x7fff65ffb700 (LWP 3626)):
#0  0x73c61ef6 in 

[KEXI] [Bug 379306] Zero values not showing up

2018-09-28 Thread Jarosław Staniek
https://bugs.kde.org/show_bug.cgi?id=379306

--- Comment #18 from Jarosław Staniek  ---
Thanks Andrew and Ian. 

As you know 15 or 30 days is very small period. Many distributions refuse to
update even in 2 years...

Most users are unable to build the software themselves.

Here I think we know a bit more and we analyzed the problem.

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

[latte-dock] [Bug 399149] Wine application with latte-dock master and plasma 5.14 beta always uses cpu

2018-09-28 Thread Alexandre Pereira
https://bugs.kde.org/show_bug.cgi?id=399149

--- Comment #4 from Alexandre Pereira  ---
(In reply to Michail Vourlakos from comment #3)
> (In reply to Alexandre Pereira from comment #2)
> > (In reply to Michail Vourlakos from comment #1)
> > > Is this happening with other wine apps?
> >
> > Then I noticed, that app in question changes the titlebar text every second
> > ( has a clock in the titlebar ). Could this be what latte-dock is updating ?
> 
> it can be the reason. try the following:
> 
> 1. close Latte
> 2. add a default plasma panel that contains the default plasma taskmanager
> 3. do you get same cpu usage with plasmashell process?

I added two taskbars to the desktop, one "Icon Only Taskbar" and "Taskbar" (
normal one ).

plasmashell didn't seem to increase usage, using 0% to 1% . latte-dock to 3% to
5%.

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

[kwin] [Bug 398832] window-state-event is not sent for focus change when CSD is enabled

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

Martin Flöser  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |NOT A BUG

--- Comment #3 from Martin Flöser  ---
This is out of scope for an X11 window manager.

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

[krita] [Bug 399180] Krita 4.1.3 impossible to deal with tiff files

2018-09-28 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=399180

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||b...@valdyas.org
   Severity|critical|normal
   Keywords||regression

--- Comment #1 from Boudewijn Rempt  ---
Hm, on Linux, I don't have any problem opening or saving a tiff file with
4.1.3. I'll reboot...

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

[kio] [Bug 302594] authorization dialog does not remember smb username and pass

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

Nate Graham  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |FIXED

--- Comment #9 from Nate Graham  ---
Never seen this with Frameworks 5. My username and password are remembered just
fine for password-protected SMB shares. Calling it fixed in the absence of new
information from the bug submitter.

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

  1   2   3   4   5   >