[valgrind] [Bug 369383] New: x86 sys_modify_ldt wrapper crashes on bad ptr

2016-09-26 Thread Mark Wielaard via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369383

Bug ID: 369383
   Summary: x86 sys_modify_ldt wrapper crashes on bad ptr
   Product: valgrind
   Version: 3.12 SVN
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: jsew...@acm.org
  Reporter: m...@redhat.com

LTP testcases/kernel/syscalls/modify_ldt/modify_ldt01:

==30317== Syscall param modify_ldt(ptr) points to unaddressable byte(s)
==30317==at 0x412FFF9: modify_ldt (in /usr/lib/libc-2.23.so)
==30317==by 0x8049BCD: main (modify_ldt01.c:188)
==30317==  Address 0x805efff is 4095 bytes after the brk data segment limit
0x805e000
==30317== 
--30317-- VALGRIND INTERNAL ERROR: Valgrind received a signal 11 (SIGSEGV) -
exiting
--30317-- si_code=1;  Faulting address: 0x805F000;  sp: 0x62a5ce34

valgrind: the 'impossible' happened:
   Killed by fatal signal

host stacktrace:
==30317==at 0x380B70B7: read_ldt (syswrap-x86-linux.c:541)
==30317==by 0x380B70B7: sys_modify_ldt (syswrap-x86-linux.c:603)
==30317==by 0x380B70B7: vgSysWrap_x86_linux_sys_modify_ldt_before
(syswrap-x86-linux.c:1037)


Reproducible: Always

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


[krusader] [Bug 297079] "open with"->"other" context menu parameter behaviour (%U)

2016-09-26 Thread Alex Bikadorov via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=297079

--- Comment #15 from Alex Bikadorov  ---
Ok, i did some testing again and I'm pretty sure what your problem here is: it
simply makes it a different if you add "%U" to the command or not.
E.g. select some *.txt files, right-click->open with->Others... and
  (a) type "kate": an empty Kate instance opened, no files
  (b) type "kate %U": all files are opened in one Kate instance

Same with every other runnable including custom shell scripts.

And if you select a desktop entry it depends on its command what is executed.
For further information see:
https://specifications.freedesktop.org/desktop-entry-spec/latest/ar01s06.html

My conclusion is that at this point it has nothing to do anymore with Krusader
or KIO. If you agree plz close this report.

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


[plasmashell] [Bug 367621] "Get new widgets" button overlaps scroll bar when search result is empty

2016-09-26 Thread Marco Martin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367621

Marco Martin  changed:

   What|Removed |Added

 CC||notm...@gmail.com

--- Comment #1 from Marco Martin  ---
this looks like it's a ScrollView bug, it seems to size the scrollbar wrong
when there are no item (and the scrollbar is set as always shown (this is done
to work around another bug)

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


[valgrind] [Bug 369175] jm_vec_isa_2_07 test crashes on ppc64

2016-09-26 Thread Julian Seward via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369175

--- Comment #24 from Julian Seward  ---
(In reply to Ulrich Weigand from comment #23)
> However, adding calls to fnptr_to_fnentry at a high level likewise seems
> wrong, since once you've done that, you've forgotten where the function
> descriptor was and have no chance of then retrieving the correct TOC value
> to load into r2 before the call.  And in fact, the crash in comment #7 seems
> a typical example of what happens when calling a function without setting up
> its TOC pointer correctly.

Ulrich, you're right.  Valgrind actually kludges this on ppc64be, by completely
ignoring the TOC pointer question and not saving or restoring r2 across calls.
I suspect that the reason this works is that Valgrind itself is compiled into a
statically linked executable, and so there is only ever one required r2 value,
which is set up at start time and stays the same for ever more.  Does that
sound plausible?

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


[valgrind] [Bug 369175] jm_vec_isa_2_07 test crashes on ppc64

2016-09-26 Thread Ulrich Weigand via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369175

Ulrich Weigand  changed:

   What|Removed |Added

 CC||uweig...@de.ibm.com

--- Comment #23 from Ulrich Weigand  ---
Will asked me to look at this bug and comment from the perspective of the Power
ABI ...

Now, with the ppc64(be) (or AIX) ABI, to call a function via function pointer
you need to do two things:
- read the target functions' TOC pointer from the function descriptor (word 1)
and load it into r2, *and*
- read the target functions' entry point address from the function descriptor
(word 0) and transfer control to it

(And of course you need to save the old value of r2 before the call and restore
it afterwards.  To be fully correct, you also need to load the static chain
pointer from word 2 of the function descriptor and load it into r11 -- but that
only matters when calling a nested function.)

If you're jumping into a function descriptor (as in comment #19), then you're
clearly treating a function descriptor address as if it were an entry point
address, which is of course wrong.

However, adding calls to fnptr_to_fnentry at a high level likewise seems wrong,
since once you've done that, you've forgotten where the function descriptor was
and have no chance of then retrieving the correct TOC value to load into r2
before the call.  And in fact, the crash in comment #7 seems a typical example
of what happens when calling a function without setting up its TOC pointer
correctly.

I'm not very familiar with valgrind internals, but what I'd have expected to
happen is that the function pointer value (i.e. function descriptor address) is
being kept around in the IR until that (platform-specific) point where actual
function call instructions (bctrl etc.) are emitted; and only at *that* point
look into the function descriptor and use it to load both TOC pointer and entry
point address.

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


[kmail2] [Bug 207194] UTF-8 is mangled when passed through runner

2016-09-26 Thread Rolf Eike Beer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=207194

Rolf Eike Beer  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |FIXED

--- Comment #3 from Rolf Eike Beer  ---
Seems to work in Kontact 5.3.0 and Plasma 5.7.4.

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


[akregator] [Bug 369382] New: Middle mouse click on article title behaves like left mouse button

2016-09-26 Thread Rolf Eike Beer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369382

Bug ID: 369382
   Summary: Middle mouse click on article title behaves like left
mouse button
   Product: akregator
   Version: 5.3.0
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: k...@opensource.sf-tec.de

When I middle-click on the title of an article in the article view the action
of the left mouse is performed, not the one of the middle mouse button.

Reproducible: Always

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


[krita] [Bug 365992] Krita Crashes on closing document

2016-09-26 Thread Patrice Kouame via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365992

--- Comment #9 from Patrice Kouame  ---
Didn't find these patches merged into master, so tested them locally.
Krita no longer crashes on close anymore. Good
Krita does shut down when last document closed. Is that expected behavior?

=
krita master 3.0.2 beta git (b9c7f56)
ext_qt qt5.7 rebuilt and patched
xcode 8
macOS Sierra
macPro 3,1

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


[kmail2] [Bug 332368] Passing a PGP message via KToolInvocation::invokeMailer() it will not show up in the composer

2016-09-26 Thread Rolf Eike Beer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=332368

Rolf Eike Beer  changed:

   What|Removed |Added

 Status|NEEDSINFO   |CONFIRMED
 Ever confirmed|0   |1
Version|4.12.3  |5.3.0
 Resolution|WAITINGFORINFO  |---

--- Comment #4 from Rolf Eike Beer  ---
Still in 5.3.0

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


[plasmashell] [Bug 358578] Active window taskbar entry background too bright in Breeze Dark theme

2016-09-26 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358578

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
 CC||k...@davidedmundson.co.uk

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


[kdeplasma-addons] [Bug 367678] Full screen application dashboard lose focus when a new window opened behind

2016-09-26 Thread Kai Uwe Broulik via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367678

Kai Uwe Broulik  changed:

   What|Removed |Added

   Assignee|notm...@gmail.com   |h...@kde.org

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


[akregator] [Bug 273391] Akregator should not ask to restore session if there is nothing to restore

2016-09-26 Thread Rolf Eike Beer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=273391

Rolf Eike Beer  changed:

   What|Removed |Added

 Status|NEEDSINFO   |CONFIRMED
Version|1.7.0   |5.3.0
 Resolution|WAITINGFORINFO  |---

--- Comment #3 from Rolf Eike Beer  ---
Still happens in 5.3.0

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


[systemsettings] [Bug 369353] Swedish layout doesn't make Alt Gr a 3rd level modifier by default

2016-09-26 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369353

David Edmundson  changed:

   What|Removed |Added

Version|master  |unspecified
   Assignee|k...@davidedmundson.co.uk|ary...@gmail.com
   Target Milestone|1.0 |---
  Component|general |kcm_keyboard_layout
Product|plasmashell |systemsettings

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


[akregator] [Bug 311271] "Open in background tab" opens in foreground tab

2016-09-26 Thread Rolf Eike Beer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=311271

Rolf Eike Beer  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |FIXED
 Status|NEEDSINFO   |RESOLVED

--- Comment #6 from Rolf Eike Beer  ---
Works in 5.3.0.

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


[kdeplasma-addons] [Bug 367678] Full screen application dashboard lose focus when a new window opened behind

2016-09-26 Thread Kai Uwe Broulik via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367678

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de
   Target Milestone|1.0 |---
  Component|general |Application Dashboard
Product|plasmashell |kdeplasma-addons

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


[kaddressbook] [Bug 275938] Cannot open multiple addresses in KAddressbook at the same time

2016-09-26 Thread Rolf Eike Beer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=275938

Rolf Eike Beer  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Resolution|WAITINGFORINFO  |---
Version|unspecified |5.3.0
 Status|NEEDSINFO   |CONFIRMED

--- Comment #3 from Rolf Eike Beer  ---
Still in 5.3.0

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


[frameworks-kio] [Bug 369320] Changes not saved when editing .desktop files

2016-09-26 Thread Kai Uwe Broulik via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369320

Kai Uwe Broulik  changed:

   What|Removed |Added

Version|5.7.5   |unspecified
   Assignee|k...@davidedmundson.co.uk|fa...@kde.org
  Component|general |general
Product|plasmashell |frameworks-kio
   Target Milestone|1.0 |---
 CC||k...@privat.broulik.de,
   ||kdelibs-b...@kde.org

--- Comment #2 from Kai Uwe Broulik  ---
I think I saw the same during Akademy and showed it to David. Re-assigning to
KIO.

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


[kdeplasma-addons] [Bug 367663] Adding a web browser widget screenlocks the desktop forever.

2016-09-26 Thread Marco Martin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367663

Marco Martin  changed:

   What|Removed |Added

  Component|Widget Explorer |webbrowser
Product|plasmashell |kdeplasma-addons
   Target Milestone|1.0 |---
 CC||notm...@gmail.com

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


[akregator] [Bug 202370] closing tab sets focus to search instead of content

2016-09-26 Thread Graeme Hewson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=202370

--- Comment #12 from Graeme Hewson  ---
I confirm the bug is still present in Akgregator 5.1.3.

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


[plasmashell] [Bug 353975] Black screen on second display.

2016-09-26 Thread Ryan Swart via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353975

Ryan Swart  changed:

   What|Removed |Added

 CC||serjndest...@gmail.com

--- Comment #77 from Ryan Swart  ---
This is happening to me as well - except my primary monitor (Dell XPS15 QXHD
screen). Logging out and logging back in after boot fixes the issue, or killing
plasma and starting it again. Haven't tried turning the monitor off and back on
yet though

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


[korganizer] [Bug 369381] New: Reminder daemon crashes when Akonadi restarts

2016-09-26 Thread Tristan Miller via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369381

Bug ID: 369381
   Summary: Reminder daemon crashes when Akonadi restarts
   Product: korganizer
   Version: 5.1.3
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: reminder daemon (korgac)
  Assignee: korganizer-de...@kde.org
  Reporter: psychon...@nothingisreal.com

Should it ever be necessary to stop or restart Akonadi (via "akonadictl stop"
or "akonadictl restart"), the KOrganizer Reminder Daemon immediately crashes
with a segfault.

Reproducible: Always

Steps to Reproduce:
1. Launch the KOrganizer Reminder Daemon
2. akonadictl restart


Actual Results:  
3. KOrganizer Reminder Daemon crashes

Expected Results:  
3. KOrganizer Reminder Daemon should not crash.  (Admittedly it may not be able
to do anything useful while Akonadi is down, but it should ideally just remain
idle.)

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


[plasmashell] [Bug 369263] Triple head - Task Manager content displays on wrong screen

2016-09-26 Thread Marco Martin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369263

Marco Martin  changed:

   What|Removed |Added

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

--- Comment #1 from Marco Martin  ---
multi monitor support has been rewritten for Plasma 5.8.
please reopen if this problem will show on Plasma 5.8 or newer.

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


[kdeplasma-addons] [Bug 369309] App Dashoard doesn't follow system color scheme

2016-09-26 Thread Marco Martin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369309

--- Comment #3 from Marco Martin  ---
is this screenshot done with default breeze style as plasma theme, widget style
and color scheme?

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


[krita] [Bug 369303] Krita fails to build in Debug mode

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

--- Comment #5 from alvinhoc...@gmail.com ---
Actually, Qt has more flags than that:

>-release ... Compile and link Qt with debugging turned off.
> *  -debug . Compile and link Qt with debugging turned on.
> +  -debug-and-release . Compile and link two Qt libraries, with and without
> debugging turned on.
>
>-force-debug-info .. Create symbol files for release builds.
>-separate-debug-info Strip debug information into a separate file.
>
>-developer-build ... Compile and link Qt with Qt developer options
> (including auto-tests exporting)

This means you can make Qt release builds with debug info too, or even haven
the debug info in their own files.

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


[kdeplasma-addons] [Bug 369309] App Dashoard doesn't follow system color scheme

2016-09-26 Thread Marco Martin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369309

Marco Martin  changed:

   What|Removed |Added

  Component|general |Application Dashboard
Product|plasmashell |kdeplasma-addons
   Target Milestone|1.0 |---

--- Comment #2 from Marco Martin  ---
is this screenshot

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


[plasmashell] [Bug 369327] User photo/avatar doesn't support antialias

2016-09-26 Thread Marco Martin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369327

Marco Martin  changed:

   What|Removed |Added

 CC||notm...@gmail.com

--- Comment #2 from Marco Martin  ---
the item is just an Image, which has smooth: true.
is the avatar icon stored pre-scaled?

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


[Discover] [Bug 369380] New: When multiple updates recommend a reboot, multiple messages are shown

2016-09-26 Thread Fabian Vogt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369380

Bug ID: 369380
   Summary: When multiple updates recommend a reboot, multiple
messages are shown
   Product: Discover
   Version: 5.7.95
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: discover
  Assignee: aleix...@kde.org
  Reporter: fab...@ritter-vogt.de

Seven updates were available, two recommend a reboot and one cannot be
installed (typical test updates). Result:
- One error dialog about the conflict
- Two message boxes about reboot recommendation

All dialogs appear simultaneously

Reproducible: Always

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


[plasmashell] [Bug 369312] A taller height of panel is reset to default height, when a virtualbox window is resized horizontally

2016-09-26 Thread Marco Martin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369312

Marco Martin  changed:

   What|Removed |Added

 CC||notm...@gmail.com

--- Comment #2 from Marco Martin  ---
kindof expected, as panel sizes are stored indipendently per screen resolution.
the idea is that when the same panel goes to a screen of different resolution
it will have a configuration for that screen, as you want ti with an optimal
size for said screen.
same thing for same screen changing resolution, or real hardware a smaller
resolution will make things look zoomed up, so a different panel size is needed
in order to look usable

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


[krita] [Bug 363225] Qt5 under Linux get stuck in "clicking" state, and Krita become unusable

2016-09-26 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363225

Boudewijn Rempt  changed:

   What|Removed |Added

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

--- Comment #25 from Boudewijn Rempt  ---
Okay, this is related to allowing touch events on Linux. Now that that has been
disabled, this can no longer happen...

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


[Akonadi] [Bug 333035] Supposable timing problem causes duplicate mails after filtering

2016-09-26 Thread Graeme Hewson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=333035

--- Comment #7 from Graeme Hewson  ---
I'm using POP3, I should have said.

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


[Akonadi] [Bug 333035] Supposable timing problem causes duplicate mails after filtering

2016-09-26 Thread Graeme Hewson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=333035

--- Comment #6 from Graeme Hewson  ---
I'm still seeing something like this in 5.1.3.

Sometimes I'll see a message in my inbox that should have been filtered to
another folder. The unread count for the target folder is 0. If I open the
target folder, the unread count is set to 1, and the same message as in my
inbox is present. I then go back to my inbox and manually filter the message
(Ctrl+J). Now there are two copies of the message in the target folder.

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


[krita] [Bug 361448] Brush strokes flicker when they finish rendering

2016-09-26 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361448

Boudewijn Rempt  changed:

   What|Removed |Added

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

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


[kmail2] [Bug 342567] TLSv1.2 is not used on imap/smtp/managesieve

2016-09-26 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=342567

Rex Dieter  changed:

   What|Removed |Added

 CC||rdie...@math.unl.edu

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


[krita] [Bug 363283] Mouse cursor occasionally being displayed in brush mode

2016-09-26 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363283

Boudewijn Rempt  changed:

   What|Removed |Added

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

--- Comment #18 from Boudewijn Rempt  ---
This is fixed in the import/export refactoring branch. It was related to the
cursor override and restore when saving.

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


[kmail2] [Bug 318961] False outbox unread count = 1 after message sent

2016-09-26 Thread Graeme Hewson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=318961

Graeme Hewson  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |INVALID
 Status|NEEDSINFO   |RESOLVED

--- Comment #2 from Graeme Hewson  ---
I haven't seen the problem recently, not since using 5.0 or later?

Marking invalid.

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


[kmail2] [Bug 319792] Folder Sender Identity not used when sending to mailing list

2016-09-26 Thread Graeme Hewson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=319792

Graeme Hewson  changed:

   What|Removed |Added

 Status|NEEDSINFO   |UNCONFIRMED
 Resolution|WAITINGFORINFO  |---
Version|4.10.2  |5.1.3

--- Comment #4 from Graeme Hewson  ---
The bug is still present in 5.1.3.

Note that Message / Mailing List is now Message / {name of mailing list}.

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


[docs] [Bug 369379] New: No access to files on kde-files

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

Bug ID: 369379
   Summary: No access to files on kde-files
   Product: docs
   Version: unspecified
  Platform: Other
   URL: https://userbase.kde.org/Kexi/en#Documentation.2C_Tuto
rials_and_Samples
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: docs.kde.org
  Assignee: kde-doc-engl...@kde.org
  Reporter: tim.heithec...@gmail.com

There are a lot of links to kde-files.org in the docs. E.g. to a sample
database for kexi (see url).
However, kde-files.org asks for authentication, htaccess style, with no further
information.
.


Reproducible: Always

Steps to Reproduce:
1. Try to access to access kde-files 
2.
3.

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


[korganizer] [Bug 247583] unable to change event status

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

--- Comment #5 from gianted  ---
Unfortunately I haven't my laptom anymore, so I cannot confirm if this 
bug is still reproducible or not...


Il 24/09/2016 20:51, Denis Kurz via KDE Bugzilla ha scritto:
> https://bugs.kde.org/show_bug.cgi?id=247583
>
> Denis Kurz  changed:
>
> What|Removed |Added
> 
>   Resolution|--- |WAITINGFORINFO
>   Status|UNCONFIRMED |NEEDSINFO
>
> --- Comment #4 from Denis Kurz  ---
> This bug has only been reported for versions before 4.14, which have been
> unsupported for at least two years now. Can anyone tell if this bug still
> present?
>
> If noone confirms this bug for a Framework-based version of korganizer 
> (version
> 5.0 or later, as part of KDE Applications 15.08 or later), it gets closed in
> about three months.
>

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


[systemsettings] [Bug 369377] Remove Clear button

2016-09-26 Thread André Marcelo Alvarenga via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369377

André Marcelo Alvarenga  changed:

   What|Removed |Added

Summary|Remove Clean button |Remove Clear button

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

[krita] [Bug 369303] Krita fails to build in Debug mode

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

--- Comment #4 from alvinhoc...@gmail.com ---
configure.bat of Qt has the `-debug-and-release` flag which will build both the
debug and release versions at the same time. Or you can just use `-debug` for a
debug-only build. I would suggest doing an out-of-source build anyway if you
can manage to.

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


[calligraflow] [Bug 369378] New: hyphen.c:356]: (error) Resource leak: f

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

Bug ID: 369378
   Summary: hyphen.c:356]: (error) Resource leak: f
   Product: calligraflow
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: yue@mail.com
  Reporter: dcb...@hotmail.com

$ egrep "fopen|fclose" ../BUILD/koffice-1.6.3/lib/kotext/kohyphen/hyphen.c
  f = fopen (fn, "r");
$ 

Suggest add missing call to fclose

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


[systemsettings] [Bug 369377] Remove Clean button

2016-09-26 Thread André Marcelo Alvarenga via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369377

--- Comment #1 from André Marcelo Alvarenga  ---
Created attachment 101297
  --> https://bugs.kde.org/attachment.cgi?id=101297=edit
Screenshot

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

[Akonadi] [Bug 369311] akonadi adds 2 times google calendar and task"

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

avlas  changed:

   What|Removed |Added

 CC||jsar...@gmail.com

--- Comment #3 from avlas  ---
I see the same problem in korganizer 4:16.08.1-0neon

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


[systemsettings] [Bug 369377] New: Remove Clean button

2016-09-26 Thread André Marcelo Alvarenga via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369377

Bug ID: 369377
   Summary: Remove Clean button
   Product: systemsettings
   Version: 5.7.5
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: kcm_icons
  Assignee: unassigned-b...@kde.org
  Reporter: alvare...@kde.org
CC: unassigned-b...@kde.org

This button is unnecessary now since we have a inline clean action.

See screenshot.

Click on "Install Theme File..." button to see this dialog.

Reproducible: Always

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


[Akonadi] [Bug 368161] Plasma (plasmashell), signal: Segmentation fault

2016-09-26 Thread Marco Martin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368161

Marco Martin  changed:

   What|Removed |Added

 CC||jodr...@live.com

--- Comment #1 from Marco Martin  ---
*** Bug 369332 has been marked as a duplicate of this bug. ***

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


[plasmashell] [Bug 369332] Plasmashell crashed while configuring "Digital Clock"

2016-09-26 Thread Marco Martin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369332

Marco Martin  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||notm...@gmail.com
 Resolution|--- |DUPLICATE

--- Comment #1 from Marco Martin  ---


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

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


[kmail2] [Bug 313667] Kmail2 5.3.1: sent e-mail missing in 'Sent' folder after restoring unsaved composer content

2016-09-26 Thread Till Schäfer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=313667

Till Schäfer  changed:

   What|Removed |Added

Version|5.2.1   |5.3.1

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

[Discover] [Bug 369323] Discover 5.8 Beta requires unreleased kirigami version

2016-09-26 Thread Aleix Pol via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369323

Aleix Pol  changed:

   What|Removed |Added

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

--- Comment #1 from Aleix Pol  ---
http://download.kde.org/stable/kirigami/

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


[korganizer] [Bug 271308] iCalendars with RDATE VALUE=PERIOD are not parsed correctly

2016-09-26 Thread Giuseppe Bilotta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=271308

--- Comment #2 from Giuseppe Bilotta  ---
I am still seeing the issue in the latest version of korganizer as shipped
currently by Debian unstable. This is version 4:16.04.3-1; note that the 4: is
the epoch, so this is the KOrganizer part of KDE Applications 16.04.3

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


[kdeconnect] [Bug 362596] shared clipboard between two pc's and phone cause plasma UI freeze and app to crash

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

--- Comment #25 from ykmssg-...@yahoo.co.uk ---
Awesome thanks!

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


[kwin] [Bug 368969] Crashed after changing look'n'feel

2016-09-26 Thread Hugo Pereira Da Costa via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368969

Hugo Pereira Da Costa  changed:

   What|Removed |Added

  Latest Commit|http://commits.kde.org/bree |http://commits.kde.org/oxyg
   |ze/614b5cbf3711dc43b8f76057 |en/7717a77457d65210577dba55
   |ab7cf6c9c99fd3f7|e468accae3ff33f1

--- Comment #10 from Hugo Pereira Da Costa  ---
Git commit 7717a77457d65210577dba55e468accae3ff33f1 by Hugo Pereira Da Costa.
Committed on 26/09/2016 at 13:10.
Pushed by hpereiradacosta into branch 'Plasma/5.8'.

Check widget->windowHandle() before accessing its parent

M  +1-1kstyle/oxygenshadowhelper.cpp

http://commits.kde.org/oxygen/7717a77457d65210577dba55e468accae3ff33f1

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


[kwin] [Bug 368969] Crashed after changing look'n'feel

2016-09-26 Thread Hugo Pereira Da Costa via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368969

Hugo Pereira Da Costa  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Latest Commit||http://commits.kde.org/bree
   ||ze/614b5cbf3711dc43b8f76057
   ||ab7cf6c9c99fd3f7
 Resolution|--- |FIXED

--- Comment #9 from Hugo Pereira Da Costa  ---
Git commit 614b5cbf3711dc43b8f76057ab7cf6c9c99fd3f7 by Hugo Pereira Da Costa.
Committed on 26/09/2016 at 13:08.
Pushed by hpereiradacosta into branch 'Plasma/5.8'.

Check widget->windowHandle() before accessing its parent

M  +1-1kstyle/breezeshadowhelper.cpp

http://commits.kde.org/breeze/614b5cbf3711dc43b8f76057ab7cf6c9c99fd3f7

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


[konsole] [Bug 348479] Unable to close Find bar after split view

2016-09-26 Thread André Marcelo Alvarenga via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=348479

André Marcelo Alvarenga  changed:

   What|Removed |Added

Version|15.04.1 |16.08.1
   Platform|Kubuntu Packages|Archlinux Packages

--- Comment #1 from André Marcelo Alvarenga  ---
Reproducible with 16.08.1

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

[krita] [Bug 369303] Krita fails to build in Debug mode

2016-09-26 Thread Lee Zhen Yong via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369303

--- Comment #3 from Lee Zhen Yong  ---
_drat. I can't edit comments here..._

I meant to say I can change the build modes for all 3rd party libraries except
Qt and Boost.

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


[kwin] [Bug 369244] Slow repainting when switched to portrait mode

2016-09-26 Thread Sebastian Kügler via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369244

Sebastian Kügler  changed:

   What|Removed |Added

   Assignee|se...@kde.org   |kwin-bugs-n...@kde.org
Product|KScreen |kwin
  Component|common  |multihead
Summary|External Monitor goes black |Slow repainting when
   |when switched to portrait   |switched to portrait mode
   |mode|

--- Comment #4 from Sebastian Kügler  ---
Thanks.

I'm reassigning this to kwin, so Martin can have a look. It's not a kscreen
problem since the output is set up correctly.

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

[krita] [Bug 368880] Crash when multiple documents are open and one of the tabs is closed

2016-09-26 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368880

Boudewijn Rempt  changed:

   What|Removed |Added

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

--- Comment #4 from Boudewijn Rempt  ---
Thanks for checking!

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


[krita] [Bug 368880] Crash when multiple documents are open and one of the tabs is closed

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

--- Comment #3 from jarodragon  ---
(In reply to Boudewijn Rempt from comment #2)
> Hi,
> 
> Which GPU does Krita run on? We've had some more reports about the display
> of the canvas being broken with some gpu/driver combinations, especially on
> systems with switchable graphics. Could you try to reproduce using these
> instructions:
> https://docs.krita.org/KritaFAQ#How_can_I_produce_a_backtrace_on_Windows.3F
> to get us a backtrace? I've only got systems with a single, non-switchable
> gpu, and I haven't been able to reproduce on Win7/NVidia Quadro or
> Win10/Intel HD5000.

Hello!
Sorry for the slow reply, I had to go through a number of projects.

I feel a little bit of a doofus right now. I decided to try downloading an
update for my Radeon graphics card, since I was having blue screen issues with
'Watchdog' in general too. Turns out that by updating my graphics card, the
multiple windows no longer crash.

For the time being, I guess that means the issue is solved. If I do notice that
I can reproduce the issue again in some form, I'll give an update.

Thanks for the help anyway, Boudewijn!

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


[krita] [Bug 369303] Krita fails to build in Debug mode

2016-09-26 Thread Lee Zhen Yong via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369303

--- Comment #2 from Lee Zhen Yong  ---
Owh... that would probably be the reason why. The error messages aren't very
helpful in pointing that out. 

I know how to change the modes for all 3rd party libraries (setting
"GLOBAL_BUILD_TYPE" in 3rdparty/CMakeLists.txt), but Qt and Boost has their own
build system. Haven't looked to how to change them yet.

If the build mode for 3rd party libraries be the case, then there is no issue
and therefore no bug. I have to build to double confirm though.

Also, if that be the case, I'd like to work towards making it easier to change
the build mode of 3rd party libraries easier. It should be the case that if I
set CMAKE_BUILD_TYPE in configuring 3rdparty it should affect all libraries.
Should be a simple feature to add I hope.

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


[kmail2] [Bug 283991] Email Address Completition Incomplete

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

karaluh  changed:

   What|Removed |Added

 CC|kara...@karaluh.pl  |

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


[marble] [Bug 304031] Large tooltip popup on 'External Map Editor Selection'

2016-09-26 Thread André Marcelo Alvarenga via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=304031

André Marcelo Alvarenga  changed:

   What|Removed |Added

Version|unspecified |2.0 (KDE Applications
   ||16.08)

--- Comment #2 from André Marcelo Alvarenga  ---
Reproducible with Marble 2.01 (KDE Applications 16.08.1)

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

[krita] [Bug 369191] Crash if I use next/previous key frame quickly (back and forth) and draw at the same time

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

anim...@gmail.com changed:

   What|Removed |Added

 CC||anim...@gmail.com
 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #2 from anim...@gmail.com ---
I confirm I can somehow reproduce on linux, with intel graphics:
if I change frame while stylus is still drawing on the canvas, krita completely
freeze.

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


[valgrind] [Bug 369175] jm_vec_isa_2_07 test crashes on ppc64

2016-09-26 Thread Julian Seward via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369175

--- Comment #22 from Julian Seward  ---
Looking for helper calls in the the whole of guest_ppc_toIR.c, by searching for
the
string "mkIRExprVec_", I found the following non-wrapped uses of function
pointers.  They should all be wrapped in fnptr_to_fnentry().  The reason
for my claim of "impossible" in comment 21 is that I would have thought that
the BCD test cases exercise all of these helper functions, so any missing
wrapper would cause the case to segfault.  So maybe we don't really yet
understand what is going on.


static IRExpr * is_BCDstring128 (UInt Signed, IRExpr *src)
  _BCDstring128_helper,

static IRTemp increment_BCDstring (IRExpr *src, IRExpr *carry_in)
  _BCDstring32_helper,
  _BCDstring32_helper,
  _BCDstring32_helper,
  _BCDstring32_helper,

static IRExpr * convert_to_zoned ( IRExpr *src, IRExpr *upper_byte )
  _to_zoned_helper,
  _to_zoned_helper,

static IRExpr * convert_to_national ( IRExpr *src ) {
  _to_national_helper,
  _to_national_helper,

static IRExpr * convert_from_zoned ( IRExpr *src ) {
_from_zoned_helper,

static IRExpr * convert_from_national ( IRExpr *src ) {
  _from_national_helper,

static Bool dis_av_load ( const VexAbiInfo* vbi, UInt theInstr )
   _dirtyhelper_LVS,
(although this one doesn't matter, because it is LE only.  Still, inconsistent)

same for lvsr a few lines later

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


[valgrind] [Bug 369175] jm_vec_isa_2_07 test crashes on ppc64

2016-09-26 Thread Mark Wielaard via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369175

--- Comment #21 from Mark Wielaard  ---
Created attachment 101296
  --> https://bugs.kde.org/attachment.cgi?id=101296=edit
Patch to wrap _BCDstring128_helper address in fnptr_to_fnentry

After some debugging Julian suggested this fix. It makes the original testcase
PASS. But Julian claims this is impossible :)

There are other calls that arguably should use fnptr_to_fnentry to get/call the
actual function entry (instead the function descriptor). So either or testcases
are not stress testing things enough, or we still don't fully understand what
is going on.

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


[KScreen] [Bug 369244] External Monitor goes black when switched to portrait mode

2016-09-26 Thread Tom Warnke via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369244

--- Comment #3 from Tom Warnke  ---
Hi Sebastian,

I can drag windows onto the non-working monitor. Last week the part of them
that was on the non-working monitor became invisible. But they were there, and
I could activate them by clicking at their invisible part. 

Today I installed some updates from the Frameworks 5 repository
(http://download.opensuse.org/repositories/KDE:/Frameworks5/openSUSE_Leap_42.1/)
and a kernel update (4.7.4 -> 4.7.5), and now windows and menus on the vertical
screen are visible. However, the screen is still very slow. I can literally see
how it repaints the screen from top to bottom when I drag windows across it.
Also the background when removing a window is not repainted correctly, leaving
black areas instead. Animations/desktop effects are slow on other screens as
well as long as one screen is vertical.

Thanks for looking into this,
Tom

P.S.: I will be traveling for the rest of the week and probably not be able to
do further tests until next week.

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


[kmail2] [Bug 359862] Duplication of emails

2016-09-26 Thread Maurice Batey via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359862

--- Comment #7 from Maurice Batey  ---
> closing, not sure if its been looked at but its ongoing and is known about

 Still a frequent problem here on Mageia-5: Kmail 4.14.5.

Don't understand 'closing' if problem still there...

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


[kmail2] [Bug 329961] PGP silently fails to encrypt mails for users with different encryption protocols (pgp/mime vs inline pgp)

2016-09-26 Thread Sandro Knauß via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=329961

Sandro Knauß  changed:

   What|Removed |Added

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

--- Comment #3 from Sandro Knauß  ---
Actually the "To" Line has nothing to do with the concrete recipients ( that's
how BCC) works. So It is not a problem to show a To line with both recipients
and still send two different mails to user a and b. Don't know if we should
show the user user a warning or not.

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

[Akonadi] [Bug 287736] akonadiconsole crash on clear job tracker

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

hgee...@osso.nl changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |FIXED
 Status|NEEDSINFO   |RESOLVED

--- Comment #3 from hgee...@osso.nl ---
I haven't seen this bug again so this can be closed.

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


[kmail2] [Bug 353630] ask the user if all receivers public keys should be attached, if an encrypted PGP mail is send to multiple receivers

2016-09-26 Thread Sandro Knauß via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353630

Sandro Knauß  changed:

   What|Removed |Added

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

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

[kmail2] [Bug 353628] add option to always attach own PGP public key

2016-09-26 Thread Sandro Knauß via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353628

Sandro Knauß  changed:

   What|Removed |Added

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

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

[krita] [Bug 369191] Crash if I use next/previous key frame quickly (back and forth) and draw at the same time

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

anim...@gmail.com changed:

   What|Removed |Added

 OS|MS Windows  |Linux

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


[krita] [Bug 369280] krita crashes every 5 mins

2016-09-26 Thread Shrinidhi Rao via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369280

--- Comment #8 from Shrinidhi Rao  ---
There is no every 5 mins crash now :) . also its random . when the artist are
busy painting or sometimes not paiting . it just crashes with that same
segfault with glibc . i suspect the glibc version .

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


[krita] [Bug 369191] Crash if I use next/previous key frame quickly (back and forth) and draw at the same time

2016-09-26 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369191

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||b...@valdyas.org

--- Comment #1 from Boudewijn Rempt  ---
What graphics cards are in those systems? And could you check the 3.0.2 alpha,
too? 

http://download.kde.org/unstable/krita/3.0.1.89/

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


[krita] [Bug 369205] Krita crashes when exporting to various formats

2016-09-26 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369205

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||b...@valdyas.org

--- Comment #2 from Boudewijn Rempt  ---
3.0.1 shouldn't even have the export animation plugin...

What kind of image are you trying to export to openraster? I mean, which color
model, channel depth, image size, number of layers. If you have saved that
image to .kra, can you share it with us so we can test?

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


[krita] [Bug 369280] krita crashes every 5 mins

2016-09-26 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369280

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||b...@valdyas.org

--- Comment #5 from Boudewijn Rempt  ---
I'm afraid that that's not a useful backtrace. If gentoo has a debug build,
please use that and give us the full stacktrace.

And could you try running the appimage instead of gentoo packages? I have no
idea what gentoo does when build Krita, and I don't have a gentoo system to
test that, but if the appimage runs fine, it's a gentoo problem.

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


[kmail2] [Bug 291151] More user friendly error messages (SMIME)

2016-09-26 Thread Sandro Knauß via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=291151

Sandro Knauß  changed:

   What|Removed |Added

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

--- Comment #5 from Sandro Knauß  ---
It is still an issue.

But onfortunatelly I don't have the knowlege, who do verify a correct SMIME
signature.

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

[kmail2] [Bug 291151] More user friendly error messages (SMIME)

2016-09-26 Thread Sandro Knauß via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=291151

Sandro Knauß  changed:

   What|Removed |Added

Summary|More user friendly error|More user friendly error
   |messages|messages (SMIME)

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

[krita] [Bug 369344] Confusing Zooming Icons in BrushesAndStuff toolbar

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

anim...@gmail.com changed:

   What|Removed |Added

 Ever confirmed|0   |1
   Assignee|krita-bugs-n...@kde.org |anim...@gmail.com
 CC||anim...@gmail.com
 Status|UNCONFIRMED |ASSIGNED

--- Comment #1 from anim...@gmail.com ---
I agree at least the zoom-out icon is not really "working".
I'll try another idea, and if it still is not good I'll go for the magnifier.

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


[kmail2] [Bug 327986] when I GnuPG encrypt to several receivers and I have more than one of the receiving keys myself, I am asked multiple times for my password

2016-09-26 Thread Sandro Knauß via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=327986

--- Comment #7 from Sandro Knauß  ---
Please - still awnser my question: Are the recipients are hidden in the mail?
This is a feature of gpg and than gpg has to test every private key ( in worst
case scenario), because I can be that only the last key is the one that
decrypts the email. If gpg can see the keyIds it should only ask for these keys
to enter the passphrase.

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

[krita] [Bug 369280] krita crashes every 5 mins

2016-09-26 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369280

--- Comment #7 from Boudewijn Rempt  ---
What are you doing when the appimage crashes for you? It should be pretty
stable, unless you get one of the development versions. 

In any case, if there's no crashing-every-5-minutes with the appimage, but
there is with whatever gentoo provides, then gentoo must have made a mess of
it.

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


[kmail2] [Bug 324365] Improve handling of encrypted attachments (gpg inline)

2016-09-26 Thread Sandro Knauß via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=324365

Sandro Knauß  changed:

   What|Removed |Added

Version|4.11|5.3.1
 Resolution|WAITINGFORINFO  |---
 Status|NEEDSINFO   |CONFIRMED
Summary|Improve handling of |Improve handling of
   |encrypted attachments   |encrypted attachments (gpg
   ||inline)

--- Comment #11 from Sandro Knauß  ---
It is still an issue with master.

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

[krita] [Bug 369280] krita crashes every 5 mins

2016-09-26 Thread Shrinidhi Rao via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369280

--- Comment #6 from Shrinidhi Rao  ---
i am running the app image now .. didnt have the time to do a debug build. The
app image is much better .. and crashes like 3-4 times a day .. trust me .. its
much better than the live version . also we are using glibc 2.23 .

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


[krita] [Bug 369349] Low framerate when drawing with the stabilizer

2016-09-26 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369349

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||b...@valdyas.org

--- Comment #2 from Boudewijn Rempt  ---
For which version does it occur then?

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


[plasma4] [Bug 303707] No 'Time' information in tooltip widget

2016-09-26 Thread André Marcelo Alvarenga via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=303707

André Marcelo Alvarenga  changed:

   What|Removed |Added

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

--- Comment #13 from André Marcelo Alvarenga  ---
Hi. 

I'm closing this bug report since I can see date information in tooltip widget
(Dolphin).
Date information in Folder View is not displayed anymore. (Plasma 5.7)

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

[kmail2] [Bug 332167] KMail is failing to encrypt PGP/Inline for non-signed key

2016-09-26 Thread Sandro Knauß via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=332167

Sandro Knauß  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1
Version|4.14.7  |5.1.3

--- Comment #7 from Sandro Knauß  ---
confired for serveral version now. Justto clearify it, what version of gnupg
you are using?

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

[krita] [Bug 369343] Multiple Usability issues of Color Palette Docker

2016-09-26 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369343

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||b...@valdyas.org
 Status|UNCONFIRMED |CONFIRMED
   Severity|normal  |wishlist
 Ever confirmed|0   |1

--- Comment #1 from Boudewijn Rempt  ---
See: https://phabricator.kde.org/T112 -- this is one of last year's kickstarter
things that still need coding.

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


[valgrind] [Bug 369175] jm_vec_isa_2_07 test crashes on ppc64

2016-09-26 Thread Mark Wielaard via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369175

--- Comment #20 from Mark Wielaard  ---
Created attachment 101295
  --> https://bugs.kde.org/attachment.cgi?id=101295=edit
Trace for smaller badness2 reproducer

Trace output for a smaller reproducer:

$ cat badness2.c

#include 

static vector unsigned long long vec_out, vec_inA, vec_inB;

int main ( void )
{
   memset(_inA, 0x12, sizeof(vec_inA));
   memset(_inB, 0x34, sizeof(vec_inB));
   memset(_out, 0x56, sizeof(vec_out));
   __asm__ __volatile__ ("bcdadd. %0, %1, %2, 0"
 : "=v" (vec_out): "v" (vec_inA),"v" (vec_inB));
   return 0;
}

$ gcc -Winline -Wall -g -O -mregnames -maltivec -m64 -o badness2 badness2.c
-mvsx -Wa,-mvsx -mcpu=power8 -Wa,-mpower8

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


[KScreen] [Bug 369241] [Display key] kscreen should remember current config when cycling through others

2016-09-26 Thread Sebastian Kügler via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369241

--- Comment #1 from Sebastian Kügler  ---
The current code doesn't do that at all, it's not a bug but intended behaviour.

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

[krita] [Bug 369112] some brushes look broken

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

wolthera  changed:

   What|Removed |Added

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

--- Comment #4 from wolthera  ---
Animtim said that it was fixed this morning. So closing this.

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


[KScreen] [Bug 369241] [Display key] kscreen should remember current config when cycling through others

2016-09-26 Thread Sebastian Kügler via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369241

Sebastian Kügler  changed:

   What|Removed |Added

 Ever confirmed|0   |1
   Severity|normal  |wishlist
 Status|UNCONFIRMED |CONFIRMED

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

[krita] [Bug 369335] Copy+Dragging a frame onto first frame results in crash

2016-09-26 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369335

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||b...@valdyas.org
   Platform|Windows CE  |MS Windows

--- Comment #1 from Boudewijn Rempt  ---
That's this code: 

int KisRasterKeyframeChannel::frameId(KisKeyframeSP keyframe) const
{
KisRasterKeyframe *key = dynamic_cast(keyframe.data());
Q_ASSERT(key != 0);
return key->frameId;
}
So I suspect that they key is indeed 0

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


[KScreen] [Bug 369244] External Monitor goes black when switched to portrait mode

2016-09-26 Thread Sebastian Kügler via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369244

--- Comment #2 from Sebastian Kügler  ---
Thanks for the bug report, Tom.

Can you drag open windows onto the "non-working" monitor?

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

[krita] [Bug 369306] Unfocusing the window then drawing at the canvas yields no pressure detection or smoothing at the initial stroke.

2016-09-26 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369306

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||b...@valdyas.org

--- Comment #3 from Boudewijn Rempt  ---
It's probably another driver problem... I've got a similar workflow (plus a lot
of switching to irc) and it works fine with my wacom tablet. I haven't got the
huion tablet around to test it, but I'm guessing we just are not getting a
tablet proximity event when you click directly on the canvas.

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


[krita] [Bug 369303] Krita fails to build in Debug mode

2016-09-26 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369303

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||b...@valdyas.org

--- Comment #1 from Boudewijn Rempt  ---
Does that also happen with a completely clean build? Note that you need to
build all dependencies also in Debug mode.

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


[krunner] [Bug 369299] krunner display big list elements

2016-09-26 Thread Edward Reiss via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369299

Edward Reiss  changed:

   What|Removed |Added

 CC||ebre...@gmail.com

--- Comment #3 from Edward Reiss  ---
I have seen the same issue in my machine.

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


[krita] [Bug 369368] save operation freeze and locks the application

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

wolthera  changed:

   What|Removed |Added

 CC||griffinval...@gmail.com

--- Comment #2 from wolthera  ---
Could you see if you can create a backtrace of said crash?

https://docs.krita.org/KritaFAQ#How_can_I_produce_a_backtrace_on_Windows.3F

The other one is on OSX, so it might be a different issue.

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


[kmail2] [Bug 310141] When responding to a message, "From" address gets truncatet on non-ASCII characters

2016-09-26 Thread Marc González Majoral via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=310141

Marc González Majoral  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |FIXED
 Status|NEEDSINFO   |RESOLVED

--- Comment #5 from Marc González Majoral  ---
This indeed seems fixed.

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

[plasmashell] [Bug 353975] Black screen on second display.

2016-09-26 Thread Francesco Chicchiriccò via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353975

Francesco Chicchiriccò  changed:

   What|Removed |Added

 CC||ilgro...@apache.org

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

[kmail2] [Bug 369376] New: Show date in message view part

2016-09-26 Thread Olivier Churlaud via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369376

Bug ID: 369376
   Summary: Show date in message view part
   Product: kmail2
   Version: 5.3.1
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: oliv...@churlaud.com

Currently the message view shows only:

Subject of the Email
>From : ...@example.com
To : ...@example.com
CC : ...@example.com

I would like to have the date as well, for example on the right of the last
line (in this case CC) or top right. 

Otherwise I need to read in very small the date in the list, which is not
visible if you double click on the message to show it in its own window.

Thx
Olivier

Reproducible: Always

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


[krita] [Bug 369217] G'mic Colorize[interactive] crashes

2016-09-26 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369217

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||b...@valdyas.org

--- Comment #2 from Boudewijn Rempt  ---
Can you try colorize interactive with the unstable 3.0.2? 
http://download.kde.org/unstable/krita/3.0.1.89/ -- it will have other bugs,
but the issue with the broken display for colorize interactive should be fixed
there. 

The label for the other filter is another issue; it's a case of broken html
escaping, I am guessing.

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


[krita] [Bug 369161] ext_qt (5.7) build fails with Xcode 8 + macOS Sierra

2016-09-26 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369161

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||b...@valdyas.org

--- Comment #6 from Boudewijn Rempt  ---
Okay. If you've got a patch that works, and that also doesn't break building
with the with the 10.9 sdk, could you put it on phabricator?

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


<    1   2   3   4   >