[rkward] [Bug 405386] RKWard Version 0.7.0z+0.7.1+devel1 can't preview Markdown

2019-03-14 Thread Adley
https://bugs.kde.org/show_bug.cgi?id=405386

--- Comment #11 from Adley  ---
removing the string "KPartsIntegration | " from rkward/windows/rkhtmlwindow.cpp
seems not work.

I installed RKWard in a new virtualbox images, still can't display properly.

It's seems hard to figure out in a short time.

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

[kpat] [Bug 404161] kpat crashes when trying to play the second or third different game

2019-03-14 Thread Adrián Chaves
https://bugs.kde.org/show_bug.cgi?id=404161

--- Comment #21 from Adrián Chaves (Gallaecio)  ---
No need for further tracebacks or steps, Víktor. However, if you ever manage to
reproduce the issue on a different computer, or find someone else that can
reproduce the issue, please do let us know.

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

[kwin] [Bug 404875] Kwin crashed

2019-03-14 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=404875

--- Comment #2 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[kwin] [Bug 404884] "Show all Windows" crash

2019-03-14 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=404884

--- Comment #2 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[frameworks-baloo] [Bug 404154] timeline:/ entries are empty

2019-03-14 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=404154

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #8 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[kstars] [Bug 405437] Local astrometry server crashes after upgrading from KStars 2.9.8 to KStars 3.1.0, and 3.1.1 afterwards

2019-03-14 Thread Andre Kovacs
https://bugs.kde.org/show_bug.cgi?id=405437

--- Comment #33 from Andre Kovacs  ---
I was checking all Python references inside the
kstars.app/Contents/MacOS/astrometry and I found that your bundle has a
python/astrometry directory under kstars.app/Contents/MacOS/astrometry/lib that
is not present in the /usr/local/Cellar/astrometry-net/0.76_2/lib that I copied
into my bundle.

It seems to me that this python/astrometry directory should contain the
/usr/local/Cellar/astrometry-net/0.76_2/libexec/lib/python3.7/site-packages/astrometry/util/removelines.py
that is causing the error in my execution using the version 0.76_2 from
homebrew.
So I copied also the contents of
/usr/local/Cellar/astrometry-net/0.76_2/libexec/lib into
kstars.app/Contents/MacOS/astrometry/lib.

I also returned the kstars.app/Contents/MacOS/python to your bundled version.

But the manual execution from the command line is still referencing the Python3
from /usr/local/Cellar/astrometry-net/0.76_2/libexec/bin/python3 and
/usr/local/Cellar/astrometry-net/0.76_2/libexec/lib/python3.7/site-packages/astrometry/util/removelines.py
(outside of the scope of the app), besides having a local copy of Python2.7 and
the astrometry site-package into the app bundle.

But I don't think the solution you suggested will be sufficient (remove the
/usr/local from subprocess calls, to avoid any reference to any external
homebrew library/package at /usr/local/Cellar), because, using the
astrometry.net version from homebrew into the app bundle, I get this error if I
try to plate solve after uninstalling home-brew's astrometry.net:
"/Applications/Astronomia/kstars.app/Contents/MacOS/astrometry/bin/solve-field
-O --no-plots --no-verify --resort --downsample 2 -L 32.5717 -H 53.9383 -u aw
-3 17.3038 -4 -55.1392 -5 30 --config
/Applications/Astronomia/kstars.app/Contents/MacOS/astrometry/bin/astrometry.cfg
-W ./solution.wcs ./test.fits
Reading input file 1 of 1: "./test.fits"...
/bin/sh:
/Applications/Astronomia/kstars.app/Contents/MacOS/astrometry/bin/image2pnm:
/usr/local/Cellar/astrometry-net/0.76_2/libexec/bin/python3: bad interpreter:
No such file or directory
augment-xylist.c:589:backtick Failed to run command:
/Applications/Astronomia/kstars.app/Contents/MacOS/astrometry/bin/image2pnm
--infile ./test.fits --uncompressed-outfile /tmp/tmp.uncompressed.tCTq5i
--outfile /tmp/tmp.ppm.QciqW8 --ppm --mydir
/Applications/Astronomia/kstars.app/Contents/MacOS/astrometry/bin/solve-field
 ioutils.c:567:run_command_get_outputs Command failed: return value 126"

Clearly the astrometry.net installed using homebrew has many static references
to the contents of /usr/local/Cellar/astrometry-net/0.76_2/.

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

[ksudoku] [Bug 405422] ksudoku live-git (commit 09814312d) small-game generation fails with "Unable to generate a puzzle of the chosen variant"

2019-03-14 Thread Ian Wadham
https://bugs.kde.org/show_bug.cgi?id=405422

Ian Wadham  changed:

   What|Removed |Added

   Priority|NOR |VHI
   Severity|normal  |major

--- Comment #3 from Ian Wadham  ---
Thank you very much for helping narrow this down, Duncan.

The problem is that the KSudoku code is not able to create the data-structures
used by ANY of the "Custom" puzzles (those that are not vanilla Sudoku squares
or Roxdoku cubes). Consequently it is unable to go on and fill the structures
with data for a puzzle to be solved and then display the puzzle. So it remains
in the Welcome screen code (src/gui/welcomescreen.*), where the user can choose
another type of puzzle.

The failure is detected in Game CustomGame::createGame(...) and bool
CustomGame::createSKGraphObject() (both in src/gui/gamevariants.cpp). I
strongly suspect that the error occurs somewhere in the serializer code
(src/gui/serializer.*), as called by the line:
m_graph = ksudoku::Serializer::loadCustomShape(m_url, 0, errorMsg);
in CustomGame::createSKGraphObject().

In other words, any puzzle type that is constructed by one of the XML files in
src/shapes fails to be created. These puzzle types are a majority of those
available in KSudoku, so the problem is catastrophic.

The relevant KSudoku code has not changed recently, so it looks as though some
recent change (in the last month or two) in XML handling, in Qt5 or in the KF5
environment has brought on this problem.

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

[kstars] [Bug 405437] Local astrometry server crashes after upgrading from KStars 2.9.8 to KStars 3.1.0, and 3.1.1 afterwards

2019-03-14 Thread Rob
https://bugs.kde.org/show_bug.cgi?id=405437

--- Comment #32 from Rob  ---
I think I will run some tests maybe this weekend to see if I can remove the
/usr/local directory from the path kstars passes to its programs.  It shouldn't
need that at all anymore.

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

[kstars] [Bug 405437] Local astrometry server crashes after upgrading from KStars 2.9.8 to KStars 3.1.0, and 3.1.1 afterwards

2019-03-14 Thread Rob
https://bugs.kde.org/show_bug.cgi?id=405437

--- Comment #31 from Rob  ---
As long as the subdirectory of applications does not have a space in the file
path, it should be just fine.  I made absolutely sure with everything I have
done with kstars that it follows the idea of bundling.  I did this because I
tend to have multiple versions of kstars on my computer simultaneously and they
need to work independently.  Also because I too like to sort programs.

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

[kstars] [Bug 405437] Local astrometry server crashes after upgrading from KStars 2.9.8 to KStars 3.1.0, and 3.1.1 afterwards

2019-03-14 Thread Andre Kovacs
https://bugs.kde.org/show_bug.cgi?id=405437

--- Comment #30 from Andre Kovacs  ---
Another difference I have in this machine is that I grouped all astronomy apps
under a subdirectory of ~/Applications.

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

[kstars] [Bug 405437] Local astrometry server crashes after upgrading from KStars 2.9.8 to KStars 3.1.0, and 3.1.1 afterwards

2019-03-14 Thread Andre Kovacs
https://bugs.kde.org/show_bug.cgi?id=405437

--- Comment #29 from Andre Kovacs  ---
I agree with you that something on my /usr/local or /opt/local is causing a
conflict with the bundled versions, but you should have similar issues if you
configure the development environment for indi and KStars locally.
Also, last year I tried to build nova.astrometry.net from the repository, to
avoid homebrew.
Tomorrow I’ll check the list of libraries installed in my /usr/local and
/opt/local via macports.

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

[kstars] [Bug 405437] Local astrometry server crashes after upgrading from KStars 2.9.8 to KStars 3.1.0, and 3.1.1 afterwards

2019-03-14 Thread Rob
https://bugs.kde.org/show_bug.cgi?id=405437

--- Comment #28 from Rob  ---
When we first were working with kstars, we did need /usr/local to be in the
path because that was where we were telling folks to install the astrometry
stuff.Now since it is all in the bundle, we don't really need to do so.

astrometry probably found python in your /usr/local on your system or
something.

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

[kstars] [Bug 405437] Local astrometry server crashes after upgrading from KStars 2.9.8 to KStars 3.1.0, and 3.1.1 afterwards

2019-03-14 Thread Rob
https://bugs.kde.org/show_bug.cgi?id=405437

--- Comment #27 from Rob  ---
I really do suspect that part of your problem is that you had some things
already located in /usr/local/ and maybe some of it wasn't compatible with the
stuff in the kstars bundle.

Possibly a solution to this would be for me to change the PATH variables kstars
gives to astronomy to not include /usr/local

Note that I said above that on a totally fresh installation of High Sierra
using the current kstars dmg 3.1.1 that I posted on the website, there were no
issues with plate solving using the internal astrometry, netpbm, python,
pyfits, and numpy.

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

[kstars] [Bug 405437] Local astrometry server crashes after upgrading from KStars 2.9.8 to KStars 3.1.0, and 3.1.1 afterwards

2019-03-14 Thread Rob
https://bugs.kde.org/show_bug.cgi?id=405437

--- Comment #26 from Rob  ---
All those errors you are observing is totally the reason I installed everything
kstars should need into the app bundle pre configured so it uses that one
instead.  In trying to use python3 and stuff on your own system you are going
down a rabbit hole I think.

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

[kstars] [Bug 405437] Local astrometry server crashes after upgrading from KStars 2.9.8 to KStars 3.1.0, and 3.1.1 afterwards

2019-03-14 Thread Rob
https://bugs.kde.org/show_bug.cgi?id=405437

--- Comment #25 from Rob  ---
We are using python 2.7 for astrometry which is still permitted by
astrometry.net.  There are two reasons for this.  The first reason is to avoid
conflicts with the users python which is usually python3.  The second is that
craft had a recipe already set up for building python2.  it doesn't have one
for building python3 because craft runs entirely in python3 for building
software.  using 2.7 causes less problems.

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

[kstars] [Bug 405437] Local astrometry server crashes after upgrading from KStars 2.9.8 to KStars 3.1.0, and 3.1.1 afterwards

2019-03-14 Thread Rob
https://bugs.kde.org/show_bug.cgi?id=405437

--- Comment #24 from Rob  ---
please note that issues with different versions of python, netpbm, numpy,
pyfits, and astrometry installation issues were the reason I finally found that
I had to just install a stripped down version of those programs all inside the
app bundle so that kstars could just use that instead of trying to use the
system files that might not be configured right.  Doing this solved problems
for so many people.

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

[kstars] [Bug 405437] Local astrometry server crashes after upgrading from KStars 2.9.8 to KStars 3.1.0, and 3.1.1 afterwards

2019-03-14 Thread Rob
https://bugs.kde.org/show_bug.cgi?id=405437

--- Comment #23 from Rob  ---
so I have a fresh High Sierra virtual machine that I could test on that has
never had home-brew, macports, kstars, or anything else installed on it.  This
evening I opened the DMG and installed kstars, then I downloaded GSC, I made
sure the directory was right for the index files, then I downloaded the 4205
index files, I started an indi server, and I plate solved with no problem and
no errors.

The only issue I had was the astrometry folder in Application Support was not
getting created and I had to do it manually,  I will have to look into that.  

But none of the errors you reported with the illegal instructions etc.

I suspect that some linux programs you had already installed in /usr/local or
somewhere else on the system using homebrew or macports was in the system path
and was being called on instead of the stuff in the kstars app bundle.  And
this was probably causing some linking problems because these programs are
linked to other dylibs on your system.

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

[kwordquiz] [Bug 405483] New: Editing an alphabetically sorted list assigns the new value into 2 fields instead of 1.

2019-03-14 Thread robert
https://bugs.kde.org/show_bug.cgi?id=405483

Bug ID: 405483
   Summary: Editing an alphabetically sorted list assigns the new
value into 2 fields instead of 1.
   Product: kwordquiz
   Version: 0.9.2
  Platform: Gentoo Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: pe...@peterandlinda.com
  Reporter: robert.mikael.stenst...@gmail.com
  Target Milestone: ---

SUMMARY

If you first alphabetically sort the word list by clicking the column name and
then edit a word in the list after doing that, then when the list is
alphabetically rearranged after you hit enter the word you just entered is
assigned into the next field too, assigning it into 2 fields instead of 1,
which deletes a word that was not meant to be deleted in the field below the
one you were editing by overwriting it with the new word you just put in.

STEPS TO REPRODUCE
1. Make a wordlist.
2. Click into the column name box which reads "Column 1" by default.
3. Edit a word in the list and hit enter.

OBSERVED RESULT

Both the field you were editing and the one below it gets the new value. This
deletes the other word from the list by assigning it the same value as the
field above it which is the one you were editing.

EXPECTED RESULT

Only the field you edit should change.

SOFTWARE/OS VERSIONS

Linux/KDE Plasma: 
kernel: 4.14.83-gentoo
KDE Plasma Version: 5.14.5
KDE Frameworks Version: 5.54.0
Qt Version: 5.11.3

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

[konsole] [Bug 405482] New: For some instances, searchbar not in correct location

2019-03-14 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=405482

Bug ID: 405482
   Summary: For some instances, searchbar not in correct location
   Product: konsole
   Version: master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: konsole-de...@kde.org
  Reporter: kurt.hindenb...@gmail.com
  Target Milestone: ---

I noticed while removing konsolesrc and all profiles, and with the system fixed
font being Fixedsys Excelsior 3.01 9, the search box is in the middle of the
window instead of the normal location.  Any change in Konsole window size will
correct searchbar placement.
It appears the first resizeEvent produces a small, incorrect size

resizeEvent  QSize(482, 290)  <-- this is incorrect

resizeEvent  QSize(621, 450)  <-- after small Konsole window increase, correct

This may have always been the case and now it is just noticeable w/ the
searchbar.

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

[kaffeine] [Bug 405278] [feature request] EPG from xmltv

2019-03-14 Thread Mauro Carvalho Chehab
https://bugs.kde.org/show_bug.cgi?id=405278

--- Comment #18 from Mauro Carvalho Chehab  ---
> Would it be too much to put these channels text in grey, so its easier to
> identify them? I do not know how different themes work with that... 
> alternative
> is some symbol or marker, like a × in the start or in the end, that may be 
> more
> neutral to different kde themes.

That would be way harder. The code is basically selecting between a list
of all channels or a list with EPG channels, each stored on different
data structures.

It could be possible to add a second column to the table with some symbol,
but I'm currently lacking the time for a change like that.

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

[kaffeine] [Bug 405278] [feature request] EPG from xmltv

2019-03-14 Thread higuita
https://bugs.kde.org/show_bug.cgi?id=405278

--- Comment #17 from higuita  ---
>> (the current way) and pressing some bottom or checkbox, show all channels,
>> even ones without EPG
>That's simple to implement. Added.

Would it be too much to put these channels text in grey, so its easier to
identify them? I do not know how different themes work with that... alternative
is some symbol or marker, like a × in the start or in the end, that may be more
neutral to different kde themes.

One again, many thanks!

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

[plasmashell] [Bug 401213] Context menu opens in wrong position if an unmaximized window is near the right-clicked icon on desktop

2019-03-14 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=401213

Patrick Silva  changed:

   What|Removed |Added

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

--- Comment #4 from Patrick Silva  ---
bug persists on Arch Linux after update to Qt 5.12.2.

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

[okular] [Bug 311045] Search strings should be parsable from the command-line

2019-03-14 Thread João Netto
https://bugs.kde.org/show_bug.cgi?id=311045

João Netto  changed:

   What|Removed |Added

 CC||joaonetto...@gmail.com
 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #2 from João Netto  ---
Isn't this implemented with https://phabricator.kde.org/D18144?

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

[kpat] [Bug 404161] kpat crashes when trying to play the second or third different game

2019-03-14 Thread Víktor
https://bugs.kde.org/show_bug.cgi?id=404161

--- Comment #20 from Víktor  ---
Created attachment 118811
  --> https://bugs.kde.org/attachment.cgi?id=118811=edit
New crash information added by DrKonqi

kpat (3.6) using Qt 5.12.1

- What I was doing when the application crashed:

It crashed just on opening the third different game, "el iaio" (grandad?).

-- Backtrace (Reduced):
#6  MemoryManager::new_from_block (this=0x55ad95c92090, s=72) at
/chakra/desktop/kpat/src/kpat-18.12.2/patsolve/memory.cpp:165
#7  0x55ad953464a7 in Solver<22ul>::pack_position
(this=this@entry=0x55ad96096c80) at
/chakra/desktop/kpat/src/kpat-18.12.2/patsolve/patsolve.cpp:209
#8  0x55ad9534695e in Solver<22ul>::insert (this=this@entry=0x55ad96096c80,
cluster=cluster@entry=0x7ffe298e297c, d=0, node=node@entry=0x7ffe298e2980) at
/chakra/desktop/kpat/src/kpat-18.12.2/patsolve/patsolve.cpp:873
#9  0x55ad95346a4a in Solver<22ul>::new_position
(this=this@entry=0x55ad96096c80, parent=parent@entry=0x0,
m=m@entry=0x7ffe298e29c0) at
/chakra/desktop/kpat/src/kpat-18.12.2/patsolve/patsolve.cpp:906
#10 0x55ad9534e0e6 in Solver<22ul>::doit (this=0x55ad96096c80) at
/chakra/desktop/kpat/src/kpat-18.12.2/patsolve/patsolve.cpp:487

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

[krita] [Bug 390642] Cursor gets stuck with the wrong icon after moving between canvas and gui

2019-03-14 Thread Ahmad
https://bugs.kde.org/show_bug.cgi?id=390642

--- Comment #48 from Ahmad  ---
@vanyossi I just tested the build with and without OpenGL Acceleration and it
works perfectly. It also hasn't broken the UI (where it went all white with my
patch). 

The only thing I did notice is that the brush cursor is very light against a
white canvas when OpenGL Acceleration is enabled but the main problem with the
cursor getting stuck and the tool not working is fixed.

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

[konsole] [Bug 405481] New: Confirmation dialogs must be optional

2019-03-14 Thread Artiom Neganov
https://bugs.kde.org/show_bug.cgi?id=405481

Bug ID: 405481
   Summary: Confirmation dialogs must be optional
   Product: konsole
   Version: 17.12.3
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: tabbar
  Assignee: konsole-de...@kde.org
  Reporter: anega...@gmail.com
  Target Milestone: ---

SUMMARY


STEPS TO REPRODUCE
1. Run a termianl
2. Open Midnight commander
3. Try to close this tab

OBSERVED RESULT

I'me getting annoying confirmation dialogs: Are you sure you want to close
blah-blah. Yes, I am. I'm closing this tab now and I don't want to bother
clicking any more buttons to get it annihilated.

EXPECTED RESULT

There must be an option to suppres this dialogs.

SOFTWARE/OS VERSIONS
5.12.6
5.44.0
5.9.5
4.15.0-46-generic
64-bit
(Sorry, I cannot copy this from KInforcenter - I have to type this data
manually. Copying text data from dialogs has always been a nice feature in
Linux. For some magic reason it deosn't work in Info Center - the place which
is supposed to be a copy-source...)

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

[ksplash] [Bug 405444] ksplashqml hits its hard timeout of 30 seconds because of failing qdbus call kinit

2019-03-14 Thread Bernhard Übelacker
https://bugs.kde.org/show_bug.cgi?id=405444

--- Comment #2 from Bernhard Übelacker  ---
Hello Kai Uwe Broulik,
thanks for your time.

> Do you use a fancy splash screen theme? Are you running Wayland?
No fancy splash that I am aware of - visually equal to a current standard
debian buster installation - just the black screen with logo in the middle
and the "circling circle". ("ksplashqml Breeze --pid")
Also not running Wayland - I am still on Xorg with AMD graphics drivers.

> Can you give the patch https://phabricator.kde.org/D19753 a try?
I will rebuild a package with just that change and report back.

Kind regards,
Bernhard

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

[latte-dock] [Bug 404122] [feature] - colored backgrounds for running tasks like Unity's launcher/Ubuntu Gnome

2019-03-14 Thread Michail Vourlakos
https://bugs.kde.org/show_bug.cgi?id=404122

--- Comment #102 from Michail Vourlakos  ---
(In reply to sdfjsfjaei-hans from comment #101)
> I meant the thing where the background is not colorized when minimized, as
> marked in red here: https://i.imgur.com/rAyhANj.png
> Not the triangles. They look great.

oh I see... we can discuss this when I will finish up all the indicators design
in a few days

> 
> 
> Great to hear! By above you mean a higher layer, not north to the icon,
> right?

yep, above... already supported with last commits... Now Indicators can provide
also a FrontLayer to be drawn above icons...

Unity: https://i.imgur.com/doEo7QD.png

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

[ksplash] [Bug 405446] ksplashqml hits its hard timeout of 30 seconds because setStage(6) is needed twice

2019-03-14 Thread Bernhard Übelacker
https://bugs.kde.org/show_bug.cgi?id=405446

--- Comment #5 from Bernhard Übelacker  ---
Hello Kai Uwe Broulik,
thats strange because I could get with my patches applied just the 6 stages
mentioned in the comment in [1]. Also the comment of the lastest git version
just mentions these 6.

So the comment might be incomplete and I have to investigate why
I don't get the "kcminit" stage?

At a first sight I don't see a failure of kcminit_startup - I will
have a look and report back.

[1]
https://sources.debian.org/src/plasma-workspace/4:5.14.5.1-1/ksplash/ksplashqml/splashapp.cpp/#L40

[2]
https://cgit.kde.org/plasma-workspace.git/tree/ksplash/ksplashqml/splashapp.cpp#n40

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

[frameworks-baloo] [Bug 405480] New: baloo crashes with signal aborted after login

2019-03-14 Thread Jochen Sommer
https://bugs.kde.org/show_bug.cgi?id=405480

Bug ID: 405480
   Summary: baloo crashes with signal aborted after login
   Product: frameworks-baloo
   Version: 5.56.0
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: Baloo File Daemon
  Assignee: baloo-bugs-n...@kde.org
  Reporter: j_oc...@hotmail.de
  Target Milestone: ---

Application: baloo_file_extractor (5.56.0)

Qt Version: 5.12.1
Frameworks Version: 5.56.0
Operating System: Linux 4.19.28-1-lts x86_64
Distribution (Platform): Archlinux Packages

-- Information about the crash:
- What I was doing when the application crashed:
logged in to a session after boot
within the previous session baloo also crashed without visible cause

- Custom settings of the application:
I do not consider this to be relevant but if it is, I don't want to waste
anybodys time by not mentioning that I replaced kwin with i3.

-- Backtrace:
Application: Datei-Extraktion für Baloo (baloo_file_extractor), signal: Aborted
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fa6b034a800 (LWP 1127))]

Thread 3 (Thread 0x7fa6a071b700 (LWP 1166)):
#0  0x7fa6b3c82c21 in poll () at /usr/lib/libc.so.6
#1  0x7fa6b2bf2690 in  () at /usr/lib/libglib-2.0.so.0
#2  0x7fa6b2bf277e in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#3  0x7fa6b41b7d04 in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#4  0x7fa6b4160b2c in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#5  0x7fa6b3fa4569 in QThread::exec() () at /usr/lib/libQt5Core.so.5
#6  0x7fa6b5141ba6 in  () at /usr/lib/libQt5DBus.so.5
#7  0x7fa6b3fa596c in  () at /usr/lib/libQt5Core.so.5
#8  0x7fa6b36e6a9d in start_thread () at /usr/lib/libpthread.so.0
#9  0x7fa6b3c8db23 in clone () at /usr/lib/libc.so.6

Thread 2 (Thread 0x7fa6af2db700 (LWP 1139)):
#0  0x7fa6b3c82c21 in poll () at /usr/lib/libc.so.6
#1  0x7fa6b2b65630 in  () at /usr/lib/libxcb.so.1
#2  0x7fa6b2b672db in xcb_wait_for_event () at /usr/lib/libxcb.so.1
#3  0x7fa6afeae949 in  () at /usr/lib/libQt5XcbQpa.so.5
#4  0x7fa6b3fa596c in  () at /usr/lib/libQt5Core.so.5
#5  0x7fa6b36e6a9d in start_thread () at /usr/lib/libpthread.so.0
#6  0x7fa6b3c8db23 in clone () at /usr/lib/libc.so.6

Thread 1 (Thread 0x7fa6b034a800 (LWP 1127)):
[KCrash Handler]
#6  0x7fa6b3bc9d7f in raise () at /usr/lib/libc.so.6
#7  0x7fa6b3bb4672 in abort () at /usr/lib/libc.so.6
#8  0x7fa6b38a4602 in  () at /usr/lib/liblmdb.so
#9  0x7fa6b3899465 in  () at /usr/lib/liblmdb.so
#10 0x7fa6b389a6e6 in  () at /usr/lib/liblmdb.so
#11 0x7fa6b389a91b in  () at /usr/lib/liblmdb.so
#12 0x7fa6b389c54c in  () at /usr/lib/liblmdb.so
#13 0x7fa6b389f64b in mdb_cursor_put () at /usr/lib/liblmdb.so
#14 0x7fa6b38a244b in mdb_put () at /usr/lib/liblmdb.so
#15 0x7fa6b51f9a30 in Baloo::PositionDB::put(QByteArray const&,
QVector const&) () at /usr/lib/libKF5BalooEngine.so.5
#16 0x7fa6b520d690 in Baloo::WriteTransaction::commit() () at
/usr/lib/libKF5BalooEngine.so.5
#17 0x7fa6b5203563 in Baloo::Transaction::commit() () at
/usr/lib/libKF5BalooEngine.so.5
#18 0x5649c1311f4d in  ()
#19 0x7fa6b4198b57 in  () at /usr/lib/libQt5Core.so.5
#20 0x7fa6b418d10b in QObject::event(QEvent*) () at
/usr/lib/libQt5Core.so.5
#21 0x7fa6b4b29e24 in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() at /usr/lib/libQt5Widgets.so.5
#22 0x7fa6b4b316e1 in QApplication::notify(QObject*, QEvent*) () at
/usr/lib/libQt5Widgets.so.5
#23 0x7fa6b4161e99 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() at /usr/lib/libQt5Core.so.5
#24 0x7fa6b41b7095 in QTimerInfoList::activateTimers() () at
/usr/lib/libQt5Core.so.5
#25 0x7fa6b41b795a in  () at /usr/lib/libQt5Core.so.5
#26 0x7fa6b2bf07bf in g_main_context_dispatch () at
/usr/lib/libglib-2.0.so.0
#27 0x7fa6b2bf2739 in  () at /usr/lib/libglib-2.0.so.0
#28 0x7fa6b2bf277e in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#29 0x7fa6b41b7ce9 in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#30 0x7fa6b4160b2c in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#31 0x7fa6b4168e36 in QCoreApplication::exec() () at
/usr/lib/libQt5Core.so.5
#32 0x5649c130f27f in  ()
#33 0x7fa6b3bb6223 in __libc_start_main () at /usr/lib/libc.so.6
#34 0x5649c130f32e in  ()
[Inferior 1 (process 1127) detached]

Reported using DrKonqi

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

[k3b] [Bug 405215] Nothing happens when "Change permissions..." button is clicked in K3b settings

2019-03-14 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=405215

--- Comment #3 from Albert Astals Cid  ---
(In reply to Antonio Rojas from comment #2)
> And how are packagers supposed to know that a feature is broken and should
> not be enabled, if it is nowhere mentioned?

It's not default, so if you enable things that are not default I would expect
that you test them

> With this option disabled, one gets a useless settings pane where one can
> check and uncheck stuff with no visible way to apply changes - so either
> way, it looks broken.

Half agreed.

> This should either be fixed, or the permissions settings tab completely
> removed.

It's still useful, it tells you that those things are wrong, sure doesn't help
you in fixing them but highlights what needs changing.

FWIW I have some local changes to fix it, but need polishing, so my suggestion
is still you disable that, and once the permission code works, we'll just
enable it by default, because as you say it doesn't make much sense not having
it enabled.

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

[kstars] [Bug 405325] Meridian flip if HA>

2019-03-14 Thread Wolfgang Reissenberger
https://bugs.kde.org/show_bug.cgi?id=405325

Wolfgang Reissenberger  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #13 from Wolfgang Reissenberger  ---
OK, right, I could reproduce it. The meridian flip is executed normally, but
the status in the summary tab is not correct. It remains on "Status: Meridian
Flip".

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

[kmymoney] [Bug 405477] Reports Copy button does not work

2019-03-14 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=405477

Thomas Baumgart  changed:

   What|Removed |Added

Summary|Reports Copy button does|Reports Copy button does
   |not work on Windows MSVC|not work
   |64bit preview version v5|

--- Comment #1 from Thomas Baumgart  ---
I just verified that it does not work on Linux either

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

[cantor] [Bug 401893] Octave backend can't finished an execution of expression only from comments

2019-03-14 Thread Nikita Sirgienko
https://bugs.kde.org/show_bug.cgi?id=401893

--- Comment #2 from Nikita Sirgienko  ---
Simple state machine (three states: code, string, comment), which remove all
comments from user command enough for solving this problem.

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

[kde] [Bug 405479] New: Image with caption "Built-in Audio Digital Stereo (IEC958)" appears on desktop, covering all other information.

2019-03-14 Thread Richard Dawson
https://bugs.kde.org/show_bug.cgi?id=405479

Bug ID: 405479
   Summary: Image with caption "Built-in Audio Digital Stereo
(IEC958)" appears on desktop, covering all other
information.
   Product: kde
   Version: unspecified
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: grave
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: rcdaw...@att.net
  Target Milestone: ---

Created attachment 118810
  --> https://bugs.kde.org/attachment.cgi?id=118810=edit
Screenshot of destop with unwanted image

SUMMARY


STEPS TO REPRODUCE
1. Install Distribution (Happens the same with Neon, Kubuntu, Manjara, 
KDE 
2. Reboot 
3. 

OBSERVED RESULT

A an image, approximately 1.5"x1.5" with a symbolic representation of a sound
card and a caption "Built-in Audio Digital Stereo (IEC958)" appears on the
screen. It sometimes flickers off and on, but is generally there almost all of
the time.  The image covers all other objects on the desktop.  I am unable to
eliminate the image.

For what it's worth this machine has a Gigabyte motherboard, model GA-P55-USB3
with its own sound system, and there is no additional sound card. The CPU is
identified as, "CPU family 6, Model 30, Intel Core i5(TM) CPU  760 @ 2.8 GHz).

As noted above, I have experienced this with the current releases of several
distributions: Neon, Fedora KDE, Manjaro, and Kubuntu.  I have been using Mint
KDE through version 18.3, and never experienced the problem with it.

Since this occurs with several distributions, including KDE's Neon, I assume
that the core problem is with KDE.  I did not experience the problem with Suse
LEAP 15.  (You might ask, "why not just use Suse?"  Unfortunately, I couldn't
get some of my key software working on Suse LEAP 15.)

EXPECTED RESULT

Only desired images and information appear on the destop.

SOFTWARE/OS VERSIONS
Windows: 
MacOS: 
Linux/KDE Plasma: Neon 5.15.  
(available in About System)
KDE Plasma Version: 5.15.3
KDE Frameworks Version: 5.56.0
Qt Version: 5.12.0

ADDITIONAL INFORMATION

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

[cantor] [Bug 401893] Octave backend can't finished an execution of expression only from comments

2019-03-14 Thread Nikita Sirgienko
https://bugs.kde.org/show_bug.cgi?id=401893

Nikita Sirgienko  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED
  Latest Commit||https://commits.kde.org/can
   ||tor/87afb9441dde48165312d5b
   ||ad6405cab259c407f
   Version Fixed In||19.04

--- Comment #1 from Nikita Sirgienko  ---
Git commit 87afb9441dde48165312d5bad6405cab259c407f by Nikita Sirgienko.
Committed on 14/03/2019 at 21:42.
Pushed by sirgienko into branch 'master'.

[Octave] Some fixes
  - Fix problem with comment in multiline octave command
  - Fix bug with empty command, which never finish execution
FIXED-IN: 19.04

M  +27   -0src/backends/octave/octaveexpression.cpp
M  +1-1src/backends/octave/octavesession.cpp
M  +23   -3src/backends/octave/testoctave.cpp
M  +1-0src/backends/octave/testoctave.h

https://commits.kde.org/cantor/87afb9441dde48165312d5bad6405cab259c407f

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

[kdenlive] [Bug 378953] Effect "Freeze" stops working after overlay

2019-03-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=378953

ksy20...@chollian.net changed:

   What|Removed |Added

 CC||ksy20...@chollian.net

--- Comment #7 from ksy20...@chollian.net ---
Created attachment 118809
  --> https://bugs.kde.org/attachment.cgi?id=118809=edit
Once freeze effect gets void, the clip gets never frozen anymore

Same here.
On windows.
Kdenlive 17.12.0 w/ ffmpeg 3.4.2 (manually added according to the installation
guide).
Kdenlive 18.12.1 w/ ffmpeg 4.1 (shipped with Kdenlive 18.12.1).

This is not only with freeze effect but also with speed effect.
It is impossible to subtitle on frozen clips.

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

[digikam] [Bug 405378] Missing libz.dll on launch

2019-03-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=405378

caulier.gil...@gmail.com changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED
   Version Fixed In||6.1.0

--- Comment #6 from caulier.gil...@gmail.com ---
Missing dll problem for DrMinGw is now fixed in Windows installer.

Gilles Caulier

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

[frameworks-bluez-qt] [Bug 405478] New: Fails to initialize without adapter because of missing org.bluez.Media1 interface

2019-03-14 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=405478

Bug ID: 405478
   Summary: Fails to initialize without adapter because of missing
org.bluez.Media1 interface
   Product: frameworks-bluez-qt
   Version: 5.56.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: now...@gmail.com
  Reporter: k...@privat.broulik.de
  Target Milestone: ---

SUMMARY
When my Bluetooth adapter is disabled via rfkill (e.g. via the Bluetooth key)
Bluez-Qt library refuses to initialize due to a missing org.bluez.Media1
interface. As a result it also doesn't listen to InterfacesAdded signal and
refuses to work.

STEPS TO REPRODUCE
1. Quit plasmashell
2. sudo rkfill block bluetooth
3. Start plasmashell
4. Go to Bluetooth plasmoid (hidden in System Tray popup)
5. Click "Enable Bluetooth"

OBSERVED RESULT
Plasmoid says "No adapters found" and doesn't work.
However, at this point the Media1 interface is available and opening the KCM
shows that the adapter is fully working. It's just that the Plasmoid doesn't
notice this at runtime.

EXPECTED RESULT
Plasmoid switches to normal device view once the adapter has fired up


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 405437] Local astrometry server crashes after upgrading from KStars 2.9.8 to KStars 3.1.0, and 3.1.1 afterwards

2019-03-14 Thread Andre Kovacs
https://bugs.kde.org/show_bug.cgi?id=405437

--- Comment #22 from Andre Kovacs  ---
Checking the Python version bundled with KStars 3.1.1 I noticed that it's 2.7
and not 3, as Astrometry.net requires.
So I created a new directory with Python 3, copied numpy and pyrites
site-packages under it.
And the error changed to:
"Library not loaded: /usr/local/opt/openblas/lib/libopenblasp-r0.3.5.dylib"
I installed openblas 0.3.5 via homebrew, and copied it under
kstars.app/Contents/MacOS/Frameworks (none version was present, like
libwcs.6.2.dylib).
Aftrewards I had also to install gcc 8.3.0 via homebrew, and copied
libgfortran.5.dylib and libquadmath.0.dylib under
kstars.app/Contents/MacOS/Frameworks (none version was also present).
But then I stuck with this error:
"/Applications/Astronomia/kstars.app/Contents/MacOS/astrometry/bin/solve-field
-O --no-plots --no-verify --resort --downsample 2 -L 32.5717 -H 53.9383 -u aw
-3 17.3038 -4 -55.1392 -5 30 --config
/Applications/Astronomia/kstars.app/Contents/MacOS/astrometry/bin/astrometry.cfg
-W ./solution.wcs ./test.fits
Reading input file 1 of 1: "./test.fits"...
Extracting sources...
Downsampling by 2...
simplexy: found 1474 sources.
Traceback (most recent call last):
  File
"/usr/local/opt/numpy/lib/python3.7/site-packages/numpy/core/__init__.py", line
40, in 
from . import multiarray
  File
"/usr/local/opt/numpy/lib/python3.7/site-packages/numpy/core/multiarray.py",
line 12, in 
from . import overrides
  File
"/usr/local/opt/numpy/lib/python3.7/site-packages/numpy/core/overrides.py",
line 6, in 
from numpy.core._multiarray_umath import (
ImportError:
dlopen(/usr/local/opt/numpy/lib/python3.7/site-packages/numpy/core/_multiarray_umath.cpython-37m-darwin.so,
2): Symbol not found: ___addtf3
  Referenced from: /usr/local/opt/gcc/lib/gcc/8/libquadmath.0.dylib
  Expected in: /usr/lib/libSystem.B.dylib
 in /usr/local/opt/gcc/lib/gcc/8/libquadmath.0.dylib

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File
"/Applications/Astronomia/kstars.app/Contents/MacOS/astrometry/bin/removelines",
line 14, in 
from astrometry.util.removelines import main
  File
"/usr/local/Cellar/astrometry-net/0.76_2/libexec/lib/python3.7/site-packages/astrometry/util/removelines.py",
line 10, in 
import numpy as np
  File "/usr/local/opt/numpy/lib/python3.7/site-packages/numpy/__init__.py",
line 142, in 
from . import core
  File
"/usr/local/opt/numpy/lib/python3.7/site-packages/numpy/core/__init__.py", line
71, in 
raise ImportError(msg)
ImportError: 

IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!

Importing the multiarray numpy extension module failed.  Most
likely you are trying to import a failed build of numpy.
Here is how to proceed:
- If you're working with a numpy git repository, try `git clean -xdf`
  (removes all files not under version control) and rebuild numpy.
- If you are simply trying to use the numpy version that you have installed:
  your installation is broken - please reinstall numpy.
- If you have already reinstalled and that did not fix the problem, then:
  1. Check that you are using the Python you expect (you're using
/usr/local/Cellar/astrometry-net/0.76_2/libexec/bin/python3),
 and that you have no directories in your PATH or PYTHONPATH that can
 interfere with the Python and numpy versions you're trying to use.
  2. If (1) looks fine, you can open a new issue at
 https://github.com/numpy/numpy/issues.  Please include details on:
 - how you installed Python
 - how you installed numpy
 - your operating system
 - whether or not you have multiple versions of Python installed
 - if you built from source, your compiler versions and ideally a build log

 Note: this error has many possible causes, so please don't comment on
 an existing issue about this - open a new one instead.

Original error was:
dlopen(/usr/local/opt/numpy/lib/python3.7/site-packages/numpy/core/_multiarray_umath.cpython-37m-darwin.so,
2): Symbol not found: ___addtf3
  Referenced from: /usr/local/opt/gcc/lib/gcc/8/libquadmath.0.dylib
  Expected in: /usr/lib/libSystem.B.dylib
 in /usr/local/opt/gcc/lib/gcc/8/libquadmath.0.dylib

augment-xylist.c:589:backtick Failed to run command:
/Applications/Astronomia/kstars.app/Contents/MacOS/astrometry/bin/removelines
/tmp/tmp.xyls.X34rQN /tmp/tmp.removelines.BMkQIi
 ioutils.c:567:run_command_get_outputs Command failed: return value 1"

Resuming, it seems that many of the dependencies of Astrometry.net are
externally referenced by KStars 3.1.1, since I had to include many of them into
the app bundle.

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

[digikam] [Bug 397189] digikam is crashing when adding this photo

2019-03-14 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=397189

Maik Qualmann  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
   Version Fixed In||6.1.0

--- Comment #13 from Maik Qualmann  ---
The crash under Windows with the image from the comment 1 is no longer
reproducible. I close the bug.

Maik

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

[digikam] [Bug 400768] Many different trash cans hard & slow to use

2019-03-14 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=400768

Maik Qualmann  changed:

   What|Removed |Added

   Version Fixed In||6.1.0

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

[krita] [Bug 405475] Can't open .kra file

2019-03-14 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=405475

Boudewijn Rempt  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #3 from Boudewijn Rempt  ---
That's curious... Krita ought to save layer names as UTF-8, but what's in this
file is definitely not UTF-8, when I check when unzipping it. Weirder still, we
can still show the layernames in what I assume is the correct representation in
the dev version.

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

[digikam] [Bug 296864] SETUP : Create interface for changing physical location or path of album

2019-03-14 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=296864

Maik Qualmann  changed:

   What|Removed |Added

   Version Fixed In||6.1.0

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

[digikam] [Bug 296864] SETUP : Create interface for changing physical location or path of album

2019-03-14 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=296864

Maik Qualmann  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
 CC||metzping...@gmail.com

--- Comment #2 from Maik Qualmann  ---
This problem is no longer reproducible. It is also possible to assign a new
path or drive to a collection. I close the bug.

Maik

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

[digikam] [Bug 400768] Many different trash cans hard & slow to use

2019-03-14 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=400768

Maik Qualmann  changed:

   What|Removed |Added

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

--- Comment #3 from Maik Qualmann  ---
The error here is that each folder was added as a location, not the parent
folder. I close the bug.

Maik

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

[kstars] [Bug 405437] Local astrometry server crashes after upgrading from KStars 2.9.8 to KStars 3.1.0, and 3.1.1 afterwards

2019-03-14 Thread Andre Kovacs
https://bugs.kde.org/show_bug.cgi?id=405437

--- Comment #21 from Andre Kovacs  ---
I forgot to check the actual name of the dylib inside
/usr/local/Cellar/cfitsio/3.450_1/lib and it's really libcfitsio.7.3.45.dylib,
with a link named libcfitsio.7.dylib.
I copied this link named libcfitsio.7.dylib into the
kstars.app/Contents/MacOS/Frameworks, together with wcslib 6.2
(libwcs.6.2.dylib), and had to install also python3 and bumpy via homebrew.

Now, the none of the error codes 4 or 6 occurred, but I got a Python error with
return code 1:
"/Applications/Astronomia/kstars.app/Contents/MacOS/astrometry/bin/solve-field
-O --no-plots --no-verify --resort --downsample 2 -L 32.5717 -H 53.9383 -u aw
-3 17.3038 -4 -55.1392 -5 30 --config
/Applications/Astronomia/kstars.app/Contents/MacOS/astrometry/bin/astrometry.cfg
-W ./solution.wcs ./test.fits
Reading input file 1 of 1: "./test.fits"...
Extracting sources...
Downsampling by 2...
simplexy: found 1474 sources.
Traceback (most recent call last):
  File
"/Applications/Astronomia/kstars.app/Contents/MacOS/python/bin/site-packages/numpy/core/__init__.py",
line 16, in 
from . import multiarray
  File
"/Applications/Astronomia/kstars.app/Contents/MacOS/python/bin/site-packages/numpy/core/multiarray.py",
line 12, in 
from . import overrides
  File
"/Applications/Astronomia/kstars.app/Contents/MacOS/python/bin/site-packages/numpy/core/overrides.py",
line 6, in 
from numpy.core._multiarray_umath import (
ImportError:
dlopen(/Applications/Astronomia/kstars.app/Contents/MacOS/python/bin/site-packages/numpy/core/_multiarray_umath.so,
2): Symbol not found: _PyBuffer_Type
  Referenced from:
/Applications/Astronomia/kstars.app/Contents/MacOS/python/bin/site-packages/numpy/core/_multiarray_umath.so
  Expected in: flat namespace
 in
/Applications/Astronomia/kstars.app/Contents/MacOS/python/bin/site-packages/numpy/core/_multiarray_umath.so

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File
"/Applications/Astronomia/kstars.app/Contents/MacOS/astrometry/bin/removelines",
line 14, in 
from astrometry.util.removelines import main
  File
"/usr/local/Cellar/astrometry-net/0.76_2/libexec/lib/python3.7/site-packages/astrometry/util/removelines.py",
line 10, in 
import numpy as np
  File
"/Applications/Astronomia/kstars.app/Contents/MacOS/python/bin/site-packages/numpy/__init__.py",
line 142, in 
from . import core
  File
"/Applications/Astronomia/kstars.app/Contents/MacOS/python/bin/site-packages/numpy/core/__init__.py",
line 47, in 
raise ImportError(msg)
ImportError: 

IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!

Importing the multiarray numpy extension module failed.  Most
likely you are trying to import a failed build of numpy.
Here is how to proceed:
- If you're working with a numpy git repository, try `git clean -xdf`
  (removes all files not under version control) and rebuild numpy.
- If you are simply trying to use the numpy version that you have installed:
  your installation is broken - please reinstall numpy.
- If you have already reinstalled and that did not fix the problem, then:
  1. Check that you are using the Python you expect (you're using
/usr/local/Cellar/astrometry-net/0.76_2/libexec/bin/python3),
 and that you have no directories in your PATH or PYTHONPATH that can
 interfere with the Python and numpy versions you're trying to use.
  2. If (1) looks fine, you can open a new issue at
 https://github.com/numpy/numpy/issues.  Please include details on:
 - how you installed Python
 - how you installed numpy
 - your operating system
 - whether or not you have multiple versions of Python installed
 - if you built from source, your compiler versions and ideally a build log

 Note: this error has many possible causes, so please don't comment on
 an existing issue about this - open a new one instead.

Original error was:
dlopen(/Applications/Astronomia/kstars.app/Contents/MacOS/python/bin/site-packages/numpy/core/_multiarray_umath.so,
2): Symbol not found: _PyBuffer_Type
  Referenced from:
/Applications/Astronomia/kstars.app/Contents/MacOS/python/bin/site-packages/numpy/core/_multiarray_umath.so
  Expected in: flat namespace
 in
/Applications/Astronomia/kstars.app/Contents/MacOS/python/bin/site-packages/numpy/core/_multiarray_umath.so

augment-xylist.c:589:backtick Failed to run command:
/Applications/Astronomia/kstars.app/Contents/MacOS/astrometry/bin/removelines
/tmp/tmp.xyls.caV4ak /tmp/tmp.removelines.CLPZ8N
 ioutils.c:567:run_command_get_outputs Command failed: return value 1"

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

[kaffeine] [Bug 405276] Unable to switch television channels by shortcuts

2019-03-14 Thread Wolfgang Bauer
https://bugs.kde.org/show_bug.cgi?id=405276

Wolfgang Bauer  changed:

   What|Removed |Added

 CC||wba...@tmo.at

--- Comment #6 from Wolfgang Bauer  ---
But now switching to the next/previous Audio CD track is broken... :-/

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

[kstars] [Bug 405437] Local astrometry server crashes after upgrading from KStars 2.9.8 to KStars 3.1.0, and 3.1.1 afterwards

2019-03-14 Thread Rob
https://bugs.kde.org/show_bug.cgi?id=405437

--- Comment #20 from Rob  ---
so as I mentioned, https://github.com/rlancaste/kstars-on-osx-craft is now how
it is built.  Home-brew is used, but barely, just for python3 and a couple of
these we couldn't build with craft yet.  Most of it is built using craft
including astrometry.  And you should note that everything gets wrapped up
inside the app bundle and the script runs over everything inside and bundles
all of the dependencies up too.

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

[digikam] [Bug 403649] Filesystem changes are not visible in album view [patch]

2019-03-14 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=403649

--- Comment #12 from Maik Qualmann  ---
I chose another variant of the patch. We should make sure that the function
everywhere gives us a correct location root path. Otherwise this check would
have to be repeated again and again.

Maik

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

[digikam] [Bug 403649] Filesystem changes are not visible in album view [patch]

2019-03-14 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=403649

Maik Qualmann  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REOPENED|RESOLVED
  Latest Commit||https://commits.kde.org/dig
   ||ikam/df26831e562625cd8ba731
   ||c11f35a6279945a13b
   Version Fixed In||6.1.0

--- Comment #11 from Maik Qualmann  ---
Git commit df26831e562625cd8ba731c11f35a6279945a13b by Maik Qualmann.
Committed on 14/03/2019 at 20:08.
Pushed by mqualmann into branch 'master'.

check a slash from the end of the album root path
FIXED-IN: 6.1.0

M  +2-1NEWS
M  +9-1core/libs/database/collection/collectionmanager_p.h

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

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

[digikam] [Bug 403649] Filesystem changes are not visible in album view [patch]

2019-03-14 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=403649

Maik Qualmann  changed:

   What|Removed |Added

 Attachment #117946|0   |1
is obsolete||

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

[kmymoney] [Bug 405477] New: Reports Copy button does not work on Windows MSVC 64bit preview version v5

2019-03-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=405477

Bug ID: 405477
   Summary: Reports Copy button does not work on Windows MSVC
64bit preview version v5
   Product: kmymoney
   Version: 5.0.3
  Platform: MS Windows
OS: MS Windows
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: reports
  Assignee: kmymoney-de...@kde.org
  Reporter: ripvanwink...@shaw.ca
  Target Milestone: ---

SUMMARY
Copy button on all reports does not work on Windows 7 64 bit.
Can select some or all text in any report, then right click to select Copy,
which works as plain text only.

STEPS TO REPRODUCE
1. Open any report
2. Press Copy button
3. Copy button color changes when pressed, but nothing is copied

OBSERVED RESULT
Nothing is copied

EXPECTED RESULT
Full report should be copied to clipboard, with formatting

SOFTWARE/OS VERSIONS
Windows: 7 Home Premium in virtual machine
MacOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Windows preview version:
kmymoney-master-322-windows-msvc2017_64-cl.exe
Version 5.0.80-71c935e04

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

[kstars] [Bug 405437] Local astrometry server crashes after upgrading from KStars 2.9.8 to KStars 3.1.0, and 3.1.1 afterwards

2019-03-14 Thread Andre Kovacs
https://bugs.kde.org/show_bug.cgi?id=405437

--- Comment #19 from Andre Kovacs  ---
If you're still following the steps from jamiesmith scripts, the Astrometry.net
is copied into the kstars.app/Contents/MacOS/astrometry via the following steps
(https://github.com/jamiesmith/kstars-on-osx/blob/master/README.md):

mkdir -p ${KSTARS_DIR}/Applications/KDE/kstars.app/Contents/MacOS/astrometry 
cp -r $(brew --prefix astrometry-net)/bin
${KSTARS_DIR}/Applications/KDE/kstars.app/Contents/MacOS/astrometry/
cp -r $(brew --prefix astrometry-net)/lib
${KSTARS_DIR}/Applications/KDE/kstars.app/Contents/MacOS/astrometry/
cp $(brew --prefix astrometry-net)/etc/astrometry.cfg
${KSTARS_DIR}/Applications/KDE/kstars.app/Contents/MacOS/astrometry/bin/ 

So, it copies some of the folders from the Astrometry.net installed via
Home-brew (which I don't have installed). 
Maybe something was left missing to copy for version 0.76, that could be
referencing externally from the .app in your machine.

To test this hypothesis, I forced the installation of the latest version of
astrometry-net (0.76_2) via home-brew, without it's dependencies, and copied
all its contents, and also the astrometry.cfg, into a new astrometry directory
under kstars.app/Contents/MacOS/
Now the error changed to code 6:
"/Applications/Astronomia/kstars.app/Contents/MacOS/astrometry/bin/solve-field
-O --no-plots --no-verify --resort --downsample 2 -L 32.5717 -H 53.9383 -u aw
-3 17.3038 -4 -55.1392 -5 30 --config
/Applications/Astronomia/kstars.app/Contents/MacOS/astrometry/bin/astrometry.cfg
-W ./solution.wcs ./test.fits
dyld: Library not loaded: /usr/local/opt/cfitsio/lib/libcfitsio.7.dylib
  Referenced from:
/Applications/Astronomia/kstars.app/Contents/MacOS/astrometry/bin/solve-field
  Reason: image not found
Abort trap: 6"

PS: The version of cfitsio installed in my machine, using macports, is
3.450_0+universal, apparently the same bundled with KStars 3.1.1
(libcfitsio.3.dylib) into kstars.app/Contents/MacOS/Frameworks. Also, I tried
to install cfitsio using homebrew, without its dependencies, but it also
installed version 3.450_1.

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

[kaffeine] [Bug 405276] Unable to switch television channels by shortcuts

2019-03-14 Thread Mauro Carvalho Chehab
https://bugs.kde.org/show_bug.cgi?id=405276

--- Comment #5 from Mauro Carvalho Chehab  ---
Thank you both for reporting and finding this issue. Fixup applied.

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

[kaffeine] [Bug 405276] Unable to switch television channels by shortcuts

2019-03-14 Thread Mauro Carvalho Chehab
https://bugs.kde.org/show_bug.cgi?id=405276

Mauro Carvalho Chehab  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/kaf
   ||feine/ab5655ef3e9727ad26e7c
   ||095d79a64ce4e8b7b28

--- Comment #4 from Mauro Carvalho Chehab  ---
Git commit ab5655ef3e9727ad26e7c095d79a64ce4e8b7b28 by Mauro Carvalho Chehab.
Committed on 14/03/2019 at 19:52.
Pushed by mauroc into branch 'master'.

mediawidget: fix a regression with next/previous logic

A fix at the CD handing code broke for other sources.

After this fix, both prev/next buttons work and also the DBUS
equivalent logic:

qdbus org.mpris.kaffeine /Player Prev
qdbus org.kde.kaffeine /Player Prev

Thanks to Antoni Bella for identifying the broken commit and
addressing it.

Signed-off-by: Mauro Carvalho Chehab 

M  +2-2src/mediawidget.cpp

https://commits.kde.org/kaffeine/ab5655ef3e9727ad26e7c095d79a64ce4e8b7b28

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

[kstars] [Bug 405325] Meridian flip if HA>

2019-03-14 Thread Jean-Claude
https://bugs.kde.org/show_bug.cgi?id=405325

--- Comment #12 from Jean-Claude  ---
I must add this :
Wait 30 sec after the target has crossed the meridian, and take a Preview in
the Capture Module.
Select the Summary Module : you will see that NOW the Capture / Status has
changed from "Meridian flip" to "Idle" - just because you took that photo !
Might be something wrong in the Capture Module ...

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

[kturtle] [Bug 404162] File/Save acts always acts like "Save as..."

2019-03-14 Thread Mike Krutov
https://bugs.kde.org/show_bug.cgi?id=404162

Mike Krutov  changed:

   What|Removed |Added

 CC||mikhail.kru...@seznam.cz

--- Comment #3 from Mike Krutov  ---
I've put a small patch which fixes it for a review:
https://phabricator.kde.org/D19769

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

[Falkon] [Bug 391327] Saving passwords doesn't work on some sites

2019-03-14 Thread Ed Silkworth
https://bugs.kde.org/show_bug.cgi?id=391327

--- Comment #10 from Ed Silkworth  ---
i see, (In reply to David Rosca from comment #9)
> If the site doesn't use classic HTML form or it does some client-side
> password hashing implementation in Falkon will unfortunately not work.
> There is no proper API in QtWebEngine, so at the moment there is not much to
> do.

ah! I see, makes sense
thank you for sharing

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

[digikam] [Bug 405472] Import Color Label from XMP sidecar generated by Capture One 12 and FastRaw Viewer

2019-03-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=405472

caulier.gil...@gmail.com changed:

   What|Removed |Added

 CC||caulier.gil...@gmail.com
Summary|Color Label from existing   |Import Color Label from XMP
   |XMP sidecar |sidecar generated by
   ||Capture One 12 and FastRaw
   ||Viewer

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

[latte-dock] [Bug 404122] [feature] - colored backgrounds for running tasks like Unity's launcher/Ubuntu Gnome

2019-03-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=404122

--- Comment #101 from sdfjsfjaei-h...@yahoo.de ---
> already fixed, 30mins before

Ah, I guess that's what I get for using the GitHub download, which must have
been slightly out of date. ^^


> I am not that sure, I updated the triangles painting 10mins before and looks 
> nice now!

I meant the thing where the background is not colorized when minimized, as
marked in red here: https://i.imgur.com/rAyhANj.png

Not the triangles. They look great.


> BTW, this is not finished... I want to put the Triangles above the icon... In 
> that way they will never be below the icon and become hidden... I will play 
> with this, the next days...

Great to hear! By above you mean a higher layer, not north to the icon, right?
(Otherwise please make it an option.)

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

[Discover] [Bug 405436] Some installed apps from discover do not have desktop entry

2019-03-14 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=405436

Aleix Pol  changed:

   What|Removed |Added

 Resolution|--- |DOWNSTREAM
 Status|REPORTED|RESOLVED

--- Comment #1 from Aleix Pol  ---
It's not Discover's job to create the desktop file. Please report to said
applications, or snapcraft.io at least.

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

[plasmashell] [Bug 405454] Desktop names don't appear in the pager applet, only "..."

2019-03-14 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=405454

--- Comment #3 from David Faure  ---
Yep, that would still be useful to have ;)

With your commit, my "KDE" desktop fits, but unfortunately other desktops have
longer names and only show 1 or 2 letters followed by "..." :-)

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

[Falkon] [Bug 403732] Whatsapp Web fails to open in Falkon 3.0.1

2019-03-14 Thread Markus Rathgeb
https://bugs.kde.org/show_bug.cgi?id=403732

--- Comment #10 from Markus Rathgeb  ---
The only point that needs to be activated for deletion is "Unregister service
workers"

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

[kstars] [Bug 405476] New: Saving the Ekos settings

2019-03-14 Thread Jean-Claude
https://bugs.kde.org/show_bug.cgi?id=405476

Bug ID: 405476
   Summary: Saving the Ekos settings
   Product: kstars
   Version: 3.1.1
  Platform: Other
OS: OS X
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: mutla...@ikarustech.com
  Reporter: jcjes...@free.fr
  Target Milestone: ---

SUMMARY
A wonderful part of KStars/Ekos is its simulator.
Here we can learn how to handle the different modules during day time and
cloudy nights. Wonderful.
Usually I set my simulator modules with the same parameters as for my real
equipment.
The annoying part is that I must reset most of these parameters each time : I
couldn't find a way to save my simulator settings.
Would it be possible to plan this ?
Thanks

STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


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.

[kaffeine] [Bug 405276] Unable to switch television channels by shortcuts

2019-03-14 Thread Antoni Bella
https://bugs.kde.org/show_bug.cgi?id=405276

Antoni Bella  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED
 CC||antonibel...@yahoo.com
   Assignee|mchehab+sams...@kernel.org  |antonibel...@yahoo.com

--- Comment #3 from Antoni Bella  ---
Created attachment 118808
  --> https://bugs.kde.org/attachment.cgi?id=118808=edit
Solve next and previous items


Confirmed. This Pull request from GitHub, damage the funcionality of Kaffeine
app:

-- These icons or menu items do not work:
* Next / Previous

https://github.com/KDE/kaffeine/pull/3

#-
commit ef66906e3d3fda0144e18ed874c32266c1347ab1
vlcmediawidget: fix audio CD playing

While here, also fix:
- all tracks playing
- 'next' & 'previous' working
#-
My patch revert problematic code to old code.

Prove and apply you this patch urgently for next version.

Regards

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

[kmymoney] [Bug 403479] Enter Scheduled transaction crash on Windows MSVC 64bit preview version v5

2019-03-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=403479

ripvanwink...@shaw.ca changed:

   What|Removed |Added

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

--- Comment #4 from ripvanwink...@shaw.ca ---
No longer crashes with latest preview build. All appears good.
Windows preview build kmymoney-master-322-windows-msvc2017_64-cl.exe
Version 5.0.80-71c935e04
Windows 7 Home Premium 64 bit virtual machine

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

[kdemultimedia] [Bug 404897] kdeinit5 crashes all the time

2019-03-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=404897

--- Comment #7 from ko...@yahoo.com ---
That version looks fine! Now it behaves just like expected.

Many thanks Christoph for the fix, and Rex for the package rebuild. Much
appreciated.

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

[kstars] [Bug 405437] Local astrometry server crashes after upgrading from KStars 2.9.8 to KStars 3.1.0, and 3.1.1 afterwards

2019-03-14 Thread Andre Kovacs
https://bugs.kde.org/show_bug.cgi?id=405437

--- Comment #18 from Andre Kovacs  ---
Maybe it can be related, I use macports to install my libraries (mostly using
universal i386+x86_64 versions), but I had to install libusb via home-brew to
be able to startup the INDI webcam driver via INDI Control Panel (startup via
the command console was working fine).

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

[Phonon] [Bug 402116] Audio device switch notification when confirmation dialog sounds occur

2019-03-14 Thread John van Spaandonk
https://bugs.kde.org/show_bug.cgi?id=402116

--- Comment #2 from John van Spaandonk  ---
I am using kubuntu 18.04, forgot to tell this

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

[Akonadi] [Bug 399167] Akonadi enters deadlock state which makes it completely unuseable

2019-03-14 Thread Michal Hlavac
https://bugs.kde.org/show_bug.cgi?id=399167

--- Comment #17 from Michal Hlavac  ---
Can confirm that temporary fix works. Didn't try to cancel fetch process.

Patched packages form openSUSE Tumbleweed:
https://build.opensuse.org/package/show/home:hlavki/akonadi-server

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

[Phonon] [Bug 402116] Audio device switch notification when confirmation dialog sounds occur

2019-03-14 Thread John van Spaandonk
https://bugs.kde.org/show_bug.cgi?id=402116

John van Spaandonk  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

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

[Phonon] [Bug 402116] Audio device switch notification when confirmation dialog sounds occur

2019-03-14 Thread John van Spaandonk
https://bugs.kde.org/show_bug.cgi?id=402116

John van Spaandonk  changed:

   What|Removed |Added

 CC||j...@van-spaandonk.nl

--- Comment #1 from John van Spaandonk  ---
Created attachment 118807
  --> https://bugs.kde.org/attachment.cgi?id=118807=edit
Inappropriate audio device switching dialog

For me this bug occurs even when the audio notifications are switched off, so
they do not even produce any sound.

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

[plasmashell] [Bug 401234] Improve album art display of media players

2019-03-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=401234

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
   Version Fixed In||5.16.0
  Latest Commit||https://commits.kde.org/pla
   ||sma-desktop/e8af68ad76bb329
   ||a8bee8aa6f1a82653098eaa9e
 Resolution|--- |FIXED

--- Comment #3 from Nate Graham  ---
Git commit e8af68ad76bb329a8bee8aa6f1a82653098eaa9e by Nate Graham, on behalf
of Tranter Madi.
Committed on 14/03/2019 at 17:43.
Pushed by ngraham into branch 'master'.

[Task Manager] Do not crop album art in tooltip

Summary:
- The standard aspect ratio of `albumImage` is always `1:1`. We should not crop
the important part of `albumArt` in some cases.
- Hide the window title text of media players to avoid displaying the
title/artist repeatedly.
FIXED-IN: 5.16.0

Test Plan:
Before vs After:
- Breeze Dark
{F6691504}
- Breeze Light
{F6691505}

Reviewers: hein, broulik, ngraham, #vdg, filipf, rooty

Reviewed By: ngraham, #vdg, filipf, rooty

Subscribers: mvourlakos, rooty, filipf, ndavis, abetts, plasma-devel

Tags: #plasma

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

M  +44   -23   applets/taskmanager/package/contents/ui/ToolTipInstance.qml

https://commits.kde.org/plasma-desktop/e8af68ad76bb329a8bee8aa6f1a82653098eaa9e

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

[kwin] [Bug 404823] Issue with tty

2019-03-14 Thread Pau
https://bugs.kde.org/show_bug.cgi?id=404823

Pau  changed:

   What|Removed |Added

 Resolution|BACKTRACE   |NOT A BUG

--- Comment #3 from Pau  ---
Sorry I can't reproduce this error.

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

[frameworks-qqc2-desktop-style] [Bug 405471] QQC2 slider behaving badly when initial value is 1

2019-03-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=405471

Nate Graham  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED
 CC||n...@kde.org

--- Comment #1 from Nate Graham  ---
Can confirm. You can see this in the wild with the Libinput mouse & touchpad
KCMs too.

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

[Spectacle] [Bug 390856] Improve usability of filename template configuration

2019-03-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=390856

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||19.04.0
  Latest Commit||https://commits.kde.org/spe
   ||ctacle/431ea89f51ae79ca0686
   ||617d29a3129f130a1fb2
 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #2 from Nate Graham  ---
Git commit 431ea89f51ae79ca0686617d29a3129f130a1fb2 by Nate Graham, on behalf
of David Redondo.
Committed on 14/03/2019 at 17:33.
Pushed by ngraham into branch 'master'.

Make the filename placeholders clickable

Summary:
This allows the user to click the placeholders. First step to improve the
filename template configuration. I also moved the available placeholders to the
ExportManager. The SaveOptionsPage doesn't need to care about which options are
present and we have to change them in only one class if we want to make
changes.
Further steps I plan to do are displaying a preview, improving the Layout (we
had to increase the size already) and eventually using better placeholders.
FIXED-IN: 19.04.0

Test Plan:
- Click on placeholder
- It appears in the LineEdit

Reviewers: #spectacle, ngraham

Reviewed By: #spectacle, ngraham

Subscribers: ngraham

Tags: #spectacle

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

M  +13   -0src/ExportManager.cpp
M  +3-0src/ExportManager.h
M  +13   -24   src/Gui/SettingsDialog/SaveOptionsPage.cpp

https://commits.kde.org/spectacle/431ea89f51ae79ca0686617d29a3129f130a1fb2

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

[kmymoney] [Bug 405329] CPU loop reconciling if all transactions are cleared

2019-03-14 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=405329

Thomas Baumgart  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/kmy
   ||money/f4c359840e16d6c91dc7d
   ||b8480209c56557046cc
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
   Version Fixed In||5.0.4

--- Comment #2 from Thomas Baumgart  ---
Git commit f4c359840e16d6c91dc7db8480209c56557046cc by Thomas Baumgart.
Committed on 14/03/2019 at 17:32.
Pushed by tbaumgart into branch '5.0'.

Improve automatic reconciliation

It took way too long for the number of combinations to calculate. The
total of combinations checked has been reduced from 300.000 to 60.000
before the search is terminated. Also, the progress bar has been fixed
so that there is some visual feedback to the user during the
calculations.
FIXED-IN: 5.0.4

M  +18   -9kmymoney/views/kgloballedgerview_p.h

https://commits.kde.org/kmymoney/f4c359840e16d6c91dc7db8480209c56557046cc

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

[frameworks-knotifications] [Bug 405470] Logout sound is not played under certain conditions

2019-03-14 Thread Julius R.
https://bugs.kde.org/show_bug.cgi?id=405470

--- Comment #2 from Julius R.  ---
(In reply to Kai Uwe Broulik from comment #1)
> We migrated notifications to use libcanberra which is a low-latency audio
> library. As such it only supports a limited number of codeces, such as OGG
> Vorbis.

Thank you for the information, that solves the mystery. In that case, wouldn't
it be user friendly to restrict the selection of filetypes to supported only?
This was very confusing, for there is no error and the preview works fine with
other codecs.

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

[krita] [Bug 405475] Can't open .kra file

2019-03-14 Thread Konstantin Dmitriev
https://bugs.kde.org/show_bug.cgi?id=405475

--- Comment #2 from Konstantin Dmitriev  ---
Got it! Here is the affected file ^__^ -
https://download.morevnaproject.org/public/118-5-storyboard-54-7-bug.kra

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

[krita] [Bug 405475] Can't open .kra file

2019-03-14 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=405475

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||b...@valdyas.org

--- Comment #1 from Boudewijn Rempt  ---
If the file is too large to attach, please use a dropbox or google drive link,
or something like that.

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

[latte-dock] [Bug 404122] [feature] - colored backgrounds for running tasks like Unity's launcher/Ubuntu Gnome

2019-03-14 Thread Michail Vourlakos
https://bugs.kde.org/show_bug.cgi?id=404122

--- Comment #100 from Michail Vourlakos  ---
(In reply to sdfjsfjaei-hans from comment #99)
> Nice! I like it. 
> 
> I think there's a bug though with the placement of the triangles when there
> are multiple windows.
> 
> https://bugs.kde.org/attachment.cgi?id=118806
> 

already fixed, 30mins before


> An option for enabling / disabling the minimized-no-colored-background-thing
> would be cool.

I am not that sure, I updated the triangles painting 10mins before and looks
nice now!


BTW, this is not finished... I want to put the Triangles above the icon... In
that way they will never be below the icon and become hidden... I will play
with this, the next days...

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

[krita] [Bug 405475] New: Can't open .kra file

2019-03-14 Thread Konstantin Dmitriev
https://bugs.kde.org/show_bug.cgi?id=405475

Bug ID: 405475
   Summary: Can't open .kra file
   Product: krita
   Version: nightly build (please specify the git hash!)
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: General
  Assignee: krita-bugs-n...@kde.org
  Reporter: ksee.zelga...@gmail.com
  Target Milestone: ---

SUMMARY
Cannot open .kra file (attached) in latest development version.
Git commit id: 3805574 (built on March 13, appimage from
https://binary-factory.kde.org/job/Krita_Nightly_Appimage_Build/406/).

File opens fine in Krita 4.1.7.

STEPS TO REPRODUCE
1. Open attached file in Krita
2. Error message displayed.
3. After that file opens, but all layers are empty.

OBSERVED RESULT
File opens, but all layers are empty.

EXPECTED RESULT
File should be open normally.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Linux Mint 19 Mate edition


ADDITIONAL INFORMATION

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

[latte-dock] [Bug 404122] [feature] - colored backgrounds for running tasks like Unity's launcher/Ubuntu Gnome

2019-03-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=404122

--- Comment #99 from sdfjsfjaei-h...@yahoo.de ---
Nice! I like it. 

I think there's a bug though with the placement of the triangles when there are
multiple windows.

https://bugs.kde.org/attachment.cgi?id=118806

An option for enabling / disabling the minimized-no-colored-background-thing
would be cool.

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

[latte-dock] [Bug 404122] [feature] - colored backgrounds for running tasks like Unity's launcher/Ubuntu Gnome

2019-03-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=404122

--- Comment #98 from sdfjsfjaei-h...@yahoo.de ---
Created attachment 118806
  --> https://bugs.kde.org/attachment.cgi?id=118806=edit
triangles off for multiple windows

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

[systemsettings] [Bug 405474] New: Loss of all touchpad functionality if mouse disconnected during suspend

2019-03-14 Thread Ilsa Loving
https://bugs.kde.org/show_bug.cgi?id=405474

Bug ID: 405474
   Summary: Loss of all touchpad functionality if mouse
disconnected during suspend
   Product: systemsettings
   Version: 5.13.5
  Platform: Ubuntu Packages
OS: Linux
Status: REPORTED
  Severity: grave
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: i...@ilsadee.com
  Target Milestone: ---

SUMMARY
I enabled 'Disable touchpad when mouse disconnected'.  I suspended the laptop
and removed the mouse.  When I turned it back on again, I lost all pointer
functionality.  I rebooted the laptop and discovered touchpad options were
missing from system settings.  This issue persisted between reboots and made
the laptop virtually useless.

Functionality restored only when mouse was connected and disconnected while
unit was booted.  Having the mouse plugged in during boot did not fix the
problem, although I at least had a usable mouse cursor.

STEPS TO REPRODUCE
1. Connect mouse
2. Enable 'Disable Touchpad when mouse connected'
3. Suspend Laptop
4. Disconnect mouse
5. Resume Laptop
6. Reboot laptop

OBSERVED RESULT
Total loss of touchpad functionality.  Hardware was non-responsive.  Touchpad
settings were missing from Input Devices

EXPECTED RESULT
Touchpad works on resume, no loss of settings


SOFTWARE/OS VERSIONS
Windows: 
MacOS: 
Linux/KDE Plasma: Kubuntu 18.10
(available in About System)
KDE Plasma Version: 5.13.5
KDE Frameworks Version: 5.50
Qt Version: 5.11.1

ADDITIONAL INFORMATION

Enabling feature while mouse disconnected causes touchpad to become immediately
unavailable, but the touchpad settings only disappear if the machine is
rebooted.  Plugging in a USB mouse restores the touchpad settings.

This was extremely inconvenient and cost me a morning of productivity because
my laptop was useless while I was travelling.  I can't even fathom how someone
could think arbitrarily removing the touchpad settings would be a good idea.

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

[kdeconnect] [Bug 405473] New: Cover artwork in multimedia notification does not update if not available

2019-03-14 Thread Aeden McClain
https://bugs.kde.org/show_bug.cgi?id=405473

Bug ID: 405473
   Summary: Cover artwork in multimedia notification does not
update if not available
   Product: kdeconnect
   Version: unspecified
  Platform: Android
OS: Android 4.x
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: android-application
  Assignee: albertv...@gmail.com
  Reporter: d...@platypro.net
  Target Milestone: ---

SUMMARY
When playing audio without associated cover artwork, the notification does not
reflect the change. 

STEPS TO REPRODUCE
1. Play a media file with compatible cover artwork and see the notification
display the new image.
2. Play a different media file without compatible artwork.

OBSERVED RESULT
The old cover artwork is still displayed, although it is no longer valid.

EXPECTED RESULT
The image should be removed or replaced with a placeholder if there is no cover
artwork associated with the new file.

SOFTWARE/OS VERSIONS
Android 4.4
HTC Desire 601

ADDITIONAL INFORMATION
This feature behaves properly when using the multimedia control plugin from
within the app. In the app it replaces the image with a placeholder whenever
there is no artwork available.

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

[frameworks-knotifications] [Bug 405470] Logout sound is not played under certain conditions

2019-03-14 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=405470

Kai Uwe Broulik  changed:

   What|Removed |Added

Product|plasmashell |frameworks-knotifications
  Component|Lock/logout applet  |general
   Assignee|plasma-b...@kde.org |kdelibs-b...@kde.org
   Target Milestone|1.0 |---
 CC||k...@privat.broulik.de,
   ||kdelibs-b...@kde.org
Version|master  |unspecified

--- Comment #1 from Kai Uwe Broulik  ---
We migrated notifications to use libcanberra which is a low-latency audio
library. As such it only supports a limited number of codeces, such as OGG
Vorbis.

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

[Falkon] [Bug 405281] Falkon cannot move tabs between its separated windows

2019-03-14 Thread Andras
https://bugs.kde.org/show_bug.cgi?id=405281

--- Comment #8 from Andras  ---
Otherwise no way you try this out on and actual KDE neon? Interesting to see
KDE bugs won't be tested on KDE neon most of the time. Obviosuly I understand
as it's not that resilient OS and just not worth the headache.

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

[valgrind] [Bug 402351] mips64 libvexmultiarch_test fails on s390x

2019-03-14 Thread Petar Jovanovic
https://bugs.kde.org/show_bug.cgi?id=402351

Petar Jovanovic  changed:

   What|Removed |Added

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

--- Comment #7 from Petar Jovanovic  ---
Fixed with
https://sourceware.org/git/?p=valgrind.git;a=commit;h=cd20c8ca5815f0abf9d1bdb47888753bdb5c5738

Sorry for a delay in taking a look at this.

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

[digikam] [Bug 405472] New: Color Label from existing XMP sidecar

2019-03-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=405472

Bug ID: 405472
   Summary: Color Label from existing XMP sidecar
   Product: digikam
   Version: 6.0.0
  Platform: Mac OS X Disk Images
OS: OS X
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: Tags-Colors
  Assignee: digikam-bugs-n...@kde.org
  Reporter: clax9...@gmail.com
  Target Milestone: ---

Created attachment 118805
  --> https://bugs.kde.org/attachment.cgi?id=118805=edit
XMP sidecar example file

Opening a folder with existing XMP sidecar files, where color label was added
by other program (in my case Capture One 12 and/or FastRaw Viewer), on screen
it's represented with a different one, with the exception of label "Red". Here
some example :
Yellow is loaded as Color Label: Gray
Green is loaded as Color Label: Orange
Blue is loaded as Color Label: Yellow

Saving metadata to file the label are aligned on the wrong interpretation of
Digicam, so if the file contain the Blue, it's replaced
by the xmp:Label="Yellow" and the digiKam:ColorLabel="3" is added.

moreover for some color label like "Grey" and "Orange", the text label remain
unchanged to the last value, so setting a "Yellow" label to "Orange" only 
digiKam:ColorLabel="3" change to 2

Here attached some XP sample file

Regards

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

[frameworks-qqc2-desktop-style] [Bug 405471] New: QQC2 slider behaving badly when initial value is 1

2019-03-14 Thread Filip Fila
https://bugs.kde.org/show_bug.cgi?id=405471

Bug ID: 405471
   Summary: QQC2 slider behaving badly when initial value is 1
   Product: frameworks-qqc2-desktop-style
   Version: 5.56.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: notm...@gmail.com
  Reporter: tyx...@gmail.com
CC: k...@davidedmundson.co.uk
  Target Milestone: ---

SUMMARY
We want to have a slider with the values 1, 2, 3, 4, 5. We set "from" to 1,
"to" to 5, "stepSize" to 1. 

Instead of the slider moving between our desired values, it first moves from 1
to about 1.2. Afterwards the slider placement is wrong and is cca 2.4, 3.8,
5.0.

STEPS TO REPRODUCE
1. run the following code in qmlscene:

import QtQuick.Controls 2.5

Slider {
from: 1
to: 5
stepSize: 1
}

OBSERVED RESULT
Slider values are wrong. 

EXPECTED RESULT
Slider values are 1, 2, 3, 4, 5.

SOFTWARE/OS VERSIONS
Operating System: Manjaro Linux 
KDE Plasma Version: 5.15.3
KDE Frameworks Version: 5.56.0
Qt Version: 5.12.1

ADDITIONAL INFORMATION
QQC1 slider does not suffer from this issue.

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

[plasmashell] [Bug 405454] Desktop names don't appear in the pager applet, only "..."

2019-03-14 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=405454

Kai Uwe Broulik  changed:

   What|Removed |Added

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

--- Comment #2 from Kai Uwe Broulik  ---
Your wife indeed has very good memory! Just checked the old sourcecode and it
had a special case for this:

// When containment is in this position [ie. horizontal] we are not limited by
low width and we can
// afford increasing width of applet to be able to display every name of
desktops

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

[Falkon] [Bug 405281] Falkon cannot move tabs between its separated windows

2019-03-14 Thread Andras
https://bugs.kde.org/show_bug.cgi?id=405281

--- Comment #7 from Andras  ---
Now I feel rebuked lol. I'm not lying and I'm not that stupid I won't know
where am I login to neither. As far as I know, fundamentally and systemwide I
use Xorg believe it or not. Good to hear some info were relevant from my
attachment however I don't think the system uses Wayland in a significant way.
I mean I also checked just now and yes there are Wayland related signs and I
don't know how KDE neon works with Xorg exactly but I'm sure I can't even login
to my system with Plasma Wayland if that's what you contend here. I login with
basic Plasma what uses Xorg for sure. Why is it so sure Falkon is sick about
any part of Wayland by the way?
Please believe me this is my current output for this:
loginctl show-session 3 -p Type
Type=x11
Also no, it's not accepting after I drop it to desktop or whatever you
mentioning. Please try to understand what I wrote and check the 2nd video,
again, the end of the 2nd video more carefuly if you didn't see what I'm
talking about. The only and the only case when falkon is accepting detached tab
on this system when I touch the edge of Falkon's tab line with the cursor while
I hold given tab to place. I don't know what other wording should I use, please
check the 2nd video ending.
Widgets lock didn't solve it.
I won't expecting here anything, it's a simple bug report because for me, it
seems a Falkon bug very much. Maybe it'll solved by you or by time cause this
issue can be relevant to complex qt or any other stuff what Falkon uses.
Firefox, Crhomium, Vivaldi works related to this altough they're a very
different kind of browsers as it's obvious. Let me know if I should provide any
other info or try out something else, thanks.

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

[kaffeine] [Bug 377535] Slider progress is not turn on

2019-03-14 Thread Mauro Carvalho Chehab
https://bugs.kde.org/show_bug.cgi?id=377535

--- Comment #4 from Mauro Carvalho Chehab  ---
(In reply to Patrick Silva from comment #3)
> This problem happens randomly on my Arch, kaffeine 2.0.12.
> It affects several of my mkv files. Sometimes the problem disappears after
> reopen the video file.

There was an issue with the VLC event handler. I fixed at -git tree (changes
are not yet on a release). Could you please check if upstream code fixes it?

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

[latte-dock] [Bug 404122] [feature] - colored backgrounds for running tasks like Unity's launcher/Ubuntu Gnome

2019-03-14 Thread Michail Vourlakos
https://bugs.kde.org/show_bug.cgi?id=404122

--- Comment #97 from Michail Vourlakos  ---
Git commit a919dc3fca3aa58404b81b4b4d434ff6a5f31582 by Michail Vourlakos.
Committed on 14/03/2019 at 15:54.
Pushed by mvourlakos into branch 'master'.

Unity:add triangles, make things more interesting

--added triangles indicators that follow plasma theme
coloring in order to indicate windows count, minimized
state and isActive flag

M  +167  -2liblatte2/qml/indicators/UnityIndicator.qml
M  +4-4plasmoid/package/contents/ui/task/SubWindows.qml

https://commits.kde.org/latte-dock/a919dc3fca3aa58404b81b4b4d434ff6a5f31582

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

[kaffeine] [Bug 405278] [feature request] EPG from xmltv

2019-03-14 Thread Mauro Carvalho Chehab
https://bugs.kde.org/show_bug.cgi?id=405278

--- Comment #16 from Mauro Carvalho Chehab  ---
> This feature can be in the EPG guide too, by default show only EGP channels
> (the current way) and pressing some bottom or checkbox, show all channels,
> even ones without EPG

That's simple to implement. Added.

> >> Sadly i do not know how to program, so i can't really helping develop this 
> >> :)
> > That's a good opportunity to learn :-)
> 
> I actually want to learn, but something more simple like python or go...
> c++, i have problems even trying to read it, probably because everything
> that uses c++ is already way too big for me to understand :D

Well, c++ is not more complex than python. What makes harder to understand a
code are class inheritance and events handling, as it is harder to check who
called a piece of the code. Modern languages have mechanism for those, so, with
regards to code complexity, c++ is not more complex than python.

Try to understand the src/dvb/xmltv.cpp parser. It doesn't contain too much of
those.

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

[valgrind] [Bug 402351] mips64 libvexmultiarch_test fails on s390x

2019-03-14 Thread Petar Jovanovic
https://bugs.kde.org/show_bug.cgi?id=402351

Petar Jovanovic  changed:

   What|Removed |Added

   Assignee|jsew...@acm.org |mips3...@gmail.com
 Status|CONFIRMED   |ASSIGNED

--- Comment #6 from Petar Jovanovic  ---
This problem is triggered when VEX is configured for MIPS64 w/ 32-bit FPUs.
Since this can happen only in artificial cases, I will go with adjusting the
test itself.

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

[plasmashell] [Bug 405470] New: Logout sound is not played under certain conditions

2019-03-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=405470

Bug ID: 405470
   Summary: Logout sound is not played under certain conditions
   Product: plasmashell
   Version: master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Lock/logout applet
  Assignee: plasma-b...@kde.org
  Reporter: kont...@juliusreich.de
  Target Milestone: 1.0

SUMMARY
Logout sound is not played on shutdown, when choosen file is .mp3 with spaces
in it's filename

STEPS TO REPRODUCE
1. Select System Settings->Notifications->Plasma Workspace->Log Out sound,
filetype .mp3 with spaces in filename, e.g. "shutdown sound.mp3"
2. Apply settings
3. Initiate Shutdown

OBSERVED RESULT
No sound played

EXPECTED RESULT
Sound of logout being played, before shutdown

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Manjaro
(available in About System)
KDE Plasma Version: 5.15
KDE Frameworks Version: ?
Qt Version: ?

ADDITIONAL INFORMATION
Does work in general.

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

[okular] [Bug 405464] can not speak text selected

2019-03-14 Thread Yuri Chornoivan
https://bugs.kde.org/show_bug.cgi?id=405464

Yuri Chornoivan  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO
 CC||yurc...@ukr.net

--- Comment #1 from Yuri Chornoivan  ---
(In reply to mulachu from comment #0)
> SUMMARY
> Okular has a menu for reading a page or reading the whole document aloud but
> when this is selected, no speech is heard
> 
> STEPS TO REPRODUCE
> 1. tools
> 2. speak whole document
> 3. 
> 
> OBSERVED RESULT
> no speech is heard
> 
> EXPECTED RESULT
> 
> reading of document aloud
> SOFTWARE/OS VERSIONS
> Windows: 
> MacOS: 
> Linux/KDE Plasma: 
> (available in About System)
> KDE Plasma Version: 
> KDE Frameworks Version: Ubuntu 18
> Qt Version: 
> 
> ADDITIONAL INFORMATION
> None

Do you have some speech engine installed? If unsure, can you try to install
Orca and test TTS for your language?

Thanks in advance for your answers.

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

  1   2   3   >