[systemsettings] [Bug 440082] Removable Media Tab Refuses to Load, Crashes System Settings

2024-03-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=440082

gudvinr+...@gmail.com changed:

   What|Removed |Added

Version|5.18.4  |6.0.2
 CC||gudvinr+...@gmail.com

--- Comment #10 from gudvinr+...@gmail.com ---
Jesus fuck. Apparently it's still happening. After I was unable to open
auto-mount menu, hours of frustrating searches led me to this issue.

Not only it shouldn't add those entries, fixing issue must also drop existing
entries spammed over time.

Operating System: Arch Linux 
KDE Plasma Version: 6.0.2
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.2
Kernel Version: 6.6.21-1-lts (64-bit)
Graphics Platform: X11

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

[systemsettings] [Bug 440082] Removable Media Tab Refuses to Load, Crashes System Settings

2022-09-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=440082

statikeff...@gmail.com changed:

   What|Removed |Added

 CC||statikeff...@gmail.com

--- Comment #9 from statikeff...@gmail.com ---
(In reply to Philipp A. from comment #8)
> I ran into this as well: A freeze because of a huge number of entries.
> 
> I think the problem is that it creates config entries for everything it
> sees, but that’s what ~/.cache is for.
> 
> Config entries should only be generated on user interaction.

I also experienced this bug, and I heavily used docker for work. Sure enough,
checking the `~/.config/kded_device_automounterrc` file I see 18000 lines,
mostly those docker overlay entries which I don't care about. Would be great to
turn these off somehow, but for now I can periodically trim it if I can
remember.

After trimming out all those extra lines, the panel works in system settings.

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

[systemsettings] [Bug 440082] Removable Media Tab Refuses to Load, Crashes System Settings

2022-06-21 Thread Philipp A.
https://bugs.kde.org/show_bug.cgi?id=440082

Philipp A.  changed:

   What|Removed |Added

 CC||flying-sh...@web.de

--- Comment #8 from Philipp A.  ---
I ran into this as well: A freeze because of a huge number of entries.

I think the problem is that it creates config entries for everything it sees,
but that’s what ~/.cache is for.

Config entries should only be generated on user interaction.

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

[systemsettings] [Bug 440082] Removable Media Tab Refuses to Load, Crashes System Settings

2022-02-24 Thread -
https://bugs.kde.org/show_bug.cgi?id=440082

-  changed:

   What|Removed |Added

 CC||just4privacythings@posteo.m
   ||e

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

[systemsettings] [Bug 440082] Removable Media Tab Refuses to Load, Crashes System Settings

2021-10-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=440082

--- Comment #7 from mins...@protonmail.com ---
To complicate things: I just reinstalled docker because of unrelated reasons
and now cannot reproduce the generation of these entries in either mount or
~/.config/kded_device_automounterrc so make of that what you will.

In any case, I think handling the bloating of
~/.config/kded_device_automounterrc would be the better approach. The original
poster of this issue might not have done anything with docker, but their webcam
might have generated loads of entries for some reason.

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

[systemsettings] [Bug 440082] Removable Media Tab Refuses to Load, Crashes System Settings

2021-10-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=440082

--- Comment #6 from mins...@protonmail.com ---
Here are some sample entries from ~/.config/kded_device_automounterrc:

[Devices][/org/kde/fstab/overlay/var/lib/docker/overlay2/05db075ae7e2f84931e0db4f350d20dc24192aea0e6fad77b3bcc042636733f8/merged]
EverMounted=true
LastSeenMounted=true

[Devices][/org/kde/fstab/overlay/var/lib/docker/overlay2/05f3b64c60b5bd92391ccabb189d7f97e571ea9856e230980b7859106e6c4af4-init/merged]
EverMounted=true
LastSeenMounted=true

[Devices][/org/kde/fstab/overlay/var/lib/docker/overlay2/05f3b64c60b5bd92391ccabb189d7f97e571ea9856e230980b7859106e6c4af4/merged]
EverMounted=true
LastSeenMounted=true

[Devices][/org/kde/fstab/overlay/var/lib/docker/overlay2/05f4c3ae55b738eb2bfd07f6abab5b16d0a84b1b6177a06cdb1b46318999adbf-init/merged]
EverMounted=true
ForceAttachAutomount=false
ForceLoginAutomount=false
LastSeenMounted=true

[Devices][/org/kde/fstab/overlay/var/lib/docker/overlay2/opaque-bug-check187327955/merged]
EverMounted=true
LastSeenMounted=true

Here the mount output:
$ mount
[...]
overlay on
/var/lib/docker/overlay2/1ad791d79d996ae5def05a54c62e18b95707887f6d5bf7666b3a5419ed75690b/merged
type overlay
(rw,relatime,lowerdir=/var/lib/docker/overlay2/l/IIF2X3X5HXAAYXBA3KY7XMORN5:/var/lib/docker/overlay2/l/MK75CYNAXTVFC33OFEESMRWOMJ:/var/lib/docker/overlay2/l/N4A4R6JRJHBM55LY7OBJ45REQY:/var/lib/docker/overlay2/l/7UW5IVHAL7I6DNNAJX6A2ATYL5,upperdir=/var/lib/docker/overlay2/1ad791d79d996ae5def05a54c62e18b95707887f6d5bf7666b3a5419ed75690b/diff,workdir=/var/lib/docker/overlay2/1ad791d79d996ae5def05a54c62e18b95707887f6d5bf7666b3a5419ed75690b/work,xino=off)
shm on
/var/lib/docker/containers/e08aa4cf373af883dae1b828b54c01dda17aba375ce98ddca383a829f55cea0d/mounts/shm
type tmpfs (rw,nosuid,nodev,noexec,relatime,size=65536k)
nsfs on /run/docker/netns/9bf7b0e054cf type nsfs (rw)

Note that the mount output does not correspond to the sample entries above.

I think blacklisting something here might be a good idea. However, I think the
most general solution would be to somehow handle the case if the
~/.config/kded_device_automounterrc file has gotten very large for whatever
reason.

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

[systemsettings] [Bug 440082] Removable Media Tab Refuses to Load, Crashes System Settings

2021-10-09 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=440082

--- Comment #5 from David Edmundson  ---
Can you include one line from it?
And output of "mount" when docker has a drive open. Maybe we can blacklist
those entries.

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

[systemsettings] [Bug 440082] Removable Media Tab Refuses to Load, Crashes System Settings

2021-10-09 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=440082

David Edmundson  changed:

   What|Removed |Added

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

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

[systemsettings] [Bug 440082] Removable Media Tab Refuses to Load, Crashes System Settings

2021-10-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=440082

mins...@protonmail.com changed:

   What|Removed |Added

 CC||mins...@protonmail.com

--- Comment #4 from mins...@protonmail.com ---
Hi,

I found this ticket after I had a similar problem. Not sure how to get a
backtrace when the program hangs, but this is the output when I start the
system settings from the terminal:

$ systemsettings5 --version
systemsettings 5.22.5
$ systemsettings5
kf.coreaddons: A plugin with the keyword "kwinoptions" was already registered.
A keyword must be unique!
kf.coreaddons: Two plugins with the same interface( QObject ) were registered.
Use keywords to identify the plugins.
kf.coreaddons: Two plugins with the same interface( QObject ) were registered.
Use keywords to identify the plugins.
kf.coreaddons: Two plugins with the same interface( QObject ) were registered.
Use keywords to identify the plugins.
QQmlEngine::setContextForObject(): Object already has a QQmlContext
file:///usr/lib64/qt5/qml/org/kde/kirigami.2/BasicListItem.qml:279:18: QML
QQuickItem*: Binding loop detected for property "implicitWidth"
file:///usr/lib64/qt5/qml/org/kde/kirigami.2/BasicListItem.qml:279:18: QML
QQuickItem*: Binding loop detected for property "implicitWidth"
file:///usr/lib64/qt5/qml/org/kde/kirigami.2/BasicListItem.qml:279:18: QML
QQuickItem*: Binding loop detected for property "implicitWidth"
file:///usr/lib64/qt5/qml/org/kde/kirigami.2/BasicListItem.qml:279:18: QML
QQuickItem*: Binding loop detected for property "implicitWidth"
file:///usr/lib64/qt5/qml/org/kde/kirigami.2/BasicListItem.qml:279:18: QML
QQuickItem*: Binding loop detected for property "implicitWidth"
QQmlEngine::setContextForObject(): Object already has a QQmlContext
QQmlEngine::setContextForObject(): Object already has a QQmlContext
-- click on removable storage --
kf.coreaddons: no metadata found in "/usr/lib64/qt5/plugins/kf5/kio/ldap.so"
"Failed to extract plugin meta data from
'/usr/lib64/qt5/plugins/kf5/kio/ldap.so'"
kf.coreaddons: no metadata found in "/usr/lib64/qt5/plugins/kf5/kio/sieve.so"
"Failed to extract plugin meta data from
'/usr/lib64/qt5/plugins/kf5/kio/sieve.so'"
kf.coreaddons: no metadata found in "/usr/lib64/qt5/plugins/kf5/kio/about.so"
"Failed to extract plugin meta data from
'/usr/lib64/qt5/plugins/kf5/kio/about.so'"
kf.coreaddons: no metadata found in
"/usr/lib64/qt5/plugins/kf5/kio/activities.so" "Failed to extract plugin meta
data from '/usr/lib64/qt5/plugins/kf5/kio/activities.so'"
kf.coreaddons: no metadata found in
"/usr/lib64/qt5/plugins/kf5/kio/bookmarks.so" "Failed to extract plugin meta
data from '/usr/lib64/qt5/plugins/kf5/kio/bookmarks.so'"
kf.coreaddons: no metadata found in
"/usr/lib64/qt5/plugins/kf5/kio/filenamesearch.so" "Failed to extract plugin
meta data from '/usr/lib64/qt5/plugins/kf5/kio/filenamesearch.so'"
kf.coreaddons: no metadata found in "/usr/lib64/qt5/plugins/kf5/kio/filter.so"
"Failed to extract plugin meta data from
'/usr/lib64/qt5/plugins/kf5/kio/filter.so'"
kf.coreaddons: no metadata found in "/usr/lib64/qt5/plugins/kf5/kio/fish.so"
"Failed to extract plugin meta data from
'/usr/lib64/qt5/plugins/kf5/kio/fish.so'"
kf.coreaddons: no metadata found in "/usr/lib64/qt5/plugins/kf5/kio/man.so"
"Failed to extract plugin meta data from
'/usr/lib64/qt5/plugins/kf5/kio/man.so'"
kf.coreaddons: no metadata found in "/usr/lib64/qt5/plugins/kf5/kio/mtp.so"
"Failed to extract plugin meta data from
'/usr/lib64/qt5/plugins/kf5/kio/mtp.so'"
kf.coreaddons: no metadata found in "/usr/lib64/qt5/plugins/kf5/kio/network.so"
"Failed to extract plugin meta data from
'/usr/lib64/qt5/plugins/kf5/kio/network.so'"
kf.coreaddons: no metadata found in "/usr/lib64/qt5/plugins/kf5/kio/nfs.so"
"Failed to extract plugin meta data from
'/usr/lib64/qt5/plugins/kf5/kio/nfs.so'"
kf.coreaddons: no metadata found in
"/usr/lib64/qt5/plugins/kf5/kio/recentdocuments.so" "Failed to extract plugin
meta data from '/usr/lib64/qt5/plugins/kf5/kio/recentdocuments.so'"
kf.coreaddons: no metadata found in
"/usr/lib64/qt5/plugins/kf5/kio/settings.so" "Failed to extract plugin meta
data from '/usr/lib64/qt5/plugins/kf5/kio/settings.so'"
kf.coreaddons: no metadata found in "/usr/lib64/qt5/plugins/kf5/kio/sftp.so"
"Failed to extract plugin meta data from
'/usr/lib64/qt5/plugins/kf5/kio/sftp.so'"
kf.coreaddons: no metadata found in
"/usr/lib64/qt5/plugins/kf5/kio/thumbnail.so" "Failed to extract plugin meta
data from '/usr/lib64/qt5/plugins/kf5/kio/thumbnail.so'"
kf.coreaddons: no metadata found in
"/usr/lib64/qt5/plugins/kf5/kio/applications.so" "Failed to extract plugin meta
data from '/usr/lib64/qt5/plugins/kf5/kio/applications.so'"
kf.coreaddons: no metadata found in "/usr/lib64/qt5/plugins/kf5/kio/desktop.so"
"Failed to extract plugin meta data from
'/usr/lib64/qt5/plugins/kf5/kio/desktop.so'"
kf.coreaddons: 

[systemsettings] [Bug 440082] Removable Media Tab Refuses to Load, Crashes System Settings

2021-08-19 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=440082

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #3 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[systemsettings] [Bug 440082] Removable Media Tab Refuses to Load, Crashes System Settings

2021-08-04 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=440082

--- Comment #2 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[systemsettings] [Bug 440082] Removable Media Tab Refuses to Load, Crashes System Settings

2021-07-21 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=440082

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO
 CC||k...@davidedmundson.co.uk

--- Comment #1 from David Edmundson  ---
Can you get a backtrace for the crash?

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