[plasmashell] [Bug 483163] blank screen on lock screen activation when using breeze plasma style

2024-03-18 Thread Bruno Cornec
https://bugs.kde.org/show_bug.cgi?id=483163

Bruno Cornec  changed:

   What|Removed |Added

 CC||br...@victoria.frmug.org

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

[plasmashell] [Bug 423594] Notifications spike the CPU and consume extra memory when they appear; can freeze the system when many notifications are received all together

2020-12-29 Thread Bruno Cornec
https://bugs.kde.org/show_bug.cgi?id=423594

Bruno Cornec  changed:

   What|Removed |Added

 CC||br...@victoria.frmug.org

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

[plasmashell] [Bug 418442] Experiencing 100% cpu usage whenever a notification is present

2020-09-09 Thread Bruno Cornec
https://bugs.kde.org/show_bug.cgi?id=418442

--- Comment #9 from Bruno Cornec  ---
It's so regular that I've written this small script to restart it. If it can be
useful meanwhile (needs top):

#!/usr/bin/perl -w

use strict;

open(PIPE,"top -b -d 60 |") || die "Unable to execute top";
while () {
$_ =~ s/^ *//;
my @fields = split(/ +/,$_);
if ((defined $fields[13]) && ($fields[13] =~ /^\/bin\/plasmashell/)) {
# Does it use 100% ?
$fields[8] =~ s/,/./;
#print "CPU% : $fields[8]\n";
if ($fields[8] >= 100) {
print "Restarting plasmashell - ";
system("date");
system("pkill plasmashell");
system("/bin/plasmashell &");
}
}
}

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

[plasmashell] [Bug 418442] Experiencing 100% cpu usage whenever a notification is present

2020-06-14 Thread Bruno Cornec
https://bugs.kde.org/show_bug.cgi?id=418442

Bruno Cornec  changed:

   What|Removed |Added

 CC||br...@victoria.frmug.org

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

[plasmashell] [Bug 403235] plasmashell hang with 100% CPU when bad klipper history file

2020-06-14 Thread Bruno Cornec
https://bugs.kde.org/show_bug.cgi?id=403235

Bruno Cornec  changed:

   What|Removed |Added

 CC||br...@victoria.frmug.org

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

[plasmashell] [Bug 403091] plasmashell hangs randomly, 100% cpu usage

2020-06-14 Thread Bruno Cornec
https://bugs.kde.org/show_bug.cgi?id=403091

Bruno Cornec  changed:

   What|Removed |Added

 CC||br...@victoria.frmug.org

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

[tellico] [Bug 394343] Saving a CD does sometimes deselect it in the list instead of keeping it selected

2018-07-20 Thread Bruno Cornec
https://bugs.kde.org/show_bug.cgi?id=394343

--- Comment #7 from Bruno Cornec  ---
Thanks Robby ! Your patch fixes it for me and I'm back to the tellico we had
before ;-) Great work as usual.

I'm pushing it to Mageia updates for our community. Will update to 3.1.3 when
ready.

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

[tellico] [Bug 394343] Saving a CD does sometimes deselect it in the list instead of keeping it selected

2018-06-21 Thread Bruno Cornec
https://bugs.kde.org/show_bug.cgi?id=394343

--- Comment #4 from Bruno Cornec  ---
Created attachment 113483
  --> https://bugs.kde.org/attachment.cgi?id=113483=edit
Video showing the issue

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

[tellico] [Bug 394343] Saving a CD does sometimes deselect it in the list instead of keeping it selected

2018-06-10 Thread Bruno Cornec
https://bugs.kde.org/show_bug.cgi?id=394343

--- Comment #3 from Bruno Cornec  ---
I redo it just now to be sure of the sequence on my side:

I open tellico with my CD database
I select a CD in the main list
I go into the comment tab from the "Edit entry" window
I type my new comment here and press "save entry"
Then the line in the main window becomes bold as expected but in the entry
window instead of staying with the entry content (due to the fact the CD is
still selected), it's reset and I have nothing anymore, and the first tab is
shown instead of the comment tab. 
So I have to go in the main window to re-select the CD again (easy as it's the
bold one of course) and at that point the content re-appear in the "Edit entry"
window, I have to go back to the comment tab and continue to enter comments.

Hope this clarifies the issue described.
If you need my CD DB let me know.

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

[plasmashell] [Bug 381154] Certain notifications freeze plasma

2018-05-19 Thread Bruno Cornec
https://bugs.kde.org/show_bug.cgi?id=381154

--- Comment #25 from Bruno Cornec <br...@victoria.frmug.org> ---
Sorry wasn't clear :-( I'm running KDE 5.12.2 now under Mageia 6. The
distribution decided earlier in may to make a massive update of KDE/Plasma to
solve a lot of issues reported on the distro bugzilla.

I had very frequent freeze of plasmashell (and the eating 100% CPU) before that
round of updates which I'm not seeing anymore. It seems that it's much more
stable.

However, the bug mentioned in this BR and the method to make it appear is still
there, I'm still able to reproduce it (with plasma-desktop-5.12.2-1.mga6 &
plasma-workspace-5.12.2-1.mga6).

I has to be noted that I'm a very old user of KDE, with a home directory
maintained between updates, so I'm pretty sure this is due to an old entry in a
conf file somewhere that doesn't help here. No msg was clear enough however
when plasmashell crashes so that I could find a way to fix it myself.

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

[plasmashell] [Bug 381154] Certain notifications freeze plasma

2018-05-19 Thread Bruno Cornec
https://bugs.kde.org/show_bug.cgi?id=381154

--- Comment #23 from Bruno Cornec <br...@victoria.frmug.org> ---
FTR: since I rebooted after the big plasma/KDE updates from may, I have a very
stable environmenet in KDE since more than 40 hours. No plasmasheel hung,
nothing talink 100% CPU. So IMO, people should check again with an updated mga6
system as I think it should now work flawlessly for everybody.

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

[tellico] [Bug 394342] Images do not appear anymore in the main view

2018-05-17 Thread Bruno Cornec
https://bugs.kde.org/show_bug.cgi?id=394342

Bruno Cornec <br...@victoria.frmug.org> changed:

   What|Removed |Added

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

--- Comment #1 from Bruno Cornec <br...@victoria.frmug.org> ---
It seems this was linked to a KDE update that happened after I had launched
tellico which created that issue. 

After a reboot of the system (for another reason) everything seems back on
track. Sorry for the noise.

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

[tellico] [Bug 394343] New: Saving a CD does sometimes deselect it in the list instead of keeping it selected

2018-05-16 Thread Bruno Cornec
https://bugs.kde.org/show_bug.cgi?id=394343

Bug ID: 394343
   Summary: Saving a CD does sometimes deselect it in the list
instead of keeping it selected
   Product: tellico
   Version: 3.1.2
  Platform: Mageia RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: ro...@periapsis.org
  Reporter: br...@victoria.frmug.org
  Target Milestone: ---

When typing coments on a CD for example, I regularly save my content, (and then
save the full DB to be safe).

Before 3.1.1/3.1.2, IIRC, doing so, you were kept on the comment pane and the
CD you were editing was still selected, which was making additionas very easy.

Now you need to go back to the list, re-select the CD and re choose comment to
be able to continue with is a bit annoying.

However, there are some cases, where it doesn't work consistently like that,
but I'm not able to give you the set of steps to be in that configuration
easily.

However, most of the time after some usage for me it's like that.

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

[tellico] [Bug 394342] New: Images do not appear anymore in the main view

2018-05-16 Thread Bruno Cornec
https://bugs.kde.org/show_bug.cgi?id=394342

Bug ID: 394342
   Summary: Images do not appear anymore in the main view
   Product: tellico
   Version: 3.1.2
  Platform: Mageia RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: ro...@periapsis.org
  Reporter: br...@victoria.frmug.org
  Target Milestone: ---

Created attachment 112694
  --> https://bugs.kde.org/attachment.cgi?id=112694=edit
Capture showing image displayed AND not displayed in below main window

When looking at details for a CD in the main view, the iumage of the cover
isn't displayed anymore correctly, while it was working with previous versions
(3.1.1).

My images are stored as separate files if that's matters.

In the CD window, however for the cover, I have it displayed correctly.

Hopefully the attached screen shot will make the problem clear, if not please
tell me what I can give as additional details.

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

[tellico] [Bug 392457] Tellico 3.1.2 fails to compile with Qt 5.6.2

2018-03-28 Thread Bruno Cornec
https://bugs.kde.org/show_bug.cgi?id=392457

Bruno Cornec <br...@victoria.frmug.org> changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 CC||br...@victoria.frmug.org
 Ever confirmed|0   |1

--- Comment #2 from Bruno Cornec <br...@victoria.frmug.org> ---
I can confirm that you patch works fine as well on my mageia 6 distribution,
which also has QT 5.6.2. 

Thanks as it will allow us to update tellico ;-)

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

[tellico] [Bug 386549] Loss of icons after importing a CD with FreeDB

2017-11-05 Thread Bruno Cornec
https://bugs.kde.org/show_bug.cgi?id=386549

--- Comment #2 from Bruno Cornec <br...@victoria.frmug.org> ---
Created attachment 108717
  --> https://bugs.kde.org/attachment.cgi?id=108717=edit
Table without icons after import

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

[tellico] [Bug 386549] Loss of icons after importing a CD with FreeDB

2017-11-05 Thread Bruno Cornec
https://bugs.kde.org/show_bug.cgi?id=386549

--- Comment #1 from Bruno Cornec <br...@victoria.frmug.org> ---
Created attachment 108716
  --> https://bugs.kde.org/attachment.cgi?id=108716=edit
Import of a CD in Tellico 3.1

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

[tellico] [Bug 386549] New: Loss of icons after importing a CD with FreeDB

2017-11-05 Thread Bruno Cornec
https://bugs.kde.org/show_bug.cgi?id=386549

Bug ID: 386549
   Summary: Loss of icons after importing a CD with FreeDB
   Product: tellico
   Version: 3.1
  Platform: Mageia RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: ro...@periapsis.org
  Reporter: br...@victoria.frmug.org
  Target Milestone: ---

Created attachment 108715
  --> https://bugs.kde.org/attachment.cgi?id=108715=edit
Table with icons after launch

There is a regression with the 3.2 version of Tellico. After you'have imported
a CD from FreeDB with the import button, the CD is imported, but all icons
disappear. Saving and relaunching tellico fixes the issue.

Attached screenshots to demo this behaviour.

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

[tellico] [Bug 386548] New: The ID field now includes an icon in 3.1 compared to 3.0.2

2017-11-05 Thread Bruno Cornec
https://bugs.kde.org/show_bug.cgi?id=386548

Bug ID: 386548
   Summary: The ID field now includes an icon in 3.1 compared to
3.0.2
   Product: tellico
   Version: 3.1
  Platform: Mageia RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: ro...@periapsis.org
  Reporter: br...@victoria.frmug.org
  Target Milestone: ---

Created attachment 108714
  --> https://bugs.kde.org/attachment.cgi?id=108714=edit
table view with icons in double

I upgraded to tellico 3.1 and pushed the update to Mageia (Thanks Robby, for
this program I daily uses and is vital for me !)

It seems tere is a regression with this version compared to 3.0.2. In the table
area on the right, where columns are printed, now inside the ID column, (as
well as in the Title column) there is an icon. I don't think that's useful, as
now I have it twice (Cf screenshot).

Maybe the best approach would be to have an icon column that people could
display when and where they want instead of sticking it to a specific column.

Minor anyway.

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

[plasmashell] [Bug 381154] Certain notifications freeze plasma

2017-08-31 Thread Bruno Cornec
https://bugs.kde.org/show_bug.cgi?id=381154

Bruno Cornec <br...@victoria.frmug.org> changed:

   What|Removed |Added

 CC||br...@victoria.frmug.org

--- Comment #1 from Bruno Cornec <br...@victoria.frmug.org> ---
I'm able to reproduce this on the latest Mageia 6 Linux distro with the
following conf attached:

https://paste.kde.org/peehvdosf

Similar 1. 2. and 3. steps upper gives the same result.

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