[frameworks-kwidgetsaddons] [Bug 413181] Account Assistant UI is missing margins

2019-10-23 Thread Raphael Kubo da Costa
https://bugs.kde.org/show_bug.cgi?id=413181

Raphael Kubo da Costa  changed:

   What|Removed |Added

  Component|UI  |general
 CC||kdelibs-b...@kde.org
Version|5.12.2  |5.63.0
   Assignee|kdepim-b...@kde.org |cf...@kde.org
Product|kmail2  |frameworks-kwidgetsaddons

--- Comment #3 from Raphael Kubo da Costa  ---
I've tried changing the theme and still had the same results. Changing
component to kwidgetaddons since this is also affecting kassistantdialogtest.

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

[kscreenlocker] [Bug 413068] Lock screen crashes when media controls are enabled

2019-10-23 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=413068

David Edmundson  changed:

   What|Removed |Added

 Resolution|DUPLICATE   |FIXED

--- Comment #11 from David Edmundson  ---
Dupe of that kdeclarative teardown crash.

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

[kscreenlocker] [Bug 413068] Lock screen crashes when media controls are enabled

2019-10-23 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=413068

--- Comment #10 from David Edmundson  ---
Oh! You're using Qt5.14.1 beta? Then that's known and fixed

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

[kate] [Bug 405271] Old Hungarian script (unicode range u10c80-u10cff) appear as Left-to-Right text instead of required Right-to-Left

2019-10-23 Thread Viktor Kovács
https://bugs.kde.org/show_bug.cgi?id=405271

--- Comment #12 from Viktor Kovács  ---
@Christoph Feck
Would be happen anything with this bug?

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

[kate] [Bug 405271] Old Hungarian script (unicode range u10c80-u10cff) appear as Left-to-Right text instead of required Right-to-Left

2019-10-23 Thread Viktor Kovács
https://bugs.kde.org/show_bug.cgi?id=405271

Viktor Kovács  changed:

   What|Removed |Added

 CC||cf...@kde.org

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

[Discover] [Bug 413370] openSUSE Tumbleweed: Installing one app while there are available updates also installs the updates without telling you!

2019-10-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=413370

--- Comment #2 from Nate Graham  ---
I'll check next time I have some updates available.

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

[frameworks-kio] [Bug 179678] KIO needs PolicyKit-kde integration

2019-10-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=179678

--- Comment #86 from Nate Graham  ---
I understand that you're frustrated. I'm frustrated too. If you have the
appropriate technical skills, you could help to review
https://phabricator.kde.org/D21795 and https://phabricator.kde.org/D21783?
That's the path forward here.

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

[frameworks-kio] [Bug 179678] KIO needs PolicyKit-kde integration

2019-10-23 Thread Bo Weaver
https://bugs.kde.org/show_bug.cgi?id=179678

--- Comment #85 from Bo Weaver  ---
(In reply to Nate Graham from comment #84)
> *** Bug 413360 has been marked as a duplicate of this bug. ***

Well Nate here we are a year later having the same discussion.  I had a feeling
after updating my system when my root login failed it would lead back to this
exact same cause but I did have faith you all learned from last years mistake
and was hoping this wasn't going to be the exact same problem but here we are.

In security after something breached we have what is called a "Lessons Learned"
meeting to figure out what went wrong fix the problem and NEVER make the same
mistake twice.  Clearly this is not the case with developers.

You did last year after about 9 months fix dolphin and kate to work as normal
and I thank you for that.  You even included a nice warning message on dolphin
to be careful you are in root.  That was all that was needed.  A warning not a
lock out.

Again I to point out this work does NOTHING to secure the system a simple CTL
ATL F1 and you can get a tty and you can log in as root.  The only thing you
have accomplish is keeping me from getting any work done.

I want to point out something you could do to actually secure the system. 
These days it is hard to find a login screen that doesn't have bubbleheads with
the user names and photos on it or a login box that doesn't keep the last user
name in the login box.  Having all the users listed on the login screen gives
an attacked half the puzzle when brute forcing a password.  Plus it is real
ugly in an office where there are 15 users on a machine.  All them bubbleheads.
 One thing that helps secure Linux in a brute force password attack is you have
to know the user account name to run an attack.  Having the name and photo of
the user on the login screen gives you this information.  Even Windows gives
you a login screen with blank fields.

So when can I have my desktop back???

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

[Discover] [Bug 413053] Can't remove Discover Update Notifier from System Tray

2019-10-23 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=413053

--- Comment #8 from Aleix Pol  ---
Git commit 87e145613d161dc9ebf2ab1fbc049840c2b87e2a by Aleix Pol.
Committed on 23/10/2019 at 16:29.
Pushed by apol into branch 'master'.

notifier: make it possible to have the notifier hidden

But still regularly check for updates

M  +1-1notifier/CMakeLists.txt
M  +0-2notifier/DiscoverNotifier.cpp
A  +106  -0notifier/NotifierItem.cpp [License: GPL (v2/3)]
A  +46   -0notifier/NotifierItem.h [License: GPL (v2/3)]
M  +25   -60   notifier/main.cpp

https://commits.kde.org/discover/87e145613d161dc9ebf2ab1fbc049840c2b87e2a

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

[Discover] [Bug 413053] Can't remove Discover Update Notifier from System Tray

2019-10-23 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=413053

--- Comment #7 from Aleix Pol  ---
A way to disable it forever is to run something like:

$ cp /home/apol/devel/kde5/etc/xdg/autostart/org.kde.discover.notifier.desktop
~/.local/share/autostart
$ echo "Hidden=true" >>
~/.local/share/autostart/org.kde.discover.notifier.desktop

I can look into adding some UX to make that happen for 5.18, it's not really
possible to do it right without new strings.

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

[elisa] [Bug 413052] When an album comprises multiple discs, the secondary level of sorting should be by track number, not alphabetical

2019-10-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=413052

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #7 from Nate Graham  ---
Oh.

I'm so sorry for wasting your time. I think this really is a tagging issue with
the songs in question. :(

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

[Discover] [Bug 413370] openSUSE Tumbleweed: Installing one app while there are available updates also installs the updates without telling you!

2019-10-23 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=413370

--- Comment #1 from Aleix Pol  ---
Can you see if you have the same behaviour with pkcon?

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

[Discover] [Bug 413370] openSUSE Tumbleweed: Installing one app while there are available updates also installs the updates without telling you!

2019-10-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=413370

Nate Graham  changed:

   What|Removed |Added

Summary|Installing one app while|openSUSE Tumbleweed:
   |there are available updates |Installing one app while
   |on openSUSE Tumbleweed  |there are available updates
   ||also installs the updates
   ||without telling you!

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

[kwin] [Bug 413371] New: KWin crashed when moving borderless window between virtual desktops on desktop grid

2019-10-23 Thread Erik Quaeghebeur
https://bugs.kde.org/show_bug.cgi?id=413371

Bug ID: 413371
   Summary: KWin crashed when moving borderless window between
virtual desktops on desktop grid
   Product: kwin
   Version: 5.16.5
  Platform: Gentoo Packages
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kwin-bugs-n...@kde.org
  Reporter: k...@equaeghe.nospammail.net
  Target Milestone: ---

Application: kwin_x11 (5.16.5)

Qt Version: 5.12.5
Frameworks Version: 5.60.0
Operating System: Linux 4.19.72-gentoo x86_64
Distribution (Platform): Gentoo Packages

-- Information about the crash:
- What I was doing when the application crashed:
I was moving a non full-screen okular window without borders from one virtual
desktop to another within the desktop grid view.

- Unusual behavior I noticed:
After the crash I assume KWin restarted, because I could continue working
without problems. However, al windows for which I hid the border had their
border back.

The crash does not seem to be reproducible.

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

Thread 9 (Thread 0x7f314fbff700 (LWP 28687)):
#0  0x7f316854711c in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7f316a9bcc83 in QWaitConditionPrivate::wait (deadline=...,
this=0x56069ec9fa10) at thread/qwaitcondition_unix.cpp:146
#2  QWaitCondition::wait (this=, mutex=0x56069e6bd200,
deadline=...) at thread/qwaitcondition_unix.cpp:225
#3  0x7f316a9bcd09 in QWaitCondition::wait (this=0x56069e6bd208,
mutex=0x56069e6bd200, time=) at
../../include/QtCore/../../src/corelib/kernel/qdeadlinetimer.h:68
#4  0x7f31680781b9 in ?? () from /usr/lib64/libQt5Quick.so.5
#5  0x7f316807841a in ?? () from /usr/lib64/libQt5Quick.so.5
#6  0x7f316a9b7462 in QThreadPrivate::start (arg=0x56069e6bd180) at
thread/qthread_unix.cpp:361
#7  0x7f3168540408 in start_thread () from /lib64/libpthread.so.0
#8  0x7f316bf85adf in clone () from /lib64/libc.so.6

Thread 8 (Thread 0x7f314e0d2700 (LWP 27138)):
#0  0x7f316bf79b46 in ppoll () from /lib64/libc.so.6
#1  0x7f316ab92b05 in ppoll (__ss=, __timeout=, __nfds=, __fds=) at
/usr/include/bits/poll2.h:77
#2  qt_ppoll (timeout_ts=0x0, nfds=1, fds=0x7f3140001be8) at
kernel/qcore_unix.cpp:132
#3  qt_ppoll (timeout_ts=0x0, nfds=1, fds=0x7f3140001be8) at
kernel/qcore_unix.cpp:129
#4  qt_safe_poll (fds=0x7f3140001be8, nfds=nfds@entry=1,
timeout_ts=timeout_ts@entry=0x0) at kernel/qcore_unix.cpp:153
#5  0x7f316ab93b79 in QEventDispatcherUNIX::processEvents (this=, flags=...) at
../../include/QtCore/../../src/corelib/tools/qarraydata.h:211
#6  0x7f316ab4428b in QEventLoop::exec (this=this@entry=0x7f314e0d1d00,
flags=..., flags@entry=...) at
../../include/QtCore/../../src/corelib/global/qflags.h:140
#7  0x7f316a9b6236 in QThread::exec (this=) at
../../include/QtCore/../../src/corelib/global/qflags.h:120
#8  0x7f3167cf1415 in ?? () from /usr/lib64/libQt5Qml.so.5
#9  0x7f316a9b7462 in QThreadPrivate::start (arg=0x56069ec1aa90) at
thread/qthread_unix.cpp:361
#10 0x7f3168540408 in start_thread () from /lib64/libpthread.so.0
#11 0x7f316bf85adf in clone () from /lib64/libc.so.6

Thread 7 (Thread 0x7f315ddb4700 (LWP 27137)):
#0  0x7f316854711c in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7f314e9cf14b in ?? () from /usr/lib64/dri/i965_dri.so
#2  0x7f314e9ced77 in ?? () from /usr/lib64/dri/i965_dri.so
#3  0x7f3168540408 in start_thread () from /lib64/libpthread.so.0
#4  0x7f316bf85adf in clone () from /lib64/libc.so.6

Thread 6 (Thread 0x7f314d8d1700 (LWP 13880)):
#0  0x7f316854711c in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7f316a2328ca in ?? () from /usr/lib64/libQt5Script.so.5
#2  0x7f316a2328e9 in ?? () from /usr/lib64/libQt5Script.so.5
#3  0x7f3168540408 in start_thread () from /lib64/libpthread.so.0
#4  0x7f316bf85adf in clone () from /lib64/libc.so.6

Thread 5 (Thread 0x7f314e8d3700 (LWP 13874)):
#0  0x7f316854711c in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7f314e9cf14b in ?? () from /usr/lib64/dri/i965_dri.so
#2  0x7f314e9ced77 in ?? () from /usr/lib64/dri/i965_dri.so
#3  0x7f3168540408 in start_thread () from /lib64/libpthread.so.0
#4  0x7f316bf85adf in clone () from /lib64/libc.so.6

Thread 4 (Thread 0x7f315d1ca700 (LWP 13872)):
#0  0x7f316bf79b46 in ppoll () from /lib64/libc.so.6
#1  0x7f316ab92b05 in ppoll (__ss=, __timeout=, __nfds=, __fds=) at
/usr/include/bits/poll2.h:77
#2  qt_ppoll (timeout_ts=0x0, nfds=1, fds=0x7f3148000d28) at
kernel/qcore_unix.cpp:132
#3  qt_ppoll (timeout_ts=0x0, nfds=1, fds=0x7f3148000d28) at

[Discover] [Bug 413370] New: Installing one app while there are available updates on openSUSE Tumbleweed

2019-10-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=413370

Bug ID: 413370
   Summary: Installing one app while there are available updates
on openSUSE Tumbleweed
   Product: Discover
   Version: unspecified
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Severity: grave
  Priority: NOR
 Component: discover
  Assignee: lei...@leinir.dk
  Reporter: n...@kde.org
CC: aleix...@kde.org
  Target Milestone: ---

OpenSUSE Tumbleweed with Discover and all other KDE Software from git master.

STEPS TO REPRODUCE
1. Receive a batch of updates (about 160 today)
2. Find an app you want to install
3. Install the app

OBSERVED RESULT
The installation takes an unexpectedly long time. `pkmon` reveals that in fact
all updates are being installed!

EXPECTED RESULT
One of the following should happen instead (depending on what's technically
feasible)
- Only the app is installed and the available updates are not also installed
- You are informed that available updates must be installed before new apps can
be installed

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

[kio-extras] [Bug 408174] fish:// and sftp:// opens a non-existing folder fish:////

2019-10-23 Thread Charles
https://bugs.kde.org/show_bug.cgi?id=408174

Charles  changed:

   What|Removed |Added

 CC||chaw...@zoho.com

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

[kscreenlocker] [Bug 413068] Lock screen crashes when media controls are enabled

2019-10-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=413068

--- Comment #9 from techxga...@outlook.com ---
FYI, it still experiencing problems at this point in time with 5.17.1

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

[valgrind] [Bug 413369] New: unhandled syscall getpgid

2019-10-23 Thread abcsxyz
https://bugs.kde.org/show_bug.cgi?id=413369

Bug ID: 413369
   Summary: unhandled syscall getpgid
   Product: valgrind
   Version: 3.15 SVN
  Platform: unspecified
OS: macOS
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: memcheck
  Assignee: jsew...@acm.org
  Reporter: rossi@outlook.com
  Target Milestone: ---

SUMMARY

I'm getting a warning "WARNING: unhandled amd64-darwin syscall: unix:151"
whenever I'm calling getpgid under valgrind.

STEPS TO REPRODUCE
```
#include 
#include 

int main()
{
pid_t pgid;

if ((pgid = getpgid(0)) == -1)
perror("getpgid");
else
printf("pgid : %d\n", pgid);
}
```

OBSERVED RESULT
I'm getting the pgid properly whenever I'm just running the program alone.
With valgrind, perror is printing me `getpgid: Function not implemented`.

EXPECTED RESULT

I should always have my pgid.

SOFTWARE/OS VERSIONS
Windows: 
macOS: Sierra 10.12.6
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Personnal stackoverflow question.
https://stackoverflow.com/questions/58525060/getpgid-not-implemented-with-valgrind/58526688#58526688

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

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

2019-10-23 Thread Charles
https://bugs.kde.org/show_bug.cgi?id=75324

Charles  changed:

   What|Removed |Added

 CC||chaw...@zoho.com

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

[krunner] [Bug 413368] New: upgraded to 5.17.0, krunner alt-f2 shortcut stopped working

2019-10-23 Thread Rex Dieter
https://bugs.kde.org/show_bug.cgi?id=413368

Bug ID: 413368
   Summary: upgraded to 5.17.0, krunner alt-f2 shortcut stopped
working
   Product: krunner
   Version: 5.17.0
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: k...@privat.broulik.de
  Reporter: rdie...@gmail.com
  Target Milestone: ---

I'd upgraded to plasma-5.17.0 recently (from 5.15.4 I think?), and today
noticed that krunner shortcut alt-f2 that I'd been used-to forever no longer
worked.

meta+space works.

Going into plasma shortcuts says
application shortcuts:

krunner says custom: None is selected for both Global, Global Alternate are set
to Custom: None (odd?)

other shortcuts: 
"Run command" has Global Default: Alt+Space, Global Alternate: Custom: Alt+F2
"Run Command on clipboard contents" has Global Default: Alt+Shift+F2

Honestly, don't recall ever changing/custominzing any of these (but still
possible I forgot).

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

[elisa] [Bug 413052] When an album comprises multiple discs, the secondary level of sorting should be by track number, not alphabetical

2019-10-23 Thread Matthieu Gallien
https://bugs.kde.org/show_bug.cgi?id=413052

--- Comment #6 from Matthieu Gallien  ---
In fact, the tracks are in the correct order.
The first number is the track number and the second is the disc number.
They are in increasing order 2 < 3 < 5 < 9 < 11 for disc 1.
They are in increasing order 1 < 4 < 6 < 7 < 8 < 10 < 12 for disc 2.

I am confused now.

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

[kstars] [Bug 412280] Comparing X2 dome driver (TheSkyX) and indi dome driver (KStars)

2019-10-23 Thread Jasem Mutlaq
https://bugs.kde.org/show_bug.cgi?id=412280

Jasem Mutlaq  changed:

   What|Removed |Added

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

--- Comment #4 from Jasem Mutlaq  ---
Thank you for the feedback! It's great also to know if something works, so it's
useful information after all!

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

[plasmashell] [Bug 399143] widgets/lineedit displays no text

2019-10-23 Thread Jesper Schmitz Mouridsen
https://bugs.kde.org/show_bug.cgi?id=399143

Jesper Schmitz Mouridsen  changed:

   What|Removed |Added

 CC||jesper@schmitz.computer

--- Comment #35 from Jesper Schmitz Mouridsen  ---

Can you people having this issue try to change your LC_NUMERIC to
a locale with "." as a decimal separator?
and with LC_ALL unset...
Remember to delete the cached shaders in ~/.cache/qtshaders and
~/.cache/mesa_shader_cache

Also see:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237662

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

[KBibTeX] [Bug 413367] New: Columns width cannot be changed by users.

2019-10-23 Thread Antonio
https://bugs.kde.org/show_bug.cgi?id=413367

Bug ID: 413367
   Summary: Columns width cannot be changed by users.
   Product: KBibTeX
   Version: 0.8.1
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: User interface
  Assignee: fisc...@unix-ag.uni-kl.de
  Reporter: antonio.mario.car...@gmail.com
  Target Milestone: ---

SUMMARY

Why a user cannot decide the width of the different columns in the view?
There is no way to regulate with the mouse (for example with an user interface
like excel or other spreadsheets) how large is a column, for the title or
others. 

STEPS TO REPRODUCE
1. Open KBibtex
2. Load a Bibliography File
3. Check the column width, and try to change their width from the headers.

OBSERVED RESULT
Nothing

EXPECTED RESULT
There must be the possibility for users to change the width of the columns.

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION

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

[plasma-pa] [Bug 413332] Volume applet doesn't save "Raise maximum volume" option for the speaker

2019-10-23 Thread Ahmed
https://bugs.kde.org/show_bug.cgi?id=413332

--- Comment #2 from Ahmed  ---
This issue is still the same with KDE Plasma 5.17.1

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

[frameworks-kconfigwidgets] [Bug 413366] New: Comic widget makes plasmashell crash

2019-10-23 Thread Alain Gellé
https://bugs.kde.org/show_bug.cgi?id=413366

Bug ID: 413366
   Summary: Comic widget makes plasmashell crash
   Product: frameworks-kconfigwidgets
   Version: 5.15.0
  Platform: Mageia RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdelibs-b...@kde.org
  Reporter: alain.ge...@univ-rennes1.fr
  Target Milestone: ---

Created attachment 123441
  --> https://bugs.kde.org/attachment.cgi?id=123441=edit
messages when plasmashell fails to start

SUMMARY
I use a fresh version of mageia 7, with last up-date.
I made no other modification except the widget.
The installation of the widget "Comic Strip" seems to work fine. The
configuration of the widget is also ok. The widget is then working fine.
But on the next log in the widget make plasmashell crash. 
I get a black screen instead of the desktop.


STEPS TO REPRODUCE
1. Install comic strip widget on the desktop
2. Configure the widget and install a comics (Garfield for instance)
3. Log out
4. Log in

OBSERVED RESULT

plasmashell crash
screen is black

EXPECTED RESULT

plasmashell run

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 5.15.4
(available in About System)
KDE Plasma Version: 5.15.4
KDE Frameworks Version: 5.57.0
Qt Version: 5.12.2

ADDITIONAL INFORMATION

I already reported this bug to mageia. But they told me to report it here.
I add two files with the messages I get when I install the widget and when I
try to restart plamsashell

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

[plasma-pa] [Bug 413332] Volume applet doesn't save "Raise maximum volume" option for the speaker

2019-10-23 Thread Ahmed
https://bugs.kde.org/show_bug.cgi?id=413332

Ahmed  changed:

   What|Removed |Added

Version|5.17.0  |5.17.1

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

[krita] [Bug 376889] "Show in Timeline" : layers should inherit their parents for this option

2019-10-23 Thread Tymond
https://bugs.kde.org/show_bug.cgi?id=376889

Tymond  changed:

   What|Removed |Added

 CC||tamtamy.tym...@gmail.com

--- Comment #1 from Tymond  ---
So they should only inherit the disabled state but not the enabled state? (Only
not-checked checkbox)

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

[frameworks-kconfigwidgets] [Bug 413366] Comic widget makes plasmashell crash

2019-10-23 Thread Alain Gellé
https://bugs.kde.org/show_bug.cgi?id=413366

--- Comment #1 from Alain Gellé  ---
Created attachment 123442
  --> https://bugs.kde.org/attachment.cgi?id=123442=edit
messages during installation of comic plasma widget

This file contains the messages and errors I get when I install the widget
"comic"
Despite these messages the widget works.

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

[plasmashell] [Bug 413019] Widget positioning is broken when switching to the external monitor

2019-10-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=413019

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||5.17.2

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

[kmail2] [Bug 407797] Unseting act un new/unread crashes kmail

2019-10-23 Thread Martin van Es
https://bugs.kde.org/show_bug.cgi?id=407797

Martin van Es  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #7 from Martin van Es  ---
I can confirm that 5.11.3 doesn't exhibit the problem anymore, for me.

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

[kdev-python] [Bug 411956] Fails to build against Python 3.8

2019-10-23 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=411956

--- Comment #4 from Francis Herne  ---
Note: the patch linked also applies cleanly against 5.4.x, pending a 5.5
release.

Testing now.

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

[kdev-python] [Bug 411956] Fails to build against Python 3.8

2019-10-23 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=411956

Francis Herne  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/kde/
   ||kdev-python/commit/e23fa8f1
   ||5af89a8bd4bd84dd96b5fd70174
   ||57516
 Status|ASSIGNED|RESOLVED
   Version Fixed In||5.5.0

--- Comment #3 from Francis Herne  ---
Git commit e23fa8f15af89a8bd4bd84dd96b5fd7017457516 by Francis Herne.
Committed on 23/10/2019 at 14:08.
Pushed by flherne into branch 'master'.

Initial Python 3.8 support.

This allows kdev-python to be built and run against CPython 3.8,
 and if so to parse files containing 3.8 syntax.
FIXED-IN: 5.5.0

M  +2-2CMakeLists.txt
M  +9-1duchain/declarationbuilder.cpp
M  +1-0duchain/declarationbuilder.h
M  +4-0duchain/expressionvisitor.cpp
M  +1-0duchain/expressionvisitor.h
M  +19   -0duchain/tests/pyduchaintest.cpp
M  +6-1parser/ast.cpp
M  +9-0parser/ast.h
M  +6-0parser/astbuilder.cpp
M  +6-0parser/astdefaultvisitor.cpp
M  +2-0parser/astdefaultvisitor.h
M  +1-0parser/astvisitor.cpp
M  +1-0parser/astvisitor.h
M  +7-4parser/conversionGenerator.py
M  +36   -0parser/generated.h
R  +49   -6parser/python38.sdef [from: parser/python36.sdef - 082%
similarity]
M  +5-0parser/tests/pyasttest.cpp

https://invent.kde.org/kde/kdev-python/commit/e23fa8f15af89a8bd4bd84dd96b5fd7017457516

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

[dolphin] [Bug 413360] Dolphin cannot delete certain items in Trash

2019-10-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=413360

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #1 from Nate Graham  ---
Yeah, Dolphin doesn't currently have any privilege escalation feature that
would allow it to delete  files that don't have your user permissions (likely
they are root:root or not writable or something).

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

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

[frameworks-kio] [Bug 179678] KIO needs PolicyKit-kde integration

2019-10-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=179678

Nate Graham  changed:

   What|Removed |Added

 CC||matejm98m...@gmail.com

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

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

[korganizer] [Bug 413316] Can't see the contents of my Nextcloud calendar

2019-10-23 Thread Matthias Fehring
https://bugs.kde.org/show_bug.cgi?id=413316

--- Comment #5 from Matthias Fehring  ---
Hey David Faure, your fix works for me. :) With the changes applied, the
calendar data is visible and Nextcloud stops throwing the exception about a bad
request.

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

[korganizer] [Bug 413316] Can't see the contents of my Nextcloud calendar

2019-10-23 Thread David de Cos
https://bugs.kde.org/show_bug.cgi?id=413316

--- Comment #4 from David de Cos  ---
I can confirm that downgrading to kio 5.62 fixes my problem. Thanks!

If you can mail me some instructions on how to apply the kio fix, I'd be
willing to try it. It may take me a few days, though, since I don't want to do
it on my work computer, so I'll have to install a working system on some other
machine.

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

[korganizer] [Bug 413316] Can't see the contents of my Nextcloud calendar

2019-10-23 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=413316

--- Comment #3 from David Faure  ---
BTW if you want to downgrade anything, short term, it's kio that you should
downgrade (or all of KF5) from 5.63 to 5.62.

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

[korganizer] [Bug 413316] Can't see the contents of my Nextcloud calendar

2019-10-23 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=413316

David Faure  changed:

   What|Removed |Added

 CC||fa...@kde.org,
   ||vkra...@kde.org

--- Comment #2 from David Faure  ---
I just fixed a regression in kio_http which led to a similar issue for me.
https://cgit.kde.org/kio.git/commit/?id=02a8d3deb4f97046da4a0bb79abf9510d2d1c0a2

However that last comment makes me wonder. If Depth:0 came from kio_http and
Depth:1 came from kdav, then things might still be wrong, since my patch
ignores the kdav-provided depth.

Any chance you can try the above kio fix and let us know if it works for you?

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

[bugs.kde.org] [Bug 358275] Browse and My Bugs should show REOPEN status by default

2019-10-23 Thread Olivier Churlaud
https://bugs.kde.org/show_bug.cgi?id=358275

--- Comment #3 from Olivier Churlaud  ---
I speak about My Bugs and Browser

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

[Discover] [Bug 413053] Can't remove Discover Update Notifier from System Tray

2019-10-23 Thread Rik Mills
https://bugs.kde.org/show_bug.cgi?id=413053

--- Comment #6 from Rik Mills  ---
It is of course possible to right click the icon, and select 'quit'.

However, I guess the biggest issue here is that there is no GUI way to prevent
the DiscoverNotifier autostarting with plasma as could be done when it was an
applet. There is no way to do it via the system tray, and the notifier does not
show up in any class of startup items in systemsettings.

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

[konsole] [Bug 406828] Tab does not indicate terminal activity in any way

2019-10-23 Thread Petr Velan
https://bugs.kde.org/show_bug.cgi?id=406828

Petr Velan  changed:

   What|Removed |Added

 CC||petr.ve...@post.cz

--- Comment #7 from Petr Velan  ---
I've sent a simple fix to this problem to the mailing list.

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

[Falkon] [Bug 413365] Menus such as history should be keyboard-accessible by default

2019-10-23 Thread Filipus Klutiero
https://bugs.kde.org/show_bug.cgi?id=413365

Filipus Klutiero  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=391916

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

[frameworks-kirigami] [Bug 407524] No way to provide keyboard focus to the global drawer

2019-10-23 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=407524

--- Comment #3 from Marco Martin  ---
Git commit 0f33f29c6b53a820747704597c477718a78035e4 by Marco Martin.
Committed on 23/10/2019 at 12:48.
Pushed by mart into branch 'master'.

items have active focus on tab when they aren't in a view

M  +2-0src/controls/templates/AbstractListItem.qml
M  +2-1src/controls/templates/OverlayDrawer.qml

https://commits.kde.org/kirigami/0f33f29c6b53a820747704597c477718a78035e4

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

[Falkon] [Bug 391916] „Bookmarks menu“ tool button

2019-10-23 Thread Filipus Klutiero
https://bugs.kde.org/show_bug.cgi?id=391916

Filipus Klutiero  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=413365

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

[Falkon] [Bug 413365] New: Menus such as history should be keyboard-accessible by default

2019-10-23 Thread Filipus Klutiero
https://bugs.kde.org/show_bug.cgi?id=413365

Bug ID: 413365
   Summary: Menus such as history should be keyboard-accessible by
default
   Product: Falkon
   Version: 3.1.0
  Platform: Other
OS: All
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: now...@gmail.com
  Reporter: chea...@gmail.com
  Target Milestone: ---

SUMMARY
By default, it seems impossible to access menus, such as the history, via the
keyboard. For example, when the menu bar shows, the second-last closed tab can
be reopened with Alt+s (in French), enough presses on the Down key, the Right
key, the Down key again, then Enter. But when the menu bar does not show, I
fail to see how to do that.

In other browsers, the menu bar can be displayed by pressing the Alt key.
However, Falkon apparently does not support that. Either:
1. the menu bar should be displayed by default
2. there should be a way to display the menu bar on demand like in modern
browsers
3. or there should be a keyboard shortcut for the menu (like Alt+F or Alt+E in
Google Chrome).

SOFTWARE/OS VERSIONS
Windows 10

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

[Spectacle] [Bug 412817] Selected area (rectangle) app crash

2019-10-23 Thread David Redondo
https://bugs.kde.org/show_bug.cgi?id=412817

--- Comment #1 from David Redondo  ---
Does it happen on X or on Wayland? Do I understand it correctly that the crash
happens during the selection of the region and not for example upon start of
the selection overlay?

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

[Spectacle] [Bug 413361] Spectacle crashes every time when capturing a rectangular region

2019-10-23 Thread David Redondo
https://bugs.kde.org/show_bug.cgi?id=413361

David Redondo  changed:

   What|Removed |Added

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

--- Comment #1 from David Redondo  ---
When does it crash? Right when you click the button or when selecting the
region?
Does this happen on X or on Wayland?

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

[kdevelop] [Bug 413364] New: Crash when background parser is done/almost done

2019-10-23 Thread Joachim Reichel
https://bugs.kde.org/show_bug.cgi?id=413364

Bug ID: 413364
   Summary: Crash when background parser is done/almost done
   Product: kdevelop
   Version: 5.3.1
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdevelop-bugs-n...@kde.org
  Reporter: joachim.reic...@gmx.de
  Target Milestone: ---

Created attachment 123440
  --> https://bugs.kde.org/attachment.cgi?id=123440=edit
Full backtrace

Qt Version: 5.11.3
Frameworks Version: 5.54.0
Operating System: Linux 4.19.0-6-amd64 x86_64
Distribution: Debian GNU/Linux 10 (buster)
Clang version (debian package version): 1:7.0.1-8

- What I was doing when the application crashed:

When I open a particular project, the background parser starts updating its
database. For a long time it shows 99% and one particular filename (I don't
think it takes that long for that rather small file, I guess it just not
updating the window). Eventually, kdevelop crashes. I don't interact with
kdevelop at that time at all.

The crash can be reproduced every time.

Full backtrace as attachment.

Thread 17 (Thread 0x7f931e7fc700 (LWP 1642)):
[KCrash Handler]
#6  0x2df1 in  ()
#7  0x7f9336c05070 in operator() () at
/usr/lib/gcc/x86_64-linux-gnu/8/../../../../include/c++/8/bits/unique_ptr.h:81
#8  0x7f9336c05070 in ~unique_ptr () at
/usr/lib/gcc/x86_64-linux-gnu/8/../../../../include/c++/8/bits/unique_ptr.h:274
#9  0x7f9336c05070 in ~ASTUnit() () at
/build/llvm-toolchain-7-qQrbAC/llvm-toolchain-7-7.0.1/tools/clang/lib/Frontend/ASTUnit.cpp:272
#10 0x7f9336c14582 in
llvm::CrashRecoveryContextDeleteCleanup::recoverResources() ()
at
/build/llvm-toolchain-7-qQrbAC/llvm-toolchain-7-7.0.1/include/llvm/Support/CrashRecoveryContext.h:190
#11 0x7f932cf4b701 in llvm::CrashRecoveryContext::~CrashRecoveryContext()
() at /usr/lib/x86_64-linux-gnu/libLLVM-7.so.1
#12 0x7f93369ae688 in clang_parseTranslationUnit2FullArgv() () at
/build/llvm-toolchain-7-qQrbAC/llvm-toolchain-7-7.0.1/tools/clang/tools/libclang/CIndex.cpp:3593
#13 0x7f93369ae31f in clang_parseTranslationUnit2() () at
/build/llvm-toolchain-7-qQrbAC/llvm-toolchain-7-7.0.1/tools/clang/tools/libclang/CIndex.cpp:3537
#14 0x7f934495dc65 in
ParseSessionData::ParseSessionData(QVector const&, ClangIndex*,
ClangParsingEnvironment const&, QFlags) () at
/usr/lib/x86_64-linux-gnu/libKDevClangPrivate.so.31

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

[Falkon] [Bug 391916] „Bookmarks menu“ tool button

2019-10-23 Thread Filipus Klutiero
https://bugs.kde.org/show_bug.cgi?id=391916

Filipus Klutiero  changed:

   What|Removed |Added

 CC||chea...@gmail.com

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

[Falkon] [Bug 408945] Some pages fail loading

2019-10-23 Thread Filipus Klutiero
https://bugs.kde.org/show_bug.cgi?id=408945

Filipus Klutiero  changed:

   What|Removed |Added

 CC||chea...@gmail.com

--- Comment #5 from Filipus Klutiero  ---
Please clarify how pages fail loading, and which pages are affected.

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

[Falkon] [Bug 393551] Bad loading of websites

2019-10-23 Thread Filipus Klutiero
https://bugs.kde.org/show_bug.cgi?id=393551

Filipus Klutiero  changed:

   What|Removed |Added

 CC||chea...@gmail.com

--- Comment #3 from Filipus Klutiero  ---
Does this persist in Falkon 3.1, and if so, which websites are affected?

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

[dolphin] [Bug 400647] While inline renaming, integrate spelling suggestions menu with regular context menu to avoid hiding any features

2019-10-23 Thread Tommy Lincoln
https://bugs.kde.org/show_bug.cgi?id=400647

Tommy Lincoln  changed:

   What|Removed |Added

 CC||pajamapants3...@gmail.com

--- Comment #2 from Tommy Lincoln  ---
I was wondering if it might be better to add a flag to the KTextEdit widget (in
KTextWidgets) that allows the user to specify whether Sonnet's own dialog
should be used, or whether its results and functionality should be integrated
into the standard context menu. This seems like a change that wouldn't just be
relevant to Dolphin, but any application using KTextEdit. If so, I could open a
ticket for this change under KTextEdit and work on that, then come back here
and set the flag in Dolphin (assuming we'd want the new flag to default to the
current behavior).

Thoughts? Would I open something here, at bugs.kde.org, or at phabricator? This
doesn't really seem like a bug, but more of a change request.

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

[ksmserver] [Bug 413357] Excluding applications from session not respected upon sessions

2019-10-23 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=413357

David Edmundson  changed:

   What|Removed |Added

  Component|general |general
Version|master  |unspecified
   Assignee|k...@davidedmundson.co.uk|unassigned-b...@kde.org
Product|plasmashell |ksmserver
   Target Milestone|1.0 |---

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

[ksmserver] [Bug 413358] Session restore doesn't remember applications environmental variables

2019-10-23 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=413358

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |INTENTIONAL
 CC||k...@davidedmundson.co.uk
 Status|REPORTED|RESOLVED

--- Comment #2 from David Edmundson  ---
Urgh, bugzilla submitted prematurely.

It's somewhat difficult, the application itself is responsible for setting its
own restart command. 

Apps saving the entire env would be problematic too and introduce all sorts of
other bugs, firefox could know to treat this as a special case, but I don't
think that's likely to happen.

I don't think this is fixable within the spec. Sorry.

Is there a reason to not set GTK_USE_PORTAL globally?

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

[Falkon] [Bug 398856] Secondary (right) click on a bookmark in Bookmarks menu opens it rather than displaying context menu

2019-10-23 Thread Filipus Klutiero
https://bugs.kde.org/show_bug.cgi?id=398856

Filipus Klutiero  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 CC||chea...@gmail.com
Summary|Right click on an item of a |Secondary (right) click on
   |bookmark folder should  |a bookmark in Bookmarks
   |display the context menu|menu opens it rather than
   |instead of open it in a new |displaying context menu
   |tab |
 Ever confirmed|0   |1

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

[ark] [Bug 411259] Preview opens scripts as binary files

2019-10-23 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=411259

Méven Car  changed:

   What|Removed |Added

 CC||meve...@gmail.com

--- Comment #2 from Méven Car  ---
I don't reproduce it with the file ark-19.08.0.tar.xz found at
https://download.kde.org/stable/applications/19.08.0/src/ark-19.08.0.tar.xz

Previewing file Messages.sh inside works at expected.

Operating System: Kubuntu 19.10
KDE Plasma Version: 5.17.80
KDE Frameworks Version: 5.64.0
Qt Version: 5.12.4

Does the issue still reproduce with a more recent version of KDE Frameworks
and/or ark ?

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

[frameworks-kwayland] [Bug 407581] New Intel Iris don't works with Wayland

2019-10-23 Thread hexchain
https://bugs.kde.org/show_bug.cgi?id=407581

--- Comment #7 from hexchain  ---
Created attachment 123439
  --> https://bugs.kde.org/attachment.cgi?id=123439=edit
stderr from startplasma-wayland

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

[frameworks-kwayland] [Bug 407581] New Intel Iris don't works with Wayland

2019-10-23 Thread hexchain
https://bugs.kde.org/show_bug.cgi?id=407581

--- Comment #6 from hexchain  ---
Created attachment 123438
  --> https://bugs.kde.org/attachment.cgi?id=123438=edit
Syslog while running plasma wayland

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

[frameworks-kwayland] [Bug 407581] New Intel Iris don't works with Wayland

2019-10-23 Thread hexchain
https://bugs.kde.org/show_bug.cgi?id=407581

hexchain  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Ever confirmed|0   |1
 Resolution|NOT A BUG   |---
 CC||i...@hexchain.org

--- Comment #5 from hexchain  ---
I have the same problem with Iris driver (mesa git f764725b3e) and Plasma
5.17.1. Weston starts just fine, but Plasma does not. All I can see is a
functional(?) mouse pointer on a black screen.

It seems that Qt tries to load the xcb platform plugin when Iris is in use.
Under weston + iris, running qdbusviewer shows a window with blurred texts (I
have 2x scaling so that almost means Xwayland is in use), but with "-platform
wayland" texts are sharp and clear.

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

[ksmserver] [Bug 413358] Session restore doesn't remember applications environmental variables

2019-10-23 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=413358

David Edmundson  changed:

   What|Removed |Added

   Target Milestone|1.0 |---
   Assignee|k...@davidedmundson.co.uk|unassigned-b...@kde.org
Version|master  |unspecified
  Component|general |general
Product|plasmashell |ksmserver

--- Comment #1 from David Edmundson  ---
tricky.

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

[konqueror] [Bug 413363] New: Surplus empty konqueror window during session restore

2019-10-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=413363

Bug ID: 413363
   Summary: Surplus empty konqueror window during session restore
   Product: konqueror
   Version: 5.0.97
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: session restore
  Assignee: edu...@gmail.com
  Reporter: dolge...@informatik.uni-erlangen.de
  Target Milestone: ---

SUMMARY


STEPS TO REPRODUCE
1. Start a clean desktop sessions (close all running applications)
2. Have "systemsettings5/Workspace/Startup and Shutdown/Desktop Session/On
Login" set  to "Restore Previous session" and the list of "Applications to be
excluded ..." containing anything but konqueror
3. Open a known (however arbitrary) number n of konqueror windows, e.g. showing
$HOME and $TEMP
4. Log off and on again

OBSERVED RESULT
n Konqueror windows are correctly restored, plus one additional showing
"about:blank"

EXPECTED RESULT
n instead of n+1 konqueror windows

SOFTWARE/OS VERSIONS
Windows: -
macOS: -
Linux/KDE Plasma: 4.15.0-67-generic #76-Ubuntu SMP
KDE Plasma Version:  5.17.1
KDE Frameworks Version: 5.63.0
Qt Version: Qt 5.13.1 (compiled against 5.13.1)

ADDITIONAL INFORMATION
The problem
1. seems to be some off-by-one error,
2. is not new, it has existed for many months (years?) and versions 
3. obviously has nothing to do with preloading. as it is independent of the
settings in "Configure konqueror/Performance" (tested all 4 combinations)
4. does not reflect the setting "When konqueror starts:Show blank page", as you
get an "about:blank" Windows even if "Show my start page" is configured

WORKAROUND
One can install wmctrl and set a login script that contains the line:
  bash -c 'sleep 5 ; wmctrl -c "about:blank — Konqueror" ' &
to silently close the gratituous window at each login.
(This is ugly, however, because each user has to do it individually.)

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

[plasma-pa] [Bug 413362] Global accelerators in smaller increments

2019-10-23 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=413362

Nicolas Fella  changed:

   What|Removed |Added

 CC||plasma-b...@kde.org
  Component|general |general
   Assignee|nicolas.fe...@gmx.de|now...@gmail.com
Product|pulseaudio-qt   |plasma-pa

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

[pulseaudio-qt] [Bug 413362] New: Global accelerators in smaller increments

2019-10-23 Thread Juan Canham
https://bugs.kde.org/show_bug.cgi?id=413362

Bug ID: 413362
   Summary: Global accelerators in smaller increments
   Product: pulseaudio-qt
   Version: unspecified
  Platform: Ubuntu Packages
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: nicolas.fe...@gmx.de
  Reporter: j...@juancanham.com
  Target Milestone: ---

It would be nice to modify volume in smaller increments.

e.g if you switch to headphones a 5% change can be too much, but when using
speakers it might be find dependant on model

something like shift+volup/down, would be ideal, but once the functionality is
exposed the particular key bindings are not that important.


SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION

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

[kstars] [Bug 412280] Comparing X2 dome driver (TheSkyX) and indi dome driver (KStars)

2019-10-23 Thread Jean-Claude
https://bugs.kde.org/show_bug.cgi?id=412280

--- Comment #3 from Jean-Claude  ---
(In reply to Jasem Mutlaq from comment #2)
> What INDI driver are you using?
I am using version 1.3
But I must say that since two weeks the dome is synced perfectly to the scope
with KStars as with TheSkyX.
I do not know what to think and I am a bit ashamed to have posted my comments.
I found that the sync is very sensitive to the N and E displacements (to a few
centimetres).

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

[Spectacle] [Bug 413361] New: Spectacle crashes every time when capturing a rectangular region

2019-10-23 Thread Lukasz Biegaj
https://bugs.kde.org/show_bug.cgi?id=413361

Bug ID: 413361
   Summary: Spectacle crashes every time when capturing a
rectangular region
   Product: Spectacle
   Version: 19.08.1
  Platform: Debian stable
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: General
  Assignee: m...@baloneygeek.com
  Reporter: lukasz.bie...@gmail.com
CC: k...@david-redondo.de
  Target Milestone: ---

Application: spectacle (19.08.1)

Qt Version: 5.11.3
Frameworks Version: 5.62.0
Operating System: Linux 5.2.0-3-amd64 x86_64
Distribution: Debian GNU/Linux bullseye/sid

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

Spectacle crashes every time when capturing a rectangular region.
Crash does not occur when capturing whole screen or a window.

When executed from commandline, spectacle reports:
kf5.kconfig.core: "\"cropRegion\" - conversion of \"0,0,0,0\" to QRect failed"
free(): invalid pointer

The crash can be reproduced every time.

-- Backtrace:
Application: Spectacle (spectacle), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f59c4a29800 (LWP 20888))]

Thread 4 (Thread 0x7f59bb347700 (LWP 20891)):
#0  futex_wait_cancelable (private=0, expected=0, futex_word=0x55b83c7712f8) at
../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  __pthread_cond_wait_common (abstime=0x0, mutex=0x55b83c7712a8,
cond=0x55b83c7712d0) at pthread_cond_wait.c:502
#2  __pthread_cond_wait (cond=0x55b83c7712d0, mutex=0x55b83c7712a8) at
pthread_cond_wait.c:655
#3  0x7f59bb82330b in ?? () from /usr/lib/x86_64-linux-gnu/dri/i965_dri.so
#4  0x7f59bb822f27 in ?? () from /usr/lib/x86_64-linux-gnu/dri/i965_dri.so
#5  0x7f59c7ce7fb7 in start_thread (arg=) at
pthread_create.c:486
#6  0x7f59c8eff2ef in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 3 (Thread 0x7f59c251c700 (LWP 20890)):
#0  0x7f59c8ef4d2f in __GI___poll (fds=0x7f59b4004e30, nfds=1, timeout=-1)
at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x7f59c710609e in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f59c71061bf in g_main_context_iteration () from
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f59c945b3e3 in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x7f59c9408cfb in
QEventLoop::exec(QFlags) () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7f59c9258d8e in QThread::exec() () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x7f59c9c3b545 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5DBus.so.5
#7  0x7f59c9262a07 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#8  0x7f59c7ce7fb7 in start_thread (arg=) at
pthread_create.c:486
#9  0x7f59c8eff2ef in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 2 (Thread 0x7f59c3be4700 (LWP 20889)):
#0  0x7f59c8ef4d2f in __GI___poll (fds=0x7f59c3be3cb8, nfds=1, timeout=-1)
at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x7f59ca957cf7 in ?? () from /usr/lib/x86_64-linux-gnu/libxcb.so.1
#2  0x7f59ca95991a in xcb_wait_for_event () from
/usr/lib/x86_64-linux-gnu/libxcb.so.1
#3  0x7f59c435fd79 in ?? () from
/usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5
#4  0x7f59c9262a07 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7f59c7ce7fb7 in start_thread (arg=) at
pthread_create.c:486
#6  0x7f59c8eff2ef in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 1 (Thread 0x7f59c4a29800 (LWP 20888)):
[KCrash Handler]
#6  tcache_get (tc_idx=5) at malloc.c:2952
#7  __GI___libc_malloc (bytes=96) at malloc.c:3060
#8  0x7f59c9a2baa8 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
#9  0x7f59c9a2f43d in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
#10 0x7f59c9a350b1 in QPathClipper::clip(QPathClipper::Operation) () from
/usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
#11 0x7f59c9a21420 in QPainterPath::simplified() const () from
/usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
#12 0x7f59c9a35392 in QPathClipper::clip(QPathClipper::Operation) () from
/usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
#13 0x7f59c9a21279 in QPainterPath::subtracted(QPainterPath const&) const
() from /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
#14 0x7f59c9a212bd in QPainterPath::operator-(QPainterPath const&) const ()
from /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
#15 0x7f59c9a2130a in QPainterPath::operator-=(QPainterPath const&) () from
/usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
#16 0x7f59c989ef37 in QTextLayout::draw(QPainter*, QPointF const&,
QVector const&, QRectF const&) const () from
/usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
#17 0x7f59ca08c2e2 in QWidgetLineControl::draw(QPainter*, QPoint const&,
QRect const&, int) () from 

[Spectacle] [Bug 413361] Spectacle crashes every time when capturing a rectangular region

2019-10-23 Thread Lukasz Biegaj
https://bugs.kde.org/show_bug.cgi?id=413361

Lukasz Biegaj  changed:

   What|Removed |Added

   Platform|Debian stable   |Debian testing

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

[plasmashell] [Bug 413357] Excluding applications from session not respected upon sessions

2019-10-23 Thread alekksander
https://bugs.kde.org/show_bug.cgi?id=413357

--- Comment #2 from alekksander  ---
however excluding „firefox” is also excluding „firefox-trunk” process. is this
a desired behavior?

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

[plasma-pa] [Bug 407397] Impossible to adjust the volume level of the notification sounds

2019-10-23 Thread TheBeheader
https://bugs.kde.org/show_bug.cgi?id=407397

--- Comment #31 from TheBeheader  ---
"Problem persists in Ubuntu 19.10 with Plasma 5.17.0"  ditto

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

[plasmashell] [Bug 413357] Excluding applications from session not respected upon sessions

2019-10-23 Thread alekksander
https://bugs.kde.org/show_bug.cgi?id=413357

alekksander  changed:

   What|Removed |Added

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

--- Comment #1 from alekksander  ---
i messed with session restore some more to discover excluded applications need
„,” sign to separate them, not just space. this qualifies for another report or
rather suggestion, making this one invalid.

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

[plasma-pa] [Bug 407397] Impossible to adjust the volume level of the notification sounds

2019-10-23 Thread TheBeheader
https://bugs.kde.org/show_bug.cgi?id=407397

--- Comment #30 from TheBeheader  ---
i got lucky and my issue was a matter of going in to pulse and turning the
sound on their to get my notification sounds, but shouldn't of been off by
default in the first place. and yes it's off by default. i know cause i just
tested kubuntu 19.10 and it exactly the same. now that said how about the devs
weighing in here every once in awhile for those that we're as lucky as me and
letting them know they haven't forgotten about this?

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

[kdeconnect] [Bug 377058] KDE Connect : SD card empty

2019-10-23 Thread Arkadi Statsenko
https://bugs.kde.org/show_bug.cgi?id=377058

Arkadi Statsenko  changed:

   What|Removed |Added

Version|unspecified |1.3.5
 CC||arkadistatse...@gmail.com

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

[dolphin] [Bug 413360] New: Dolphin cannot delete certain items in Trash

2019-10-23 Thread mthw0
https://bugs.kde.org/show_bug.cgi?id=413360

Bug ID: 413360
   Summary: Dolphin cannot delete certain items in Trash
   Product: dolphin
   Version: 19.08.2
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: matejm98m...@gmail.com
CC: kfm-de...@kde.org
  Target Milestone: ---

OBSERVED RESULT
I get this message: "Could not delete file ".

EXPECTED RESULT
All items should be deletable in Trash.

SOFTWARE/OS VERSIONS
KDE Plasma Version: 5.17.1
KDE Frameworks Version: 5.63
Qt Version: 5.14 beta1

ADDITIONAL INFORMATION
To give you more info, I cannot delete folders (with more items inside) that
were created by building some code, so I guess something to do with privilleges
and/or ownership? Is there a log that would help/show more info? Also this
folders can be deleted by other file manager - Thunar.

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

[frameworks-kirigami] [Bug 409962] Make InlineMessage compatible with QQC2 Actions

2019-10-23 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=409962

--- Comment #1 from Marco Martin  ---
now that Kirigami.Action is a QtQuickControls.Action, does this still happen?

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

[plasmashell] [Bug 413185] Plasma 5.17 reports crash after login into wayland session

2019-10-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=413185

--- Comment #4 from joern...@gmail.com ---
For me it also seems to be solved with Plasma 5.17.1 on KDE Neon user.
Tested several login / logouts without any crash reported.

Since Plasma 5.17 I can finally use wayland session as daily driver with dual
Monitor setup :-)
Thank you all for the amazing work!

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

[plasma-nm] [Bug 413276] Connections list not shown

2019-10-23 Thread Pietro F. Fontana
https://bugs.kde.org/show_bug.cgi?id=413276

Pietro F. Fontana  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #7 from Pietro F. Fontana  ---
I can confirm that the issue disappeared with Plasma 5.17.

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

[elisa] [Bug 413359] New: Window is slow to resize

2019-10-23 Thread Marcus Harrison
https://bugs.kde.org/show_bug.cgi?id=413359

Bug ID: 413359
   Summary: Window is slow to resize
   Product: elisa
   Version: 0.4.2
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: matthieu_gall...@yahoo.fr
  Reporter: mar...@harrisonland.co.uk
  Target Milestone: ---

The Elisa main window is slow to resize and resizing results in flickering in
the topmost UI element (specifically the background/album art images). Results
are the same in both X and Wayland.

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

[neon] [Bug 411636] krfb misses pipewire plugin

2019-10-23 Thread Jonathan Riddell
https://bugs.kde.org/show_bug.cgi?id=411636

--- Comment #4 from Jonathan Riddell  ---
xdg-desktop-portal 1.4.2 is now in neon

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

[korganizer] [Bug 413316] Can't see the contents of my Nextcloud calendar

2019-10-23 Thread Matthias Fehring
https://bugs.kde.org/show_bug.cgi?id=413316

Matthias Fehring  changed:

   What|Removed |Added

 CC||buschmann@huessenbergnetz.d
   ||e

--- Comment #1 from Matthias Fehring  ---
I have the same issue since upgrading my Nextcloud to version 17. At least I
think that started after the upgrade as I only recognized the issue with
Kontact/Korganizer today as it is working on my phone as expected.

Nextcloud throws an exception about a bad request with the following message:

"A calendar-query REPORT on a calendar with a Depth: 0 is undefined. Set Depth
to 1"

My system:
- openSUSE Tumbleweed
- Qt 5.13.1
- KDE Frameworks: 5.63.0
- KDE Plasma: 5.17
- KDE Applications: 19.08.2
- Kontact: 5.12.2

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

[plasmashell] [Bug 413358] New: Session restore doesn't remember applications environmental variables

2019-10-23 Thread alekksander
https://bugs.kde.org/show_bug.cgi?id=413358

Bug ID: 413358
   Summary: Session restore doesn't remember applications
environmental variables
   Product: plasmashell
   Version: master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: e...@o2.pl
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Session restore brings back applications without their variables

STEPS TO REPRODUCE
1. Run „GTK_USE_PORTAL=1 apulse firefox %u”
2. Log Out from session or Restart PC while firefox running
3. Firefox is brought back without its variables. Plain „firefox”

EXPECTED RESULT
Firefox is restored the way it was launched. This case „GTK_USE_PORTAL=1 apulse
firefox %u”

This is KDE neon 5.17, but bug was occurring in 5.16, and probably 5.15 as
well.

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

[neon] [Bug 410788] Ark: creating a zip archive does not work

2019-10-23 Thread Jonathan Riddell
https://bugs.kde.org/show_bug.cgi?id=410788

Jonathan Riddell  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Jonathan Riddell  ---
This now works fine for me

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

[plasmashell] [Bug 413357] New: Excluding applications from session not respected upon sessions

2019-10-23 Thread alekksander
https://bugs.kde.org/show_bug.cgi?id=413357

Bug ID: 413357
   Summary: Excluding applications from session not respected upon
sessions
   Product: plasmashell
   Version: master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: e...@o2.pl
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Excluded from session applications are not really excluded on restoring
previous session.

STEPS TO REPRODUCE
1. Exclude „firefox”
2. Log Out from session or Restart PC while firefox running
3. Firefox is brought back with the system.


expectations:
Excluding „firefox” excludes it from saved session.


This is KDE neon 5.17, but bug was occurring in 5.16, and probably 5.15 as
well.

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

[plasmashell] [Bug 413356] Session restore doesn't remember some applications

2019-10-23 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=413356

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #1 from David Edmundson  ---
Applications need to follow the standard session protocol in order to get
restored correctly.

https://www.x.org/releases/X11R7.7/doc/libSM/xsmp.html

Please also report to caprine. If they claim they have session restore then
reopen this and we'll investigate what might be going wrong between us.

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

[plasmashell] [Bug 413356] New: Session restore doesn't remember some applications

2019-10-23 Thread alekksander
https://bugs.kde.org/show_bug.cgi?id=413356

Bug ID: 413356
   Summary: Session restore doesn't remember some applications
   Product: plasmashell
   Version: master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: e...@o2.pl
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Session restore doesn't remember whole session so applications like Caprine are
not restored. Caprine on my system is installed from .deb


to reproduce:
1. Install Caprine, run it 
2. Log Out from session or Restart PC
3. Caprine not brought back


expectations:
Caprine is restored with remaining applications

This is KDE neon 5.17, but bug was occurring in 5.16, and probably 5.15 as
well.

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

[Akonadi] [Bug 413201] Kmail crashes after check email

2019-10-23 Thread Norbert Blobel
https://bugs.kde.org/show_bug.cgi?id=413201

Norbert Blobel  changed:

   What|Removed |Added

 CC||m...@blobel.com

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

[kmymoney] [Bug 413325] Problem with Web addresses at financial institutions

2019-10-23 Thread Fabiano Caruana
https://bugs.kde.org/show_bug.cgi?id=413325

--- Comment #1 from Fabiano Caruana  ---
I have to correct.
Any changes I make to financial institutions will not be accepted.

Greetings
Udo

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

[plasmashell] [Bug 400817] Weather widget fails to connect on boot/login

2019-10-23 Thread Alexander Ewering
https://bugs.kde.org/show_bug.cgi?id=400817

Alexander Ewering  changed:

   What|Removed |Added

 CC||ae@seven.systems

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

[kontact] [Bug 413355] New: Random Crash of Kontact

2019-10-23 Thread Paśnikowski Marek
https://bugs.kde.org/show_bug.cgi?id=413355

Bug ID: 413355
   Summary: Random Crash of Kontact
   Product: kontact
   Version: 5.12.2
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: m...@marekpasnikowski.name
  Target Milestone: ---

Application: kontact (5.12.2)

Qt Version: 5.13.1
Frameworks Version: 5.63.0
Operating System: Linux 5.3.6-1-default x86_64
Distribution: "openSUSE Tumbleweed"

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

I pressed the button to delete a journal entry. After restarting Kontact the
same action resulted in no crash.

-- Backtrace:
Application: Kontact (kontact), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
29return SYSCALL_CANCEL (poll, fds, nfds, timeout);
[Current thread is 1 (Thread 0x7fa47cf5af80 (LWP 3162))]

Thread 30 (Thread 0x7fa3e7853700 (LWP 7048)):
#0  __GI___libc_read (nbytes=10, buf=0x7fa3e785295e, fd=112) at
../sysdeps/unix/sysv/linux/read.c:26
#1  __GI___libc_read (fd=fd@entry=112, buf=buf@entry=0x7fa3e785295e,
nbytes=nbytes@entry=10) at ../sysdeps/unix/sysv/linux/read.c:24
#2  0x7fa4700f60f1 in read (__nbytes=10, __buf=0x7fa3e785295e, __fd=112) at
/usr/include/bits/unistd.h:44
#3  pa_read (fd=112, buf=buf@entry=0x7fa3e785295e, count=count@entry=10,
type=type@entry=0x55d721acc458) at pulsecore/core-util.c:422
#4  0x7fa471c4aa0e in clear_wakeup (m=) at
pulse/mainloop.c:782
#5  pa_mainloop_prepare (m=m@entry=0x55d721acc380, timeout=-1) at
pulse/mainloop.c:789
#6  0x7fa471c4b4b0 in pa_mainloop_iterate (m=0x55d721acc380,
block=, retval=0x0) at pulse/mainloop.c:923
#7  0x7fa471c4b570 in pa_mainloop_run (m=0x55d721acc380,
retval=retval@entry=0x0) at pulse/mainloop.c:945
#8  0x7fa471c59439 in thread (userdata=0x55d721a1f6f0) at
pulse/thread-mainloop.c:101
#9  0x7fa470123c78 in internal_thread_func (userdata=0x55d720c38860) at
pulsecore/thread-posix.c:81
#10 0x7fa47c79cf2a in start_thread (arg=) at
pthread_create.c:479
#11 0x7fa47d8034af in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 29 (Thread 0x7fa3454d2700 (LWP 7047)):
#0  futex_abstimed_wait_cancelable (private=0, abstime=0x7fa3454d18e0,
clockid=, expected=0, futex_word=0x7fa3454d1a08) at
../sysdeps/unix/sysv/linux/futex-internal.h:208
#1  __pthread_cond_wait_common (abstime=0x7fa3454d18e0, clockid=, mutex=0x7fa3454d19b8, cond=0x7fa3454d19e0) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x7fa3454d19e0, mutex=0x7fa3454d19b8,
abstime=0x7fa3454d18e0) at pthread_cond_wait.c:656
#3  0x7fa475c4c486 in base::ConditionVariable::TimedWait () at
./../../3rdparty/chromium/base/synchronization/condition_variable_posix.cc:127
#4  0x7fa475c4ce53 in base::WaitableEvent::TimedWaitUntil () at
./../../3rdparty/chromium/base/synchronization/waitable_event_posix.cc:230
#5  0x7fa475c4cfd1 in base::WaitableEvent::TimedWait () at
./../../3rdparty/chromium/base/synchronization/waitable_event_posix.cc:162
#6  0x7fa475c05141 in
base::internal::SchedulerWorker::Delegate::WaitForWork () at
./../../3rdparty/chromium/base/task/task_scheduler/scheduler_worker.cc:37
#7  0x7fa475c07fdd in base::internal::SchedulerWorker::RunWorker () at
./../../3rdparty/chromium/base/task/task_scheduler/scheduler_worker.cc:303
#8  0x7fa475c086d4 in base::internal::SchedulerWorker::RunPooledWorker ()
at ./../../3rdparty/chromium/base/task/task_scheduler/scheduler_worker.cc:229
#9  0x7fa475c4f2c5 in ThreadFunc () at
./../../3rdparty/chromium/base/threading/platform_thread_posix.cc:81
#10 0x7fa47c79cf2a in start_thread (arg=) at
pthread_create.c:479
#11 0x7fa47d8034af in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 28 (Thread 0x7fa344cd1700 (LWP 6715)):
#0  0x7fa47d7f8bdf in __GI___poll (fds=0x7fa3f8002fe0, nfds=1, timeout=-1)
at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x7fa47bd3e2ae in g_main_context_poll (priority=,
n_fds=1, fds=0x7fa3f8002fe0, timeout=, context=0x7fa3f8000bf0)
at ../glib/gmain.c:4216
#2  g_main_context_iterate (context=context@entry=0x7fa3f8000bf0,
block=block@entry=1, dispatch=dispatch@entry=1, self=) at
../glib/gmain.c:3912
#3  0x7fa47bd3e3cf in g_main_context_iteration (context=0x7fa3f8000bf0,
may_block=may_block@entry=1) at ../glib/gmain.c:3978
#4  0x7fa47ddbf99b in QEventDispatcherGlib::processEvents
(this=0x7fa3f8002000, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#5  0x7fa47dd680db in QEventLoop::exec (this=this@entry=0x7fa344cd0b20,
flags=..., flags@entry=...) at
../../include/QtCore/../../src/corelib/global/qflags.h:140
#6  0x7fa47dba0021 in QThread::exec (this=) at
../../include/QtCore/../../src/corelib/global/qflags.h:120
#7  0x7fa47dba11a2 in 

[plasmashell] [Bug 413354] New: Memory leak

2019-10-23 Thread Andrius
https://bugs.kde.org/show_bug.cgi?id=413354

Bug ID: 413354
   Summary: Memory leak
   Product: plasmashell
   Version: 5.16.5
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: Image Wallpaper
  Assignee: notm...@gmail.com
  Reporter: andrius.puk...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

SUMMARY
Huge memory leak when using wallpaper type: picture of the day, provider:
astronomy picture of the day

STEPS TO REPRODUCE
1. Set wallpaper type to picture of the day
2. set provider to Astronomy Picture of the Day
3. click Apply

OBSERVED RESULT
plasmashell memory usage grows to ~3 GB in a few seconds


SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Manjaro KDE
KDE Plasma Version: 5.16.5
KDE Frameworks Version: 5.62.0
Qt Version: 5.13.1

ADDITIONAL INFORMATION
Memory usage drops to normal if wallpaper type is set back to Image

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

[Discover] [Bug 413053] Can't remove Discover Update Notifier from System Tray

2019-10-23 Thread Rik Mills
https://bugs.kde.org/show_bug.cgi?id=413053

Rik Mills  changed:

   What|Removed |Added

 CC||rikmi...@kubuntu.org

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

[frameworks-kdewebkit] [Bug 413352] New: No support for page header and footer during printing

2019-10-23 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=413352

Bug ID: 413352
   Summary: No support for page header and footer during printing
   Product: frameworks-kdewebkit
   Version: 5.55.0
  Platform: Other
OS: All
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdelibs-b...@kde.org
  Reporter: ralf.habac...@freenet.de
  Target Milestone: ---

Created attachment 123436
  --> https://bugs.kde.org/attachment.cgi?id=123436=edit
generated pdf file without header/footer

konqueror does not print pages with header and footer like print date and
filename

STEPS TO REPRODUCE
1. start konqueror 
2. open https://www.kde.org
3. print page to pdf

OBSERVED RESULT
The generated pdf file does not show any header and footer (like print date and
filename)

EXPECTED RESULT
The generated pdf file should include the print date and filename (see
attachment)

SOFTWARE/OS VERSIONS
Linux: openSUSE 15.1
KDE Frameworks 5.55.0
Qt 5.9.7 (kompiliert gegen 5.9.7)
Das xcb Fenstersystem

ADDITIONAL INFORMATION
1. The KDE4 variant of konqueror does not have this issue
2. I consider the addition of print date and file name important to be able to
distinguish current versions/variants of printouts from older ones, which is
important in business among others.

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

[kdeconnect] [Bug 368438] KDE Connect does not communicate while running in background on phone

2019-10-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=368438

--- Comment #28 from sheepdestro...@gmail.com ---
Same behavior : pixel 2 xl with android 10, kde connect 1.13.2
"ring the phone" action only works when kde connect app is in the foreground.

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

[plasmashell] [Bug 413019] Widget positioning is broken when switching to the external monitor

2019-10-23 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=413019

Marco Martin  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/pla
   ||sma-workspace/0e25e9ad108d0
   ||74f01b3a70a77e1fb7899b05058
 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #12 from Marco Martin  ---
Git commit 0e25e9ad108d074f01b3a70a77e1fb7899b05058 by Marco Martin.
Committed on 23/10/2019 at 08:41.
Pushed by mart into branch 'Plasma/5.17'.

clear the cells before relayouting the items

when items are moved around due to screen resolution change,
no cell should be considered as taken, because all items will be moved,
otherwise items will be moved and resized in unexpected ways to make
room for "ghost" items.
Clear the bookkeeping before doing the move

M  +2-0components/containmentlayoutmanager/gridlayoutmanager.cpp

https://commits.kde.org/plasma-workspace/0e25e9ad108d074f01b3a70a77e1fb7899b05058

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

[plasmashell] [Bug 413019] Widget positioning is broken when switching to the external monitor

2019-10-23 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=413019

--- Comment #13 from Marco Martin  ---
this commit restores the intended behavior:
when the screen resolution changes, widgets will be moved as little as possible
(space from screen edges tries to be kept).
IF they won't be touched by the user, when getting back to the previous
resolution, they will be restored exactly as they were before changing
resolution

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

[kdeconnect] [Bug 368438] KDE Connect does not communicate while running in background on phone

2019-10-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=368438

sheepdestro...@gmail.com changed:

   What|Removed |Added

 CC||sheepdestro...@gmail.com

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

[kwin] [Bug 413337] setting an existing window as transient doesn't disable minimize button on dialog

2019-10-23 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=413337

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de

--- Comment #1 from Kai Uwe Broulik  ---
Why is that desirable? From what I can tell minimizing a transient minimizes
its parent with it.

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

[KScreen] [Bug 396354] Management of multiple screens: Display and Monitor settings no longer remembered

2019-10-23 Thread Félim Whiteley
https://bugs.kde.org/show_bug.cgi?id=396354

--- Comment #19 from Félim Whiteley  ---
Created attachment 123435
  --> https://bugs.kde.org/attachment.cgi?id=123435=edit
Screens in correct position

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

[KScreen] [Bug 396354] Management of multiple screens: Display and Monitor settings no longer remembered

2019-10-23 Thread Félim Whiteley
https://bugs.kde.org/show_bug.cgi?id=396354

--- Comment #18 from Félim Whiteley  ---
Created attachment 123434
  --> https://bugs.kde.org/attachment.cgi?id=123434=edit
Broken screen alignment

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

[KScreen] [Bug 396354] Management of multiple screens: Display and Monitor settings no longer remembered

2019-10-23 Thread Félim Whiteley
https://bugs.kde.org/show_bug.cgi?id=396354

Félim Whiteley  changed:

   What|Removed |Added

 CC||fe...@whiteley.ie

--- Comment #17 from Félim Whiteley  ---
This also effects me, KDE Neon 5.17.1 and still there. My layout is 3 1920x1080
monitors, the leftmost is vertical, the centre is the primary, they are all top
aligned. On login it assumes they are bottom aligned but also overlaps the
monitors, I've included a screenshot of the control panel, dragging them to
their correct location fixes it straight away. It never saves it so on next
login it's exactly the same issue again.

OS: KDE neon User Edition 5.17 x86_64 
Kernel: 5.0.0-32-generic 
Uptime: 16 mins 
Packages: 4177 
Shell: bash 4.4.20 
Resolution: 1080x1920, 1920x1080, 1920x1080 
DE: KDE 
WM: KWin 
WM Theme: Breeze 
Theme: Breeze [KDE], Breeze [GTK3] 
Icons: Breeze [KDE], Breeze [GTK3] 
Terminal: konsole 
Terminal Font: Hack 9 
CPU: AMD Ryzen 5 2600X (12) @ 3.600GHz 
GPU: AMD Radeon RX 470/480/570/570X/580/580X 
Memory: 3533MiB / 32142MiB

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

[Breeze] [Bug 413118] Scrollbar mouse down/click on background zone not registered.

2019-10-23 Thread Thomas Surrel
https://bugs.kde.org/show_bug.cgi?id=413118

Thomas Surrel  changed:

   What|Removed |Added

 CC||thomas.sur...@protonmail.co
   ||m
 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #1 from Thomas Surrel  ---
I can confirm this. This also makes grabbing the scrollbar with the mouse
really inconvenient since you need to aim for the handle itself, you cannot
just let the mouse on the screen edge (when the window is maximized) anymore.

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

  1   2   >