[dolphin] [Bug 282058] Dolphine crash on browsing

2018-03-24 Thread will
https://bugs.kde.org/show_bug.cgi?id=282058

will  changed:

   What|Removed |Added

 CC||darkangel.m...@gmail.com

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

[kdenlive] [Bug 390104] Several icons look pixelated when I increase display scale under X11

2018-03-24 Thread Andrew Crouthamel
https://bugs.kde.org/show_bug.cgi?id=390104

Andrew Crouthamel  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #3 from Andrew Crouthamel  ---
I confirm this issue on my system. I plan on working on this shortly.

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

[k3b] [Bug 390081] Icons look pixelated when I increase display scale

2018-03-24 Thread Andrew Crouthamel
https://bugs.kde.org/show_bug.cgi?id=390081

Andrew Crouthamel  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #4 from Andrew Crouthamel  ---
I confirm this issue and have it fixed in https://phabricator.kde.org/D11669.
Waiting on code review.

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

[plasmashell] [Bug 392289] After activating "Show desktop, " clicking on window in task manager does not get focus properly

2018-03-24 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=392289

battagli...@gmail.com changed:

   What|Removed |Added

   Assignee|h...@kde.org|k...@davidedmundson.co.uk
  Component|Icons-only Task Manager |general

--- Comment #1 from battagli...@gmail.com ---
I put this as "general" for now as I wasn't sure if it should go to the Task
Manager widget, or the Icons-Only Task Manager widget, or somewhere else.
Please feel free to change.

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

[plasmashell] [Bug 392289] New: After activating "Show desktop," clicking on window in task manager does not get focus properly

2018-03-24 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=392289

Bug ID: 392289
   Summary: After activating "Show desktop," clicking on window in
task manager does not get focus properly
   Product: plasmashell
   Version: 5.12.3
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Icons-only Task Manager
  Assignee: h...@kde.org
  Reporter: battagli...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

I'm on Plasma 5.12.3 in KDE Neon.

If I activate Show Desktop (Meta-D on my setup), all windows are swiped to the
corners (but not minimized).

If I then click on a program in the task manager that is open, that window does
not get focus. Instead, Show Desktop un-does itself, but leaves the last active
window focused.

A simple way to reproduce is as follows:

1. Open a program, let's say Firefox. Keep it non-minimized
2. Open a different program, let's say Dolphin. Keep this non-minimized
3. Give Dolphin focus
4. Hit Ctrl-F12 to show desktop
5. Now click on the Firefox icon in the task manager
6. Windows come back, Dolphin still has focus.

There are some strange exceptions to this behavior:
1. If Dolphin is active, but Firefox is minimized, then when you click Firefox
after showing desktop, Firefox *does* get focus (and un-minimizes).
2. If Dolphin is active and Firefox isn't open at all, just "pinned" to the
task manager, then clicking Firefox opens the program and gives it focus.

I've tried this with both the icons-only task manager and the regular one. This
should be changed so that clicking a window gives it focus no matter what.

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

[plasmashell] [Bug 329295] "Show Desktop" with default keyboard shortcut Meta+D

2018-03-24 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=329295

battagli...@gmail.com changed:

   What|Removed |Added

 CC||battagli...@gmail.com

--- Comment #3 from battagli...@gmail.com ---
I would support this. I always change that shortcut anyway.

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

[plasmashell] [Bug 392288] GTK3 does not follow HiDPI scaling by default -- and quick fix

2018-03-24 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=392288

--- Comment #2 from battagli...@gmail.com ---
I split this off from bug 391682 because that there were multiple causes for
the different HiDPI problems mentioned. Most of the problems turned out to be
about Qt scaling, and so the bug was marked as a duplicate of bug 356446.

This is totally separate from that and so I've made a new report for it, as I
didn't see it elsewhere.

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

[plasmashell] [Bug 392288] GTK3 does not follow HiDPI scaling by default -- and quick fix

2018-03-24 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=392288

--- Comment #1 from battagli...@gmail.com ---
Created attachment 111624
  --> https://bugs.kde.org/attachment.cgi?id=111624=edit
Correct GTK3 scaling behavior - GDK_SCALE=2 and GDK_DPI_SCALE=0.5

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

[plasmashell] [Bug 392288] New: GTK3 does not follow HiDPI scaling by default -- and quick fix

2018-03-24 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=392288

Bug ID: 392288
   Summary: GTK3 does not follow HiDPI scaling by default -- and
quick fix
   Product: plasmashell
   Version: 5.12.3
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: battagli...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Created attachment 111623
  --> https://bugs.kde.org/attachment.cgi?id=111623=edit
Incorrect default scaling behavior for GTK3 apps - ex: manjaro-hello and
Lollypop

In GTK3 apps, the DPI scaling option picked in KDE's system display settings is
dropped erroneously for GTK3. The attached pictures demonstrate the behavior,
as well as the behavior when changing the environment variables.

In the first attached picture, I have KDE's scale variable set at 2.0. You can
see that none of the widgets, window decorations, etc are not scaled and that
everything is tiny.

In the second attached picture, I set the environment variables GDK_SCALE=2 and
GDK_DPI_SCALE=0.5. You can see that the scaling now works properly.

Setting GDK_SCALE=2 scales all of the components, but also double-scales the
fonts, so that they end up being scaled 4x. Setting GDK_DPI_SCALE=0.5 then
"un-scales" the fonts, so that they end up being scaled only 2x.

I'm not sure if this is the best fix, but at least it shows it's possible to
get the right GTK scaling working in Plasma.

I've seen this behavior on both Plasma 5.11 and 5.12.

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

[plasmashell] [Bug 392287] New: Dragging icons/widgets causes mouse icon to go crazy switching rapidly between disabled and normal

2018-03-24 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=392287

Bug ID: 392287
   Summary: Dragging icons/widgets causes mouse icon to go crazy
switching rapidly between disabled and normal
   Product: plasmashell
   Version: 5.12.3
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: battagli...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Created attachment 111622
  --> https://bugs.kde.org/attachment.cgi?id=111622=edit
Rapid mouse state changes

Dragging icons or widgets on the desktop causes the mouse to alternate rapidly
between normal and disabled.

The attached picture shows the behavior. The same exact behavior happens in
panels when dragging widgets. Every other pixel the mouse switches between the
"drag" icon and the "disabled" icon.

The behavior happens on the Desktop and on Panels for folders and widgets, but
does *not* happen in Dolphin.

I'm running Plasma 5.12.3 in KDE Neon on a Microsoft Surface Pro 4. I have
HiDPI scaling=2.0 and PLASMA_USE_QT_SCALING=true set. The problem also happens
with PLASMA_USE_QT_SCALING=false. (I'm not sure if it happens if HiDPI scaling
is disabled entirely).

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

[kdenlive] [Bug 377131] Audio files with colon in name are silently ignored by rendering

2018-03-24 Thread farid
https://bugs.kde.org/show_bug.cgi?id=377131

--- Comment #2 from farid  ---
(In reply to Samuel Nicholas from comment #1)
> I have experienced the same thing, additionally when this happens doing a
> replace clip from the project bin causes a segfault.
> 
> I tracked it down to the MLT producer loading function but didn't have time
> to find exactly what was causing it.
> all my clips have a long format date with timestamp in the filename and work
> fine when i remove the colon.

I wonder if this is an MLT issue or a Kdenlive one. Does this happen from the
Melt command line or Shotcut?

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

[plasmashell] [Bug 376065] auto-hide panel flickers

2018-03-24 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=376065

felipesabra...@gmail.com changed:

   What|Removed |Added

 CC||felipesabra...@gmail.com

--- Comment #7 from felipesabra...@gmail.com ---
Same here in openSUSE.

KDE Plasma: 5.12.2
Qt Version: 5.10
Frameworks Version: 5.43.0
XOrg: Mesa 18.0.0 and xorg-x11-server 1.19.6
Kernel: 4.15.7

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

[krita] [Bug 392116] Layer tab doesn't give option to add/remove/etc. and shortcut keys don't assign correctly.

2018-03-24 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=392116

cheesepuff...@yahoo.com changed:

   What|Removed |Added

 CC||cheesepuff...@yahoo.com

--- Comment #4 from cheesepuff...@yahoo.com ---
Created attachment 111621
  --> https://bugs.kde.org/attachment.cgi?id=111621=edit
option to add/remove/etc. layer is not given

here is an image of the docker.

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

[plasmashell] [Bug 375921] present windows shows launchers (Kicker, Kickoff, Application Dashboard, SimpleMenu, etc)

2018-03-24 Thread Scott Harvey
https://bugs.kde.org/show_bug.cgi?id=375921

Scott Harvey  changed:

   What|Removed |Added

 CC||bund...@gmail.com

--- Comment #30 from Scott Harvey  ---
(In reply to Eike Hein from comment #27)
> Re comment 24:
> 
> Yup, I can agree with that. I think exposing SkipSwitcher in the API makes
> sense. I also think this makes an excellent "my first kwayland/kwin patch"
> Junior Job, since it's basically just taking a look at how the other Skip*
> stuff works and doing the same. Could be a nice way to onboard a new
> contributor.

I'm always open to being onboarded, but would like to clarify a few things
before bumbling around in the KWin code.

I think I understand this correctly... `skipTaskbar` and `skipPager` are
essentially just flags (in `NET::State`) that can be set on a window. Adding
`skipSwitcher` requires adding another available flag, more or less. KWin
itself doesn't directly act on these flags, but makes them available to other
applications. In other words, KWin doesn't control what shows up in a pager or
a switcher or a taskbar - it just reports which windows are eligible, according
to which `state` flags are set. It's up to the pager/switcher/taskbar to show
only the correctly-flagged windows.

Do I understand that correctly?

I apologize if this question is elementary to any of you. The internals of a
windowing system are new to me. I'm eager to help out (as always), but I'm also
not in the habit of wasting people's time with guesswork submissions.

Thanks.

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

[k3b] [Bug 349764] device in use - message received when beginning burn with K3b

2018-03-24 Thread Patrick Shanahan
https://bugs.kde.org/show_bug.cgi?id=349764

Patrick Shanahan  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #9 from Patrick Shanahan  ---
on openSUSE Tumbleweed, reverting to lsof-4.89-6.3.x86_64 solves this problem
for me.  

lsof-4.90-1.1.x86_64
lsof-4.90-50.3.x86_64

both cause k3b to fail for me

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

[okular] [Bug 351849] Margins often cut when printing

2018-03-24 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=351849

--- Comment #10 from Michael Weghorn  ---
(In reply to Germano Massullo from comment #8)
> Created attachment 111603 [details]
> HP Officejet 7110 ppd
> 
> okular-17.12.1
> I came to this bugreport while experiencing the problem on another PDF I was
> printing.
> In ppd folder there is also a ppd.o file, do you need it too?

Thanks for attaching the PPD file.
Can you also attach the PDF file with which you are experiencing the problem?

Which page size is selected in the print dialog for the printer?

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

[plasmashell] [Bug 392264] Settings for Folder View: Filter: 'Choose all' should choose only filtered items

2018-03-24 Thread Eike Hein
https://bugs.kde.org/show_bug.cgi?id=392264

--- Comment #8 from Eike Hein  ---
Patch under review: https://phabricator.kde.org/D11665

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

[partitionmanager] [Bug 365882] Partition Manager shouldn't allow second instance to run

2018-03-24 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=365882

Andrius Štikonas  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
  Latest Commit|http://commits.kde.org/part |https://commits.kde.org/par
   |itionmanager/71510d270950d0 |titionmanager/c40a729ba73ab
   |5ddda5c81d938db7e5744650bc  |82bf75fe6c36b977ae17807b75a
 Resolution|--- |FIXED

--- Comment #5 from Andrius Štikonas  ---
Git commit c40a729ba73ab82bf75fe6c36b977ae17807b75a by Andrius Štikonas.
Committed on 24/03/2018 at 22:26.
Pushed by stikonas into branch 'kauth'.

Do not allow the second instance of Partition Manager.

M  +1-0CMakeLists.txt
M  +1-0src/CMakeLists.txt
M  +3-0src/main.cpp

https://commits.kde.org/partitionmanager/c40a729ba73ab82bf75fe6c36b977ae17807b75a

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

[plasmashell] [Bug 349785] Add an option auto-hide intelligently if and only if some window is near it, or maximized. As seen on Cinnamon Panels.

2018-03-24 Thread
https://bugs.kde.org/show_bug.cgi?id=349785

--- Comment #17 from @rchUser  ---
(In reply to @rchUser from comment #16)
> (In reply to Tony from comment #10)
> > Well, I haven't updated this bug since I reported it, but I can emulate the
> > desired behaviour with the option "Window Can Cover" since a while.
> > What happens is, if there are maximized windows or windows that are close to
> > the panel, the window will be on top of the panel, making it hidden, if you
> > pass the mouse cursor on the corner where the panel is, it will show it's
> > "shadow", and if you put the pointer on the edge where the panel is, it'll
> > appear. It's pretty handy, helping with the screen real state. And if there
> > are no maximized windows (or windows touching the panel's borders) the panel
> > will be shown fully. I think the only thing it doesn't do is have the
> > "intelligent" label and a auto hide embedded with this behaviour, which I
> > don't mind at all. 
> > Shall we close this?
> 
> I'm not sure when this happened, but I clearly remember this working
> correctly. It seems that is not the case anymore. Having a maximized window
> completely blocks the panel and the panel stays behind the window even when
> you move the mouse to the screen edge...

Ahaa, found the issue. I changed the "Switch desktop on edge" option to
"always" which explains why the panel was reluctant to display - even though I
don't have a 2 row desktop setup. 
Seems like the screen edge feature hijacks these events in this case.

Anyways, as long as you use either "Disabled" or "Only when moving Windows"
option, the behavior is exactly like @Tony described - behind windows, but
displays if user moves mouse to the edge.

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

[kmymoney] [Bug 391251] Double free or corruption when creating a new asset account.

2018-03-24 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=391251

Jack  changed:

   What|Removed |Added

 CC||ostroffjh@users.sourceforge
   ||.net

--- Comment #16 from Jack  ---
It also does not apply to git master.  The one chunk referred to in Comment 15
always fails.  Does the patch need to be rebased?  (I've tried to manually
modify it, but somehow I always end up with bad syntax.)

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

[krita] [Bug 392285] AppImage fails because of shared object file error

2018-03-24 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=392285

--- Comment #5 from ozvie...@fastmail.fm ---
I forgot to add that the Krita 3.3 appimage works fine.

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

[plasmashell] [Bug 392259] Widget Explorer doesn't close when clicking to the desktop

2018-03-24 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=392259

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #1 from David Edmundson  ---
Then you can't add multiple widgets and move them about.

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

[digikam] [Bug 391747] BQM Tool "Remove Metadata" doesn't remove all metadata from image

2018-03-24 Thread Taras
https://bugs.kde.org/show_bug.cgi?id=391747

--- Comment #13 from Taras  ---
Thanks!

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

[krita] [Bug 392285] AppImage fails because of shared object file error

2018-03-24 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=392285

--- Comment #4 from ozvie...@fastmail.fm ---
Comment on attachment 111620
  --> https://bugs.kde.org/attachment.cgi?id=111620
PCLOS version.png

Duplicate

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

[Powerdevil] [Bug 392286] New: Display turns on twice after going into powersaving mode

2018-03-24 Thread Lastique
https://bugs.kde.org/show_bug.cgi?id=392286

Bug ID: 392286
   Summary: Display turns on twice after going into powersaving
mode
   Product: Powerdevil
   Version: 5.10.5
  Platform: Kubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: andy...@mail.ru
  Target Milestone: ---

I have two displays attached to my GTX980, the main display on DisplayPort-4
and a secondary display on HDMI-0. The system is configured to turn off the
displays after 10 minuses of inactivity.

PowerDevil turns off the displays as expected. However, ~5 minutes after that
the main display on DP-4 turns on only to show that there is no signal (the
display's  on-screen message) and turns off again. Another ~5 minutes later
this happens again. After that the display stays off as it should be. The other
display on HDMI-0 is actually a TV and it shows a blank screen all the time
with no activity while DP-4 wakes up.

This only happens when the display turns off for power saving. It does not
happen if I issue `xset dpms force off` from the command line (the displays
turn off and don't wake up). This is 100% reproducible and I'm sure it's not
due to some activity (e.g. an event from the mouse) because when the display
wakes up it does not show desktop/lock screen.

I would like the display to not wake up like that.

Kubuntu 17.10, x86_64, Nvidia driver 390.42, GTX980, DP-4 display is NEC
EA275UHD.

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

[krita] [Bug 392285] AppImage fails because of shared object file error

2018-03-24 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=392285

--- Comment #3 from ozvie...@fastmail.fm ---
Hi Boudewijn,

I have uploaded a png of my system details (attached) to the bug
tracker. I am happy to help with any further information or testing.

Regards,
Oz


On 25/03/18 08:04, Boudewijn Rempt wrote:
> https://bugs.kde.org/show_bug.cgi?id=392285
>
> Boudewijn Rempt  changed:
>
> What|Removed |Added
> 
>   Status|UNCONFIRMED |NEEDSINFO
>   Resolution|--- |WAITINGFORINFO
>   CC||b...@valdyas.org
>
> --- Comment #1 from Boudewijn Rempt  ---
> Did you also report this on Reddit? In any case, given that this is, of 
> course,
> not something that happens to everyone who uses the appimage, more information
> is needed about your system. Which version of "pclinuxos" are you running?
>

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

[krita] [Bug 392285] AppImage fails because of shared object file error

2018-03-24 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=392285

--- Comment #2 from ozvie...@fastmail.fm ---
Created attachment 111619
  --> https://bugs.kde.org/attachment.cgi?id=111619=edit
System information

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

[dolphin] [Bug 390488] Icons look fuzzy in info panel after I increase display scale

2018-03-24 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=390488

Dr. Chapatin  changed:

   What|Removed |Added

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

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

[dolphin] [Bug 390488] Icons look fuzzy in info panel after I increase display scale

2018-03-24 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=390488

--- Comment #5 from Dr. Chapatin  ---
Created attachment 111618
  --> https://bugs.kde.org/attachment.cgi?id=111618=edit
fuzzy picture preview in dolphin 18.04 beta

I'm testing Dolphin 18.04 on Arch Linux, now icons in info panel look OK.
However, as you can see in my screenshot, picture preview is still fuzzy.

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

[krita] [Bug 392285] AppImage fails because of shared object file error

2018-03-24 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=392285

Boudewijn Rempt  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 Resolution|--- |WAITINGFORINFO
 CC||b...@valdyas.org

--- Comment #1 from Boudewijn Rempt  ---
Did you also report this on Reddit? In any case, given that this is, of course,
not something that happens to everyone who uses the appimage, more information
is needed about your system. Which version of "pclinuxos" are you running?

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

[KAccounts] [Bug 354481] Google Hangouts can not be configured

2018-03-24 Thread CnZhx
https://bugs.kde.org/show_bug.cgi?id=354481

CnZhx  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||z...@cnzhx.net
 Resolution|--- |WORKSFORME

--- Comment #1 from CnZhx  ---
It works for me in newer versions at least from 2 years ago to nowadays. So I
am going to close this. Please reopen it if anyone feels necessary.

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

[kstars] [Bug 392284] Kstars don't compile anymore

2018-03-24 Thread Jasem Mutlaq
https://bugs.kde.org/show_bug.cgi?id=392284

Jasem Mutlaq  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/kst
   ||ars/2077c8d42ced770593d9e19
   ||b4738724499e331db

--- Comment #1 from Jasem Mutlaq  ---
Git commit 2077c8d42ced770593d9e19b4738724499e331db by Jasem Mutlaq.
Committed on 24/03/2018 at 20:41.
Pushed by mutlaqja into branch 'master'.

Fix compile error.

M  +1-0kstars/ekos/guide/internalguide/internalguider.cpp

https://commits.kde.org/kstars/2077c8d42ced770593d9e19b4738724499e331db

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

[krita] [Bug 392285] AppImage fails because of shared object file error

2018-03-24 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=392285

ozvie...@fastmail.fm changed:

   What|Removed |Added

Version|unspecified |4.0
 CC||ozvie...@fastmail.fm

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

[krita] [Bug 392285] New: AppImage fails because of shared object file error

2018-03-24 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=392285

Bug ID: 392285
   Summary: AppImage fails because of shared object file error
   Product: krita
   Version: unspecified
  Platform: PCLinuxOS
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: General
  Assignee: krita-bugs-n...@kde.org
  Reporter: ozvie...@fastmail.fm
  Target Milestone: ---

Trying to run Krita 4.0 appimage, the installation fails when the appimage
accesses some shared object files. For example, when first run the following
error message appears and the appimage load process stops:

"/usr/lib64/qt5/plugins/platformthemes/KDEPlasmaPlatformTheme.so: undefined
symbol: _ZN13KWindowSystem17isPlatformWaylandEv"

If I delete the .so file and run the appimage again, another .so file with a
similar message is found and the appimage stops. If I again delete the .so file
and start again, another .so file is found. This happened 5 or 6 times and each
time I deleted the specified .so file. Then the appimage loaded and Krita 4.0
ran without a problem. However, my KDE system was not running as it should
because it needed at least some of the .so files. I had to restore my system
from a backup.

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

[dolphin] [Bug 208900] tried to open a zip-file

2018-03-24 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=208900

Julian Schraner  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME
 CC||juliquad...@gmail.com

--- Comment #3 from Julian Schraner  ---
Cannot reproduce this bug, some information is missing. I'll close this bug for
now. If you can still reproduce this behavior with the newest version of
Dolphin, please reopen this bug.

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

[k3b] [Bug 349764] device in use - message received when beginning burn with K3b

2018-03-24 Thread Patrick Shanahan
https://bugs.kde.org/show_bug.cgi?id=349764

--- Comment #8 from Patrick Shanahan  ---
(In reply to Patrick Shanahan from comment #7)
> I have the same problem, device in user
>   http://wahoo.no-ip.org/~paka/Screenshot_20180324_161145.png

openSUSE Tumbleweed

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

[k3b] [Bug 349764] device in use - message received when beginning burn with K3b

2018-03-24 Thread Patrick Shanahan
https://bugs.kde.org/show_bug.cgi?id=349764

Patrick Shanahan  changed:

   What|Removed |Added

 CC||p...@opensuse.org

--- Comment #7 from Patrick Shanahan  ---
I have the same problem, device in user
  http://wahoo.no-ip.org/~paka/Screenshot_20180324_161145.png

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

[dolphin] [Bug 206905] using ctrl-n with dolphin blocks the keyboard

2018-03-24 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=206905

Julian Schraner  changed:

   What|Removed |Added

 CC||juliquad...@gmail.com

--- Comment #4 from Julian Schraner  ---
I am not able to reproduce this bug either. @yiown If you cannot reproduce this
bug anymore, I'll close this issue soon.

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

[plasmashell] [Bug 392264] Settings for Folder View: Filter: 'Choose all' should choose only filtered items

2018-03-24 Thread Eike Hein
https://bugs.kde.org/show_bug.cgi?id=392264

Eike Hein  changed:

   What|Removed |Added

 Status|REOPENED|CONFIRMED

--- Comment #7 from Eike Hein  ---
Ah, sorry for the confusion!

This is a bug, thank you for your report. We'll fix it soon.

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

[dolphin] [Bug 197702] Dolphin doesn't remember view modes for NTFS disks

2018-03-24 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=197702

Julian Schraner  changed:

   What|Removed |Added

 CC||juliquad...@gmail.com

--- Comment #7 from Julian Schraner  ---
Can anyone still reproduce this issue? I don't have a NTFS disk available, so I
cannot triage this bug on my own.

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

[dolphin] [Bug 197503] KpackageKit crashes on refresh

2018-03-24 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=197503

Julian Schraner  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |INVALID
 CC||juliquad...@gmail.com
 Status|NEEDSINFO   |RESOLVED

--- Comment #3 from Julian Schraner  ---
There is quite a lot of information that is missing here (see Comment 1). I'll
close this report for now as it is unclear what the problem really is. If you
can still reproduce this behavior with the newest version of Dolphin, please
reopen this bug & attach the necessary information.

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

[kstars] [Bug 392284] New: Kstars don't compile anymore

2018-03-24 Thread alain
https://bugs.kde.org/show_bug.cgi?id=392284

Bug ID: 392284
   Summary: Kstars don't compile anymore
   Product: kstars
   Version: git
  Platform: Debian testing
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: mutla...@ikarustech.com
  Reporter: al...@zwingelstein.org
  Target Milestone: ---

Hi,

since two days I cannot compile kstars anymore.

I am on Debian "Buster" and till now I compilmed kStars practically everyday
without problems.
Now I have errors like hereunder:
/home/alain/Development/kstars/kstars/ekos/guide/internalguide/internalguider.cpp:
In member function ‘bool Ekos::InternalGuider::selectAutoStar()’:
/home/alain/Development/kstars/kstars/ekos/guide/internalguide/internalguider.cpp:1020:26:
error: invalid use of incomplete type ‘class FITSData’
 imageData->findStars(ALGORITHM_SEP);
  ^~
In file included from
/home/alain/Development/kstars/kstars/ekos/guide/internalguide/internalguider.cpp:14:0:
/home/alain/Development/kstars/kstars/ekos/guide/internalguide/gmath.h:28:7:
note: forward declaration of ‘class FITSData’
 class FITSData;

What could be the problem?

thanks

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

[kstars] [Bug 392283] New: Kstars: git://anongit.kde.org/kstars.git

2018-03-24 Thread alain
https://bugs.kde.org/show_bug.cgi?id=392283

Bug ID: 392283
   Summary: Kstars: git://anongit.kde.org/kstars.git
   Product: kstars
   Version: git
  Platform: Debian testing
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: mutla...@ikarustech.com
  Reporter: al...@zwingelstein.org
  Target Milestone: ---

Hi,

since two days I cannot compile kstars anymore.

I am on Debian "Buster" and till now I compilmed kStars practically everyday
without problems.
Now I have errors like hereunder:
/home/alain/Development/kstars/kstars/ekos/guide/internalguide/internalguider.cpp:
In member function ‘bool Ekos::InternalGuider::selectAutoStar()’:
/home/alain/Development/kstars/kstars/ekos/guide/internalguide/internalguider.cpp:1020:26:
error: invalid use of incomplete type ‘class FITSData’
 imageData->findStars(ALGORITHM_SEP);
  ^~
In file included from
/home/alain/Development/kstars/kstars/ekos/guide/internalguide/internalguider.cpp:14:0:
/home/alain/Development/kstars/kstars/ekos/guide/internalguide/gmath.h:28:7:
note: forward declaration of ‘class FITSData’
 class FITSData;

What could be the problem?

thanks

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

[dolphin] [Bug 197310] moving folers in column view

2018-03-24 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=197310

Julian Schraner  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |INVALID
 CC||juliquad...@gmail.com

--- Comment #3 from Julian Schraner  ---
It's very hard to triage bugs if they are not reproducible. I'll close this bug
for now. If you can still reproduce this behavior with the newest version of
Dolphin, please reopen this bug.

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

[dolphin] [Bug 195841] dolphin crashed after opening newly mounted ntfs usb drive

2018-03-24 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=195841

Julian Schraner  changed:

   What|Removed |Added

 CC||juliquad...@gmail.com
 Resolution|BACKTRACE   |WAITINGFORINFO

--- Comment #4 from Julian Schraner  ---
Can you still reproduce this issue with the newest version of Dolphin? If not,
I'll close this bug soon™.

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

[Discover] [Bug 392237] Application install fails through Discover; YaST installs fine

2018-03-24 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=392237

--- Comment #2 from Aleix Pol  ---
You should get some debug output executing it on the terminal.

You can also check if installing works properly with pkcon. e.g. pkcon install
.

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

[dolphin] [Bug 390606] Picture preview looks fuzzy

2018-03-24 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=390606

Nate Graham  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #5 from Nate Graham  ---
Let's re-open the original, not this one.

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

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

[dolphin] [Bug 390488] Icons look fuzzy in info panel after I increase display scale

2018-03-24 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=390488

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

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

[dolphin] [Bug 390606] Picture preview looks fuzzy

2018-03-24 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=390606

--- Comment #4 from Dr. Chapatin  ---
Created attachment 111617
  --> https://bugs.kde.org/attachment.cgi?id=111617=edit
picture preview in Dolphin 18.04 beta

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

[dolphin] [Bug 390606] Picture preview looks fuzzy

2018-03-24 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=390606

Dr. Chapatin  changed:

   What|Removed |Added

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

--- Comment #3 from Dr. Chapatin  ---
Seems it's not a duplicate.
I'm testing Dolphin 18.04 on Arch Linux, now icons in info panel look OK.
However, as you can see in my screenshot, picture preview is still fuzzy.

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

[krita] [Bug 392282] Splash screen stretches out when "HI-DPI" support is enabled

2018-03-24 Thread Isaac
https://bugs.kde.org/show_bug.cgi?id=392282

--- Comment #1 from Isaac  ---
Created attachment 111616
  --> https://bugs.kde.org/attachment.cgi?id=111616=edit
Splash screen when Hi-DPI is enabled.

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

[krita] [Bug 392282] New: Splash screen stretches out when "HI-DPI" support is enabled

2018-03-24 Thread Isaac
https://bugs.kde.org/show_bug.cgi?id=392282

Bug ID: 392282
   Summary: Splash screen stretches out when "HI-DPI" support is
enabled
   Product: krita
   Version: 4.0
  Platform: MS Windows
OS: MS Windows
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: General
  Assignee: krita-bugs-n...@kde.org
  Reporter: isaacnor...@live.com
  Target Milestone: ---

Created attachment 111615
  --> https://bugs.kde.org/attachment.cgi?id=111615=edit
Splash screen when Hi-DPI is disabled.

I didn't report this in earlier versions of Krita, even though I could tell it
was being stretched out, because I wasn't sure if the original image was really
that small or not. Knowing that Tyson Tan's image is much larger than the
smaller version of the splash screen (When Hi-DPI support is unchecked), I knew
this is something that should be ironed out in a future release.

https://drive.google.com/file/d/1Vi_ocO2CZL-OEXzIov9txkrJFrJ36hv1/view?usp=sharing

The image looks pixelated, along with the Krita logo and the status text. I
wonder if this falls under a 4K scaling issue similar to why the canvas reports
100% zoom when the actual canvas is at 200%? A QT issue?

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

[Discover] [Bug 392209] Application Steam won't launch

2018-03-24 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=392209

Aleix Pol  changed:

   What|Removed |Added

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

--- Comment #1 from Aleix Pol  ---
Please report to Kubuntu.

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

[kreversi] [Bug 392281] New: Lower Difficulty AI May Defeat "Impossible AI"

2018-03-24 Thread Emrecan Şuşter
https://bugs.kde.org/show_bug.cgi?id=392281

Bug ID: 392281
   Summary: Lower Difficulty AI May Defeat "Impossible AI"
   Product: kreversi
   Version: unspecified
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: i...@lysator.liu.se
  Reporter: emrecansus...@outlook.com
CC: kde-games-b...@kde.org
  Target Milestone: ---

Created attachment 111614
  --> https://bugs.kde.org/attachment.cgi?id=111614=edit
"Siyah" means Black, "Beyaz" means White. Siyah is "Moderate AI", "Beyaz" is
"Impossible AI"

Hi, I'm a person who really loves and play reversi but. i'm not very skilled
for it and i prefer to watch the AI. I gived all control to the AI,  Black is
"Moderate" and white is "Impossible". However, "Moderate" AI defeats the
"Impossible" AI. 

How can it be?

Steps to reproduce: 

1- Create a new game in kreversi
2- Give "Black" control to the "Moderate AI" and "White" to the "Impossible"
3- Watch 
4- If the White won, try again. There is a very small chance for it.

PS: I'm not sure about what is "Orta" in English. It means "Middle" or
"Moderate". I prefer the Moderate.

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

[kwin] [Bug 392279] kwin scripting api cannot maximize window

2018-03-24 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=392279

Martin Flöser  changed:

   What|Removed |Added

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

--- Comment #1 from Martin Flöser  ---


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

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

[kwin] [Bug 387097] Need ability to read client.maximizeMode since it's currently not a property

2018-03-24 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=387097

Martin Flöser  changed:

   What|Removed |Added

 CC||t...@r.je

--- Comment #2 from Martin Flöser  ---
*** Bug 392279 has been marked as a duplicate of this bug. ***

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

[dolphin] [Bug 200457] Dolphin crashed trying to move pdf files into subfolder

2018-03-24 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=200457

Julian Schraner  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME
 CC||juliquad...@gmail.com

--- Comment #4 from Julian Schraner  ---
I cannot reproduce this bug... I'll close it because of missing activity. If
you can still reproduce this behavior with the newest version of Dolphin,
please reopen this bug.

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

[dolphin] [Bug 392280] System files off limits.

2018-03-24 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=392280

Elvis Angelaccio  changed:

   What|Removed |Added

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

--- Comment #1 from Elvis Angelaccio  ---
It's work in progress, see https://phabricator.kde.org/T6561

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

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

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

2018-03-24 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=179678

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||chriswi...@hotmail.com

--- Comment #47 from Elvis Angelaccio  ---
*** Bug 392280 has been marked as a duplicate of this bug. ***

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

[dolphin] [Bug 204923] dolphin crash when i move data

2018-03-24 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=204923

Julian Schraner  changed:

   What|Removed |Added

 CC||juliquad...@gmail.com
 Resolution|WAITINGFORINFO  |FIXED
 Status|NEEDSINFO   |RESOLVED

--- Comment #2 from Julian Schraner  ---
The chances that @Raul is actually using Compositing/Effects are pretty high,
and I cannot reproduce this bug. I'll close it for now.

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

[dolphin] [Bug 392280] New: System files off limits.

2018-03-24 Thread Chris
https://bugs.kde.org/show_bug.cgi?id=392280

Bug ID: 392280
   Summary: System files off limits.
   Product: dolphin
   Version: 17.04.3
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: chriswi...@hotmail.com
CC: elvis.angelac...@kde.org
  Target Milestone: ---

I can edit them with Kate, but cannot rename, move, create folders, or set
permissions.  No authorization pop up occurs, simply an permissions error
message.  This is clearly a bug as Dolphin plainly states that it will not run
as su, but authorize individual actions instead.  Currently using an
alternative manager with considerable frustration.  Expletives withheld at some
effort.

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

[frameworks-kholidays] [Bug 392274] The library picks the wrong data file for the de_DE locale

2018-03-24 Thread Tobias Leupold
https://bugs.kde.org/show_bug.cgi?id=392274

Tobias Leupold  changed:

   What|Removed |Added

 CC||tobias.leup...@gmx.de

--- Comment #1 from Tobias Leupold  ---
After writing a small test application that uses kholidays, I have no idea why
this happens.

KHolidays::HolidayRegion::defaultRegionCode() returns the correct "de_de", and
after instatiating a KHolidays::HolidayRegion object, I also get the parsed
contents of holiday_de_de when using e. g. HolidayRegion::holidays(2018), not
those listed in holiday_de-by_de.

So how can it be that my system calendar (whereever that code may live) ever
requests holiday_de-by_de?

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

[plasmashell] [Bug 390674] plasmashell freeze as long as you have gnome-disks running after doing a sudo from it

2018-03-24 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=390674

--- Comment #11 from Dr. Chapatin  ---
I just updated to gnome-disks 3.28 on Arch Linux.
Plasma freezes completely (clicks on panel and desktop have no effect) while
gnome-disks restores an ISO file to a pendrive.
Now plasma not even unfreezes when the procedure is completed and gnome-disks
closed. I needed to restart my plasma session to use plasma again.

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

[dolphin] [Bug 387974] Allow Dolphin to be launched when logged in as root user (NOT sudo'd in a user session)

2018-03-24 Thread Chris
https://bugs.kde.org/show_bug.cgi?id=387974

Chris  changed:

   What|Removed |Added

 CC||chriswi...@hotmail.com

--- Comment #14 from Chris  ---
If they feel it's so bad to run the whole process as su, I'm fine with it. 
Devs know best.  But why in the name of all that makes logical sense would you
disable it before implementing the new auth flow?  Now it just plain doesn't
work for creating, moving, copying setting permissions on system files!  Now
I'm just using a different su process that I like less simply because Dolphin
has no working method that I'm aware of anymore.  How does that make any sense?
 Get the user mode system to work, then disable sudo mode.  How is that not the
obvious strategy?

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

[kio-extras] [Bug 392266] Error in the thumbnail cache subsystem for files with international characters in names

2018-03-24 Thread DMITRIY SEYBANOV
https://bugs.kde.org/show_bug.cgi?id=392266

--- Comment #6 from DMITRIY SEYBANOV  ---
OK thanks!

Very strange:

I tried to reproduce the error on neon-devedition-gitstable-20180320-1047-amd64
(English) in Live CD mode - the error is reproduced.

On kubuntu-17.10.1-desktop-amd64 (English) in Live CD mode - NOT reproduced,
everything is OK!

It is necessary to put the old kubuntu - I hope, updates will not spoil it ...)

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

[konsole] [Bug 322488] Use a single timer to monitor directory changes

2018-03-24 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=322488

--- Comment #4 from Ahmad Samir  ---
I tested and I don't see a difference; I think it's probably due to the fact
that I am using a PC, I don't have access to a laptop. Sorry for the noise.

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

[plasmashell] [Bug 392255] icons moved on start is resolved ? 47177 still occur in 5.36.0 version

2018-03-24 Thread Ivan Čukić
https://bugs.kde.org/show_bug.cgi?id=392255

Ivan Čukić  changed:

   What|Removed |Added

   Assignee|ivan.cu...@kde.org  |h...@kde.org
   Target Milestone|--- |1.0
  Component|general |Folder
Product|frameworks-kactivities  |plasmashell
Version|5.36.0  |5.8.0

--- Comment #1 from Ivan Čukić  ---
Hi Robert,

Icon positions have absolutely nothing to do with the activities library.
appletsrc file is mainly used by plasmashell where the layout is handled. I'm
assigning this to folderview which is the component which does the icon handing
on the desktop.

As for the suggested typo, it is not - it is just a peculiarity of Qt's API -
you can not say that one thing has changed, you need to tell it that things
from this one to this one changed - position->first is repeated because of
that.

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

[digikam] [Bug 285683] Already imported pictures not recognized after daylight savings time

2018-03-24 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=285683

Maik Qualmann  changed:

   What|Removed |Added

 CC||metzping...@gmail.com

--- Comment #14 from Maik Qualmann  ---
I think it's a good time to fix this bug a few hours before daylight saving
time. ((:-)) The check of an hour before and after file date, I think, is the
best and easiest solution.

Maik

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

[digikam] [Bug 285683] Already imported pictures not recognized after daylight savings time

2018-03-24 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=285683

Maik Qualmann  changed:

   What|Removed |Added

   Version Fixed In||6.0.0
  Latest Commit||https://commits.kde.org/dig
   ||ikam/847c67fab4c88e0618c1d6
   ||e7c636a719c9fa19cd
 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

--- Comment #13 from Maik Qualmann  ---
Git commit 847c67fab4c88e0618c1d6e7c636a719c9fa19cd by Maik Qualmann.
Committed on 24/03/2018 at 18:29.
Pushed by mqualmann into branch 'master'.

fix download history with check for one hour after and before the time
FIXED-IN: 6.0.0

M  +2-1NEWS
M  +13   -9core/libs/database/coredb/coredbdownloadhistory.cpp

https://commits.kde.org/digikam/847c67fab4c88e0618c1d6e7c636a719c9fa19cd

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

[kio-extras] [Bug 392266] Error in the thumbnail cache subsystem for files with international characters in names

2018-03-24 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=392266

Rog131  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |---
 Status|NEEDSINFO   |UNCONFIRMED

--- Comment #5 from Rog131  ---
I can't reproduce this BUT I'm not using the Neon or dont't have the cyrillic
keyboard I'm just turning the status as unconfirmed.

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

[krita] [Bug 392276] the brush preset docker is empty

2018-03-24 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=392276

Boudewijn Rempt  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||b...@valdyas.org
 Resolution|--- |INVALID

--- Comment #2 from Boudewijn Rempt  ---
Yes, this is not a bug.

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

[kwin] [Bug 392279] New: kwin scripting api cannot maximize window

2018-03-24 Thread Tom B
https://bugs.kde.org/show_bug.cgi?id=392279

Bug ID: 392279
   Summary: kwin scripting api cannot maximize window
   Product: kwin
   Version: 5.12.3
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: scripting
  Assignee: kwin-bugs-n...@kde.org
  Reporter: t...@r.je
  Target Milestone: ---

I'm not sure if this is a documentation issue or a feature request, however I
cannot find a way to maximize a window using a kwin script. 

I am looking at the documentation here:
https://techbase.kde.org/Development/Tutorials/KWin/Scripting/API_4.9

You can set window.fullScreen = true; to make the window fullscreen and
window.minimized = true; to minimize the window and there's a
window.maximizable property which stores whether the window can be maximized
but there doesn't seem to be a way to maximize the window via a script.

I tried window.maximized = true; in case the documentation was just missing the
maximized property, but the documentation seems correct, there doesn't appear
to be a maximized property.

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

[kwin] [Bug 392273] Nvidia, alt-tab crashed kwin

2018-03-24 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=392273

Martin Flöser  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |UPSTREAM

--- Comment #1 from Martin Flöser  ---
Crash happens in the proprietary NVIDIA driver, please report to NVIDIA.

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

[plasmashell] [Bug 392278] After switching bluetooth off and on, no bluetooth devices are visible in the plasma applet

2018-03-24 Thread Philip Muškovac
https://bugs.kde.org/show_bug.cgi?id=392278

--- Comment #4 from Philip Muškovac  ---
Ok, I phrased that badly. Opening the KCM does NOT make the devices appear
again in the running applet.

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

[plasmashell] [Bug 392278] After switching bluetooth off and on, no bluetooth devices are visible in the plasma applet

2018-03-24 Thread Philip Muškovac
https://bugs.kde.org/show_bug.cgi?id=392278

--- Comment #3 from Philip Muškovac  ---
Created attachment 111613
  --> https://bugs.kde.org/attachment.cgi?id=111613=edit
KCM while applet is empty

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

[plasmashell] [Bug 392278] After switching bluetooth off and on, no bluetooth devices are visible in the plasma applet

2018-03-24 Thread Philip Muškovac
https://bugs.kde.org/show_bug.cgi?id=392278

--- Comment #2 from Philip Muškovac  ---
Created attachment 111612
  --> https://bugs.kde.org/attachment.cgi?id=111612=edit
working applet

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

[plasmashell] [Bug 392278] After switching bluetooth off and on, no bluetooth devices are visible in the plasma applet

2018-03-24 Thread Philip Muškovac
https://bugs.kde.org/show_bug.cgi?id=392278

--- Comment #1 from Philip Muškovac  ---
Created attachment 111611
  --> https://bugs.kde.org/attachment.cgi?id=111611=edit
empty applet

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

[plasmashell] [Bug 392278] New: After switching bluetooth off and on, no bluetooth devices are visible in the plasma applet

2018-03-24 Thread Philip Muškovac
https://bugs.kde.org/show_bug.cgi?id=392278

Bug ID: 392278
   Summary: After switching bluetooth off and on, no bluetooth
devices are visible in the plasma applet
   Product: plasmashell
   Version: 5.12.3
  Platform: Kubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: yo...@gmx.net
CC: plasma-b...@kde.org
  Target Milestone: 1.0

This is about the bluetooth applet in the screenshot, please reassign
appropriately.

When starting a fresh plasma session, the bluetooth applet shows the correct
list of bluetooth devices (see plasma-bluetooth-expected.png).

Once you switch bluetooth off, and turn it back on again, the device list in
the applet is empty (see plasma-bluetooth-empty.png).

Opening the KCM, or restarting plasmashell allows you to manage your devices
again.

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

[krusader] [Bug 392277] New: The function copmare folders (Strg+Y) does not work correct (2)

2018-03-24 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=392277

Bug ID: 392277
   Summary: The function copmare folders (Strg+Y) does not work
correct (2)
   Product: krusader
   Version: unspecified
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: m...@fork.pl
  Reporter: i...@gfmw.info
  Target Milestone: ---

The function copmare folders (Strg+Y) does not work correct (at least in BtrFS
volumes)

There are 2 problems:

1. if a foldername has a # in it, the folder can not be found (most likely). In
the upcoming message the # is mostly at the end of the message. It seems so,
that there is a internal parser error.

2. every message of case 1 will be displayed as modal(?!) message. This means
hundrets of messages have to be acceptetd.

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

[kdeconnect] [Bug 392061] Low resolution image for songs without covert art

2018-03-24 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=392061

Matthijs Tijink  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/kde
   ||connect-android/7877d2803cd
   ||37699f34cfcd39231acaff6b7a6
   ||2f
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #4 from Matthijs Tijink  ---
Git commit 7877d2803cd37699f34cfcd39231acaff6b7a62f by Matthijs Tijink.
Committed on 24/03/2018 at 17:35.
Pushed by mtijink into branch 'master'.

Fix blurry rasterized icons

Summary:
The vector icons were rastizered for older Android versions, but these were on
the small side. This fixes the size.

Test Plan: The icons aren't blurry anymore on Android 4.2.

Reviewers: #kde_connect, nicolasfella

Reviewed By: #kde_connect, nicolasfella

Subscribers: #kde_connect

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

M  +2-2res/drawable/ic_album_art_placeholder.xml

https://commits.kde.org/kdeconnect-android/7877d2803cd37699f34cfcd39231acaff6b7a62f

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

[gwenview] [Bug 348746] Background color in fullscreen mode should be pure black or else somehow user-customizable

2018-03-24 Thread Henrik Fehlauer
https://bugs.kde.org/show_bug.cgi?id=348746

--- Comment #18 from Henrik Fehlauer  ---
Not quite, the texture is used consistently in both fullscreen modes. In both
modes none of the UI shows a pure black, so when I tested using only black for
fullscreen view mode it look inconsistent and it did not feel "right".

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

[kmymoney] [Bug 391251] Double free or corruption when creating a new asset account.

2018-03-24 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=391251

--- Comment #15 from Jack  ---
The patch does not apply to 5.0.1 or to 5.0 git head because they have
different signature on 

 void InstitutionsModel::slotObjectModified(File::Object objType, const
QString&

I'll try manually modifying the patch, but I don't know if other changes
between 5.0 and master will cause issues.

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

[plasmashell] [Bug 391985] Background in Menu is too transparent. Text too grey in some apps.

2018-03-24 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=391985

--- Comment #7 from Nate Graham  ---
(In reply to Regnad Kcin from comment #5)
> I have turned on the blur effect and set all text colors to black.
> 
> The result is not satisfactory.

Can you attach a screenshot showing what it looks like with blur and black
text?


> Something else in Plasma5 is overriding my settings because text is still
> grayed and backgrounds are transparent.  There is a key combination
> ALT-WindowKey that allows one to make the background even more transparent
> but it does not allow one to eliminate the transparency altogether.
> 
> I think that if I set the text color to black, the software should respect
> my setting rather than deciding to gray the text for me.

It does. Or at least, it's supposed to. If it doesn't, that's a bug.

("it" means KDE software; other software generally does not respect KDE color
settings)

> I also set all of the text size to 12 points but the Plasma5 system
> overrides that setting also.

You set that in System Settings > Fonts?

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

[krita] [Bug 392276] the brush preset docker is empty

2018-03-24 Thread Quiralta
https://bugs.kde.org/show_bug.cgi?id=392276

Quiralta  changed:

   What|Removed |Added

 CC||rjquira...@gmail.com

--- Comment #1 from Quiralta  ---
The docker is in "contracted" or "shaded" mode, click on the little triangle
next to "lock" icon to open it.

This is unlikely a bug though. You can use the forums for further assistance :)

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

[kio-extras] [Bug 392266] Error in the thumbnail cache subsystem for files with international characters in names

2018-03-24 Thread DMITRIY SEYBANOV
https://bugs.kde.org/show_bug.cgi?id=392266

--- Comment #4 from DMITRIY SEYBANOV  ---
(In reply to Rog131 from comment #3)
> Are you using the UTF-8 encoding ?
> 
> Could you add the 'locale' command output ?

$ locale

LANG=ru_RU.UTF-8
LANGUAGE=
LC_CTYPE="ru_RU.UTF-8"
LC_NUMERIC="ru_RU.UTF-8"
LC_TIME="ru_RU.UTF-8"
LC_COLLATE="ru_RU.UTF-8"
LC_MONETARY="ru_RU.UTF-8"
LC_MESSAGES="ru_RU.UTF-8"
LC_PAPER="ru_RU.UTF-8"
LC_NAME="ru_RU.UTF-8"
LC_ADDRESS="ru_RU.UTF-8"
LC_TELEPHONE="ru_RU.UTF-8"
LC_MEASUREMENT="ru_RU.UTF-8"
LC_IDENTIFICATION="ru_RU.UTF-8"
LC_ALL=

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

[krita] [Bug 392276] New: the brush preset docker is empty

2018-03-24 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=392276

Bug ID: 392276
   Summary: the brush preset docker is empty
   Product: krita
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Dockers
  Assignee: krita-bugs-n...@kde.org
  Reporter: orchid3sh...@gmail.com
  Target Milestone: ---

Created attachment 111610
  --> https://bugs.kde.org/attachment.cgi?id=111610=edit
screen capture showing the issue

after attempting to fix a similar issue with the colour selection docker I
managed to make all the brush presets in the docker disappear , also the
clocker is much shorter than it used to be but this is less of an issue . :)
thanks

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

[kio-extras] [Bug 392266] Error in the thumbnail cache subsystem for files with international characters in names

2018-03-24 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=392266

--- Comment #3 from Rog131  ---
Are you using the UTF-8 encoding ?

Could you add the 'locale' command output ?

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

[konversation] [Bug 392275] New: Konversation crashes at shutdown when gedit has unsaved documents

2018-03-24 Thread Sylvain
https://bugs.kde.org/show_bug.cgi?id=392275

Bug ID: 392275
   Summary: Konversation crashes at shutdown when gedit has
unsaved documents
   Product: konversation
   Version: 1.7.4
  Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: konversation-de...@kde.org
  Reporter: psn00ps-...@yahoo.fr
  Target Milestone: ---

Application: konversation (1.7.4)

Qt Version: 5.9.4
Frameworks Version: 5.42.0
Operating System: Linux 4.15.9-200.fc26.x86_64 x86_64
Distribution: "Fedora release 26 (Twenty Six)"

-- Information about the crash:
Here is the context:
gedit is open and has a document open with modifications.
I click on shutdown withing gnome-shell
gedit offers me to cancel the shutdown in order to save the modifications.
Konversation turns to a half-closed state and crashes when I try to look at its
window.

The crash can be reproduced every time.

-- Backtrace:
Application: Konversation (konversation), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
84  T_PSEUDO (SYSCALL_SYMBOL, SYSCALL_NAME, SYSCALL_NARGS)
[Current thread is 1 (Thread 0x7fa3a6dff940 (LWP 3299))]

Thread 5 (Thread 0x7fa3916ba700 (LWP 3606)):
#0  0x7fa3b19420ed in read () at ../sysdeps/unix/syscall-template.S:84
#1  0x7fa3aaf14150 in read (__nbytes=16, __buf=0x7fa3916b9a50,
__fd=) at /usr/include/bits/unistd.h:44
#2  0x7fa3aaf14150 in g_wakeup_acknowledge (wakeup=0x55f966956f40) at
gwakeup.c:210
#3  0x7fa3aaed0088 in g_main_context_check
(context=context@entry=0x7fa37c000990, max_priority=2147483647,
fds=fds@entry=0x7fa37c0012d0, n_fds=n_fds@entry=1) at gmain.c:3750
#4  0x7fa3aaed0520 in g_main_context_iterate
(context=context@entry=0x7fa37c000990, block=block@entry=1,
dispatch=dispatch@entry=1, self=) at gmain.c:3969
#5  0x7fa3aaed068c in g_main_context_iteration (context=0x7fa37c000990,
may_block=1) at gmain.c:4033
#6  0x7fa3b276ea4b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /lib64/libQt5Core.so.5
#7  0x7fa3b271c76a in
QEventLoop::exec(QFlags) () at
/lib64/libQt5Core.so.5
#8  0x7fa3b256d9aa in QThread::exec() () at /lib64/libQt5Core.so.5
#9  0x7fa3b2571ec2 in QThreadPrivate::start(void*) () at
/lib64/libQt5Core.so.5
#10 0x7fa3b053c36d in start_thread (arg=0x7fa3916ba700) at
pthread_create.c:456
#11 0x7fa3b1952b4f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:97

Thread 4 (Thread 0x7fa3920c2700 (LWP 3602)):
#0  0x7ffc90b6bac5 in clock_gettime ()
#1  0x7fa3b1961c36 in __GI___clock_gettime (clock_id=1, tp=0x7fa3920c1980)
at ../sysdeps/unix/clock_gettime.c:115
#2  0x7fa3b276e2c1 in qt_gettime() () at /lib64/libQt5Core.so.5
#3  0x7fa3b276ce09 in QTimerInfoList::updateCurrentTime() () at
/lib64/libQt5Core.so.5
#4  0x7fa3b276d205 in QTimerInfoList::timerWait(timespec&) () at
/lib64/libQt5Core.so.5
#5  0x7fa3b276e72c in timerSourcePrepareHelper(GTimerSource*, int*) () at
/lib64/libQt5Core.so.5
#6  0x7fa3b276e7ce in timerSourcePrepare(_GSource*, int*) () at
/lib64/libQt5Core.so.5
#7  0x7fa3aaecfad9 in g_main_context_prepare
(context=context@entry=0x7fa388000990, priority=priority@entry=0x7fa3920c1af0)
at gmain.c:3536
#8  0x7fa3aaed04ab in g_main_context_iterate
(context=context@entry=0x7fa388000990, block=block@entry=1,
dispatch=dispatch@entry=1, self=) at gmain.c:3952
#9  0x7fa3aaed068c in g_main_context_iteration (context=0x7fa388000990,
may_block=1) at gmain.c:4033
#10 0x7fa3b276ea4b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /lib64/libQt5Core.so.5
#11 0x7fa3b271c76a in
QEventLoop::exec(QFlags) () at
/lib64/libQt5Core.so.5
#12 0x7fa3b256d9aa in QThread::exec() () at /lib64/libQt5Core.so.5
#13 0x7fa3b298c659 in QDBusConnectionManager::run() () at
/lib64/libQt5DBus.so.5
#14 0x7fa3b2571ec2 in QThreadPrivate::start(void*) () at
/lib64/libQt5Core.so.5
#15 0x7fa3b053c36d in start_thread (arg=0x7fa3920c2700) at
pthread_create.c:456
#16 0x7fa3b1952b4f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:97

Thread 3 (Thread 0x7fa393b47700 (LWP 3541)):
#0  0x7fa3b1946a5d in poll () at ../sysdeps/unix/syscall-template.S:84
#1  0x7fa3aaed0579 in g_main_context_poll (priority=,
n_fds=1, fds=0x7fa3840010c0, timeout=, context=0x55f9668b8420)
at gmain.c:4271
#2  0x7fa3aaed0579 in g_main_context_iterate (context=0x55f9668b8420,
block=block@entry=1, dispatch=dispatch@entry=1, self=) at
gmain.c:3967
#3  0x7fa3aaed0912 in g_main_loop_run (loop=0x55f9668ba310) at gmain.c:4168
#4  0x7fa3975d7db6 in gdbus_shared_thread_func (user_data=0x55f9668b9d00)
at gdbusprivate.c:252
#5  0x7fa3aaef7516 in g_thread_proxy (data=0x55f966861f70) at gthread.c:784
#6  0x7fa3b053c36d in start_thread (arg=0x7fa393b47700) at
pthread_create.c:456

[dolphin] [Bug 390771] When default font size is increased by 1pt icons in places panel are out of alignment with corresponding label

2018-03-24 Thread Scott Harvey
https://bugs.kde.org/show_bug.cgi?id=390771

Scott Harvey  changed:

   What|Removed |Added

   Assignee|dolphin-bugs-n...@kde.org   |bund...@gmail.com

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

[okular] [Bug 387639] Annotations are only partially selectable on a hidpi screen

2018-03-24 Thread Tobias Deiminger
https://bugs.kde.org/show_bug.cgi?id=387639

--- Comment #15 from Tobias Deiminger  ---
For the poppler part I've just started a more elaborated patch series at
https://bugs.freedesktop.org/show_bug.cgi?id=105692#c4. Would be nice to
receive comments/reviews there.

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

[kio-extras] [Bug 392266] Error in the thumbnail cache subsystem for files with international characters in names

2018-03-24 Thread DMITRIY SEYBANOV
https://bugs.kde.org/show_bug.cgi?id=392266

--- Comment #2 from DMITRIY SEYBANOV  ---
Ok, I did the following:

I move to the folder */media/adollo/WD Black 2Tb/ДЖЕНС/* with the file
*test_image.jpg*

In the folder */home/adollo/.cache/thumbnails/normal/* automatically
created the file

*e99682e8f740abfefb8d5006e26fbeca.png*

I execute the command:
*exiftool
/home/adollo/.cache/thumbnails/normal/e99682e8f740abfefb8d5006e26fbeca.png*

Result:

xifTool Version Number : 10.10
File Name   : e99682e8f740abfefb8d5006e26fbeca.png
Directory   : /home/adollo/.cache/thumbnails/normal
File Size   : 19 kB
File Modification Date/Time : 2018:03:24 19:09:23+03:00
File Access Date/Time   : 2018:03:24 19:09:27+03:00
File Inode Change Date/Time : 2018:03:24 19:09:23+03:00
File Permissions: rw-rw-r--
File Type   : PNG
File Type Extension : png
MIME Type   : image/png
Image Width : 89
Image Height: 128
Bit Depth   : 8
Color Type  : RGB with Alpha
Compression : Deflate/Inflate
Filter  : Adaptive
Interlace   : Noninterlaced
Pixels Per Unit X   : 3780
Pixels Per Unit Y   : 3780
Pixel Units : meters
Software: KDE Thumbnail Generator ??? JPEG
(v2)
Thumb M Time: 4294967295
Thumb Mimetype  : image/jpeg
Thumb Size  : 933593
Thumb URI   : file:///media/adollo/WD Black
2Tb/?/test_image.jpg
Image Size  : 89x128
Megapixels  : 0.011

P.S. Russian version of KDE

2018-03-24 17:54 GMT+03:00 Rog131 :

> https://bugs.kde.org/show_bug.cgi?id=392266
>
> Rog131  changed:
>
>What|Removed |Added
> 
> 
>Assignee|dolphin-bugs-n...@kde.org   |plasma-b...@kde.org
> Product|dolphin |kio-extras
>   Component|general |default
>
> --
> You are receiving this mail because:
> You reported the bug.
>

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

[okular] [Bug 353401] Feature requst: "typewriter" annotation tool

2018-03-24 Thread Dileep Sankhla
https://bugs.kde.org/show_bug.cgi?id=353401

Dileep Sankhla  changed:

   What|Removed |Added

 CC||sankhla.dilee...@gmail.com

--- Comment #18 from Dileep Sankhla  ---
On Thu, Mar 22, 2018 at 4:13 AM, Tobias Deiminger  wrote:

Okular already let's you create FreeText annotations. The confusing thing is
that they're called "inline notes" in Okulars manual, and they're represented
as class TextAnnotation (with m_textType == TextAnnotation::InPlace) in Okular
and Popplers QT5 frontend. Under the hood poppler generates a real FreeText
annotation:

# qt5/src/poppler-annotation.cc
Annot* TextAnnotationPrivate::createNativeAnnot(::Page *destPage, DocumentData
*doc)
{
// ...
PDFRectangle rect = boundaryToPdfRectangle(boundary, flags);
if (textType == TextAnnotation::Linked)
{
pdfAnnot = new AnnotText(destPage->getDoc(), );
}
else
{
GooString * da = toAppearanceString(textFont);
pdfAnnot = new AnnotFreeText(destPage->getDoc(), , da); // Here it
is :-)
delete da;
}
// ...
}

I assume that what really is missing is the FreeTextTypeWriter behavior. You
can check the ISO 32000 PDF standard for FreeTextTypeWriter (IT entry of the
FreeText object).

You can also fire up okular in gdb and convince yourself

$ gdb okular
(gdb) b AnnotFreeText::AnnotFreeText
(gdb) r

# load document, create inline note => we hit popplers
AnnotFreeText::AnnotFreeText constructor

Thread 1 "okular" hit Breakpoint 1, 0x7fffce304220 in
AnnotFreeText::AnnotFreeText(PDFDoc*, PDFRectangle*, GooString*)@plt () from
/tmp/usr/lib/libpoppler-qt5.so.1
(gdb) bt
#0  0x7fffce304220 in AnnotFreeText::AnnotFreeText(PDFDoc*, PDFRectangle*,
GooString*)@plt () from /tmp/usr/lib/libpoppler-qt5.so.1
#1  0x7fffce30d689 in Poppler::TextAnnotationPrivate::createNativeAnnot (
this=0x7fffdc00ccb0, destPage=, doc=)
at
/home/tobias/workspace/OSScontrib/poppler/qt5/src/poppler-annotation.cc:1880
... backtrace shortened ...

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

[KXStitch] [Bug 392139] desktop-entry-lacks-keywords-entry

2018-03-24 Thread Steve Allewell
https://bugs.kde.org/show_bug.cgi?id=392139

Steve Allewell  changed:

   What|Removed |Added

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

--- Comment #1 from Steve Allewell  ---
The Name and GenericName entries already contain sufficient values that would
only be duplicated in the Keywords entry which is therefore not required.

desktop-file-validate does not show any errors against
org.kde.kxstitch.desktop.

If you feel there are specific values that should be added to the Keywords
entry, please file a new request specifying them.

Regards

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

[krita] [Bug 392242] Imported SVG is corrupted

2018-03-24 Thread Konstantin
https://bugs.kde.org/show_bug.cgi?id=392242

--- Comment #6 from Konstantin  ---
Created attachment 111608
  --> https://bugs.kde.org/attachment.cgi?id=111608=edit
How it looks in Inkscape

Added "reference" look in Inkscape.

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

[krita] [Bug 392242] Imported SVG is corrupted

2018-03-24 Thread Mikhail Novosyolov
https://bugs.kde.org/show_bug.cgi?id=392242

--- Comment #5 from Mikhail Novosyolov  ---
I've posted this bug in Qt's bugtracker:
https://bugreports.qt.io/browse/QTBUG-67297

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

[plasmashell] [Bug 392264] Settings for Folder View: Filter: 'Choose all' should choose only filtered items

2018-03-24 Thread Thorsten Oppels
https://bugs.kde.org/show_bug.cgi?id=392264

--- Comment #6 from Thorsten Oppels  ---
(In reply to Eike Hein from comment #5)
> Or wait, do you mean it's not limiting it to the result of the filtering?

Exact this is what I mean! 'Select all' should be limited to to result of the
filtering.

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

[krita] [Bug 392242] Imported SVG is corrupted

2018-03-24 Thread Mikhail Novosyolov
https://bugs.kde.org/show_bug.cgi?id=392242

Mikhail Novosyolov  changed:

   What|Removed |Added

Summary|Problems with svg file  |Imported SVG is corrupted
   |importing   |

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

[krita] [Bug 392242] Problems with svg file importing

2018-03-24 Thread Mikhail Novosyolov
https://bugs.kde.org/show_bug.cgi?id=392242

--- Comment #4 from Mikhail Novosyolov  ---
Created attachment 111607
  --> https://bugs.kde.org/attachment.cgi?id=111607=edit
1.svg in Gwenview and KolourPaint (identical corruption, screenshot)

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

[krita] [Bug 392242] Problems with svg file importing

2018-03-24 Thread Mikhail Novosyolov
https://bugs.kde.org/show_bug.cgi?id=392242

Mikhail Novosyolov  changed:

   What|Removed |Added

 CC||mikhail...@dumalogiya.ru

--- Comment #3 from Mikhail Novosyolov  ---
Created attachment 111606
  --> https://bugs.kde.org/attachment.cgi?id=111606=edit
1.svg in Krita 4.0 (screenshot)

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

[plasmashell] [Bug 391985] Background in Menu is too transparent. Text too grey in some apps.

2018-03-24 Thread Regnad Kcin
https://bugs.kde.org/show_bug.cgi?id=391985

--- Comment #6 from Regnad Kcin  ---
Transparency of the windows and gradient graying of text should be under user
control and there should be:

1.  an option to disable transparency entirely
2.  an option to turn off text graying
3.  instructions on how to build or customize a theme to accomplish 1 and 2.

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

  1   2   3   >