[kdeconnect] [Bug 393448] Lock the pc when you walk away (dynamic lock)

2024-01-15 Thread David Zaslavsky
https://bugs.kde.org/show_bug.cgi?id=393448

David Zaslavsky  changed:

   What|Removed |Added

 CC||diaz...@ellipsix.net

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

[amarok] [Bug 377370] On screen display shows volume instead of the song when using command line arguments to switch the song.

2022-11-19 Thread David Zaslavsky
https://bugs.kde.org/show_bug.cgi?id=377370

--- Comment #5 from David Zaslavsky  ---
I'm not the submitter, I left the second comment. I don't normally use Amarok
anymore since it's no longer in the Gentoo package repository, but if I have a
chance within the next couple weeks I'll try to install it directly from the
source (https://invent.kde.org/multimedia/amarok) and see if I can reproduce
the issue. (I can't promise anything though.)

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

[frameworks-kwidgetsaddons] [Bug 378523] KFontRequester: Fonts are saved with face name preventing bold/italic to work

2017-12-24 Thread David Zaslavsky
https://bugs.kde.org/show_bug.cgi?id=378523

David Zaslavsky  changed:

   What|Removed |Added

 CC||diaz...@ellipsix.net

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

[amarok] [Bug 377370] On screen display shows volume instead of the song when using command line arguments to switch the song.

2017-03-31 Thread David Zaslavsky
https://bugs.kde.org/show_bug.cgi?id=377370

David Zaslavsky  changed:

   What|Removed |Added

 CC||diaz...@ellipsix.net

--- Comment #1 from David Zaslavsky  ---
I'm experiencing the same issue. For me it occurs every time the song switches;
not only when using amarok -r or amarok -f, but also when I push the
previous/next buttons in the main Amarok window, when I use the corresponding
commands from the Amarok menu, and when I use them from the tray icon's popup
menu. It also happens when one song ends and the next begins, even without
clicking any buttons.

Here is the diagnostic info from the help menu, in case it's useful:

---

Amarok Diagnostics

General Information:
   Amarok Version: 2.8.90
   KDE Version: 4.14.29
   Qt Version: 4.8.7
   Phonon Version: 4.9.1
   Phonon Backend: VLC (0.9.1)
   PulseAudio: No

Enabled Scripts:
   Lyricwiki (.3)
   Librivox.org (2.0)
   Cool Streams (1.0)

Enabled Plugins:
   MySQL Collection (1.0)
   Universal Mass Storage Collection (1.0)
   AudioCd Collection (1.0)
   DAAP Collection (1.0)
   Clementine Importer (1.0)

Enabled Applets:
   Current Track
   Lyrics
   Albums

---

(I do have PulseAudio installed and Amarok appears to be using it for playback;
I'm not sure why it says "PulseAudio: no" in the diagnostic.)

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

[amarok] [Bug 377370] On screen display shows volume instead of the song when using command line arguments to switch the song.

2017-03-31 Thread David Zaslavsky
https://bugs.kde.org/show_bug.cgi?id=377370

--- Comment #2 from David Zaslavsky  ---
Oh, I forgot to mention that I'm seeing this behavior on Gentoo. Also, I'm
using KDE 5 as my primary desktop environment, with Plasma 5.9.4, Frameworks
5.32.0, and Qt 5.7.1, although the installed version of kdelibs is 4.14.29.

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

[ktorrent] [Bug 363852] Ktorrent no longer starts hidden in tray

2017-04-11 Thread David Zaslavsky
https://bugs.kde.org/show_bug.cgi?id=363852

David Zaslavsky  changed:

   What|Removed |Added

 CC||diaz...@ellipsix.net

--- Comment #1 from David Zaslavsky  ---
I'm experiencing the same issue, that KTorrent always starts up with a full
window, whereas I'd like it to start minimized in the tray. Unfortunately I'm
not familiar with the code base so I'm unlikely to be of much help fixing the
bug, but I suppose this is some kind of independent confirmation that it does
happen.

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

[kgpg] [Bug 254779] kgpg: prevent import of outdated keys

2016-07-17 Thread David Zaslavsky via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=254779

David Zaslavsky  changed:

   What|Removed |Added

 CC||diaz...@ellipsix.net

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


[kgpg] [Bug 254779] kgpg: prevent import of outdated keys

2016-07-20 Thread David Zaslavsky via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=254779

--- Comment #1 from David Zaslavsky  ---
Created attachment 100193
  --> https://bugs.kde.org/attachment.cgi?id=100193&action=edit
Patch that adds a checkbox to filter out invalid keys

I've made some progress on a patch for this issue. It adds a checkbox which
restricts the display to only valid keys when checked. Also, the label giving
the number of keys found now reflects how many are actually shown in the list.
The patch was prepared relative to revision 89cbf56.

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


[kgpg] [Bug 254779] kgpg: prevent import of outdated keys

2016-07-21 Thread David Zaslavsky via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=254779

--- Comment #3 from David Zaslavsky  ---
OK, I'll make those changes and try to submit the patch to Reviewboard once I'm
done.

I didn't change the storage model (the part that fails the "wtf test") because
I thought it best to limit my changes to those actually necessary to add the
feature. But since you mentioned it, I will look into changing the model, and
if it works out, I'll include both changes in the revised patch.

m_expiry was already declared as a private field of SearchResult; it was just
never used before.

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


[kgpg] [Bug 254779] kgpg: prevent import of outdated keys

2016-08-16 Thread David Zaslavsky via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=254779

--- Comment #5 from David Zaslavsky  ---
I've completed the new patches (subject to coding style cleanup or design
changes), incorporating the feedback from above. I wound up not changing the
code design of the model, but I did add some comments to explain why the model
used is preferable to alternatives, and I also refactored some code into
methods to make it less confusing. So I have two commits: one that implements
these preliminary changes, and another one that adds the key validity filtering
on top of that.

The thing is, as far as I can tell I can't upload the second patch to
Reviewboard because it's based on a commit that's not in the kgpg git
repository. Should I upload the first patch and wait for it to be reviewed and
added to the repository before submitting the next one, or submit one patch
with all the changes together, or upload one or both patches here, or something
else?

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


[kgpg] [Bug 254779] kgpg: prevent import of outdated keys

2016-08-17 Thread David Zaslavsky via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=254779

--- Comment #7 from David Zaslavsky  ---
OK, it's uploaded as review 128701.

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