[Discover] [Bug 466693] Discover checks for updates daily, regardless of the frequency set in the Software Sources dialog.

2024-05-08 Thread wazhai
https://bugs.kde.org/show_bug.cgi?id=466693

wazhai  changed:

   What|Removed |Added

 CC||waz...@protonmail.com

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

[Discover] [Bug 466693] Discover checks for updates daily, regardless of the frequency set in the Software Sources dialog.

2024-04-07 Thread Franz Trischberger
https://bugs.kde.org/show_bug.cgi?id=466693

--- Comment #11 from Franz Trischberger  ---
https://invent.kde.org/plasma/discover/-/blob/master/notifier/DiscoverNotifier.cpp#L128
if (earliestNextNotificationTime.isValid() && earliestNextNotificationTime >
QDateTime::currentDateTimeUtc()) {
return false;
}

Just an idea. In case earliestNextNotificationTime is NOT valid an updat
notification is triggered.
Played with python:

>>> from PyQt6.QtCore import QDateTime
>>> c = QDateTime.fromString("2024,4,7,12,36,49.994")
>>> c.isValid()
False

I could not figure out in a reasonable amount of time how this whole kconf
thing works and how it reads/writes DateTime objects, so this might turn out to
be wrong.

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

[Discover] [Bug 466693] Discover checks for updates daily, regardless of the frequency set in the Software Sources dialog.

2024-04-06 Thread Franz Trischberger
https://bugs.kde.org/show_bug.cgi?id=466693

Franz Trischberger  changed:

   What|Removed |Added

 CC||franz.trischber...@gmail.co
   ||m

--- Comment #10 from Franz Trischberger  ---
Same issue here on opensuse tumbleweed with plasma 6.0.3.
I've set it to weekly but discover comes up daily.
Previously I had discover deinstalled+blacklisted, update to plasma6 ignored
that blacklistingand installed it again.
I always manually updated the system, but wanted to give discover a chance.

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

[Discover] [Bug 466693] Discover checks for updates daily, regardless of the frequency set in the Software Sources dialog.

2023-10-05 Thread Anish
https://bugs.kde.org/show_bug.cgi?id=466693

Anish  changed:

   What|Removed |Added

 CC||anis...@yahoo.com

--- Comment #9 from Anish  ---
Same issue in Fedora - KDE.

Cant even find the option "Check for updates" to uncheck in mine.

Discover 5.27.8
KDE Framework 5.109.0
Qt 5.15.10

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

[Discover] [Bug 466693] Discover checks for updates daily, regardless of the frequency set in the Software Sources dialog.

2023-08-08 Thread Anael
https://bugs.kde.org/show_bug.cgi?id=466693

Anael  changed:

   What|Removed |Added

 CC||an...@anael.is

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

[Discover] [Bug 466693] Discover checks for updates daily, regardless of the frequency set in the Software Sources dialog.

2023-08-03 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=466693

--- Comment #8 from Nate Graham  ---
I think that's probably the same bug.

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

[Discover] [Bug 466693] Discover checks for updates daily, regardless of the frequency set in the Software Sources dialog.

2023-08-03 Thread Alexey
https://bugs.kde.org/show_bug.cgi?id=466693

--- Comment #7 from Alexey  ---
Can I add here that I have the same bug in Fedora which uses dnf as a package
manager instead of apt? Or should I create a new bug?

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

[Discover] [Bug 466693] Discover checks for updates daily, regardless of the frequency set in the Software Sources dialog.

2023-08-03 Thread Alexey
https://bugs.kde.org/show_bug.cgi?id=466693

Alexey  changed:

   What|Removed |Added

 CC||alsubb...@gmail.com

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

[Discover] [Bug 466693] Discover checks for updates daily, regardless of the frequency set in the Software Sources dialog.

2023-08-03 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=466693
Bug 466693 depends on bug 419055, which changed state.

Bug 419055 Summary: Discover checks for updates daily, regardless of the 
frequency set in the Software Sources dialog.
https://bugs.kde.org/show_bug.cgi?id=419055

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

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

[Discover] [Bug 466693] Discover checks for updates daily, regardless of the frequency set in the Software Sources dialog.

2023-08-03 Thread Alexey
https://bugs.kde.org/show_bug.cgi?id=466693
Bug 466693 depends on bug 419055, which changed state.

Bug 419055 Summary: Discover checks for updates daily, regardless of the 
frequency set in the Software Sources dialog.
https://bugs.kde.org/show_bug.cgi?id=419055

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

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

[Discover] [Bug 466693] Discover checks for updates daily, regardless of the frequency set in the Software Sources dialog.

2023-03-31 Thread Paul Worrall
https://bugs.kde.org/show_bug.cgi?id=466693

--- Comment #6 from Paul Worrall  ---
I'm using the  "kcm_updates" KCM to change the value of "Notification
Frequency"; that setting isn't in the Software Sources section of Discover.

The value I set is remembered between invocations, but it does not ask for a
password or set "Apt::Periodic::Update-Package-Lists" and it does not seem to
affect the frequency of update notifications.

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

[Discover] [Bug 466693] Discover checks for updates daily, regardless of the frequency set in the Software Sources dialog.

2023-03-31 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=466693

--- Comment #5 from Aleix Pol  ---
That's the setting that Software Sources sets and where Discover looks for it.
We cannot follow a setting that doesn't exist. :(

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

[Discover] [Bug 466693] Discover checks for updates daily, regardless of the frequency set in the Software Sources dialog.

2023-03-31 Thread Paul Worrall
https://bugs.kde.org/show_bug.cgi?id=466693

--- Comment #4 from Paul Worrall  ---
paul@neon-user:~$ apt-config dump|grep -i Periodic
paul@neon-user:~$ 

i.e. that config item isn't set

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

[Discover] [Bug 466693] Discover checks for updates daily, regardless of the frequency set in the Software Sources dialog.

2023-03-30 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=466693

--- Comment #3 from Aleix Pol  ---
What output do you get for "apt-config dump"? Asking specifically for
"Apt::Periodic::Update-Package-Lists"

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

[Discover] [Bug 466693] Discover checks for updates daily, regardless of the frequency set in the Software Sources dialog.

2023-03-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=466693

torrico...@gmail.com changed:

   What|Removed |Added

 CC||torrico...@gmail.com

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

[Discover] [Bug 466693] Discover checks for updates daily, regardless of the frequency set in the Software Sources dialog.

2023-03-02 Thread Paul Worrall
https://bugs.kde.org/show_bug.cgi?id=466693

--- Comment #2 from Paul Worrall  ---
P.S. I'm on KDE Neon User edition, v5.27, with no Snaps or Flatpaks installed

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

[Discover] [Bug 466693] Discover checks for updates daily, regardless of the frequency set in the Software Sources dialog.

2023-03-02 Thread Paul Worrall
https://bugs.kde.org/show_bug.cgi?id=466693

Paul Worrall  changed:

   What|Removed |Added

 CC||p.r.worr...@gmail.com
 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #1 from Paul Worrall  ---
Confirmed.  The setting seems to have been moved to System Settings -> Software
Update

OBSERVED RESULT
For me it's set to "Weekly".  
The notifier told me updates were available so I installed them and rebooted,
then the notifier came up again within a few hours

EXPECTED RESULT
After installing some updates, the notifier doesn't come up again until the
selected period has expired (maybe an exception should be made for security
updates)

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