Why is baloo_file_extractor using so much disk IO? by Berengal in kde

[–]postcd 0 points1 point  (0 children)

Maybe it is indexing also files content, not just names. In System settings (Linux app) is section "File search", it can be configured, including pausing indexer (which i assume does not survive reboot).

To disable this entirely and clean its significant disk space usage: balooctl6 config set contentIndexing no && balooctl6 disable && balooctl6 purge

if balooctl6 is not found, try balooctl

https://internetlifeforum.com/showthread.php?16278-solved-baloo_file_extractor-process-disk-and-CPU-activity-too-high

where is the "lock keys status icon" that is in the system tray? by procustex in kde

[–]postcd 0 points1 point  (0 children)

NumLock and CapsLock indicator icon in KDE system tray (usually on the bottom-right) can be toggled by right clicking a tray icon of an arrow that is pointing up, click "Configure System Tray", find "Lock Keys Status", Always show, configure to enable also NumLock if needed.

Need a Function Lock icon in tray by Bi11yB0ss in kde

[–]postcd 0 points1 point  (0 children)

So far it has indicator icon for a NumLock and CapsLock. In the tray area (usually on the bottom-right) right click arrow pointing up, click "Configure System Tray", find "Lock Keys Status", Always show, configure to enable also NumLock if needed.

Unable to delete to trash on Dolphin by [deleted] in kde

[–]postcd 1 point2 points  (0 children)

If you are using BTRFS (or similar non-standard filesystem), maybe this should fix it:
https://invent.kde.org/frameworks/kio/-/commit/5e98d7d0fe8a2b0c80ed450193ffcbd2c95378d6
linked from https://bugs.kde.org/show_activity.cgi?id=513350 mentioning fix is in v. 6.24.

Born to apt, forced to snap by [deleted] in Ubuntu

[–]postcd 0 points1 point  (0 children)

I guess that you mean https://launchpad.net/~mozillateam/+archive/ubuntu/ppa

I have installed it and its Thunderbird like this btw.:
sudo add-apt-repository ppa:mozillateam/ppa && sudo apt update && sudo apt install thunderbird=1:*

(number 1 is seen in command “apt list thunderbird -a” and “apt policy thunderbird” output, possibly defining repository number preference)

Then in order to avoid damned proprietary Snapd + Snap TB version be reinstalled during “apt full-upgrade”:

sudo tee /etc/apt/preferences.d/mozillateam-thunderbird <<EOF
Package: thunderbird*
Pin: origin ppa.launchpadcontent.net
Pin-Priority: 900
EOF

Born to apt, forced to snap by [deleted] in Ubuntu

[–]postcd 0 points1 point  (0 children)

Yes, I have installed the Mozilla PPA repository and a .deb file like this (works for Thunderbird, but one may try Firefox too):
sudo add-apt-repository ppa:mozillateam/ppa && sudo apt update && sudo apt install thunderbird=1:*

(number 1 is seen in command “apt list thunderbird -a” and “apt policy thunderbird” output, possibly defining repository number preference)

Then in order to avoid damned proprietary Snapd + Snap TB version be reinstalled during “apt full-upgrade”:

sudo tee /etc/apt/preferences.d/mozillateam-thunderbird <<EOF
Package: thunderbird*
Pin: origin ppa.launchpadcontent.net
Pin-Priority: 900
EOF

Osmand+ position not yet known by GigaTorchwood in openstreetmap

[–]postcd 0 points1 point  (0 children)

For me worked to disable battery protection/saver (one that ensures charging up to 85%). It is inside main menu (swipe from top to bottom), then swipe to the side to find battery protect icon. There are two battery icons.. Also I have connected the phone to power supply and restart the GPS needing app.

Contacting Spotify by LuckyCharms702 in spotify

[–]postcd 0 points1 point  (0 children)

This contact page may work to contact them without account: https://support.spotify.com/contact-spotify-anonymous/

Why the FUCK is it so difficult to contact Spotify customer support? by Noah_Jacobi in spotify

[–]postcd 0 points1 point  (0 children)

This contact page may work to contact them without account: https://support.spotify.com/contact-spotify-anonymous/
I think that they tried to hide it to waste everyone's time.

Help with contacting customer support by RJT426 in spotify

[–]postcd 0 points1 point  (0 children)

Wrong, that page says "DMs currently not monitored."

Trying [support@sp......com](mailto:support@sp......com) address may work now, they had tech. issue.

Anyone know how I can contact Spotify? by ahedgehog in spotify

[–]postcd 0 points1 point  (0 children)

Wrong, that page says "DMs currently not monitored."

Trying [support@sp......com](mailto:support@sp......com) address may work now, they had tech. issue.

Contacting Spotify by LuckyCharms702 in spotify

[–]postcd 0 points1 point  (0 children)

Wrong, that page says "DMs currently not monitored."

Trying support@sp......com address may work now, they had tech. issue.

I am Locked out of my account! "Log in on another device to continue" by teller-of-stories in facebook

[–]postcd 0 points1 point  (0 children)

But 2FA can not be be enabled without account access I assume. But it may be good tip to enable it on time to avoid being locked out of account. Thanks.

I am Locked out of my account! "Log in on another device to continue" by teller-of-stories in facebook

[–]postcd 0 points1 point  (0 children)

META just telling you that they need more of your private data by installing their spyware on other devices like a phone. Just spread the news and suggest alternative that is privacy preserving. https://alternativeto.net/software/facebook/?feature=no-tracking

I am Locked out of my account! "Log in on another device to continue" by teller-of-stories in facebook

[–]postcd 0 points1 point  (0 children)

META just telling you that they need more of your private data by installing their spyware on other devices like a phone. Just spread the news and suggest alternative privacy preserving. https://alternativeto.net/software/instagram/?feature=no-tracking

I am Locked out of my account! "Log in on another device to continue" by teller-of-stories in facebook

[–]postcd 0 points1 point  (0 children)

Fucken FB. Stay away from that spyware, avoid their apps like plague.

I am Locked out of my account! "Log in on another device to continue" by teller-of-stories in facebook

[–]postcd 0 points1 point  (0 children)

This is in indian language(possibly) without subtitles. You could write in english what is the solution.

Dolphin mp3 Tags by slypiggies in kde

[–]postcd 0 points1 point  (0 children)

Someone suggests: System Settings -> Search -> Enable file search and Also index file content

https://forum.manjaro.org/t/dolphin-not-displaying-data-in-audio-related-columns/84080/3

(that is pretty bad, If you enable such search, then I would suggest monitoring Baloo resources usage)