[kile] [Bug 383739] [git master] System Check fails Simple Test on MakeIndex and BibTeX

2018-01-23 Thread Jeremy W . Murphy
https://bugs.kde.org/show_bug.cgi?id=383739

--- Comment #6 from Jeremy W. Murphy  ---
(In reply to Jeremy W. Murphy from comment #3)
> (In reply to Michel Ludwig from comment #2)
> 
> > Does bibtex run fine if you use it within Kile itself?
> 
> I'm not at home right now, so I'll check later. 

OK, sorry for the delay, but yes, bibtex does appear to work fine in practice,
meaning the live preview or manual quick build results in a document with the
correct citations.
I haven't had a chance to do any further debugging.

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

[Discover] [Bug 389362] New: Making application category bar more flexible

2018-01-23 Thread now-im
https://bugs.kde.org/show_bug.cgi?id=389362

Bug ID: 389362
   Summary: Making application category bar more flexible
   Product: Discover
   Version: 5.11.5
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: discover
  Assignee: aleix...@kde.org
  Reporter: now.im@gmail.com
  Target Milestone: ---

Created attachment 110087
  --> https://bugs.kde.org/attachment.cgi?id=110087=edit
Image indicates the space

Discover is now in a very stable state but there is a design decision that I
personally think is not great.
The space between the application category and app description.
The space can be reduced or can be made flexible so that user can reduce and
increase it according his/her own preference. There is a image i have used from
your todays post to clariy the problem. Thanks for all of your contribution.

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

[kwin] [Bug 389361] Non-Gnome GTK3 apps started with GDK_BACKEND=wayland have no decorations

2018-01-23 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=389361

Kyle Devir  changed:

   What|Removed |Added

 CC||kyle.de...@mykolab.com

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

[kwin] [Bug 389361] New: Non-Gnome GTK3 apps started with GDK_BACKEND=wayland have no decorations

2018-01-23 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=389361

Bug ID: 389361
   Summary: Non-Gnome GTK3 apps started with GDK_BACKEND=wayland
have no decorations
   Product: kwin
   Version: 5.11.95
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: kyle.de...@mykolab.com
  Target Milestone: ---

Created attachment 110086
  --> https://bugs.kde.org/attachment.cgi?id=110086=edit
Mentioned GTK3 applications shown without decorations

Unlike the official Gnome GTK3 applications that have decorations when started
with GDK_BACKEND=wayland, most, if not all, other GTK3 applications do not have
decorations at all. Examples include Libreoffice (using the GTK3 VCL backend),
DarkTable, RawTherapee, MyPaint, and so on.

On Weston, these applications all have decorations as expected.

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

[clazy] [Bug 389360] [PATCH] Fix crash in inefficientqlistbase.cpp checking to use QVector instead of QList

2018-01-23 Thread William Bader
https://bugs.kde.org/show_bug.cgi?id=389360

William Bader  changed:

   What|Removed |Added

 Attachment #110085|image/x-gimp-pat|text/plain
  mime type||
 Attachment #110085|0   |1
   is patch||

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

[clazy] [Bug 389360] New: [PATCH] Fix crash in inefficientqlistbase.cpp checking to use QVector instead of QList

2018-01-23 Thread William Bader
https://bugs.kde.org/show_bug.cgi?id=389360

Bug ID: 389360
   Summary: [PATCH] Fix crash in inefficientqlistbase.cpp checking
to use QVector instead of QList
   Product: clazy
   Version: unspecified
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: williamba...@hotmail.com
CC: smart...@kde.org
  Target Milestone: ---

Created attachment 110085
  --> https://bugs.kde.org/attachment.cgi?id=110085=edit
proposed patch to fix the problem

I get the crash running the command below:
clazy-standalone -checks=level2 -p build/bear/compile_commands.json
build/bear/DatabaseManager/DatabaseManager_autogen/mocs_compilation.cpp
There are a lot of files that include other files. If necessary, if you tell me
how to track everything down, I could try to gather them up and to find the
command line options.
I have Fedora 27 x86_64. I installed clang-5.0.0-1.fc27.x86_64,
llvm-5.0.0-5.fc27.x86_64, and the corresponding libraries and development
packages. I cloned clazy from git and built it from source linked to Fedora's
clang and llvm.
I have the traceback below, and looking at the code where it crashed and other
similar sections of code, it looked like the problem was that after checking
for !qt2.getTypePtrOrNull(), it also needed to check for
qt2->isIncompleteType(). I put in debug code to show that when it got an
incomplete type, m_astContext.getTypeSize(qt2) crashed.

Program received signal SIGSEGV, Segmentation fault.
clang::ASTContext::getASTRecordLayout (this=this@entry=0x8763c0, D=, D@entry=0x2f7c5e0)
at
/usr/src/debug/clang-5.0.0-1.fc27.x86_64/lib/AST/RecordLayoutBuilder.cpp:2964
2964if (const auto *RD = dyn_cast(D)) {
(gdb) bt
#0  clang::ASTContext::getASTRecordLayout (this=this@entry=0x8763c0,
D=, D@entry=0x2f7c5e0)
at
/usr/src/debug/clang-5.0.0-1.fc27.x86_64/lib/AST/RecordLayoutBuilder.cpp:2964
#1  0x750a362a in clang::ASTContext::getTypeInfoImpl
(this=this@entry=0x8763c0, T=0x2f7c6e0) at
/usr/src/debug/clang-5.0.0-1.fc27.x86_64/lib/AST/ASTContext.cpp:1872
#2  0x7509b325 in clang::ASTContext::getTypeInfo (this=0x8763c0,
T=) at
/usr/src/debug/clang-5.0.0-1.fc27.x86_64/lib/AST/ASTContext.cpp:1612
#3  0x7761d0de in clang::ASTContext::getTypeInfo (this=0x8763c0, T=...)
at /usr/include/clang/AST/ASTContext.h:1918
#4  0x7761d103 in clang::ASTContext::getTypeSize (this=0x8763c0, T=...)
at /usr/include/clang/AST/ASTContext.h:1924
#5  0x7763e077 in InefficientQListBase::VisitDecl (this=0x885320,
decl=0x2f7c9a8) at /u/u3/gnu/clazy/src/checks/inefficientqlistbase.cpp:99
#6  0x776691a0 in ClazyASTConsumer::VisitDecl (this=0x860850,
decl=0x2f7c9a8) at /u/u3/gnu/clazy/src/Clazy.cpp:104
#7  0x7769c762 in
clang::RecursiveASTVisitor::WalkUpFromDecl (this=0x860850,
D=0x2f7c9a8) at /usr/include/clang/AST/RecursiveASTVisitor.h:483
#8  0x776a6b4a in
clang::RecursiveASTVisitor::WalkUpFromNamedDecl
(this=0x860850, D=0x2f7c9a8) at /usr/include/clang/AST/DeclNodes.inc:95
#9  0x776aae5a in
clang::RecursiveASTVisitor::WalkUpFromValueDecl
(this=0x860850, D=0x2f7c9a8) at /usr/include/clang/AST/DeclNodes.inc:355
#10 0x776aaf42 in
clang::RecursiveASTVisitor::WalkUpFromDeclaratorDecl
(this=0x860850, D=0x2f7c9a8) at /usr/include/clang/AST/DeclNodes.inc:365
#11 0x7768ec52 in
clang::RecursiveASTVisitor::WalkUpFromVarDecl (this=0x860850,
D=0x2f7c9a8) at /usr/include/clang/AST/DeclNodes.inc:441
#12 0x7768efa6 in
clang::RecursiveASTVisitor::WalkUpFromParmVarDecl
(this=0x860850, D=0x2f7c9a8) at /usr/include/clang/AST/DeclNodes.inc:463
#13 0x77683ee6 in
clang::RecursiveASTVisitor::TraverseParmVarDecl
(this=0x860850, D=0x2f7c9a8) at
/usr/include/clang/AST/RecursiveASTVisitor.h:2026
#14 0x7767a82c in
clang::RecursiveASTVisitor::TraverseDecl (this=0x860850,
D=0x2f7c9a8) at /usr/include/clang/AST/DeclNodes.inc:463
#15 0x7769e33a in
clang::RecursiveASTVisitor::TraverseFunctionProtoTypeLoc
(this=0x860850, TL=...)
at /usr/include/clang/AST/RecursiveASTVisitor.h:1214
#16 0x7768a7c5 in
clang::RecursiveASTVisitor::TraverseTypeLoc (this=0x860850,
TL=...) at /usr/include/clang/AST/TypeNodes.def:79
#17 0x7768e5b6 in
clang::RecursiveASTVisitor::TraverseFunctionHelper
(this=0x860850, D=0x2f7ce60) at
/usr/include/clang/AST/RecursiveASTVisitor.h:1937
#18 0x77683364 in
clang::RecursiveASTVisitor::TraverseCXXConstructorDecl
(this=0x860850, D=0x2f7ce60)
at /usr/include/clang/AST/RecursiveASTVisitor.h:1982
#19 0x7767a661 in
clang::RecursiveASTVisitor::TraverseDecl (this=0x860850,
D=0x2f7ce60) at /usr/include/clang/AST/DeclNodes.inc:403
#20 0x7768a351 in
clang::RecursiveASTVisitor::TraverseDeclContextHelper
(this=0x860850, DC=0x2f7b2d8)

[clazy] [Bug 389360] [PATCH] Fix crash in inefficientqlistbase.cpp checking to use QVector instead of QList

2018-01-23 Thread William Bader
https://bugs.kde.org/show_bug.cgi?id=389360

William Bader  changed:

   What|Removed |Added

 CC||williamba...@hotmail.com

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

[kwin] [Bug 389117] GTK3 apps started with GDK_BACKEND=wayland have incorrect or inconsistent decorations

2018-01-23 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=389117

--- Comment #12 from Kyle Devir  ---
Ah, now I understand.

Sorry for the confusion. New bug report time! :)

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

[plasmashell] [Bug 348043] Maximized windows are covered by plasma panel in "always visible mode".

2018-01-23 Thread Dennis Schridde
https://bugs.kde.org/show_bug.cgi?id=348043

Dennis Schridde  changed:

   What|Removed |Added

 CC||devuran...@gmx.net

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

[digikam] [Bug 389355] digikam crash during metadata refresh if you at same time create an new album

2018-01-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=389355

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

   What|Removed |Added

 CC||caulier.gil...@gmail.com

--- Comment #1 from caulier.gil...@gmail.com ---
1/ Your baktrace do not provide any debug symbols. Run digiKam in GDB to
provide more information to hack. See this page for details :

https://www.digikam.org/contribute/

2/ Try to use last 5.8.0 release (Linux AppImage) to seeif bug is reproducible.

Gilles Caulier

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

[kwin] [Bug 389117] GTK3 apps started with GDK_BACKEND=wayland have incorrect or inconsistent decorations

2018-01-23 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=389117

--- Comment #11 from Martin Flöser  ---
We only track one issue with each bug report. I fixed the issue with
decorations around menus which was what I understood.

If there are further issues: please report a new bug report.

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

[kwin] [Bug 389352] Background contrast effect is not loaded after reboot

2018-01-23 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=389352

--- Comment #1 from Martin Flöser  ---
Please provide output of
qdbus org.kde.KWin /KWin supportInformation

from when the problem is visible

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

[Discover] [Bug 383413] Discover crashes in Transaction::isActive() during or after updating

2018-01-23 Thread thomi_ch
https://bugs.kde.org/show_bug.cgi?id=383413

thomi_ch  changed:

   What|Removed |Added

 CC||i...@win-soft.ch

--- Comment #35 from thomi_ch  ---
Hey all

I'm still facing same issue, here are the details:

Application: plasma-discover (5.8.8)

Qt Version: 5.6.1
Frameworks Version: 5.36.0
Operating System: Linux 4.4.0-112-generic x86_64
Distribution: Ubuntu 16.04.3 LTS

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

Open Discover, reload updates, run updates

The crash can be reproduced every time.

Backtrace, which is similar to original backtrace for this bug report:
https://paste.ubuntu.com/26448830/

Thanks for hints
thomi

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

[Falkon] [Bug 389356] [Wayland] Monitor turns off during video playback

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=389356

Nate Graham  changed:

   What|Removed |Added

 CC||pointedst...@zoho.com

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

[kwin] [Bug 389359] [Wayland] Remember window size

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=389359

Nate Graham  changed:

   What|Removed |Added

 CC||pointedst...@zoho.com

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

[frameworks-solid] [Bug 389358] Dolphin not showing Drives under "Devices" after solid update

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=389358

Nate Graham  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de,
   ||pointedst...@zoho.com

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

[kwin] [Bug 389117] GTK3 apps started with GDK_BACKEND=wayland have incorrect or inconsistent decorations

2018-01-23 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=389117

--- Comment #10 from Kyle Devir  ---
Martin, can this be reopened, as the submitted fix doesn't solve the sheer lack
of decorations for applications like Libreoffice (using the GTK3 VCL backend),
Darktable, RawTherapee, MyPaint, and the like.

They seem to use GTK3 differently to the official Gnome apps, in some manner.

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

[kwin] [Bug 389359] New: [Wayland] Remember window size

2018-01-23 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=389359

Bug ID: 389359
   Summary: [Wayland] Remember window size
   Product: kwin
   Version: 5.11.95
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: bugsefor...@gmx.com
  Target Milestone: ---

I don't know if it's a bug or a missing feature...

Under Wayland a window always has the same size when is opened.

Under X11 window size (maximized, unmaximized, manually resized) is remembered
on close and applied next time the window is opened.

Can we have under Wayland the same behavior from X11 please?

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

[korganizer] [Bug 374780] Huge memory usage just for the calendar with korgac and ical resource

2018-01-23 Thread Max
https://bugs.kde.org/show_bug.cgi?id=374780

--- Comment #7 from Max  ---
Gentoo. Korganizer ver 5.7.1, KDE Frameworks 5.42.0, Qt 5.9.3

I think my problem gained by same issue
I noticed my calendar on 1050 events got 6.5Mb when was added to korganizer
5.7.1
The ics file was filled with "RDATE;VALUE=DATE-TIME:" entries.
Earch event had timezone differed from UTC.
I deleted all akonadi files and configs, cleaned up the ics-file. One was
filled up again.
When I tried to add a calendar with UTC timezone events. The size of ics file
wasn't changed.
Now I looking up for a workaround this issue
I added sample files with UTC and non UTC timezone

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

[korganizer] [Bug 374780] Huge memory usage just for the calendar with korgac and ical resource

2018-01-23 Thread Max
https://bugs.kde.org/show_bug.cgi?id=374780

--- Comment #6 from Max  ---
Created attachment 110084
  --> https://bugs.kde.org/attachment.cgi?id=110084=edit
non UTC ics file

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

[korganizer] [Bug 374780] Huge memory usage just for the calendar with korgac and ical resource

2018-01-23 Thread Max
https://bugs.kde.org/show_bug.cgi?id=374780

--- Comment #5 from Max  ---
Created attachment 110083
  --> https://bugs.kde.org/attachment.cgi?id=110083=edit
UTC ics file

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

[korganizer] [Bug 374780] Huge memory usage just for the calendar with korgac and ical resource

2018-01-23 Thread Max
https://bugs.kde.org/show_bug.cgi?id=374780

--- Comment #4 from Max  ---
Created attachment 110082
  --> https://bugs.kde.org/attachment.cgi?id=110082=edit
start ics file

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

[frameworks-solid] [Bug 389358] Dolphin not showing Drives under "Devices" after solid update

2018-01-23 Thread Tony
https://bugs.kde.org/show_bug.cgi?id=389358

--- Comment #1 from Tony  ---
To clarify since i sort if repeated what the changes are and the not "Bug".

No drives are being shown, mounted or not, under "Devices". Before the Change i
used to see the drives under "Devices". This goes for hard drives and usb flash
drives.

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

[Powerdevil] [Bug 353463] RFE: Make use of iio-sensor-proxy

2018-01-23 Thread Sebastian Krzyszkowiak
https://bugs.kde.org/show_bug.cgi?id=353463

Sebastian Krzyszkowiak  changed:

   What|Removed |Added

 CC||k...@dosowisko.net

--- Comment #11 from Sebastian Krzyszkowiak  ---
I have written kded module for screen rotation already, tested with Yoga 2 Pro
and Yoga 900. Uses Plasma's OSD to show that the rotation is about to occur,
giving the user some time to cancel if he didn't mean to rotate and just tilted
the device a bit too much.

It should probably use KScreen instead of shell script to rotate the screen;
also "mediaPlayerVolumeChanged" may not be the best option for OSD :D The
script also hardcodes the touchscreen device name in order to keep it in sync
with rotation. So it's not exactly in upstreamable quality yet, but maybe
someone will find it useful :)

https://github.com/dos1/kded_rotation

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

[plasmashell] [Bug 356225] Panel moves to wrong screen when external monitor is connected

2018-01-23 Thread Michael Butash
https://bugs.kde.org/show_bug.cgi?id=356225

--- Comment #291 from Michael Butash  ---
I apologize if my words were strong, but this is a very sore topic with me. 
KDE has had persistent issues since 4.x making multi-monitor life hell, where
they marked them "will not fix", and opted to only do so in 5.x, where it
remains so.  KDE is still my favorite desktop, when it's not being entirely
unreasonable, and I use it on my laptop that usually only has 1 display, and
doesn't freak out too much with an uncommon second plugged into it.

Most people with real monitors will not notice this, as they handle DMPS power
down to not fully "unplug" to the video card, but the TV's I use, and a lot of
other bigger samsung "monitors" using HDMI I see now simply power off the port
that a computer doesn't know it's there anymore, and this is what utterly
freaks out KDE.  

Add 3 displays, and it gets very upset as I manually power them off, going from
3, to 2, to 1, to zero, and then back on going from 0, to 1, to 2, to 3.  This
is what seems to anger it off the most.  I've never seen anything useful in
logs that might indicate something easily to me, it seems just the behavioral
handling is defective.

If I had any such skill with development, I would try at least, but my forte is
more in network and infrastructure pieces.  All I can really do is use another
DE that works better, and try and let you know that people have given up on
yours for lack of resolution to issues like these.  

I'm sorry if not constructive enough, but otherwise let me know what I can
provide that might help resolve this, please.  I'm obviously not the only one
here either.

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

[frameworks-solid] [Bug 389358] New: Dolphin not showing Drives under "Devices" after solid update

2018-01-23 Thread Tony
https://bugs.kde.org/show_bug.cgi?id=389358

Bug ID: 389358
   Summary: Dolphin not showing Drives under "Devices" after solid
update
   Product: frameworks-solid
   Version: unspecified
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: lu...@kde.org
  Reporter: jodr...@live.com
CC: kdelibs-b...@kde.org
  Target Milestone: ---

Created attachment 110081
  --> https://bugs.kde.org/attachment.cgi?id=110081=edit
There should be 3 other disks shown under devices

If i am not mistaken, after this change:
https://cgit.kde.org/solid.git/commit/?id=1384f275ab2f1ad1841753ee163af6d1b0bb952b

Dolphin is not showing drives not mounted at boot time, under "Devices".
To allow Dolphin to show the drives again you need to edit the fstab so they
can be mounted at boot time for all the drives you want to be shown under
"Devices".

USB flash drives are not being detected as well.

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

[plasma4] [Bug 324342] random crash message

2018-01-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=324342

maninr...@yahoo.com changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

--- Comment #4 from maninr...@yahoo.com ---
(In reply to Nate Graham from comment #3)
> Plasma 4 has been unsupported for several years, and this doesn't see
> applicable to Plasma 5.

And you bumped this 5 years after it was posted... for what reason?  Yes KDE4
and plasma 4 are EOL.  I gave up on this a long time ago.  I am closing this
because dead bug report is dead.

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

[konsole] [Bug 198175] Konsole should set blur region for the new kwin effect

2018-01-23 Thread Alex Nemeth
https://bugs.kde.org/show_bug.cgi?id=198175

Alex Nemeth  changed:

   What|Removed |Added

 CC||alex.nemeth...@gmail.com

--- Comment #83 from Alex Nemeth  ---
I created 2 patches to add blur option.
One for Konsole (standalone only): https://phabricator.kde.org/D10015
One for Yakuake: https://phabricator.kde.org/D10063

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

[Discover] [Bug 389321] ApplicationPage is overwhelming with more than 3 screenshots at a time

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=389321

Nate Graham  changed:

   What|Removed |Added

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

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

[Discover] [Bug 389321] ApplicationPage is overwhelming with more than 3 screenshots at a time

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=389321

--- Comment #4 from Nate Graham  ---
Created attachment 110080
  --> https://bugs.kde.org/attachment.cgi?id=110080=edit
Awesome horizontal scrollview for screenshots

I think we can call this fixed as of today's commits to the Plasma/5.12 branch.
It's fantastic!

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

[umbrello] [Bug 389357] New: Font is always bold when model is opened, although default font is regular style

2018-01-23 Thread Robert Hairgrove
https://bugs.kde.org/show_bug.cgi?id=389357

Bug ID: 389357
   Summary: Font is always bold when model is opened, although
default font is regular style
   Product: umbrello
   Version: 2.23.3 (KDE Applications 17.08.3)
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: umbrello-de...@kde.org
  Reporter: c...@roberthairgrove.com
  Target Milestone: ---

In Umbrello, I select "Settings->Configure Umbrello UML Modeller", then under
"Font" I select "Ubunto Mono - Regular".

When I add a new class to a diagram, the font is correct. I save the file, open
it again, and all text is shown in bold except for any stereotypes. I click on
any class, choose "Properties->Font", and the default (regular) font is
selected. If I click "Cancel", the font remains OK; if I click "OK" or "Apply",
the font is changed to regular. Save the file, reopen, and all is shown in bold
(except for stereotypes).

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

[Falkon] [Bug 389356] New: [Wayland] Monitor turns off during video playback

2018-01-23 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=389356

Bug ID: 389356
   Summary: [Wayland] Monitor turns off during video playback
   Product: Falkon
   Version: unspecified
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: now...@gmail.com
  Reporter: bugsefor...@gmx.com
  Target Milestone: ---

Under Wayland session my monitor turns off when I play a video in youtube and
plasma reaches monitor power management timeout.
This problem does not occur under X11 session.

Tested with qupzilla 2.2.4 in plasma 5.11.5.

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

[dolphin] [Bug 303645] Would be nice to enable the "Date Taken" column view for photos or any other EXIF data

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=303645

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
  Latest Commit||https://commits.kde.org/dol
   ||phin/ea6a2424fb454eafb80a73
   ||1e5fdce4e4a50cb606

--- Comment #4 from Nate Graham  ---
Git commit ea6a2424fb454eafb80a731e5fdce4e4a50cb606 by Nathaniel Graham, on
behalf of Julian Schraner.
Committed on 23/01/2018 at 23:33.
Pushed by ngraham into branch 'master'.

Add option to sort for original date

Summary:
Takes the original date a photo was taken out of the data provided by Baloo &
makes it available to the user

{F5671033}

Test Plan:
- Works with a batch of time-tagged photos
- Can be hidden/shown/sorted like any other property

Reviewers: #dolphin, ngraham, elvisangelaccio

Reviewed By: #dolphin, ngraham, elvisangelaccio

Subscribers: elvisangelaccio, ngraham

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

M  +1-1src/kitemviews/kfileitemlistwidget.cpp
M  +1-0src/kitemviews/kfileitemmodel.cpp
M  +1-1src/kitemviews/kfileitemmodel.h
M  +1-0src/kitemviews/private/kbaloorolesprovider.cpp

https://commits.kde.org/dolphin/ea6a2424fb454eafb80a731e5fdce4e4a50cb606

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

[digikam] [Bug 389355] New: digikam crash during metadata refresh if you at same time create an new album

2018-01-23 Thread Axel Schmidt
https://bugs.kde.org/show_bug.cgi?id=389355

Bug ID: 389355
   Summary: digikam crash during metadata refresh if you at same
time create an new album
   Product: digikam
   Version: 5.6.0
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: digikam-bugs-n...@kde.org
  Reporter: a...@asc-computer.com
  Target Milestone: ---

Application: digikam (5.6.0)

Qt Version: 5.9.1
Frameworks Version: 5.38.0
Operating System: Linux 4.13.0-31-generic x86_64
Distribution: Ubuntu 17.10

-- Information about the crash:
First i started the maintenance -> refresh metadata and if you want during this
process create a new album digicam crashed every time

The crash can be reproduced every time.

-- Backtrace:
Application: digiKam (digikam), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fc641655380 (LWP 21347))]

Thread 16 (Thread 0x7fc583950700 (LWP 24109)):
#0  0x7fc639a4f072 in futex_wait_cancelable (private=,
expected=0, futex_word=0x564ca34eb070) at
../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  0x7fc639a4f072 in __pthread_cond_wait_common (abstime=0x0,
mutex=0x564ca34eb020, cond=0x564ca34eb048) at pthread_cond_wait.c:502
#2  0x7fc639a4f072 in __pthread_cond_wait (cond=0x564ca34eb048,
mutex=0x564ca34eb020) at pthread_cond_wait.c:655
#3  0x7fc63d8726cb in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x7fc63fef1074 in Digikam::ActionThreadBase::run() () at
/usr/lib/digikam/libdigikamcore.so.5.6.0
#5  0x7fc63d87129d in  () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x7fc639a487fc in start_thread (arg=0x7fc583950700) at
pthread_create.c:465
#7  0x7fc63cb88b5f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 15 (Thread 0x7fc5817fa700 (LWP 24100)):
#0  0x7fc639a4f072 in futex_wait_cancelable (private=,
expected=0, futex_word=0x7fc5fc087b00) at
../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  0x7fc639a4f072 in __pthread_cond_wait_common (abstime=0x0,
mutex=0x7fc5fc087ab0, cond=0x7fc5fc087ad8) at pthread_cond_wait.c:502
#2  0x7fc639a4f072 in __pthread_cond_wait (cond=0x7fc5fc087ad8,
mutex=0x7fc5fc087ab0) at pthread_cond_wait.c:655
#3  0x7fc63d8726cb in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x7fc63fef1074 in Digikam::ActionThreadBase::run() () at
/usr/lib/digikam/libdigikamcore.so.5.6.0
#5  0x7fc63d87129d in  () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x7fc639a487fc in start_thread (arg=0x7fc5817fa700) at
pthread_create.c:465
#7  0x7fc63cb88b5f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 14 (Thread 0x7fc5a99fa700 (LWP 24034)):
#0  0x7fc639a4f072 in futex_wait_cancelable (private=,
expected=0, futex_word=0x564ca05c1970) at
../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  0x7fc639a4f072 in __pthread_cond_wait_common (abstime=0x0,
mutex=0x564ca05c1920, cond=0x564ca05c1948) at pthread_cond_wait.c:502
#2  0x7fc639a4f072 in __pthread_cond_wait (cond=0x564ca05c1948,
mutex=0x564ca05c1920) at pthread_cond_wait.c:655
#3  0x7fc63d8726cb in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x7fc63fef1074 in Digikam::ActionThreadBase::run() () at
/usr/lib/digikam/libdigikamcore.so.5.6.0
#5  0x7fc63d87129d in  () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x7fc639a487fc in start_thread (arg=0x7fc5a99fa700) at
pthread_create.c:465
#7  0x7fc63cb88b5f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 13 (Thread 0x7fc5827fc700 (LWP 24006)):
#0  0x7fc63cb82a49 in syscall () at
../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x7fc63d8688c5 in QBasicMutex::lockInternal() () at
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#2  0x7fc63d868c23 in  () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#3  0x7fc63d4a5c54 in Digikam::CoreDbAccess::CoreDbAccess() () at
/usr/lib/digikam/libdigikamdatabase.so.5.6.0
#4  0x7fc640e40147 in  () at /usr/lib/digikam/libdigikamgui.so.5.6.0
#5  0x7fc640d707f3 in  () at /usr/lib/digikam/libdigikamgui.so.5.6.0
#6  0x7fc63d86d581 in  () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#7  0x7fc63d87129d in  () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#8  0x7fc639a487fc in start_thread (arg=0x7fc5827fc700) at
pthread_create.c:465
#9  0x7fc63cb88b5f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 12 (Thread 0x7fc582ffd700 (LWP 21367)):
#0  0x7fc632f0f0ba in  () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x7fc632f115db in g_main_context_prepare () at
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  

[kwin] [Bug 389337] Several issues with mouse pointer

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=389337

Nate Graham  changed:

   What|Removed |Added

 CC||pointedst...@zoho.com

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

[Breeze] [Bug 389351] Look and feel theme is not immediately applied to "Get new looks..." button

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=389351

Nate Graham  changed:

   What|Removed |Added

 CC||pointedst...@zoho.com

--- Comment #2 from Nate Graham  ---
We'll need to move to QQC2 eventually anyway because of the text bug that's
visible in the screenshot.

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

[plasma4] [Bug 160861] add a recently used apps plasmoid

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=160861

Nate Graham  changed:

   What|Removed |Added

 CC||pointedst...@zoho.com
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #2 from Nate Graham  ---
Plasma 4 has been unsupported for several years, and I'm afraid this isn't
relevant to Plasma 5.

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

[plasma4] [Bug 274309] no longer able to add launchers to panel from menu

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=274309

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|CONFIRMED   |RESOLVED
 CC||pointedst...@zoho.com

--- Comment #3 from Nate Graham  ---
Plasma 4 has been unsupported for several years, and I'm afraid this isn't
relevant to Plasma 5.

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

[plasma4] [Bug 275111] plasma panel is too short and too transparent

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=275111

Nate Graham  changed:

   What|Removed |Added

 CC||pointedst...@zoho.com
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

--- Comment #3 from Nate Graham  ---
This is a theme issue; themes determine attributes like transparency, and you
can resize the panel to make it taller. Also, Plasma 4 has been unsupported for
several years.

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

[plasma4] [Bug 311959] empty white space appears when adding icon

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=311959

Nate Graham  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |UNMAINTAINED
 CC||pointedst...@zoho.com

--- Comment #2 from Nate Graham  ---
Plasma 4 has been unsupported for several years. Please file a new bug if the
issue persists in a recent version of Plasma 5. Thanks!

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

[plasma4] [Bug 312326] Display Custom Title

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=312326

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|UNCONFIRMED |RESOLVED
 CC||pointedst...@zoho.com

--- Comment #1 from Nate Graham  ---
Plasma 4 has been unsupported for several years. Please open a new bug if the
issue persists in a recent version of Plasma 5. Thanks!

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

[plasma4] [Bug 313658] Excessive margin/padding on taskbar entries is a usability problem

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=313658

Nate Graham  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |UNMAINTAINED
 CC||pointedst...@zoho.com

--- Comment #2 from Nate Graham  ---
Plasma 4 has been unsupported for several years. Please file a new bug if the
issue persists in Plasma 5. Thanks!

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

[plasma4] [Bug 313403] panel in front of full screen applications

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=313403

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 CC||pointedst...@zoho.com

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


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

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

[plasma4] [Bug 323230] windows (maximized) are going under the vertical panel on dual screen setup

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=323230

Nate Graham  changed:

   What|Removed |Added

 CC||yngve.levin...@gmail.com

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

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

[plasma4] [Bug 309767] Since update to 4.9.3 KDE SC version, the size of Plasma Panel icons don't change gradually when you resize the Panel

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=309767

Nate Graham  changed:

   What|Removed |Added

 CC||pointedst...@zoho.com
 Resolution|--- |UNMAINTAINED
 Status|CONFIRMED   |RESOLVED

--- Comment #32 from Nate Graham  ---
Ivan's workaround is still valid in Plasma 5, and Plasma 4 has been unsupported
for several years.

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

[plasma4] [Bug 313731] panel configuration is inadequate and counter-intuitive

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=313731

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|UNCONFIRMED |RESOLVED
 CC||pointedst...@zoho.com

--- Comment #1 from Nate Graham  ---
Plasma 4 has been unsupported for several years, but panel management has been
simplified in Plasma 5.

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

[plasmashell] [Bug 315039] Inconsistent panel launcher icon sizes depending on how you create the launcher

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=315039

Nate Graham  changed:

   What|Removed |Added

Version|4.10.0  |master
Summary|Inconsistent panel launcher |Inconsistent panel launcher
   |icon sizes  |icon sizes depending on how
   ||you create the launcher
 CC||pointedst...@zoho.com
Product|plasma4 |plasmashell
  Component|panel   |Panel
 Status|UNCONFIRMED |CONFIRMED
   Target Milestone|--- |1.0
 Ever confirmed|0   |1

--- Comment #1 from Nate Graham  ---
Confirmed, still happens in Plasma 5.

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

[plasma4] [Bug 314343] [new feature request] hide panel if current window is maximalized, unhide when is not - new panel visability setting

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=314343

Nate Graham  changed:

   What|Removed |Added

 CC||pointedst...@zoho.com
 Resolution|--- |UNMAINTAINED
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Nate Graham  ---
That's what full screen mode does; you can just use that to get the desired
behavior. Also, Plasma 4 has been unsupported for several years.

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

[plasma4] [Bug 311529] heigth of panel changes after third party application changes display resolution eq opengl game

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=311529

Nate Graham  changed:

   What|Removed |Added

 CC||pointedst...@zoho.com
 Resolution|--- |UNMAINTAINED
 Status|CONFIRMED   |RESOLVED

--- Comment #8 from Nate Graham  ---
Plasma 4 has been unsupported for several years, and this should be fixed now
in Plasma 5. If anyone can reproduce the issue in a recent version of Plasma 5,
please file a new bug. Thanks!

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

[plasma4] [Bug 314552] Panel has wrong size after start

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=314552

Nate Graham  changed:

   What|Removed |Added

 CC||pointedst...@zoho.com
 Resolution|--- |UNMAINTAINED
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Nate Graham  ---
Plasma 4 has been unsupported for several years. If you can reproduce this in
Plasma 5, please file a new bug. Thanks!

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

[plasma4] [Bug 311529] heigth of panel changes after third party application changes display resolution eq opengl game

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=311529

Nate Graham  changed:

   What|Removed |Added

 CC||schmakeri...@gmail.com

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

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

[plasma4] [Bug 315054] Incorrect panel size after changing resolution

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=315054

Nate Graham  changed:

   What|Removed |Added

 CC||pointedst...@zoho.com
 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #7 from Nate Graham  ---


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

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

[plasma4] [Bug 311529] heigth of panel changes after third party application changes display resolution eq opengl game

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=311529

Nate Graham  changed:

   What|Removed |Added

 CC||calz...@gmail.com

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

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

[plasma4] [Bug 344917] Panel is resized incorrectly when fullscreen game exits

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=344917

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 CC||pointedst...@zoho.com

--- Comment #2 from Nate Graham  ---


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

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

[plasma4] [Bug 314968] Auto-hidden panel pops up for no reason

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=314968

Nate Graham  changed:

   What|Removed |Added

 CC||pointedst...@zoho.com
 Resolution|--- |UNMAINTAINED
 Status|UNCONFIRMED |RESOLVED

--- Comment #3 from Nate Graham  ---
Plasma 4 has been unsupported for several years. Please file a new bug if it
still happens in a recent version of Plasma 5.

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

[plasma4] [Bug 182851] More plasma like buttons/dialog

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=182851

Nate Graham  changed:

   What|Removed |Added

 CC||pointedst...@zoho.com
 Resolution|--- |UNMAINTAINED
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Nate Graham  ---
Plasma 4 has been unsupported for several years, and this is so broad as to be
un-actionable, I'm afraid.

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

[plasma4] [Bug 202674] Extend the trigger radius of the panel glow

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=202674

Nate Graham  changed:

   What|Removed |Added

 CC||pointedst...@zoho.com
 Resolution|--- |UNMAINTAINED
 Status|CONFIRMED   |RESOLVED

--- Comment #1 from Nate Graham  ---
Plasma 4 has been unsupported for several years, and the Plasma 5 panel doesn't
glow.

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

[plasma4] [Bug 211567] Allow disabling glow indicator for hidden panels

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=211567

Nate Graham  changed:

   What|Removed |Added

 CC||pointedst...@zoho.com
 Resolution|--- |UNMAINTAINED
 Status|CONFIRMED   |RESOLVED

--- Comment #2 from Nate Graham  ---
Plasma 4 has been unsupported for several years, and the Plasma 5 panel doesn't
glow.

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

[plasma4] [Bug 216773] Add Plasma panels animations

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=216773

Nate Graham  changed:

   What|Removed |Added

 CC||pointedst...@zoho.com
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #1 from Nate Graham  ---
Plasma 4 has been unsupported for several years.

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

[plasma4] [Bug 243591] 'Scrolling' on the panels

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=243591

Nate Graham  changed:

   What|Removed |Added

 CC||pointedst...@zoho.com
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #3 from Nate Graham  ---
Plasma 4 has been unsupported for several years, and the proposed feature would
be a confusing usability nightmare for most people.

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

[plasma4] [Bug 190618] add smooth animation when moving widgets in the panel

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=190618

Nate Graham  changed:

   What|Removed |Added

 CC||pointedst...@zoho.com
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #2 from Nate Graham  ---
Plasma 4 has been unsupported for several years, and the Plasma 5 panel now has
this.

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

[plasma4] [Bug 270518] dynamically auto colour panels to reflect visible windows

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=270518

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|UNCONFIRMED |RESOLVED
 CC||pointedst...@zoho.com

--- Comment #1 from Nate Graham  ---
Plasma 4 has been unsupported for several years, and this doesn't really match
the Plasma 5 Breeze aesthetic.

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

[plasma4] [Bug 272383] Request: online accounts management similar to Unity/Gnome

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=272383

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|UNCONFIRMED |RESOLVED
 CC||pointedst...@zoho.com

--- Comment #1 from Nate Graham  ---
N/A; the feature no longer exists in the same form in GNOME (and Unity is now
dead), and you can basically get the same thing from a Plasma 5 status icon.

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

[plasma4] [Bug 300031] Panel needs the capability of rearranging application launcher on the panel to suit user requirements.

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=300031

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|UNCONFIRMED |RESOLVED
 CC||pointedst...@zoho.com

--- Comment #4 from Nate Graham  ---
This probably worked in Plasma 4 (which is now unsupported), and it certainly
works in Plasma 5 (I do it all the time). If you can reproduce this issue in
Plasma 5, please open a new bug.

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

[plasmashell] [Bug 186739] Specify panel width & height by entering a value

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=186739

Nate Graham  changed:

   What|Removed |Added

   Target Milestone|--- |1.0
Version|unspecified |master
Summary|Specify panel width by  |Specify panel width &
   |entering a value|height by entering a value
 CC||pointedst...@zoho.com
  Component|panel   |Panel
Product|plasma4 |plasmashell

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

[kdelibs] [Bug 179042] KSelectionWatcher doesn't notice composite turned on or off

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=179042

Nate Graham  changed:

   What|Removed |Added

 CC||williancen...@gmail.com

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

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

[plasmashell] [Bug 364766] Graphics distorted after suspend/resume with nvidia

2018-01-23 Thread Joe
https://bugs.kde.org/show_bug.cgi?id=364766

--- Comment #15 from Joe  ---
Is there a QT bug for this, too? If so and it helps I can comment/add the
information from here to it. Also, anything else that might help getting this
fixed that I can help out with, let me know (testing/etc?).

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

[plasma4] [Bug 314740] panel blur effect transparency randomly stops working

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=314740

Nate Graham  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |DUPLICATE
 CC||pointedst...@zoho.com

--- Comment #11 from Nate Graham  ---


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

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

[plasma4] [Bug 324342] random crash message

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=324342

Nate Graham  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |UNMAINTAINED
 CC||pointedst...@zoho.com

--- Comment #3 from Nate Graham  ---
Plasma 4 has been unsupported for several years, and this doesn't see
applicable to Plasma 5.

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

[plasma4] [Bug 223372] The panel cannot be made opaque

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=223372

Nate Graham  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |INVALID
 CC||pointedst...@zoho.com

--- Comment #2 from Nate Graham  ---
See above comment.

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

[plasmashell] [Bug 356225] Panel moves to wrong screen when external monitor is connected

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=356225

Nate Graham  changed:

   What|Removed |Added

 CC||kdeb...@rmrf.nl

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

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

[plasma4] [Bug 327524] Plasma relocates bottom-docked panels on top of each other when secondary screen is disconnected

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=327524

Nate Graham  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||pointedst...@zoho.com

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


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

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

[plasma4] [Bug 331683] When panel applets crash, they don't come back when KDE is restarted

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=331683

Nate Graham  changed:

   What|Removed |Added

 CC||pointedst...@zoho.com
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #1 from Nate Graham  ---
Plasma 4 has been unsupported for several years. Haven't seen this happen in
Plasma 5.

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

[plasma4] [Bug 335580] Plugging in a second monitor, after starting plasma, which has a panel, breaks "panel settings"

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=335580

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|UNCONFIRMED |RESOLVED
 CC||pointedst...@zoho.com

--- Comment #1 from Nate Graham  ---
Plasma 4 has been unsupported for several years. If this reproduces in Plasma
5, please re-open and set the product to "plasmashell | panel"

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

[plasma4] [Bug 335475] FR: panel and widget settings should be saved

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=335475

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|UNCONFIRMED |RESOLVED
 CC||pointedst...@zoho.com

--- Comment #1 from Nate Graham  ---
Plasma 4 has been unsupported for several years. If you think this feature
should come to Plasma 5, please file a new bug.

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

[plasma4] [Bug 338035] panel wrong position on external screen

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=338035

Nate Graham  changed:

   What|Removed |Added

 CC||pointedst...@zoho.com
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

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


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

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

[plasmashell] [Bug 356225] Panel moves to wrong screen when external monitor is connected

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=356225

Nate Graham  changed:

   What|Removed |Added

 CC||martin+...@serafean.cz

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

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

[plasma4] [Bug 323230] windows (maximized) are going under the vertical panel on dual screen setup

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=323230

Nate Graham  changed:

   What|Removed |Added

 CC||b...@bayz.de

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

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

[plasma4] [Bug 337792] If Plasma panel is positioned in between two screens it should not offer the option to be always visible

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=337792

Nate Graham  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||pointedst...@zoho.com

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


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

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

[plasma4] [Bug 319410] Make panels (dual) monitor aware

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=319410

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|CONFIRMED   |RESOLVED
 CC||pointedst...@zoho.com

--- Comment #15 from Nate Graham  ---


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

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

[plasma4] [Bug 323230] windows (maximized) are going under the vertical panel on dual screen setup

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=323230

Nate Graham  changed:

   What|Removed |Added

 CC||cyberan...@gmail.com

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

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

[plasma4] [Bug 345566] Panel is ignored by windows when located between two screens

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=345566

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 CC||pointedst...@zoho.com

--- Comment #3 from Nate Graham  ---


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

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

[plasma4] [Bug 323230] windows (maximized) are going under the vertical panel on dual screen setup

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=323230

Nate Graham  changed:

   What|Removed |Added

 CC||deniss.samc...@gmail.com

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

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

[plasma4] [Bug 323230] windows (maximized) are going under the vertical panel on dual screen setup

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=323230

Nate Graham  changed:

   What|Removed |Added

 CC||galga...@hotmail.com

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

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

[plasma4] [Bug 345950] "Panel settings" area immediately disappears after opening in multi-monitor setup

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=345950

Nate Graham  changed:

   What|Removed |Added

 CC||pointedst...@zoho.com
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #5 from Nate Graham  ---


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

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

[plasmashell] [Bug 263562] initial height should be based upon both resolution and total screen height

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=263562

Nate Graham  changed:

   What|Removed |Added

 CC||pointedst...@zoho.com
  Component|panel   |Panel
Product|plasma4 |plasmashell
   Target Milestone|--- |1.0
Version|unspecified |master

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

[plasma4] [Bug 346376] Multi monitor:application maximization ignores the panel.

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=346376

Nate Graham  changed:

   What|Removed |Added

 CC||pointedst...@zoho.com
 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

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


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

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

[plasma4] [Bug 323230] windows (maximized) are going under the vertical panel on dual screen setup

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=323230

Nate Graham  changed:

   What|Removed |Added

 CC||mkamenja...@gmail.com

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

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

[digikam] [Bug 233063] Add progress indicator when moving or copy files [patch]

2018-01-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=233063

--- Comment #7 from caulier.gil...@gmail.com ---
I just tested the patch with master and sound working fine here.

Gilles

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

[kdelibs] [Bug 339285] System Settings crashes while resizing window or scrolling to bottom

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=339285

Nate Graham  changed:

   What|Removed |Added

 CC||aswo...@gmail.com

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

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

[plasma4] [Bug 350494] clicking wifi icon on panel crashes plasma

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=350494

Nate Graham  changed:

   What|Removed |Added

 CC||pointedst...@zoho.com
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #4 from Nate Graham  ---


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

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

[kdelibs] [Bug 339285] System Settings crashes while resizing window or scrolling to bottom

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=339285

Nate Graham  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |UNMAINTAINED
 CC||pointedst...@zoho.com

--- Comment #3 from Nate Graham  ---
Plasma 4 has been unsupported for several years.

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

[plasma4] [Bug 350895] system tray - 2 identical icons - 2 different apps

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=350895

Nate Graham  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |UNMAINTAINED
 CC||pointedst...@zoho.com

--- Comment #3 from Nate Graham  ---
Plasma 4 has been unsupported for several years. Please open a new bug is you
can reproduce this in Plasma 5.

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

[plasma4] [Bug 346947] Panel crashed while adding System Tray widget

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=346947

Nate Graham  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |UNMAINTAINED
 CC||pointedst...@zoho.com

--- Comment #1 from Nate Graham  ---
Plasma 4 has been unsupported for several years.

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

[plasmashell] [Bug 348043] Maximized windows are covered by plasma panel in "always visible mode".

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=348043

Nate Graham  changed:

   What|Removed |Added

 CC||cs...@bxabi.com

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

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

[umbrello] [Bug 384385] Segmentation fault when moving class in classdiagram

2018-01-23 Thread mickeyak
https://bugs.kde.org/show_bug.cgi?id=384385

mickeyak  changed:

   What|Removed |Added

 CC||micky...@gmail.com

--- Comment #1 from mickeyak  ---
I have tried to reproduce this on the current master version 2.24.70-ee85974d6
and there is no crash.

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

[kdeconnect] [Bug 389354] New: When shared via Androids sharing menu file is only sent partially

2018-01-23 Thread rugk
https://bugs.kde.org/show_bug.cgi?id=389354

Bug ID: 389354
   Summary: When shared via Androids sharing menu file is only
sent partially
   Product: kdeconnect
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: common
  Assignee: albertv...@gmail.com
  Reporter: 7429c...@opayq.com
  Target Milestone: ---

STR:
1. I've made a screencast on Android. (4.3 MB)
2. Use Android share menu to share it with "KDE Connect".
3. Choose device.

(Actually, I first had to re-pair the devices, i.e. accept the new connection,
but I'd guess it also works like this.)

What happens:
4.2 of 4.3 MB were sent. The file name ended in .part.
The file is corrupted (because not completely sent).

That happens with each file I tested, always reproducible.

What should happen:
Send full file.

Mobile:
LineageOS 14.1 (Android 7)

Desktop:
KDE Connect v1.2-1.fc27
on GNOME
on Fedora 27

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

[plasma4] [Bug 323230] windows (maximized) are going under the vertical panel on dual screen setup

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=323230

Nate Graham  changed:

   What|Removed |Added

 CC||pointedst...@zoho.com
 Resolution|--- |DUPLICATE
 Status|CONFIRMED   |RESOLVED

--- Comment #58 from Nate Graham  ---


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

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

[plasmashell] [Bug 348043] Maximized windows are covered by plasma panel in "always visible mode".

2018-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=348043

Nate Graham  changed:

   What|Removed |Added

 CC||pointedst...@zoho.com

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

[umbrello] [Bug 389353] New: Naming of new datatypes

2018-01-23 Thread Robert Hairgrove
https://bugs.kde.org/show_bug.cgi?id=389353

Bug ID: 389353
   Summary: Naming of new datatypes
   Product: umbrello
   Version: 2.23.3 (KDE Applications 17.08.3)
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: umbrello-de...@kde.org
  Reporter: c...@roberthairgrove.com
  Target Milestone: ---

When I create a new datatype by selecting the toolbar icon and clicking in the
diagram, I am presented with a dialog so that I can give it a new name. For
C++, I try "size_t" and "uint64_t". Both times, Umbrello complains that those
are "reserved keywords for the language of the configured code generator".

However, if I give it another name which is accepted, I can right-click on the
icon and choose "Change name...". Then it is OK when I call it "size_t", etc.

Either there should be no warning at all, or there should be a warning both
times. Can I ignore the warning if I never do code generation? I only use UML
for documentation purposes, anyway.

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

  1   2   3   >