[frameworks-kio] [Bug 392434] Dolphin does not apply UMASK

2018-06-22 Thread Bruno Patri
https://bugs.kde.org/show_bug.cgi?id=392434

Bruno Patri  changed:

   What|Removed |Added

 CC||bruno.pa...@gmail.com

--- Comment #2 from Bruno Patri  ---
It doesn't seem to be a KDE bug :

https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/1701757
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1685754
https://bugzilla.gnome.org/show_bug.cgi?id=780622

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

[systemsettings] [Bug 395778] Impliment Display Tab Of All Items Connected To USB In Panels Device Notifier

2018-06-22 Thread Zakhar
https://bugs.kde.org/show_bug.cgi?id=395778

--- Comment #1 from Zakhar  ---
it is wishlist item

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

[systemsettings] [Bug 395778] New: Impliment Display Tab Of All Items Connected To USB In Panels Device Notifier

2018-06-22 Thread Zakhar
https://bugs.kde.org/show_bug.cgi?id=395778

Bug ID: 395778
   Summary: Impliment Display Tab Of All Items Connected To USB In
Panels Device Notifier
   Product: systemsettings
   Version: unspecified
  Platform: Gentoo Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: zakhar.nasi...@gmail.com
  Target Milestone: ---

Any item connected to usb should be displayed in a tab in the panels system
notification area in the USB icon named "Device Notifier" even if connected
object cannot be modified in anyway or be mounted/unmounted.

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

[kwin] [Bug 395703] Can't change window decoration

2018-06-22 Thread Ennai
https://bugs.kde.org/show_bug.cgi?id=395703

--- Comment #6 from Ennai  ---
(In reply to Martin Flöser from comment #4)
> > OpenGL platform interface: EGL
> 
> You are using EGL on X11. This is no longer supported, please switch to glx.
> Just remove the line from the kwinrc configuration file and restart.
> Afterwards I expect the problem to be resolved.

False allarm, the problem is not solved, it just solved temporarly. When i
restarted my PC, the problem appeared again, but now i can solve it restarting
Kwin but i have to do it everytime i log in KDE.

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

[elisa] [Bug 393155] Doesn't resume playback using the media player/controller widget.

2018-06-22 Thread Neousr
https://bugs.kde.org/show_bug.cgi?id=393155

Neousr  changed:

   What|Removed |Added

 CC||neo...@protonmail.com

--- Comment #5 from Neousr  ---
I can confirm the same behavior by the systray player. The play button wont
start the current song anymore after pausing it. Doesn't matter if it was
paused by the media controls on the taskbar.

Only clicking two times on Elisa player will resume the song.

As a side note pausing the song on Elisa will successfully resume the song
using the systray or the taskbar media controls.

KDE Neon 5.13.1Elisa 0.1.1

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

[kwin] [Bug 395381] Crashing Xwayland locks-up kwin_wayland keboard and mouse

2018-06-22 Thread James
https://bugs.kde.org/show_bug.cgi?id=395381

--- Comment #12 from James  ---
> Martin is right, it is a Xwayland bug, and nothing to do with kwin or plasma.
> I'm able to use plasma-5.13.1 without this issue by setting QT_QPA_PLATFORM
> to QT_QPA_PLATFORM=wayland.

Thanks for the work-around.  Still, would you please help me to understand what
is going on here?

First, how does selecting a button on the Plasma Panel - presumably a
Wayland-based app - have anything to do with calling-out to Xwayland, an X11
server emulator?

Am I basically misunderstanding kwin_wayland?  Is kwin_wayland actually just
kwin running over Xwayland?

Second, if kwin_wayland is *not* simply kwin running over Xwayland, then why
would a call to Xwayland not simply be run in a non-blocking manner?

And third, how does setting QT_QPA_PLATFORM=wayland bypass the Xwayland bug, in
this particular instance, for example, with selection of the Application
Launcher from the Panel?  Is the KDE Panel an X11 application?

I did find "Progress on Plasma Wayland for 5.13" by Roman Gilg, and Martin's
"Unsetting QT_QPA_PLATFORM environment variable by default".  My more selfish
take-away from Martin's comments would be that everyone is dealing with a
work-around for a Qt bug, one that has not been resolved even in Qt 5.11.  Even
then, though, that does not explain why kwin_wayland is making blocking calls
to Xwayland, to say nothing of the security implications, the chance of
completely locking the user interface.

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

[kwin] [Bug 395703] Can't change window decoration

2018-06-22 Thread Ennai
https://bugs.kde.org/show_bug.cgi?id=395703

--- Comment #5 from Ennai  ---
Don't even know what those are. Anyway, now it works, thanks.

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

[valgrind] [Bug 395777] disInstr(arm): unhandled instruction: 0xE7F000F0 (wine, dlls/msvcp90/tests/misc.c)

2018-06-22 Thread Austin English
https://bugs.kde.org/show_bug.cgi?id=395777

--- Comment #1 from Austin English  ---
That seems to be 
#define FBT_BREAKPOINT  0xe7f000f0

according to
https://github.com/F-Stack/f-stack/blob/master/freebsd/arm/include/trap.h

There's only a few more in that header, so it may be worth implementing all at
the same time:
#define GDB_BREAKPOINT  0xe611
#define GDB5_BREAKPOINT 0xe7ffdefe
#define PTRACE_BREAKPOINT   0xe7f0
#define KERNEL_BREAKPOINT   0xe7ff
#define FBT_BREAKPOINT  0xe7f000f0

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

[valgrind] [Bug 395777] New: disInstr(arm): unhandled instruction: 0xE7F000F0 (wine, dlls/msvcp90/tests/misc.c)

2018-06-22 Thread Austin English
https://bugs.kde.org/show_bug.cgi?id=395777

Bug ID: 395777
   Summary: disInstr(arm): unhandled instruction: 0xE7F000F0
(wine, dlls/msvcp90/tests/misc.c)
   Product: valgrind
   Version: 3.14 SVN
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: jsew...@acm.org
  Reporter: austinengl...@gmail.com
  Target Milestone: ---

As description states:
disInstr(arm): unhandled instruction: 0xE7F000F0
 cond=14(0xE) 27:20=127(0x7F) 4:4=1 3:0=0(0x0)

found when running wine's unit tests, specifically dlls/msvcp90/tests/misc.c

(stretch)austin@localhost:~/src/valgrind$ /opt/valgrind/bin/valgrind --version
-v
valgrind-3.14.0.GIT-90daa486e8-20180620

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

[krita] [Bug 395776] Tablet Skips Off Right Portion of Canvas to Docker

2018-06-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=395776

bycea...@gmail.com changed:

   What|Removed |Added

   Platform|Other   |MS Windows
Version|unspecified |4.0.4

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

[krita] [Bug 395776] New: Tablet Skips Off Right Portion of Canvas to Docker

2018-06-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=395776

Bug ID: 395776
   Summary: Tablet Skips Off Right Portion of Canvas to Docker
   Product: krita
   Version: unspecified
  Platform: Other
OS: MS Windows
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: CPU Canvas
  Assignee: krita-bugs-n...@kde.org
  Reporter: bycea...@gmail.com
  Target Milestone: ---

When using a tablet, the cursor skips the right portion of the canvas and
appears at the dockers. I can't literally do anything on the right canvas.

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

[systemsettings] [Bug 395775] New: [System Settings] Aplication style prompting for apply/discard when no settings were changed.

2018-06-22 Thread Neousr
https://bugs.kde.org/show_bug.cgi?id=395775

Bug ID: 395775
   Summary: [System Settings] Aplication style prompting for
apply/discard when no settings were changed.
   Product: systemsettings
   Version: 5.13.1
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: kcm_style
  Assignee: unassigned-b...@kde.org
  Reporter: neo...@protonmail.com
  Target Milestone: ---

Created attachment 113517
  --> https://bugs.kde.org/attachment.cgi?id=113517=edit
Application Style prompts

Software versions

OS KDE Neon 5.13 User edition

Version: 5.13.1

KDE Frameworks 5.47.0

QT Version 5.11.0

System Settings 5.13.1


System Settings prompts apply/discard when you move between options on System
Settings > Appearance > Application Style.

This issue is present on to the icon view and tree view. Is not present in the
new sidebar.

Steps to Reproduce:

1. Open System Settings
2. Click on Application Style
3. Click on Window Decorations
4. Then click either Widget Style, GNOME Application or All Settings
5. The apply/discard prompt will appear

Notes: 

Window Decoration needs to be clicked first to trigger the bug other
combinations will work as expected.

Resizing and maximizing System Settings seems to trigger it more frequently.

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

[okular] [Bug 395175] support opening multiple files from "File->Open" dialog

2018-06-22 Thread Lukas Sabota
https://bugs.kde.org/show_bug.cgi?id=395175

--- Comment #3 from Lukas Sabota  ---
https://phabricator.kde.org/D13667 works for me

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

[krita] [Bug 395774] New: Doesn't prompt to save KRA before Saving as PNG

2018-06-22 Thread Kenneth Evans
https://bugs.kde.org/show_bug.cgi?id=395774

Bug ID: 395774
   Summary: Doesn't prompt to save KRA before Saving as PNG
   Product: krita
   Version: 4.0.4
  Platform: MS Windows
OS: MS Windows
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: General
  Assignee: krita-bugs-n...@kde.org
  Reporter: k...@kenevans.net
  Target Milestone: ---

Since it is going to close the KRA document or at least rename it to PNG, any
unsaved changes to the KRA document are lost when you Save As | PNG (and
probably others).

This has caught me twice now.

Actually I would prefer it not rename the document to PNG but continue working
on the KRA, but this issue is just asking it to be fixed to prompt you to avoid
losing work.

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

[krita] [Bug 395773] Shortcuts involving the V key

2018-06-22 Thread wolthera
https://bugs.kde.org/show_bug.cgi?id=395773

wolthera  changed:

   What|Removed |Added

 Resolution|--- |WONTFIX
 CC||griffinval...@gmail.com
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from wolthera  ---
Yes, that is because the V key is set to use the straightline tool in the
canvas input settings, first unbind it there.

As this is not a bug but two conflicting shortcuts systems, I will now close
this bug.

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

[Discover] [Bug 390569] Discover sources list does not show repository name correctly

2018-06-22 Thread Alex Ander
https://bugs.kde.org/show_bug.cgi?id=390569

Alex Ander  changed:

   What|Removed |Added

 CC||aalexand...@gmail.com

--- Comment #9 from Alex Ander  ---
with only domain names shown, there will be a bunch of ppa.launchpad.net's by
some users. 
I'm quite ok with full urls, like
"http://ppa.launchpad.net/obsproject/obs-studio/ubuntu xenial InRelease". 
What about a letting user to decide, what he want to see shown?

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

[krita] [Bug 395773] New: Shortcuts involving the V key

2018-06-22 Thread Will
https://bugs.kde.org/show_bug.cgi?id=395773

Bug ID: 395773
   Summary: Shortcuts involving the V key
   Product: krita
   Version: 4.0.4
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Shortcuts and Canvas Input Settings
  Assignee: krita-bugs-n...@kde.org
  Reporter: will.sterlin...@gmail.com
  Target Milestone: ---

When i bind a tool to the keyboard V, it does not select it unless you
continuously hold down V. Otherwise it defaults back to the select shapes tool.

I've tried with a few different tools and all seem to do the same. However with
Mirror bound it works out since it now toggles instead of instant reset when
released.

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

[plasma-pa] [Bug 386665] Drop dependency on pulseaudio-gconf?

2018-06-22 Thread Polynomial-C
https://bugs.kde.org/show_bug.cgi?id=386665

Lars Wendler (Polynomial-C)  changed:

   What|Removed |Added

 CC||polynomia...@gentoo.org

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

[latte-dock] [Bug 395771] Some plasmoid settings (specifically Active Window Control) are not persisted within latte-dock git (master)

2018-06-22 Thread Michail Vourlakos
https://bugs.kde.org/show_bug.cgi?id=395771

Michail Vourlakos  changed:

   What|Removed |Added

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

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

[latte-dock] [Bug 395771] Some plasmoid settings (specifically Active Window Control) are not persisted within latte-dock git (master)

2018-06-22 Thread Michail Vourlakos
https://bugs.kde.org/show_bug.cgi?id=395771

--- Comment #1 from Michail Vourlakos  ---
Latte supports multiple layouts at the same time so borderless maximized
windows has become an internal Latte feature.

1. Disable borderless maximized windows in Active Window Control
2. Latte Settings window (you can use Meta+W) -> Preferences (tab) -> Support
borderless maximized windows in different layouts
3. Latte Settings window -> Layouts (tab) -> just enabled the Borderless
feature at the layout you want

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

[frameworks-knewstuff] [Bug 395718] knsrc files should be installed in /usr/share rather than in /etc

2018-06-22 Thread Alex Ander
https://bugs.kde.org/show_bug.cgi?id=395718

--- Comment #3 from Alex Ander  ---
*** Bug 395715 has been marked as a duplicate of this bug. ***

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

[Discover] [Bug 395715] Discover at start says, it couldn't load providers from kdenlive.org

2018-06-22 Thread Alex Ander
https://bugs.kde.org/show_bug.cgi?id=395715

Alex Ander  changed:

   What|Removed |Added

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

--- Comment #1 from Alex Ander  ---
Then it also a duplicate of bug 395718. All messages has gone, as I removed
those .knsrc files.

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

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

[frameworks-ktexteditor] [Bug 390040] [QSaveFile] Kate part changes file permisions on save

2018-06-22 Thread Edward Kigwana
https://bugs.kde.org/show_bug.cgi?id=390040

Edward Kigwana  changed:

   What|Removed |Added

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

--- Comment #4 from Edward Kigwana  ---
File bug with kdevelop.

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

[kdevelop] [Bug 395772] New: Saving a file that is part of a project sets owner execute bit

2018-06-22 Thread Edward Kigwana
https://bugs.kde.org/show_bug.cgi?id=395772

Bug ID: 395772
   Summary: Saving a file that is part of a project sets owner
execute bit
   Product: kdevelop
   Version: git master
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdevelop-bugs-n...@kde.org
  Reporter: edwardw...@gmail.com
  Target Milestone: ---

Using Katepart from master

Start a session with a project loaded.

Edit an existing non-project file with 0644 permisions with kdevelop and save
changes to file. ls -al shows 0644.

Edit an existing project file with 0644 permisions with kdevelop and save
changes to file. ls -al show 744

Creating a new file and saving it results in the file being saved using the
default UMASK. Opening that file then saving it sets the owner execute bit.

my default umask is 027

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

[kmail2] [Bug 395752] kmail keeps hiding the toolbar upon restart

2018-06-22 Thread dS810
https://bugs.kde.org/show_bug.cgi?id=395752

--- Comment #3 from dS810  ---
@Stefano: You can enable it on menu item "Settigs -> Toolbar"

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

[frameworks-kio] [Bug 329292] Scroll through available KIOSlaves with up/down arrows when URL navigator is empty

2018-06-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=329292

Nate Graham  changed:

   What|Removed |Added

 CC||vasoserg...@gmail.com

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

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

[dolphin] [Bug 395746] KIO Slaves visibility

2018-06-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=395746

Nate Graham  changed:

   What|Removed |Added

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

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


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

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

[frameworks-ktexteditor] [Bug 390040] [QSaveFile] Kate part changes file permisions on save

2018-06-22 Thread Edward Kigwana
https://bugs.kde.org/show_bug.cgi?id=390040

Edward Kigwana  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #3 from Edward Kigwana  ---
I tested kate and kwrite and it looks like they have resolved the issue. I am
leaving this open until kdevelop fixes the issue.

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

[kmail2] [Bug 395752] kmail keeps hiding the toolbar upon restart

2018-06-22 Thread Stefano
https://bugs.kde.org/show_bug.cgi?id=395752

--- Comment #2 from Stefano  ---
Another thing that I didn't noticed before, is that the status bar is vanished
and I can't find how to make it visible again.

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

[kmail2] [Bug 395752] kmail keeps hiding the toolbar upon restart

2018-06-22 Thread dS810
https://bugs.kde.org/show_bug.cgi?id=395752

dS810  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||artem.anuf...@live.de
 Status|UNCONFIRMED |CONFIRMED

--- Comment #1 from dS810  ---
Confirm. Same behaviour here after last update.

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

[plasma-pa] [Bug 386665] Drop dependency on pulseaudio-gconf?

2018-06-22 Thread Gabriel C
https://bugs.kde.org/show_bug.cgi?id=386665

Gabriel C  changed:

   What|Removed |Added

 CC||nix.or@gmail.com

--- Comment #10 from Gabriel C  ---
I suggested makeing it optional forever but small Distros gets ignored anyway.

So I patched the whole code out from day 1 that got added ..

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

[krita] [Bug 394974] Layer converted filter mask causes Krita crash most of the time.

2018-06-22 Thread Andras
https://bugs.kde.org/show_bug.cgi?id=394974

--- Comment #5 from Andras  ---
No problem, I understand as my description wasn't detailed enough. I'd upload
an example file however it's ~235MB. Also I understand the issue itself could
be Qt and other graphics related bug nevertheless no other application crashes
on my system.

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

[plasmashell] [Bug 395727] Blur with transparency not working in application menus

2018-06-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=395727

Nate Graham  changed:

   What|Removed |Added

 CC||alex19930...@gmail.com,
   ||n...@kde.org

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

[marble] [Bug 395738] May be it's not a bug , but it is a problem.How to config my QT5 + marble development environment under MS windows7 64bit?

2018-06-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=395738

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #1 from Nate Graham  ---
This is a bug tracker, not a support forum. See
https://community.kde.org/Get_Involved/Bug_Reporting#Step_1:_Make_sure_it.27s_a_real_bug

You might try asking this question in the #kde-devel IRC channel. See
https://community.kde.org/Get_Involved/development#Communicating_with_the_team

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

[latte-dock] [Bug 395771] New: Some plasmoid settings (specifically Active Window Control) are not persisted within latte-dock git (master)

2018-06-22 Thread Rylsm
https://bugs.kde.org/show_bug.cgi?id=395771

Bug ID: 395771
   Summary: Some plasmoid settings (specifically Active Window
Control) are not persisted within latte-dock git
(master)
   Product: latte-dock
   Version: git (master)
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: application
  Assignee: mvourla...@gmail.com
  Reporter: ry...@outlook.com
  Target Milestone: ---

I have a minor problem with latte dock compiled from the git repo.
Some Active Window Control plasmoid settings ("Hide titlebar for maximized
windows" in particular) are not persisted, it will always turn back to the
"off" state on the next launch of latte-dock. Oddly enough it doesn't seem to
happen on current version available at Arch Linux/Manjaro repository right now.

I will provide more info if needed.

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

[dolphin] [Bug 395754] Keyboard operation for unfolding folders

2018-06-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=395754

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #1 from Nate Graham  ---
Hit the right arrow key. :)

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

[plasmashell] [Bug 382571] Icon pinned to task manager shows wide tooltip in just started plasma session

2018-06-22 Thread Eike Hein
https://bugs.kde.org/show_bug.cgi?id=382571

Eike Hein  changed:

   What|Removed |Added

  Latest Commit|https://commits.kde.org/pla |https://commits.kde.org/pla
   |sma-desktop/24803dc9dc4000e |sma-desktop/1e218b405bee4d7
   |06edb60a3a8afe5925f0d72d7   |5a5d26a4c28da2724d967953a

--- Comment #18 from Eike Hein  ---
Git commit 1e218b405bee4d75a5d26a4c28da2724d967953a by Eike Hein.
Committed on 22/06/2018 at 21:05.
Pushed by hein into branch 'Plasma/5.12'.

Fix tooltip woes

Summary:
Users have reported a number of bugs against TM tooltips, e.g. initially
coming up with crazy sizes, or showing window duplicates. This all comes
down to a race conditions causing stale data and ugly code that's using
visible props to swap between two alternate UI implementations instead
of doing clean conditional loading.

With this cleanup patch the problems should be gone, as well as various
ReferenceErrors spewed onto the tty.
Related: bug 385947, bug 389469, bug 388749

Reviewers: broulik, davidedmundson, romangg

Reviewed By: davidedmundson

Subscribers: rikmills, plasma-devel

Tags: #plasma

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

M  +1-1applets/taskmanager/package/contents/ui/Task.qml
M  +33   -18   applets/taskmanager/package/contents/ui/ToolTipDelegate.qml
M  +1-1applets/taskmanager/package/contents/ui/ToolTipInstance.qml

https://commits.kde.org/plasma-desktop/1e218b405bee4d75a5d26a4c28da2724d967953a

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

[plasmashell] [Bug 388749] Don't appear new thumbnails on first tooltips seance

2018-06-22 Thread Eike Hein
https://bugs.kde.org/show_bug.cgi?id=388749

Eike Hein  changed:

   What|Removed |Added

  Latest Commit|https://commits.kde.org/pla |https://commits.kde.org/pla
   |sma-desktop/24803dc9dc4000e |sma-desktop/1e218b405bee4d7
   |06edb60a3a8afe5925f0d72d7   |5a5d26a4c28da2724d967953a

--- Comment #8 from Eike Hein  ---
Git commit 1e218b405bee4d75a5d26a4c28da2724d967953a by Eike Hein.
Committed on 22/06/2018 at 21:05.
Pushed by hein into branch 'Plasma/5.12'.

Fix tooltip woes

Summary:
Users have reported a number of bugs against TM tooltips, e.g. initially
coming up with crazy sizes, or showing window duplicates. This all comes
down to a race conditions causing stale data and ugly code that's using
visible props to swap between two alternate UI implementations instead
of doing clean conditional loading.

With this cleanup patch the problems should be gone, as well as various
ReferenceErrors spewed onto the tty.
Related: bug 382571, bug 385947, bug 389469

Reviewers: broulik, davidedmundson, romangg

Reviewed By: davidedmundson

Subscribers: rikmills, plasma-devel

Tags: #plasma

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

M  +1-1applets/taskmanager/package/contents/ui/Task.qml
M  +33   -18   applets/taskmanager/package/contents/ui/ToolTipDelegate.qml
M  +1-1applets/taskmanager/package/contents/ui/ToolTipInstance.qml

https://commits.kde.org/plasma-desktop/1e218b405bee4d75a5d26a4c28da2724d967953a

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

[plasmashell] [Bug 385947] First task's initial tooltip size is broken

2018-06-22 Thread Eike Hein
https://bugs.kde.org/show_bug.cgi?id=385947

Eike Hein  changed:

   What|Removed |Added

  Latest Commit|https://commits.kde.org/pla |https://commits.kde.org/pla
   |sma-desktop/24803dc9dc4000e |sma-desktop/1e218b405bee4d7
   |06edb60a3a8afe5925f0d72d7   |5a5d26a4c28da2724d967953a

--- Comment #5 from Eike Hein  ---
Git commit 1e218b405bee4d75a5d26a4c28da2724d967953a by Eike Hein.
Committed on 22/06/2018 at 21:05.
Pushed by hein into branch 'Plasma/5.12'.

Fix tooltip woes

Summary:
Users have reported a number of bugs against TM tooltips, e.g. initially
coming up with crazy sizes, or showing window duplicates. This all comes
down to a race conditions causing stale data and ugly code that's using
visible props to swap between two alternate UI implementations instead
of doing clean conditional loading.

With this cleanup patch the problems should be gone, as well as various
ReferenceErrors spewed onto the tty.
Related: bug 382571, bug 389469, bug 388749

Reviewers: broulik, davidedmundson, romangg

Reviewed By: davidedmundson

Subscribers: rikmills, plasma-devel

Tags: #plasma

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

M  +1-1applets/taskmanager/package/contents/ui/Task.qml
M  +33   -18   applets/taskmanager/package/contents/ui/ToolTipDelegate.qml
M  +1-1applets/taskmanager/package/contents/ui/ToolTipInstance.qml

https://commits.kde.org/plasma-desktop/1e218b405bee4d75a5d26a4c28da2724d967953a

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

[plasmashell] [Bug 389469] Grouped tasks have an extra thumbnail in the tooltip after plasmashell has been restarted at least once

2018-06-22 Thread Eike Hein
https://bugs.kde.org/show_bug.cgi?id=389469

Eike Hein  changed:

   What|Removed |Added

  Latest Commit|https://commits.kde.org/pla |https://commits.kde.org/pla
   |sma-desktop/24803dc9dc4000e |sma-desktop/1e218b405bee4d7
   |06edb60a3a8afe5925f0d72d7   |5a5d26a4c28da2724d967953a

--- Comment #15 from Eike Hein  ---
Git commit 1e218b405bee4d75a5d26a4c28da2724d967953a by Eike Hein.
Committed on 22/06/2018 at 21:05.
Pushed by hein into branch 'Plasma/5.12'.

Fix tooltip woes

Summary:
Users have reported a number of bugs against TM tooltips, e.g. initially
coming up with crazy sizes, or showing window duplicates. This all comes
down to a race conditions causing stale data and ugly code that's using
visible props to swap between two alternate UI implementations instead
of doing clean conditional loading.

With this cleanup patch the problems should be gone, as well as various
ReferenceErrors spewed onto the tty.
Related: bug 382571, bug 385947, bug 388749

Reviewers: broulik, davidedmundson, romangg

Reviewed By: davidedmundson

Subscribers: rikmills, plasma-devel

Tags: #plasma

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

M  +1-1applets/taskmanager/package/contents/ui/Task.qml
M  +33   -18   applets/taskmanager/package/contents/ui/ToolTipDelegate.qml
M  +1-1applets/taskmanager/package/contents/ui/ToolTipInstance.qml

https://commits.kde.org/plasma-desktop/1e218b405bee4d75a5d26a4c28da2724d967953a

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

[kdevelop] [Bug 395763] file:/// as cmake toolchain file on android build

2018-06-22 Thread Valeri
https://bugs.kde.org/show_bug.cgi?id=395763

Valeri  changed:

   What|Removed |Added

   Platform|Other   |Ubuntu Packages
 CC||v19930...@gmail.com

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

[plasmashell] [Bug 369867] Widget searching stopped working on Wayland session.

2018-06-22 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=369867

--- Comment #18 from Dr. Chapatin  ---
Search for widgets in widget explorer is still impossible under Wayland.

Arch Linux
plasma 5.13.1
frameworks 5.47

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

[krita] [Bug 394974] Layer converted filter mask causes Krita crash most of the time.

2018-06-22 Thread Antti Savolainen
https://bugs.kde.org/show_bug.cgi?id=394974

--- Comment #4 from Antti Savolainen  ---
I'm sorry if I came off as aggressive. Thank you for the more detailed
description. I will test it when I get to my PC in a few days unoess boud or
someone else does it before me.

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

[kajongg] [Bug 395770] New: No window icon on Wayland

2018-06-22 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=395770

Bug ID: 395770
   Summary: No window icon on Wayland
   Product: kajongg
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: wolfg...@rohdewald.de
  Reporter: andr...@stikonas.eu
CC: kde-games-b...@kde.org
  Target Milestone: ---

Please fix application icon to work properly on Wayland.

setDesktopFileName has to be called.

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

[krita] [Bug 395769] New: Multi-line paragraph transform into single line when edited

2018-06-22 Thread David REVOY
https://bugs.kde.org/show_bug.cgi?id=395769

Bug ID: 395769
   Summary: Multi-line paragraph transform into single line when
edited
   Product: krita
   Version: 4.1.0 alpha
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Tool/Text
  Assignee: krita-bugs-n...@kde.org
  Reporter: i...@davidrevoy.com
  Target Milestone: ---

Created attachment 113516
  --> https://bugs.kde.org/attachment.cgi?id=113516=edit
[^ *.kra with text file to reproduce the bug]

Hi,
When I edit paragraph with multi-lines of text in certain conditions(often)
they transform into single line as soon as I edit them.

To reproduce:
=
- Open the Krita file in attachement.
- On the vector "txt" layer, select the text
- Edit the text

Result:
===
- On the WYSIWYG area the two lines merge into one

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

[kdeplasma-addons] [Bug 395768] New: keyboard indicator is not working under wayland

2018-06-22 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=395768

Bug ID: 395768
   Summary: keyboard indicator is not working under wayland
   Product: kdeplasma-addons
   Version: 5.13.1
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: General
  Assignee: plasma-b...@kde.org
  Reporter: bugsefor...@gmx.com
  Target Milestone: ---

Since plasma 5.13 we can enable the keyboard indicator to indicate the status
of caps lock and num lock keys in the system tray. This feature is not working
under Wayland.

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

[plasmashell] [Bug 395290] Context menu of the icons in the system tray overlaps the system tray

2018-06-22 Thread Alexander Mentyu
https://bugs.kde.org/show_bug.cgi?id=395290

Alexander Mentyu  changed:

   What|Removed |Added

 CC||notux...@gmail.com

--- Comment #1 from Alexander Mentyu  ---
Reproducible

Plasma: 5.13.1
Apps: 18.04.2
Frameworks: 5.47.0
Qt: 5.11.1
Kernel: 4.18.0-1-MANJARO
OS: Netrunner Rolling
Video: Intel 4400
Driver: xf86-video-intel 1:2.99.917+831+ge7bfc906-1
Mesa 3D: 18.1.2
Screen: 1600x900
Xorg: 1.20
Wayland: 1.15.0-1
Wayland Protocols: 1.14-1

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

[konversation] [Bug 395767] New: Konversation crashed on close on Wayland

2018-06-22 Thread Alexander Mentyu
https://bugs.kde.org/show_bug.cgi?id=395767

Bug ID: 395767
   Summary: Konversation crashed on close on Wayland
   Product: konversation
   Version: 1.7.4
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: konversation-de...@kde.org
  Reporter: notux...@gmail.com
  Target Milestone: ---

Application: konversation (1.7.4)

Qt Version: 5.11.1
Frameworks Version: 5.47.0
Operating System: Linux 4.18.0-1-MANJARO x86_64
Distribution: "Netrunner Rolling"

-- Information about the crash:
- What I was doing when the application crashed:
Started the app, connected to freenode, than closed the app with confirmation,
app crashed

-- Backtrace:
Application: Konversation (konversation), signal: Segmentation fault
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f580a06dec0 (LWP 11619))]

Thread 2 (Thread 0x7f57f4710700 (LWP 11620)):
#0  0x7f5802bf5ea9 in poll () at /usr/lib/libc.so.6
#1  0x7f57fce58523 in  () at /usr/lib/libglib-2.0.so.0
#2  0x7f57fce5863e in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#3  0x7f58038a7054 in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#4  0x7f580385294c in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#5  0x7f580369ba99 in QThread::exec() () at /usr/lib/libQt5Core.so.5
#6  0x7f5803cf7976 in  () at /usr/lib/libQt5DBus.so.5
#7  0x7f58036a5b45 in  () at /usr/lib/libQt5Core.so.5
#8  0x7f5800ae1075 in start_thread () at /usr/lib/libpthread.so.0
#9  0x7f5802c0053f in clone () at /usr/lib/libc.so.6

Thread 1 (Thread 0x7f580a06dec0 (LWP 11619)):
[KCrash Handler]
#6  0x7f57f75ebc39 in  () at /usr/lib/libwayland-client.so.0
#7  0x7f57f75e7933 in wl_proxy_destroy () at
/usr/lib/libwayland-client.so.0
#8  0x7f57f6231169 in KWayland::Client::Shadow::release() () at
/usr/lib/libKF5WaylandClient.so.5
#9  0x7f57f623118b in KWayland::Client::Shadow::~Shadow() () at
/usr/lib/libKF5WaylandClient.so.5
#10 0x7f57f62311fa in KWayland::Client::Shadow::~Shadow() () at
/usr/lib/libKF5WaylandClient.so.5
#11 0x7f580387ba3b in QObjectPrivate::deleteChildren() () at
/usr/lib/libQt5Core.so.5
#12 0x7f58048929af in QWidget::~QWidget() () at /usr/lib/libQt5Widgets.so.5
#13 0x7f58049cc96a in QMenu::~QMenu() () at /usr/lib/libQt5Widgets.so.5
#14 0x562ee7ddd1f0 in  ()
#15 0x562ee7ddd349 in  ()
#16 0x7f5802b40f2c in __run_exit_handlers () at /usr/lib/libc.so.6
#17 0x7f5802b4105a in  () at /usr/lib/libc.so.6
#18 0x7f5802b2b072 in __libc_start_main () at /usr/lib/libc.so.6
#19 0x562ee7cb4a9a in _start ()

Reported using DrKonqi

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

[konversation] [Bug 395313] Paste from inputline is HTML formatted

2018-06-22 Thread Alexander Mentyu
https://bugs.kde.org/show_bug.cgi?id=395313

Alexander Mentyu  changed:

   What|Removed |Added

 CC||notux...@gmail.com

--- Comment #2 from Alexander Mentyu  ---
Input line text cannot be pasted in XWayland window (tried Chromium, Firefox)
but can be pasted normally into Kate, text can also be pasted into LibreOffice
with comments lines '' and ''

libreoffice-fresh-6.0.4-2
Plasma: 5.13.1
Apps: 18.04.2
Frameworks: 5.47.0
Qt: 5.11.1
Kernel: 4.18.0-1-MANJARO
OS: Netrunner Rolling
Video: Intel 4400
Driver: xf86-video-intel 1:2.99.917+831+ge7bfc906-1
Mesa 3D: 18.1.2
Screen: 1600x900
Xorg: 1.20
Wayland: 1.15.0-1
Wayland Protocols: 1.14-1

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

[Breeze] [Bug 395318] Firefox w/out Title bar and Breeze windeco w/out borders = no resize drag area

2018-06-22 Thread Alexander Mentyu
https://bugs.kde.org/show_bug.cgi?id=395318

Alexander Mentyu  changed:

   What|Removed |Added

 CC||notux...@gmail.com

--- Comment #1 from Alexander Mentyu  ---
Windows without borders can be moved with Left Alt + hold Left Click on the
window and resized with Left Alt + hold Right Click on the window

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

[plasmashell] [Bug 395766] New: Moving panel from bottom to left breaks the start menu

2018-06-22 Thread GreenBarbers
https://bugs.kde.org/show_bug.cgi?id=395766

Bug ID: 395766
   Summary: Moving panel from bottom to left breaks the start menu
   Product: plasmashell
   Version: 5.12.5
  Platform: Manjaro
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: Panel
  Assignee: plasma-b...@kde.org
  Reporter: loveshufflebl...@gmail.com
  Target Milestone: 1.0

Created attachment 113515
  --> https://bugs.kde.org/attachment.cgi?id=113515=edit
breaks start menu

Steps to reproduce: 

> Move the panel from bottom to left
> Open start menu

see the attachment

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

[okular] [Bug 395765] New: Crash when closing okular

2018-06-22 Thread Riccardo Escher
https://bugs.kde.org/show_bug.cgi?id=395765

Bug ID: 395765
   Summary: Crash when closing okular
   Product: okular
   Version: 1.4.2
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: okular-de...@kde.org
  Reporter: riccardoesc...@gmx.de
  Target Milestone: ---

Application: okular (1.4.2)

Qt Version: 5.11.0
Frameworks Version: 5.46.0
Operating System: Linux 4.17.1-1-default x86_64
Distribution: "openSUSE Tumbleweed"

-- Information about the crash:
- What I was doing when the application crashed:
After shutdown and reboot a pdf downloaded by firefox was disappeared. Okular
opened an error window. When closing this error window Okular crashes

-- Backtrace:
Application: Okular (okular), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fcae9e48180 (LWP 3117))]

Thread 4 (Thread 0x7fcabfa54700 (LWP 3376)):
#0  0x7fcae2b204ec in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7fcac06dbc1b in ?? () from /usr/lib64/dri/i965_dri.so
#2  0x7fcac06db947 in ?? () from /usr/lib64/dri/i965_dri.so
#3  0x7fcae2b1a554 in start_thread () from /lib64/libpthread.so.0
#4  0x7fcae5b94fdf in clone () from /lib64/libc.so.6

Thread 3 (Thread 0x7fcace2f6700 (LWP 3190)):
#0  0x7fcae5b8a5d9 in poll () from /lib64/libc.so.6
#1  0x7fcae04ff2c6 in ?? () from /usr/lib64/libglib-2.0.so.0
#2  0x7fcae04ff3ec in g_main_context_iteration () from
/usr/lib64/libglib-2.0.so.0
#3  0x7fcae649790b in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib64/libQt5Core.so.5
#4  0x7fcae64479fb in
QEventLoop::exec(QFlags) () from
/usr/lib64/libQt5Core.so.5
#5  0x7fcae62a6356 in QThread::exec() () from /usr/lib64/libQt5Core.so.5
#6  0x7fcae68e8f45 in ?? () from /usr/lib64/libQt5DBus.so.5
#7  0x7fcae62af93c in ?? () from /usr/lib64/libQt5Core.so.5
#8  0x7fcae2b1a554 in start_thread () from /lib64/libpthread.so.0
#9  0x7fcae5b94fdf in clone () from /lib64/libc.so.6

Thread 2 (Thread 0x7fcad7d76700 (LWP 3123)):
#0  0x7fcae5b8a5d9 in poll () from /lib64/libc.so.6
#1  0x7fcae2f42377 in ?? () from /usr/lib64/libxcb.so.1
#2  0x7fcae2f43f8a in xcb_wait_for_event () from /usr/lib64/libxcb.so.1
#3  0x7fcadad50939 in ?? () from /usr/lib64/libQt5XcbQpa.so.5
#4  0x7fcae62af93c in ?? () from /usr/lib64/libQt5Core.so.5
#5  0x7fcae2b1a554 in start_thread () from /lib64/libpthread.so.0
#6  0x7fcae5b94fdf in clone () from /lib64/libc.so.6

Thread 1 (Thread 0x7fcae9e48180 (LWP 3117)):
[KCrash Handler]
#6  QFlags::operator|= (other=,
this=) at
/usr/src/debug/kconfig-5.46.0-1.2.x86_64/src/core/kconfig.cpp:976
#7  KConfigPrivate::lookupData (this=this@entry=0x560200050009, group=...,
key=key@entry=0x564b554f6a4c "ActiveTab", flags=flags@entry=...) at
/usr/src/debug/kconfig-5.46.0-1.2.x86_64/src/core/kconfig.cpp:977
#8  0x7fcae82871f3 in KConfigGroup::readEntry
(this=this@entry=0x7fff7e0e6d00, key=key@entry=0x564b554f6a4c "ActiveTab",
aDefault=...) at /usr/include/qt5/QtCore/qflags.h:120
#9  0x564b554ee7c3 in KConfigGroup::readEntry
(defaultValue=@0x7fff7e0e6c4c: 0, key=0x564b554f6a4c "ActiveTab",
this=0x7fff7e0e6d00) at /usr/include/qt5/QtCore/qvariant.h:518
#10 Shell::readProperties (this=0x564b574f43e0, group=...) at
/usr/src/debug/okular-18.04.2-1.1.x86_64/shell/shell.cpp:392
#11 0x7fcae8fb0b78 in KMainWindow::readPropertiesInternal
(this=this@entry=0x564b574f43e0, config=0x564b5757dec0, number=number@entry=1)
at /usr/include/qt5/QtCore/qarraydata.h:234
#12 0x7fcae8fb0bc2 in KMainWindow::restore (this=0x564b574f43e0, number=1,
show=) at
/usr/src/debug/kxmlgui-5.46.0-1.3.x86_64/src/kmainwindow.cpp:471
#13 0x564b554e9cd3 in kRestoreMainWindows () at
/usr/include/qt5/QtCore/qarraydata.h:255
#14 0x564b554e7353 in main (argc=, argv=) at
/usr/src/debug/okular-18.04.2-1.1.x86_64/shell/main.cpp:66

Reported using DrKonqi

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

[systemsettings] [Bug 395351] Touchpad settings are disabled in Wayland

2018-06-22 Thread Alexander Mentyu
https://bugs.kde.org/show_bug.cgi?id=395351

Alexander Mentyu  changed:

   What|Removed |Added

 CC||notux...@gmail.com

--- Comment #9 from Alexander Mentyu  ---
(In reply to Dr. Chapatin from comment #3)
> In my case "kcmshell5 kcm_touchpad" starts the kcm without any problem.
> Searching for "touchpad" in kickoff menu also works.
> Problem occurs only when I access the kcm via system settings.

Reproducible

Plasma: 5.13.1
Apps: 18.04.2
Frameworks: 5.47.0
Qt: 5.11.1
Kernel: 4.18.0-1-MANJARO
OS: Netrunner Rolling
Video: Intel 4400
Driver: xf86-video-intel 1:2.99.917+831+ge7bfc906-1
Mesa 3D: 18.1.2
Screen: 1600x900
Xorg: 1.20
Wayland: 1.15.0-1
Wayland Protocols: 1.14-1

kcmshell5 kcm_touchpad
kcm_touchpad: Using KWin+Wayland backend
kcm_touchpad: Devices list received successfully from KWin.
kcm_touchpad: Touchpad found: "Synaptics TM2668-001" ("event14")
Using Wayland-EGL
qml: Touchpad configuration of device '1 : Synaptics TM2668-001' opened
Using the 'xdg-shell-v6' shell integration

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

[krdc] [Bug 392122] KRDC could not connect to a Windows Server 2016 over RDP after a update of the Server

2018-06-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=392122

blackfireb...@hotmail.com changed:

   What|Removed |Added

 CC||blackfireb...@hotmail.com

--- Comment #3 from blackfireb...@hotmail.com ---
see comments in Bug 394074 

Vasyl Demin 2018-06-22 10:55:45 UTC
Have you checked this issues?
https://github.com/FreeRDP/FreeRDP/issues/4449
https://github.com/FreeRDP/FreeRDP/issues/4502

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

[krita] [Bug 395764] invert selection is missing from selection menu 4.1.0 beta.2

2018-06-22 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=395764

Boudewijn Rempt  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||b...@valdyas.org
   Platform|Other   |MS Windows
   Assignee|krita-bugs-n...@kde.org |b...@valdyas.org
 Status|UNCONFIRMED |ASSIGNED

--- Comment #1 from Boudewijn Rempt  ---
Thanks -- I can confirm the issue.

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

[krita] [Bug 395764] New: invert selection is missing from selection menu 4.1.0 beta.2

2018-06-22 Thread Keith
https://bugs.kde.org/show_bug.cgi?id=395764

Bug ID: 395764
   Summary: invert selection is missing from selection menu 4.1.0
beta.2
   Product: krita
   Version: 4.1.0 alpha
  Platform: Other
OS: MS Windows
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: General
  Assignee: krita-bugs-n...@kde.org
  Reporter: keith...@gmail.com
  Target Milestone: ---

Created attachment 113514
  --> https://bugs.kde.org/attachment.cgi?id=113514=edit
missing menu - selection-edit

invert selection is missing from selection menu

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

[kmymoney] [Bug 395694] Computer locks when trying to import csv

2018-06-22 Thread John
https://bugs.kde.org/show_bug.cgi?id=395694

--- Comment #2 from John  ---

(In reply to Thomas Baumgart from comment #1)
> Please specify the KMyMoney version. Thanks.

It was 4.8.0.  I replaced it today with 4.8.2.  It appears to be working in
4.8.2.  I got around it yesterday by using a csv to ofx converter program, so I
don't need to import any csv files anymore.  Thank you for the quick reply.

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

[kdevelop] [Bug 395763] New: file:/// as cmake toolchain file on android build

2018-06-22 Thread Valeri
https://bugs.kde.org/show_bug.cgi?id=395763

Bug ID: 395763
   Summary: file:/// as cmake toolchain file on android build
   Product: kdevelop
   Version: 5.2.1
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Build tools: CMake
  Assignee: kdevelop-bugs-n...@kde.org
  Reporter: v19930...@gmail.com
  Target Milestone: ---

I try to use "Runtime: android" with my cmake project. It generates the
following string:

/home/v/compile/2048_NG/abuild> /usr/bin/cmake
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_BUILD_TYPE=Debug
/home/v/compile/2048_NG
-DCMAKE_TOOLCHAIN_FILE=file:///usr/share/ECM/toolchain/Android.cmake
-DANDROID_ABI=armeabi-v7a -DANDROID_NDK=file:/home/v/compile/android-ndk-r17/
-DANDROID_TOOLCHAIN=arm-linux-androideabi -DANDROID_API_LEVEL=14
-DANDROID_ARCHITECTURE=arm -DANDROID_SDK_BUILD_TOOLS_REVISION=21.1.1

CMake don't understand file:/// notation and crash.

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

[kstars] [Bug 395740] Install problem on Windows 10

2018-06-22 Thread Jasem Mutlaq
https://bugs.kde.org/show_bug.cgi?id=395740

Jasem Mutlaq  changed:

   What|Removed |Added

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

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

[Discover] [Bug 395762] New: Bug report

2018-06-22 Thread Mihai Bojescu
https://bugs.kde.org/show_bug.cgi?id=395762

Bug ID: 395762
   Summary: Bug report
   Product: Discover
   Version: 5.13.1
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: discover
  Assignee: aleix...@kde.org
  Reporter: bojescu.mi...@gmail.com
  Target Milestone: ---

Application: plasma-discover (5.13.1)

Qt Version: 5.11.1
Frameworks Version: 5.47.0
Operating System: Linux 4.17.2-1-ARCH x86_64
Distribution (Platform): Archlinux Packages

-- Information about the crash:
- What I was doing when the application crashed: I closed the app and it
crashed on exit. I was running Plasma-Wayland session. It doesn't crash on
Plasma-X11.

The crash can be reproduced sometimes.

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

Thread 15 (Thread 0x7fa35b7fe700 (LWP 22463)):
#0  0x7fa3a1057ea9 in poll () at /usr/lib/libc.so.6
#1  0x7fa39b50b523 in  () at /usr/lib/libglib-2.0.so.0
#2  0x7fa39b50b63e in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#3  0x7fa37511586f in  () at /usr/lib/libostree-1.so.1
#4  0x7fa39b533a2a in  () at /usr/lib/libglib-2.0.so.0
#5  0x7fa39d741075 in start_thread () at /usr/lib/libpthread.so.0
#6  0x7fa3a106253f in clone () at /usr/lib/libc.so.6

Thread 14 (Thread 0x7fa359337700 (LWP 20934)):
[KCrash Handler]
#6  0x7fa375aa06df in  () at /usr/lib/libflatpak.so.0
#7  0x7fa375adceda in flatpak_installation_list_installed_refs () at
/usr/lib/libflatpak.so.0
#8  0x7fa375adf095 in flatpak_installation_list_installed_refs_for_update
() at /usr/lib/libflatpak.so.0
#9  0x7fa375d31bc1 in  () at
/usr/lib/qt/plugins/discover/flatpak-backend.so
#10 0x7fa3a176a9f1 in  () at /usr/lib/libQt5Core.so.5
#11 0x7fa3a1772b45 in  () at /usr/lib/libQt5Core.so.5
#12 0x7fa39d741075 in start_thread () at /usr/lib/libpthread.so.0
#13 0x7fa3a106253f in clone () at /usr/lib/libc.so.6

Thread 13 (Thread 0x7fa343fff700 (LWP 19170)):
#0  0x7fa39b5522f4 in g_mutex_unlock () at /usr/lib/libglib-2.0.so.0
#1  0x7fa39b50aa39 in g_main_context_prepare () at
/usr/lib/libglib-2.0.so.0
#2  0x7fa39b50b44e in  () at /usr/lib/libglib-2.0.so.0
#3  0x7fa39b50b63e in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#4  0x7fa3a1974054 in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#5  0x7fa3a191f94c in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#6  0x7fa3a1768a99 in QThread::exec() () at /usr/lib/libQt5Core.so.5
#7  0x7fa3a1772b45 in  () at /usr/lib/libQt5Core.so.5
#8  0x7fa39d741075 in start_thread () at /usr/lib/libpthread.so.0
#9  0x7fa3a106253f in clone () at /usr/lib/libc.so.6

Thread 12 (Thread 0x7fa3437fe700 (LWP 19097)):
#0  0x7fa3a1053934 in read () at /usr/lib/libc.so.6
#1  0x7fa39b550ed1 in  () at /usr/lib/libglib-2.0.so.0
#2  0x7fa39b50aff8 in g_main_context_check () at /usr/lib/libglib-2.0.so.0
#3  0x7fa39b50b4c6 in  () at /usr/lib/libglib-2.0.so.0
#4  0x7fa39b50b63e in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#5  0x7fa3a1974054 in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#6  0x7fa3a191f94c in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#7  0x7fa3a1768a99 in QThread::exec() () at /usr/lib/libQt5Core.so.5
#8  0x7fa3a1772b45 in  () at /usr/lib/libQt5Core.so.5
#9  0x7fa39d741075 in start_thread () at /usr/lib/libpthread.so.0
#10 0x7fa3a106253f in clone () at /usr/lib/libc.so.6

Thread 11 (Thread 0x7fa36aa7f700 (LWP 15762)):
#0  0x7fa3a1053934 in read () at /usr/lib/libc.so.6
#1  0x7fa39b550ed1 in  () at /usr/lib/libglib-2.0.so.0
#2  0x7fa39b50aff8 in g_main_context_check () at /usr/lib/libglib-2.0.so.0
#3  0x7fa39b50b4c6 in  () at /usr/lib/libglib-2.0.so.0
#4  0x7fa39b50b8e2 in g_main_loop_run () at /usr/lib/libglib-2.0.so.0
#5  0x7fa377d30348 in  () at /usr/lib/libgio-2.0.so.0
#6  0x7fa39b533a2a in  () at /usr/lib/libglib-2.0.so.0
#7  0x7fa39d741075 in start_thread () at /usr/lib/libpthread.so.0
#8  0x7fa3a106253f in clone () at /usr/lib/libc.so.6

Thread 10 (Thread 0x7fa342ffd700 (LWP 15715)):
#0  0x7fa3a1973e54 in  () at /usr/lib/libQt5Core.so.5
#1  0x7fa39b50af22 in g_main_context_check () at /usr/lib/libglib-2.0.so.0
#2  0x7fa39b50b4c6 in  () at /usr/lib/libglib-2.0.so.0
#3  0x7fa39b50b63e in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#4  0x7fa3a1974054 in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#5  0x7fa3a191f94c in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#6  0x7fa3a1768a99 in 

[kmymoney] [Bug 395694] Computer locks when trying to import csv

2018-06-22 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=395694

--- Comment #1 from Thomas Baumgart  ---
Please specify the KMyMoney version. Thanks.

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

[Falkon] [Bug 395761] falkon menu contextual

2018-06-22 Thread pedrohue
https://bugs.kde.org/show_bug.cgi?id=395761

--- Comment #1 from pedro...@hotmail.es  ---
menu contextual de raton , copiar y pegar no esta activo. Kde neon

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

[Falkon] [Bug 395761] New: falkon menu contextual

2018-06-22 Thread pedrohue
https://bugs.kde.org/show_bug.cgi?id=395761

Bug ID: 395761
   Summary: falkon menu contextual
   Product: Falkon
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: now...@gmail.com
  Reporter: pedro...@hotmail.es
  Target Milestone: ---

menu contextual en el raton , no sale copiar y pegar. Kde Neon

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

[gwenview] [Bug 372417] Entering fullscreen will switch to other monitor when Gwenview is already maximized

2018-06-22 Thread Quincy
https://bugs.kde.org/show_bug.cgi?id=372417

--- Comment #11 from Quincy  ---
I was just about to test with the new user, but had to wait for other stuff to
get finished before restarting with a different user.
It is kind of weird, that Daniel and my behavior fulfilled this rather
complicated trigger of moving and maximizing which you luckily now found (and I
can reproduce here also).

Qt >=5.10 is not yet available for my one and only distro (Gentoo) without
bigger hassle, so unfortunately I will have to wait...

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

[plasmashell] [Bug 395760] New: Plasma crashes sometimes when modifying bottom toolbar settings

2018-06-22 Thread Marco Satti
https://bugs.kde.org/show_bug.cgi?id=395760

Bug ID: 395760
   Summary: Plasma crashes sometimes when modifying bottom toolbar
settings
   Product: plasmashell
   Version: 5.13.1
  Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: marcosa...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Application: plasmashell (5.13.1)

Qt Version: 5.11.0
Frameworks Version: 5.47.0
Operating System: Linux 4.18.0-0.rc1.git3.2.fc29.x86_64 x86_64
Distribution: "Fedora release 29 (Rawhide)"

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

Trying to add in the icon-only task manager widget to the bottom toolbar.
Dragging the widget onto the toolbar and placing it caused the crash.

The crash can be reproduced sometimes.

-- Backtrace:
Application: Plasma (plasmashell), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f8e05f32400 (LWP 1936))]

Thread 11 (Thread 0x7f8d16ffd700 (LWP 2321)):
#0  0x7f8e121993e9 in poll () from /lib64/libc.so.6
#1  0x7f8e0a5bcbe6 in g_main_context_iterate.isra () from
/lib64/libglib-2.0.so.0
#2  0x7f8e0a5bcd10 in g_main_context_iteration () from
/lib64/libglib-2.0.so.0
#3  0x7f8e1303befb in
QEventDispatcherGlib::processEvents(QFlags) ()
from /lib64/libQt5Core.so.5
#4  0x7f8e12fea94b in
QEventLoop::exec(QFlags) () from
/lib64/libQt5Core.so.5
#5  0x7f8e12e52666 in QThread::exec() () from /lib64/libQt5Core.so.5
#6  0x7f8e16babc79 in QQmlThreadPrivate::run() () from
/lib64/libQt5Qml.so.5
#7  0x7f8e12e5bb1b in QThreadPrivate::start(void*) () from
/lib64/libQt5Core.so.5
#8  0x7f8e114e8884 in start_thread () from /lib64/libpthread.so.0
#9  0x7f8e121a42ff in clone () from /lib64/libc.so.6

Thread 10 (Thread 0x7f8d38f0f700 (LWP 2293)):
#0  0x7f8e114ee81c in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7f8e12e5c153 in QWaitCondition::wait(QMutex*, unsigned long) () from
/lib64/libQt5Core.so.5
#2  0x7f8e16ec0f39 in QSGRenderThread::processEventsAndWaitForMore() ()
from /lib64/libQt5Quick.so.5
#3  0x7f8e16ec119a in QSGRenderThread::run() () from
/lib64/libQt5Quick.so.5
#4  0x7f8e12e5bb1b in QThreadPrivate::start(void*) () from
/lib64/libQt5Core.so.5
#5  0x7f8e114e8884 in start_thread () from /lib64/libpthread.so.0
#6  0x7f8e121a42ff in clone () from /lib64/libc.so.6

Thread 9 (Thread 0x7f8d3a2a6700 (LWP 2292)):
#0  0x7f8e114ee81c in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7f8e12e5c153 in QWaitCondition::wait(QMutex*, unsigned long) () from
/lib64/libQt5Core.so.5
#2  0x7f8e16ec0f39 in QSGRenderThread::processEventsAndWaitForMore() ()
from /lib64/libQt5Quick.so.5
#3  0x7f8e16ec119a in QSGRenderThread::run() () from
/lib64/libQt5Quick.so.5
#4  0x7f8e12e5bb1b in QThreadPrivate::start(void*) () from
/lib64/libQt5Core.so.5
#5  0x7f8e114e8884 in start_thread () from /lib64/libpthread.so.0
#6  0x7f8e121a42ff in clone () from /lib64/libc.so.6

Thread 8 (Thread 0x7f8d413f4700 (LWP 2265)):
#0  0x7f8e121993e9 in poll () from /lib64/libc.so.6
#1  0x7f8e0a5bcbe6 in g_main_context_iterate.isra () from
/lib64/libglib-2.0.so.0
#2  0x7f8e0a5bcd10 in g_main_context_iteration () from
/lib64/libglib-2.0.so.0
#3  0x7f8e1303befb in
QEventDispatcherGlib::processEvents(QFlags) ()
from /lib64/libQt5Core.so.5
#4  0x7f8e12fea94b in
QEventLoop::exec(QFlags) () from
/lib64/libQt5Core.so.5
#5  0x7f8e12e52666 in QThread::exec() () from /lib64/libQt5Core.so.5
#6  0x7f8d43d684fb in KCupsConnection::run() () from /lib64/libkcupslib.so
#7  0x7f8e12e5bb1b in QThreadPrivate::start(void*) () from
/lib64/libQt5Core.so.5
#8  0x7f8e114e8884 in start_thread () from /lib64/libpthread.so.0
#9  0x7f8e121a42ff in clone () from /lib64/libc.so.6

Thread 7 (Thread 0x7f8d5aad9700 (LWP 2258)):
#0  0x7f8e0a6034b8 in g_mutex_unlock () from /lib64/libglib-2.0.so.0
#1  0x7f8e0a5bcbdb in g_main_context_iterate.isra () from
/lib64/libglib-2.0.so.0
#2  0x7f8e0a5bcd10 in g_main_context_iteration () from
/lib64/libglib-2.0.so.0
#3  0x7f8e1303befb in
QEventDispatcherGlib::processEvents(QFlags) ()
from /lib64/libQt5Core.so.5
#4  0x7f8e12fea94b in
QEventLoop::exec(QFlags) () from
/lib64/libQt5Core.so.5
#5  0x7f8e12e52666 in QThread::exec() () from /lib64/libQt5Core.so.5
#6  0x7f8e16e40a0a in QQuickPixmapReader::run() () from
/lib64/libQt5Quick.so.5
#7  0x7f8e12e5bb1b in QThreadPrivate::start(void*) () from
/lib64/libQt5Core.so.5
#8  0x7f8e114e8884 in start_thread () from /lib64/libpthread.so.0
#9  0x7f8e121a42ff in clone () from /lib64/libc.so.6

Thread 6 

[kwin] [Bug 395756] KWin crashed when "Block compositing" is forced on

2018-06-22 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=395756

Martin Flöser  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 Resolution|--- |BACKTRACE

--- Comment #1 from Martin Flöser  ---
Unfortunately the backtrace is lacking debug symbols. If you are able to
reproduce please install debug packages and attach a new backtrace.

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

[systemsettings] [Bug 395759] New: Monitor Displays refresh rate changes when connecting an HDMI cable.

2018-06-22 Thread Mina
https://bugs.kde.org/show_bug.cgi?id=395759

Bug ID: 395759
   Summary: Monitor Displays refresh rate changes when connecting
an HDMI cable.
   Product: systemsettings
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: 842m...@gmail.com
  Target Milestone: ---

The laptop is an HP envy x360. For this laptop if I set the refresh rate to be
59.93Hz I can't notice any flickering, but for 60.01Hz or 40.01Hz I can notice
flickering.

On startup the refresh rate is set to "auto", but I don't notice any
flickering. Then when I connect an HDMI cable to extend my display to a second
monitor I can notice flickering. When I look at the refresh rate, it's set to
Auto. So I set it to 59.93 and the flickering goes away. (This doesn't affect
the extended monitor in any way).

If I disconnect (or also reconnect) the HDMI cable, the refresh rate is changed
to auto and I can see flickering.

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

[krita] [Bug 395741] [SAVE] Auto save on .ora can not be done with KRITA?

2018-06-22 Thread thikedgatefoxe
https://bugs.kde.org/show_bug.cgi?id=395741

--- Comment #2 from thikedgatefoxe  ---
(In reply to Boudewijn Rempt from comment #1)
> Krita always autosaves in .kra format. I'm not sure what you mean with
> "ctrl-s sometimes doesn't work" -- if can reproduce that, please tell us
> how. But we need to know more before we can do something about it.

Although .ora sometimes saves can not be saved.
1 Hide the layer and switch the display
This is just for making changes and no matter what you do
However, krita does not recognize that changes have been made
In kra, * is attached to the name
ora does not recognize that changes have been made.

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

[gwenview] [Bug 372417] Entering fullscreen will switch to other monitor when Gwenview is already maximized

2018-06-22 Thread Henrik Fehlauer
https://bugs.kde.org/show_bug.cgi?id=372417

Henrik Fehlauer  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #10 from Henrik Fehlauer  ---
Okay, I can now reproduce after noticing a small detail in your more extensive
description in Comment 5:
- I does not matter on which screen you first start Gwenview on.
- The important part is that you have to actively move Gwenview to a different
screen while at the same time maximizing it (by dragging it to the top of the
screen).
- First moving Gwenview and then maximizing in a second step won't trigger the
bug upon activating fullscreen mode.

Building on that insight, I tested on more systems and noted the version of Qt:
- I can reproduce with Qt 5.6.2, Qt 5.9.2, Qt 5.9.3 and Qt 5.9.5 (note in
particular that the different versions of Qt 5.9 were on various distros and
with both older and newer kernels + graphics stacks).
- I cannot reproduce with Qt 5.10.0 and Qt 5.11.0 (Qt 5.11 was tested with both
a very old and a very new base distro).

Therefore I suspect Qt 5.10 fixed the problem.

@Daniel: Please let us know your version of Qt, and possibly retest with the
more detailed instructions from above.

@Quincy: Do you have a way to test with a newer Qt?

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

[plasma-nm] [Bug 395758] New: NM window (and other windows) of tray symbols don't open

2018-06-22 Thread linuxfluesterer
https://bugs.kde.org/show_bug.cgi?id=395758

Bug ID: 395758
   Summary: NM window (and other windows) of tray symbols don't
open
   Product: plasma-nm
   Version: 5.12.90
  Platform: Gentoo Packages
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: applet
  Assignee: jgrul...@redhat.com
  Reporter: linuxflueste...@gmx.net
  Target Milestone: ---

Hallo.
Since my latest upgrade a left click on the NM-Symbol in standard task bar,
doesn't open, no visible lan or wireless lan list is chown any more. There is
only a small green bar on the NM symbol, which seems to express active.

btw, other symbols in this task bar (sound, klipper, bluetooth...) are not
opened by left click also. 
I assume a common reason (bug), which is source for that attitude.

-Linuxfluester

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

[dolphin] [Bug 395405] new rename method: add current directory name

2018-06-22 Thread thikedgatefoxe
https://bugs.kde.org/show_bug.cgi?id=395405

--- Comment #8 from thikedgatefoxe  ---
(In reply to Nate Graham from comment #3)
> Looks like that's already included with the patch in two forms, depending on
> what you mean: "full name" and "base name". So if that patch is merged (I
> sure hope so!), it will implement this feature request.

Thank you.
taught #bname is as comment #4
Is the file name excluding the extension?
we hope to this patch add command.
input command for dirname.
Where can us say it?

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

[kdenlive] [Bug 394888] 2018-05-31 refactoring timeline branch does not build.

2018-06-22 Thread Jean-Baptiste Mardelle
https://bugs.kde.org/show_bug.cgi?id=394888

--- Comment #9 from Jean-Baptiste Mardelle  ---
Git commit c60e584d474a19e264a0d0f31b6dd5d454749f7c by Jean-Baptiste Mardelle.
Committed on 22/06/2018 at 17:29.
Pushed by mardelle into branch 'refactoring_timeline'.

Fix compilation

M  +1-0src/titler/titlewidget.cpp

https://commits.kde.org/kdenlive/c60e584d474a19e264a0d0f31b6dd5d454749f7c

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

[kdeconnect] [Bug 395734] KDE Connect play button sometimes does not work with vlc client

2018-06-22 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=395734

Matthijs Tijink  changed:

   What|Removed |Added

 CC||matthijstij...@gmail.com
 Resolution|--- |UPSTREAM
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Matthijs Tijink  ---
This is a VLC bug, sorry :( All other mpris controls (e.g. taskbar right-click,
taskbar window previews, media control applet) have the same issue.

I can't find the link anymore where I read about this anymore, so you might
want to submit a bug report to VLC.

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

[kwin] [Bug 395756] New: KWin crashed when "Block compositing" is forced on

2018-06-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=395756

Bug ID: 395756
   Summary: KWin crashed when "Block compositing" is forced on
   Product: kwin
   Version: 5.13.1
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kwin-bugs-n...@kde.org
  Reporter: alek.sand...@yandex.com
  Target Milestone: ---

Application: kwin_x11 (5.13.1)

Qt Version: 5.11.1
Frameworks Version: 5.47.0
Operating System: Linux 4.17.2-1-ARCH x86_64
Distribution (Platform): Archlinux Packages

-- Information about the crash:
- What I was doing when the application crashed:
Running a video game called StepMania which was compiled from source. Since the
compositor didn't turn off when I ran the game, I manually set the special
application setting to block the compositor. Restarted the game from Konsole
and everything worked at the end, the window decoration was there, everything
was intact, except I got the message that KWin crashed.
I was not able to reproduce the same crash.

- Unusual behavior I noticed:
After setting up the special application settings the desktop briefly showed
Falkon web browser from the other workspace. But what is very noticable is a
black square in the upper left corner when the compositor is turned off. I
though it was the icon for the application launcher, but it stayed there when I
moved the taskbar. This black square sometimes happens in other games, such as
Dota 2. This sometimes happens when disabling the compositor.
I've also noticed that I can't bring up application dashboard with super key.
Pressing the panel's application dashboard icon was switching to other
workspace and bringing up Discord. After closing down Discord the button was
working as intended, but the super key was not working.
After some time and relanching the game a couple of times the black square
wasn't happening anymore, the panel icon for dashboard was working and the
super key was not working.

- Custom settings of the application:
The application setting I did change is the blocking of the compositor when the
program launches.
Window decoration that I used is called "WindowsK10", and the desktop theme is
"Breeze Transparent Dark"
It's probably worth mentioning that I'm also using Latte Dock and running Arch
Linux.

-- Backtrace:
Application: KWin (kwin_x11), signal: Aborted
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f46b3d13840 (LWP 744))]

Thread 18 (Thread 0x7f45be68c700 (LWP 18463)):
#0  0x7f46ac65cffc in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7f4681ade0a4 in  () at /usr/lib/dri/radeonsi_dri.so
#2  0x7f4681addd98 in  () at /usr/lib/dri/radeonsi_dri.so
#3  0x7f46ac657075 in start_thread () at /usr/lib/libpthread.so.0
#4  0x7f46b369053f in clone () at /usr/lib/libc.so.6

Thread 17 (Thread 0x7f4683bff700 (LWP 8253)):
#0  0x7f46ac65cffc in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7f4681ade0a4 in  () at /usr/lib/dri/radeonsi_dri.so
#2  0x7f4681addd98 in  () at /usr/lib/dri/radeonsi_dri.so
#3  0x7f46ac657075 in start_thread () at /usr/lib/libpthread.so.0
#4  0x7f46b369053f in clone () at /usr/lib/libc.so.6

Thread 16 (Thread 0x7f465b7fe700 (LWP 7892)):
#0  0x7f46ac65cffc in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7f4681ade0a4 in  () at /usr/lib/dri/radeonsi_dri.so
#2  0x7f4681addd98 in  () at /usr/lib/dri/radeonsi_dri.so
#3  0x7f46ac657075 in start_thread () at /usr/lib/libpthread.so.0
#4  0x7f46b369053f in clone () at /usr/lib/libc.so.6

Thread 15 (Thread 0x7f45c6551700 (LWP 7663)):
#0  0x7f46ac65cffc in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7f4681ade0a4 in  () at /usr/lib/dri/radeonsi_dri.so
#2  0x7f4681addd98 in  () at /usr/lib/dri/radeonsi_dri.so
#3  0x7f46ac657075 in start_thread () at /usr/lib/libpthread.so.0
#4  0x7f46b369053f in clone () at /usr/lib/libc.so.6

Thread 14 (Thread 0x7f45bf642700 (LWP 7662)):
#0  0x7f46b3685fa6 in ppoll () at /usr/lib/libc.so.6
#1  0x7f46b0a58f0b in qt_safe_poll(pollfd*, unsigned long, timespec const*)
() at /usr/lib/libQt5Core.so.5
#2  0x7f46b0a5a3fb in
QEventDispatcherUNIX::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#3  0x7f46b0a0894c in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#4  0x7f46b0851a99 in QThread::exec() () at /usr/lib/libQt5Core.so.5
#5  0x7f46ab08a9c9 in  () at /usr/lib/libQt5Qml.so.5
#6  0x7f46b085bb45 in  () at /usr/lib/libQt5Core.so.5
#7  0x7f46ac657075 in start_thread () at /usr/lib/libpthread.so.0
#8  0x7f46b369053f in clone () at /usr/lib/libc.so.6

Thread 13 (Thread 0x7f45c5b13700 (LWP 2177)):
#0  0x7f46ac65cffc in pthread_cond_wait@@GLIBC_2.3.2 () at

[plasmashell] [Bug 395757] New: Connecting to network took time and system flickred multiple times

2018-06-22 Thread now-im
https://bugs.kde.org/show_bug.cgi?id=395757

Bug ID: 395757
   Summary: Connecting to network took time and system flickred
multiple times
   Product: plasmashell
   Version: 5.13.1
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: now.im@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Application: plasmashell (5.13.1)

Qt Version: 5.11.1
Frameworks Version: 5.47.0
Operating System: Linux 4.17.2-1-ARCH x86_64
Distribution (Platform): Archlinux Packages

-- Information about the crash:
- What I was doing when the application crashed:
I just started the system and tired to update my system when the network
connection was not complete.

- Unusual behavior I noticed:
Screen flicred multiple times and turned black before restoring to normal
situation.

-- Backtrace:
Application: Plasma (plasmashell), signal: Segmentation fault
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fb433bd1dc0 (LWP 621))]

Thread 10 (Thread 0x7fb3619e7700 (LWP 934)):
[KCrash Handler]
#6  0x7fb42bb88f31 in wl_proxy_create_wrapper () at
/usr/lib/libwayland-client.so.0
#7  0x7fb4144ca244 in  () at /usr/lib/libEGL_mesa.so.0
#8  0x7fb4144b3fdc in  () at /usr/lib/libEGL_mesa.so.0
#9  0x7fb414b02a52 in  () at
/usr/lib/qt/plugins/wayland-graphics-integration-client/libqt-plugin-wayland-egl.so
#10 0x7fb414b00e92 in  () at
/usr/lib/qt/plugins/wayland-graphics-integration-client/libqt-plugin-wayland-egl.so
#11 0x7fb42db7b4c9 in QOpenGLContext::makeCurrent(QSurface*) () at
/usr/lib/libQt5Gui.so.5
#12 0x7fb4313d13d5 in  () at /usr/lib/libQt5Quick.so.5
#13 0x7fb4313d6cbe in  () at /usr/lib/libQt5Quick.so.5
#14 0x7fb4313d63de in  () at /usr/lib/libQt5Quick.so.5
#15 0x7fb4313d669c in  () at /usr/lib/libQt5Quick.so.5
#16 0x7fb42d3e9b45 in  () at /usr/lib/libQt5Core.so.5
#17 0x7fb42c588075 in start_thread () at /usr/lib/libpthread.so.0
#18 0x7fb42ccd953f in clone () at /usr/lib/libc.so.6

Thread 9 (Thread 0x7fb362bac700 (LWP 799)):
#0  0x7fb42c58dffc in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7fb42d3ea2fc in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib/libQt5Core.so.5
#2  0x7fb4313d642d in  () at /usr/lib/libQt5Quick.so.5
#3  0x7fb4313d669c in  () at /usr/lib/libQt5Quick.so.5
#4  0x7fb42d3e9b45 in  () at /usr/lib/libQt5Core.so.5
#5  0x7fb42c588075 in start_thread () at /usr/lib/libpthread.so.0
#6  0x7fb42ccd953f in clone () at /usr/lib/libc.so.6

Thread 8 (Thread 0x7fb363487700 (LWP 798)):
#0  0x7fb42c59129c in __lll_lock_wait () at /usr/lib/libpthread.so.0
#1  0x7fb42c58a7c4 in pthread_mutex_lock () at /usr/lib/libpthread.so.0
#2  0x7fb4144b82f7 in eglSwapInterval () at /usr/lib/libEGL_mesa.so.0
#3  0x7fb414b02130 in  () at
/usr/lib/qt/plugins/wayland-graphics-integration-client/libqt-plugin-wayland-egl.so
#4  0x7fb42db79e10 in QOpenGLContext::swapBuffers(QSurface*) () at
/usr/lib/libQt5Gui.so.5
#5  0x7fb4313d28e8 in  () at /usr/lib/libQt5Quick.so.5
#6  0x7fb4313d6658 in  () at /usr/lib/libQt5Quick.so.5
#7  0x7fb42d3e9b45 in  () at /usr/lib/libQt5Core.so.5
#8  0x7fb42c588075 in start_thread () at /usr/lib/libpthread.so.0
#9  0x7fb42ccd953f in clone () at /usr/lib/libc.so.6

Thread 7 (Thread 0x7fb379fa7700 (LWP 785)):
#0  0x7fb42ccceea9 in poll () at /usr/lib/libc.so.6
#1  0x7fb426839523 in  () at /usr/lib/libglib-2.0.so.0
#2  0x7fb42683963e in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#3  0x7fb42d5eb054 in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#4  0x7fb42d59694c in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#5  0x7fb42d3dfa99 in QThread::exec() () at /usr/lib/libQt5Core.so.5
#6  0x7fb43135523b in  () at /usr/lib/libQt5Quick.so.5
#7  0x7fb42d3e9b45 in  () at /usr/lib/libQt5Core.so.5
#8  0x7fb42c588075 in start_thread () at /usr/lib/libpthread.so.0
#9  0x7fb42ccd953f in clone () at /usr/lib/libc.so.6

Thread 6 (Thread 0x7fb37a852700 (LWP 784)):
#0  0x7fb42c58dffc in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7fb42d3ea2fc in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib/libQt5Core.so.5
#2  0x7fb4313d642d in  () at /usr/lib/libQt5Quick.so.5
#3  0x7fb4313d669c in  () at /usr/lib/libQt5Quick.so.5
#4  0x7fb42d3e9b45 in  () at /usr/lib/libQt5Core.so.5
#5  0x7fb42c588075 in start_thread () at /usr/lib/libpthread.so.0
#6  0x7fb42ccd953f in clone () at /usr/lib/libc.so.6

Thread 5 (Thread 0x7fb38d66e700 (LWP 779)):
#0  0x7fb42c58dffc in pthread_cond_wait@@GLIBC_2.3.2 () at

[Discover] [Bug 395702] Plasmashell crashes with installing plasma-discover-flatpak-backend

2018-06-22 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=395702

--- Comment #3 from Aleix Pol  ---
Can you please include debug symbols to the backtrace? At least discover ones.
(You can find them with "apt search discover dbgsym")

There's not much I can do with this backtrace.

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

[Discover] [Bug 395750] No password asked when installing programs

2018-06-22 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=395750

Aleix Pol  changed:

   What|Removed |Added

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

--- Comment #1 from Aleix Pol  ---
This is a PackageKit policy, if you think it should report to your
distribution.

Note you'll get the same behaviour if you run "pkcon install pkgname".

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

[Falkon] [Bug 395755] New: menu contextual

2018-06-22 Thread pedrohue
https://bugs.kde.org/show_bug.cgi?id=395755

Bug ID: 395755
   Summary: menu contextual
   Product: Falkon
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: grave
  Priority: NOR
 Component: general
  Assignee: now...@gmail.com
  Reporter: pedro...@hotmail.es
  Target Milestone: ---

Hola La accion de copiar y pegar no sale en el menu contextual , al aplicarlo
con el raton . se trata de Kde neon.

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

[kwin] [Bug 395732] KWin crashed when opening an application.

2018-06-22 Thread Benjamin Buch
https://bugs.kde.org/show_bug.cgi?id=395732

--- Comment #2 from Benjamin Buch  ---
After working a day with the very unstable KWin I can add these informations:

- it doesn't crash on every window opening, but on a lot
- it crash on every window close
- it prevents Krusader to show its window (I can see it in the task manager)

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

[kwin] [Bug 395725] Blur effect applied for aurorae decoration shadows

2018-06-22 Thread varlesh
https://bugs.kde.org/show_bug.cgi?id=395725

--- Comment #5 from varlesh  ---
Created attachment 113513
  --> https://bugs.kde.org/attachment.cgi?id=113513=edit
Quasi Deepin Aurorae Theme (disabled blur)

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

[krita] [Bug 395751] krita-4.2.0-pre-alpha-fe05877-x86_64.appimage Internal error and crash when merging with layers below

2018-06-22 Thread Tyson Tan
https://bugs.kde.org/show_bug.cgi?id=395751

--- Comment #2 from Tyson Tan  ---
Thank you Dmitry! :)

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

[kwin] [Bug 395725] Blur effect applied for aurorae decoration shadows

2018-06-22 Thread varlesh
https://bugs.kde.org/show_bug.cgi?id=395725

--- Comment #4 from varlesh  ---
Created attachment 113512
  --> https://bugs.kde.org/attachment.cgi?id=113512=edit
Quasi Deepin Aurorae Theme (enabled blur)

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

[krita] [Bug 395751] krita-4.2.0-pre-alpha-fe05877-x86_64.appimage Internal error and crash when merging with layers below

2018-06-22 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=395751

Dmitry Kazakov  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/kri
   ||ta/08d65552ed44c9e9ce6c09d4
   ||4c0198a416608124
 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Dmitry Kazakov  ---
Git commit 08d65552ed44c9e9ce6c09d44c0198a416608124 by Dmitry Kazakov.
Committed on 22/06/2018 at 16:54.
Pushed by dkazakov into branch 'master'.

Change asserts into normal checks

Sometimes (during merge/grouping/ungrouping) it happens that active node
is changed by the model. The model knows only about a dummy, but not about
the node itself. And the node might have already become disconnected, even
though the dummy is still present.

M  +10   -6libs/ui/kis_node_manager.cpp

https://commits.kde.org/krita/08d65552ed44c9e9ce6c09d44c0198a416608124

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

[krita] [Bug 394440] [brush preset docker] Drag issue: brush selected and active settings not in sync

2018-06-22 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=394440

Dmitry Kazakov  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/kri
   ||ta/a83ef86d9805867e82e21f4e
   ||502ae9c31fc7f1e4
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Dmitry Kazakov  ---
Git commit a83ef86d9805867e82e21f4e502ae9c31fc7f1e4 by Dmitry Kazakov.
Committed on 22/06/2018 at 15:25.
Pushed by dkazakov into branch 'master'.

Fix activation of a brush preset when it is selected by a dragging action

NOTE: please let this patch to be tested for a couple of weeks before
  merging it into 4.1.

KoResourceItemChooser::activated() we should check the actual resource
that is passed to a function instead of requesting the currently selected,
because it might still be not updated (when calling this function in
selectionChanged() callback).

M  +15   -2libs/widgets/KoResourceItemChooser.cpp

https://commits.kde.org/krita/a83ef86d9805867e82e21f4e502ae9c31fc7f1e4

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

[krita] [Bug 394974] Layer converted filter mask causes Krita crash most of the time.

2018-06-22 Thread Andras
https://bugs.kde.org/show_bug.cgi?id=394974

--- Comment #3 from Andras  ---
(Bug report  attachment limit 4000KB)

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

[kwin] [Bug 395725] Blur effect applied for aurorae decoration shadows

2018-06-22 Thread varlesh
https://bugs.kde.org/show_bug.cgi?id=395725

--- Comment #3 from varlesh  ---
On all aurorae themes with rounded corners.
It's good looking on light background.
For example:
https://www.opendesktop.org/p/1237919/

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

[dolphin] [Bug 395754] New: Keyboard operation for unfolding folders

2018-06-22 Thread Christian Treczoks
https://bugs.kde.org/show_bug.cgi?id=395754

Bug ID: 395754
   Summary: Keyboard operation for unfolding folders
   Product: dolphin
   Version: 17.04.3
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: view-engine: details mode
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: christ...@treczoks.net
  Target Milestone: ---

When I view a directory tree in Details mode, there seems to be no key to
unfold/fold a directory (or whatever the operation is called when I click on
the triangle left of a directory).

I can do so many things in dolphin with keyboard shortcuts, but so far this one
eludes me.

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

[plasmashell] [Bug 395753] [Wayland] plasmashell gets SIGSEGV after clicking on Application Menu for second time

2018-06-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=395753

magib...@hotmail.com changed:

   What|Removed |Added

 CC||magib...@hotmail.com

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

[plasmashell] [Bug 395753] New: [Wayland] plasmashell gets SIGSEGV after clicking on Application Menu for second time

2018-06-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=395753

Bug ID: 395753
   Summary: [Wayland] plasmashell gets SIGSEGV after clicking on
Application Menu for second time
   Product: plasmashell
   Version: 5.13.1
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: Panel
  Assignee: plasma-b...@kde.org
  Reporter: magib...@hotmail.com
  Target Milestone: 1.0

Hello,

I found that I am unable to perform a normal use of the Wayland compositor due
to a crash that happens when I do the following:

1. Click with the mouse on the Application Manager icon, so that the
Application Manager appears.
2. Click again, so that it hids.
3. Click again, in an attempt to make it appear again.

However, the screen and keyboard freeze instead. The only way to get full
control over the computer again, other than rebooting, is unrawing the keyboard
(Alt+SysRq+R), changing to another tty and killing kwin_wayland, because "The
X11 connection broke" (I guess).

I chose 'Panel' as Component because I believe this issue is not specific to
the Application Manager (I also experienced the same crash with other applets,
but the Application Manager is the most obvious example).

I wouldn't experience this behaviour with Plasma 5.12.5. Only after updating to
5.13.0 and 5.13.1.

So I debugged the crash with gdb, and I'm providing the following information:
System information, GDB backtrace and STDERR output.

***

1. System information

***

* Archlinux x86_64
* CPU Intel i3-3110M, GPU Intel HD Graphics 4000

> OpenGL vendor string:   Intel Open Source Technology Center
> OpenGL renderer string: Mesa DRI Intel(R) Ivybridge Mobile
> OpenGL version string:  3.0 Mesa 18.1.1
> OpenGL shading language version string: 1.30
> Driver: Intel
> GPU class:  IvyBridge
> OpenGL version: 3.0
> GLSL version:   1.30
> Mesa version:   18.1.1
> Linux kernel version:   4.17.2
> Requires strict binding:no
> GLSL shaders:   yes
> Texture NPOT support:   yes
> Virtual Machine:no
* Plasma version 5.13.1
* Qt version 5.11.1

***

2. GDB backtrace:

***

> [Thread 0x7fffe14f9700 (LWP 786) exited]

> Thread 1 "plasmashell" received signal SIGSEGV, Segmentation fault.
> 0x7fffd2541626 in ?? () from /usr/lib/dri/i965_dri.so
> (gdb) bt
> #0  0x7fffd2541626 in  () at /usr/lib/dri/i965_dri.so
> #1  0x7fffd2515751 in  () at /usr/lib/dri/i965_dri.so
> #2  0x7575e82d in QSGBatchRenderer::Renderer::renderBatches() () at 
> /usr/lib/libQt5Quick.so.5
> #3  0x75764103 in QSGBatchRenderer::Renderer::render() () at 
> /usr/lib/libQt5Quick.so.5
> #4  0x757544ee in QSGRenderer::renderScene(QSGBindable const&) () at 
> /usr/lib/libQt5Quick.so.5
> #5  0x757549bc in QSGRenderer::renderScene(unsigned int) () at 
> /usr/lib/libQt5Quick.so.5
> #6  0x7578f030 in 
> QSGDefaultRenderContext::renderNextFrame(QSGRenderer*, unsigned int) () at 
> /usr/lib/libQt5Quick.so.5
> #7  0x757f2db5 in QQuickWindowPrivate::renderSceneGraph(QSize const&) 
> () at /usr/lib/libQt5Quick.so.5
> #8  0x75781275 in  () at /usr/lib/libQt5Quick.so.5
> #9  0x757820a5 in  () at /usr/lib/libQt5Quick.so.5
> #10 0x71f0f935 in QWindow::event(QEvent*) () at 
> /usr/lib/libQt5Gui.so.5
> #11 0x757fe65c in QQuickWindow::event(QEvent*) () at 
> /usr/lib/libQt5Quick.so.5
> #12 0x7799b4a4 in PlasmaQuick::Dialog::event(QEvent*) () at 
> /usr/lib/libKF5PlasmaQuick.so.5
> #13 0x72fa6a74 in QApplicationPrivate::notify_helper(QObject*, 
> QEvent*) () at /usr/lib/libQt5Widgets.so.5
> #14 0x72fae341 in QApplication::notify(QObject*, QEvent*) () at 
> /usr/lib/libQt5Widgets.so.5
> #15 0x7195ccb9 in QCoreApplication::notifyInternal2(QObject*, 
> QEvent*) () at /usr/lib/libQt5Core.so.5
> #16 0x71f04146 in 
> QGuiApplicationPrivate::processExposeEvent(QWindowSystemInterfacePrivate::ExposeEvent*)
>  () at /usr/lib/libQt5Gui.so.5
> #17 0x71f04e7e in 
> QGuiApplicationPrivate::processWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent*)
>  () at /usr/lib/libQt5Gui.so.5
> #18 0x71edeb7c in 
> QWindowSystemInterface::sendWindowSystemEvents(QFlags)
>  () at /usr/lib/libQt5Gui.so.5
> #19 0x7fffe36ed72d in  () at /usr/lib/libQt5XcbQpa.so.5
> #20 0x7195b94c in 
> QEventLoop::exec(QFlags) () at 
> /usr/lib/libQt5Core.so.5
> #21 0x71963c46 in QCoreApplication::exec() () at 
> 

[kmail2] [Bug 388033] Kmail crashes after changing default trash folder of IMAP account

2018-06-22 Thread Yury Gubich
https://bugs.kde.org/show_bug.cgi?id=388033

--- Comment #2 from Yury Gubich  ---
Same solution fixed kmail for me

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

[kmail2] [Bug 395752] New: kmail keeps hiding the toolbar upon restart

2018-06-22 Thread Stefano
https://bugs.kde.org/show_bug.cgi?id=395752

Bug ID: 395752
   Summary: kmail keeps hiding the toolbar upon restart
   Product: kmail2
   Version: 5.8.2
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: UI
  Assignee: kdepim-b...@kde.org
  Reporter: erist...@cryptolab.net
  Target Milestone: ---

Created attachment 113511
  --> https://bugs.kde.org/attachment.cgi?id=113511=edit
kmail2rc diffs

This started happening recently on my Arch Linux install.

Plasma: 5.13.1
Frameworks: 5.47.0
Qt: 5.11.1

Steps to reproduce:
- Launch kmail
The toolbar is hidden
- Enable the toolbar
- Close kmail
- Open kmail
The toolbar is hidden again.

Looking at kmail2rc I see four changes between launches. See attached diff.

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

[kmail2] [Bug 395726] KMail crashes with some message about initializing trash source

2018-06-22 Thread Yury Gubich
https://bugs.kde.org/show_bug.cgi?id=395726

Yury Gubich  changed:

   What|Removed |Added

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

--- Comment #1 from Yury Gubich  ---


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

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

[kmail2] [Bug 388033] Kmail crashes after changing default trash folder of IMAP account

2018-06-22 Thread Yury Gubich
https://bugs.kde.org/show_bug.cgi?id=388033

Yury Gubich  changed:

   What|Removed |Added

 CC||arhange...@bk.ru

--- Comment #1 from Yury Gubich  ---
*** Bug 395726 has been marked as a duplicate of this bug. ***

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

[krita] [Bug 394974] Layer converted filter mask causes Krita crash most of the time.

2018-06-22 Thread Andras
https://bugs.kde.org/show_bug.cgi?id=394974

--- Comment #2 from Andras  ---
Yeah, I don't really have time to polish my writing for you however what the
hack you don't understand on my bug report? Or should I be a poet for a bug
report? Also the Backtrace is redundant then? It's not the first time I get
reluctant replay so feel free to close this report as you can anyway.

I try to explain more detailed in case if you won't close this bug:
Lets say, open a ~20MB tif or jpg file.

Duplicate the layer and put it into a group.

For example, create 6 layer in the group and convert 3 of them into Color
Adjustment, 2 of them into Color Balance and 1 of them into Levels filter mask.
Obviously change all of them, I mean don't leave them with default set because
it won't change anything on the image and it won't cause process for Krita.

Use the Airbrush_soft with ~50% Flow.

Apply or hide the filters. (Apply: filter is filled with black and the brush is
white. Hide: filter is filled with white and the brush is black.)

That's when Krita crashes often.

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

[kstars] [Bug 395740] Install problem on Windows 10

2018-06-22 Thread Jean-Claude
https://bugs.kde.org/show_bug.cgi?id=395740

--- Comment #3 from Jean-Claude  ---
I download again KStars 2.9.6 ... and the install worked.
I don't know what happened.

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

[kwin] [Bug 395703] Can't change window decoration

2018-06-22 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=395703

Martin Flöser  changed:

   What|Removed |Added

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

--- Comment #4 from Martin Flöser  ---
> OpenGL platform interface: EGL

You are using EGL on X11. This is no longer supported, please switch to glx.
Just remove the line from the kwinrc configuration file and restart. Afterwards
I expect the problem to be resolved.

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

[kwin] [Bug 395703] Can't change window decoration

2018-06-22 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=395703

--- Comment #3 from Martin Flöser  ---
Version
===
KWin version: 5.12.5
Qt Version: 5.9.5
Qt compile version: 5.9.5
XCB compile version: 1.13

Operation Mode: X11 only

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

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

Decoration
==
Plugin: org.kde.kwin.aurorae
Theme: __aurorae__svg__Blender-Ambiance
Blur: 1
onAllDesktopsAvailable: true
alphaChannelSupported: true
closeOnDoubleClickOnMenu: false
decorationButtonsLeft: 0, 2, 1
decorationButtonsRight: 6, 8, 9
borderSize: 3
gridUnit: 10
font: Montserrat Alternates SemiBold,10,-1,5,63,0,0,0,0,0,Regular
smallSpacing: 2
largeSpacing: 10

Platform
==
Name: KWin::X11StandalonePlatform

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

Screen Edges

desktopSwitching: false
desktopSwitchingMovingClients: true
cursorPushBackDistance: 1x1
timeThreshold: 100
reActivateThreshold: 300
actionTopLeft: 0
actionTop: 0
actionTopRight: 0
actionRight: 0
actionBottomRight: 0
actionBottom: 0
actionBottomLeft: 0
actionLeft: 0

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

Screen 0:
-
Name: HDMI-1
Geometry: 0,0,1920x1080
Scale: 1
Refresh Rate: 50


Compositing
===
Compositing is active
Compositing Type: OpenGL
OpenGL vendor string: nouveau
OpenGL renderer string: NVE7
OpenGL version string: 4.3 (Core Profile) Mesa 18.0.0-rc5
OpenGL platform interface: EGL
OpenGL shading language version string: 4.30
Driver: Nouveau
GPU class: Unknown
OpenGL version: 4.3
GLSL version: 4.30
Mesa version: 18.0
X server version: 1.19.6
Linux kernel version: 4.15
Direct rendering: Requires strict binding: no
GLSL shaders:  yes
Texture NPOT support:  yes
Virtual Machine:  no
OpenGL 2 Shaders are used
Painting blocks for vertical retrace:  no

Loaded Effects:
---
zoom
snaphelper
kwin4_effect_dialogparent
mousemark
kwin4_effect_login
kwin4_effect_eyeonscreen
kwin4_effect_logout
invert
kwin4_effect_scalein
kwin4_effect_morphingpopups
kwin4_effect_fade
kwin4_effect_windowaperture
dimscreen
kwin4_effect_translucency
kwin4_effect_maximize
kwin4_effect_frozenapp
slidingpopups
wobblywindows
slideback
slide
screenshot
magiclamp
glide
flipswitch
diminactive
desktopgrid
colorpicker
sheet
presentwindows
highlightwindow
blur
contrast
windowgeometry
startupfeedback
kscreen

Currently Active Effects:
-
diminactive
blur
contrast

Effect Settings:

zoom:
zoomFactor: 1.2
mousePointer: 0
mouseTracking: 0
enableFocusTracking: false
followFocus: true
focusDelay: 350
moveFactor: 20
targetZoom: 1

snaphelper:

kwin4_effect_dialogparent:

mousemark:
width: 3
color: #ff80ff

kwin4_effect_login:

kwin4_effect_eyeonscreen:

kwin4_effect_logout:

invert:

kwin4_effect_scalein:

kwin4_effect_morphingpopups:

kwin4_effect_fade:

kwin4_effect_windowaperture:

dimscreen:

kwin4_effect_translucency:

kwin4_effect_maximize:

kwin4_effect_frozenapp:

slidingpopups:
fadeInTime: 150
fadeOutTime: 250

wobblywindows:
stiffness: 0.1
drag: 0.8

[kwin] [Bug 395690] (Regression) Systemsettings tooltips are displayed in top left corner of the window

2018-06-22 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=395690

--- Comment #7 from Martin Flöser  ---
>From the log it looks like we don't get any placement hint from Qt. As this is
xdg shell unstable v6 it probably doesn't make any sense to investigate it. We
are all moving towards xdg shell stable.

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

[kwin] [Bug 395725] Blur effect applied for aurorae decoration shadows

2018-06-22 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=395725

--- Comment #2 from Martin Flöser  ---
does this problem exist with all themes, or just the one you posted the
screenshot from?

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

[kwin] [Bug 395732] KWin crashed when opening an application.

2018-06-22 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=395732

Martin Flöser  changed:

   What|Removed |Added

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

--- Comment #1 from Martin Flöser  ---
David, could this be a regression from your Aurorae/Wayland workaround?

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

  1   2   3   >