Issues when switching b/w Gnome and KDE plasma DEs

Hello there!

I decided again test KDE Plasma with the release of 5.26, had some not good experiences with previous versions before with it messing with Gnomes config, my preferred DE.
This time I followed this Fedora guide: Switching desktop environments :: Fedora Docs
Which states: “Irrespective of what installation media you used to install Fedora Linux, you can easily try and switch to any of the many other desktop environments that are available without affecting your current desktop environment.”
Unfortunately that is not correct, at least with KDE Plasma.

After installing the group “KDE Plasma Workspaces” with DNF and restarting the system, KDE icons are being used on various places on Gnome (nautilus, Gnome Disks etc.);
Login into Plasma, a second time, everything looked fine, but the top panel I created was appearing on my secondary monitor and the main panel on the primary one;
Removing the “KDE Plasma Workspaces” via dnf doesn’t remove everything and removes some Gnome things, like Gnome Disks. For some reason that escapes me, doing the same process again, of installing, testing and removing “KDE Plasma Workspaces”, it removed all its packages, but still left its changes to Gnomes appearance and removed some Gnome/Workstation packages.

Installing Plasma

sudo dnf groupinstall "KDE Plasma Workspaces"
sudo dnf install switchdesk switchdesk-gui
sudo dnf remove kwalletmanager pam-kwallet

Reboot and test.

Removing Plasma

sudo dnf group remove "KDE Plasma Workspaces"
sudo dnf group install "Fedora Workstation"
Change back manually your appearance settings via Gnome Tweaks and reboot.

One thing very important that should be on Fedora’s guide that I painfully forget every time is: DO NOT login to Plasma and definitely DO NOT open your browsers before removing kwallet, better saying, kwalletmanager (I, to be sure, remove pam-kwallet also) or you lose ALL you logged session. Doesn’t matter if they were open or not on the last used session.





Would it be possible to please create a new user with default settings/themes and re-run these tests?

1 Like

Yep. I’ll try that.

Actually it got worse now.

Installed, restarted, logged into Gnome first with the new user: Everything OK; logged off, logged into Plasma and the default panel took more than a minute to appear, when it appeared was with no icons but the right clock and date one, right click would create a full screen, I assume, empty dialog that I couldn’t capture. I was able to access the menu with the meta key or KRunner with Alt + Space. Setting the monitors, this I don’t know if it’s this way on KDE, I set the external monitor as primary, made no difference, but as I did it “In a hurry” I put the representation of each monitor apart of each other. When I pressed Apply it mdade the changes but I coundn’t pass the cursor to the other monitor. Restarted the system with the same results.

Now I can’t uninstall KDE Plasma Workspaces because it states that would remove sudo (!!!). Not even with my user.




[Edit]
I also forgot, Brave browser installed via Flatpak lost access to the Images folder during this process also, so the second set of images I had to give permission again.

And this is appearing after loging into Gnome now:

3 Likes

Cool, so there certainly seem to be some conflicts (which is odd given that KDE and Gnome do not share any DE specific settings at all). Can you please look at the journal for this boot for errors? That’ll tell us what components are erring and help us diagnose the issue.

1 Like

I would say that the docs should be modified as stated in the first message.

The reason sudo would be removed is that KDE Plasma Workspaces includes the group Core which contains vital packages such as sudo, rpm, glibc and many more.

I don’t know if you could use the rpm history undo xxxx where the “xxxx” would be the transaction that installed KDE.

Use rpm history list | less to get the transaction identifier.

As I said I don’t know if it would work, but you can say “n” to the question “Is this ok [y/N]:” if you don’t like what you see.

2 Likes

So, rpm transactions are not reversible in the sense that sudo dnf install <package A> and sudo dnf remove <package A> are not opposites of each other. They each depend on the system state, which of course changes after each of these transactions. What usually works is dnf history undo .. as you note Villy.

Apart from these issues, the real bugs here are the installation of one DE affecting another. That really should not happen.

So, if we debugged this and filed bugs to fix these two issues that we’ve identified here, that’ll be great:

  • removal of desktop environments pulling out sudo etc. (more packages than that were installed, in general, I guess)
  • installation of DE A affecting DE B.
2 Likes

It interesting to see the ouput of the following commands:

dnf -C group info 'KDE Plasma Workspaces'
dnf -C group info 'GNOME Desktop Environment'

You see, GNOME does not include subgroups wheras KDE does. So the ‘Core’ group is not marked as being part of any other Group other then the KDE group in which case it would not be protected when uninstalling the group.

The man page says

       dnf [options] group remove <group-spec>...
              Mark the group removed and remove those pack‐
              ages  in  the  group from the system which do
              not belong to  another  installed  group  and
              were not installed explicitly by the user.

A bit of co-ordination would be a good thing.

2 Likes

But that did not happen the other 3 times I installed and uninstalled the same group.

1 Like
❯ rpm history --list
RPM versão 4.18.0
Copyright (C) 1998-2002 - Red Hat, Inc.
Este programa pode ser livremente redistribuído sob os termos da GNU GPL

Uso: rpm [-afgpqlsiv?] [-a|--all] [-f|--file] [--path] [-g|--group] [-p|--package] [--pkgid] [--hdrid] [-q|--query] [--triggeredby] [--whatconflicts] [--whatrequires] [--whatobsoletes]
        [--whatprovides] [--whatrecommends] [--whatsuggests] [--whatsupplements] [--whatenhances] [--nomanifest] [-c|--configfiles] [-d|--docfiles] [-L|--licensefiles] [-A|--artifactfiles] [--noghost]
        [--noconfig] [--noartifact] [--dump] [-l|--list] [--queryformat=QUERYFORMAT] [-s|--state] [--nofiledigest] [--nofiles] [--nodeps] [--noscript] [--allfiles] [--allmatches] [--badreloc]
        [-e|--erase=<pacote>+] [--excludedocs] [--excludepath=<caminho>] [--force] [-F|--freshen=<arquivo_do_pacote>+] [-h|--hash] [--ignorearch] [--ignoreos] [--ignoresize] [--noverify] [-i|--install]
        [--justdb] [--nodb] [--nodeps] [--nofiledigest] [--nocontexts] [--nocaps] [--noorder] [--noscripts] [--notriggers] [--oldpackage] [--percent] [--prefix=<dir>] [--relocate=<antigo>=<novo>]
        [--replacefiles] [--replacepkgs] [--test] [-U|--upgrade=<arquivo_do_pacote>+] [--reinstall=<arquivo_do_pacote>+] [--restore=<arquivo_do_pacote>+] [-D|--define="MACRO EXPR"] [--undefine=MACRO]
        [-E|--eval="EXPR"] [--target=CPU-VENDOR-OS] [--macros=<ARQUIVO:...>] [--load=<ARQUIVO>] [--noplugins] [--nodigest] [--nosignature] [--rcfile=<ARQUIVO:...>] [-r|--root=ROOT] [--dbpath=DIRETÓRIO]
        [--querytags] [--showrc] [--quiet] [-v|--verbose] [--version] [-?|--help] [--usage] [--scripts] [--conflicts] [--obsoletes] [--provides] [--requires] [--recommends] [--suggests]
        [--supplements] [--enhances] [--info] [--changelog] [--changes] [--xml] [--triggers] [--filetriggers] [--last] [--dupes] [--filesbypkg] [--fileclass] [--filecolor] [--fileprovide]
        [--filerequire] [--filecaps]
❯ rpm history list
RPM versão 4.18.0
Copyright (C) 1998-2002 - Red Hat, Inc.
Este programa pode ser livremente redistribuído sob os termos da GNU GPL

Uso: rpm [-afgpqlsiv?] [-a|--all] [-f|--file] [--path] [-g|--group] [-p|--package] [--pkgid]
        [--hdrid] [-q|--query] [--triggeredby] [--whatconflicts] [--whatrequires] [--whatobsoletes]
        [--whatprovides] [--whatrecommends] [--whatsuggests] [--whatsupplements] [--whatenhances]
        [--nomanifest] [-c|--configfiles] [-d|--docfiles] [-L|--licensefiles] [-A|--artifactfiles]
        [--noghost] [--noconfig] [--noartifact] [--dump] [-l|--list] [--queryformat=QUERYFORMAT]
        [-s|--state] [--nofiledigest] [--nofiles] [--nodeps] [--noscript] [--allfiles]
        [--allmatches] [--badreloc] [-e|--erase=<pacote>+] [--excludedocs] [--excludepath=<caminho>]
        [--force] [-F|--freshen=<arquivo_do_pacote>+] [-h|--hash] [--ignorearch] [--ignoreos]
        [--ignoresize] [--noverify] [-i|--install] [--justdb] [--nodb] [--nodeps] [--nofiledigest]
        [--nocontexts] [--nocaps] [--noorder] [--noscripts] [--notriggers] [--oldpackage]
        [--percent] [--prefix=<dir>] [--relocate=<antigo>=<novo>] [--replacefiles] [--replacepkgs]
        [--test] [-U|--upgrade=<arquivo_do_pacote>+] [--reinstall=<arquivo_do_pacote>+]
        [--restore=<arquivo_do_pacote>+] [-D|--define="MACRO EXPR"] [--undefine=MACRO]
        [-E|--eval="EXPR"] [--target=CPU-VENDOR-OS] [--macros=<ARQUIVO:...>] [--load=<ARQUIVO>]
        [--noplugins] [--nodigest] [--nosignature] [--rcfile=<ARQUIVO:...>] [-r|--root=ROOT]
        [--dbpath=DIRETÓRIO] [--querytags] [--showrc] [--quiet] [-v|--verbose] [--version]
        [-?|--help] [--usage] [--scripts] [--conflicts] [--obsoletes] [--provides] [--requires]
        [--recommends] [--suggests] [--supplements] [--enhances] [--info] [--changelog] [--changes]
        [--xml] [--triggers] [--filetriggers] [--last] [--dupes] [--filesbypkg] [--fileclass]
        [--filecolor] [--fileprovide] [--filerequire] [--filecaps]
 doas dnf history undo 969
Last metadata expiration check: 3:02:26 ago on Thu Dec  1 09:33:54 2022.
Dependencies resolved.
==========================================================================================================
 Package                  Architecture            Version                  Repository                Size
==========================================================================================================
Removing Environment Groups:
 KDE Plasma Workspaces                                                                                   
Removing Groups:
 Administration Tools                                                                                    
 base-x                                                                                                  
 Core                                                                                                    
 Dial-up Networking Support
                                                                                                         
 Fonts                                                                                                   
 Guest Desktop Agents                                                                                    
 Hardware Support                                                                                        
 Input Methods                                                                                           
 KDE (K Desktop Environment)
                                                                                                         
 Multimedia                                                                                              
 Common NetworkManager Submodules
                                                                                                         
 Printing Support                                                                                        
 Standard                                                                                                

Transaction Summary
==========================================================================================================

Is this ok [Y/n]:
❯ doas dnf -C group info 'KDE Plasma Workspaces'
Last metadata expiration check: 3:03:01 ago on Thu Dec  1 09:33:54 2022.
Environment Group: KDE Plasma Workspaces
 Description: The KDE Plasma Workspaces, a highly-configurable graphical user interface which includes a panel, desktop, system icons and desktop widgets, and many powerful KDE applications.
 Mandatory Groups:
   Administration Tools
   Common NetworkManager Submodules
   Core
   Dial-up Networking Support
   Fonts
   Guest Desktop Agents
   Hardware Support
   Input Methods
   KDE (K Desktop Environment)
   Multimedia
   Printing Support
   Standard
   base-x
 Optional Groups:
   3D Printing
   Cloud Management Tools
   Firefox Web Browser
   KDE Applications
   KDE Educational applications
   KDE Multimedia support
   KDE Telepathy
   LibreOffice
❯ doas dnf -C group info 'GNOME Desktop Environment'
Last metadata expiration check: 3:03:42 ago on Thu Dec  1 09:33:54 2022.
Group: GNOME Desktop Environment
 Description: GNOME is a powerful graphical user interface which includes a panel, desktop, system icons, and a graphical file manager.
 Mandatory Packages:
   dconf
   gdm
   gnome-boxes
   gnome-connections
   gnome-control-center
   gnome-initial-setup
   gnome-session-wayland-session
   gnome-session-xsession
   gnome-settings-daemon
   gnome-shell
   gnome-software
   gnome-terminal
   gnome-text-editor
   nautilus
   polkit
   yelp
 Default Packages:
   ModemManager
   NetworkManager-adsl
   NetworkManager-openconnect-gnome
   NetworkManager-openvpn-gnome
   NetworkManager-ppp
   NetworkManager-pptp-gnome
   NetworkManager-ssh-gnome
   NetworkManager-vpnc-gnome
   NetworkManager-wwan
   PackageKit-command-not-found
   PackageKit-gtk3-module
   adobe-source-code-pro-fonts
   at-spi2-atk
   at-spi2-core
   avahi
   baobab
   cheese
   eog
   evince
   evince-djvu
   evince-nautilus
   fprintd-pam
   glib-networking
   gnome-backgrounds
   gnome-bluetooth
   gnome-browser-connector
   gnome-calculator
   gnome-calendar
   gnome-characters
   gnome-classic-session
   gnome-clocks
   gnome-color-manager
   gnome-contacts
   gnome-disk-utility
   gnome-font-viewer
   gnome-logs
   gnome-maps
   gnome-photos
   gnome-remote-desktop
   gnome-system-monitor
   gnome-terminal-nautilus
   gnome-themes-extra
   gnome-user-docs
   gnome-user-share
   gnome-weather
   gvfs-afc
   gvfs-afp
   gvfs-archive
   gvfs-fuse
   gvfs-goa
   gvfs-gphoto2
   gvfs-mtp
   gvfs-smb
   libcanberra-gtk3
   libproxy-duktape
   librsvg2
   libsane-hpaio
   mesa-dri-drivers
   mesa-libEGL
   orca
   rygel
   sane-backends-drivers-scanners
   simple-scan
   sushi
   systemd-oomd-defaults
   totem
   tracker
   tracker-miners
   xdg-desktop-portal
   xdg-desktop-portal-gnome
   xdg-desktop-portal-gtk
   xdg-user-dirs-gtk
 Optional Packages:
   vlc
❯ doas dnf history undo 969
Last metadata expiration check: 3:06:15 ago on Thu Dec  1 09:33:54 2022.
Dependencies resolved.
==========================================================================================================
 Package                  Architecture            Version                  Repository                Size
==========================================================================================================
Removing Environment Groups:
 KDE Plasma Workspaces                                                                                   
Removing Groups:
 Administration Tools                                                                                    
 base-x                                                                                                  
 Core                                                                                                    
 Dial-up Networking Support
                                                                                                         
 Fonts                                                                                                   
 Guest Desktop Agents                                                                                    
 Hardware Support                                                                                        
 Input Methods                                                                                           
 KDE (K Desktop Environment)
                                                                                                         
 Multimedia                                                                                              
 Common NetworkManager Submodules
                                                                                                         
 Printing Support                                                                                        
 Standard                                                                                                

Transaction Summary
==========================================================================================================

Is this ok [Y/n]: 
Complete!
❯ doas dnf history undo 969
Last metadata expiration check: 3:06:26 ago on Thu Dec  1 09:33:54 2022.
Dependencies resolved.
Nothing to do.
Complete!
Warning, the following problems occurred while running a transaction:
  Group id 'admin-tools' is not installed.
  Group id 'base-x' is not installed.
  Group id 'core' is not installed.
  Group id 'dial-up' is not installed.
  Group id 'fonts' is not installed.
  Group id 'guest-desktop-agents' is not installed.
  Group id 'hardware-support' is not installed.
  Group id 'input-methods' is not installed.
  Group id 'kde-desktop' is not installed.
  Group id 'multimedia' is not installed.
  Group id 'networkmanager-submodules' is not installed.
  Group id 'printing' is not installed.
  Group id 'standard' is not installed.
  Environment id 'kde-desktop-environment' is not installed.
❯ doas dnf history undo 969
❯ doas dnf group remove "KDE Plasma Workspaces"
Warning: Module or Group 'KDE Plasma Workspaces' is not installed.
Dependencies resolved.
Nothing to do.
Complete!

❯ doas dnf group upgrade "Fedora Workstation"
Last metadata expiration check: 3:10:53 ago on Thu Dec  1 09:33:54 2022.
no group 'arm-tools' from environment 'workstation-product-environment'
No match for group package "gstreamer1-libav"
No match for group package "evince-nautilus"
No match for group package "polarsys-b612-sans-fonts"
No match for group package "kanjistrokeorders-fonts"
No match for group package "culmus-shofar-fonts"
No match for group package "drehatlas-warender-bibliothek-fonts"
No match for group package "vollkorn-fonts"
No match for group package "yanone-tagesschrift-fonts"
No match for group package "tlomt-junction-fonts"
No match for group package "ubuntu-title-fonts"
No match for group package "sil-scheherazade-fonts"
No match for group package "drehatlas-xaporho-fonts"
Dependencies resolved.
==========================================================================================================
 Package               Architecture          Version                         Repository              Size
==========================================================================================================
Removing:
 opensc                x86_64                0.22.0-7.fc37                   @fedora                3.8 M
Upgrading Environment Groups:
 Fedora Workstation                                                                                      
Upgrading Groups:
 base-x                                                                                                  
 Container Management                                                                                    
 Core                                                                                                    
 Firefox Web Browser                                                                                     
 Fonts                                                                                                   
 GNOME Desktop Environment
                                                                                                         
 Guest Desktop Agents                                                                                    
 Hardware Support                                                                                        
 LibreOffice                                                                                             
 Multimedia                                                                                              
 Common NetworkManager Submodules
                                                                                                         
 Printing Support                                                                                        
 Fedora Workstation product core
                                                                                                         

Transaction Summary
==========================================================================================================
Remove  1 Package

Freed space: 3.8 M
Is this ok [Y/n]: ^COperation aborted.

❯ doas dnf group upgrade "Fedora Workstation"
Last metadata expiration check: 3:11:48 ago on Thu Dec  1 09:33:54 2022.
no group 'arm-tools' from environment 'workstation-product-environment'
No match for group package "evince-nautilus"
No match for group package "gstreamer1-libav"
No match for group package "tlomt-junction-fonts"
No match for group package "drehatlas-xaporho-fonts"
No match for group package "kanjistrokeorders-fonts"
No match for group package "culmus-shofar-fonts"
No match for group package "vollkorn-fonts"
No match for group package "ubuntu-title-fonts"
No match for group package "yanone-tagesschrift-fonts"
No match for group package "sil-scheherazade-fonts"
No match for group package "drehatlas-warender-bibliothek-fonts"
No match for group package "polarsys-b612-sans-fonts"
Dependencies resolved.
==========================================================================================================
 Package               Architecture          Version                         Repository              Size
==========================================================================================================
Removing:
 opensc                x86_64                0.22.0-7.fc37                   @fedora                3.8 M
Upgrading Environment Groups:
 Fedora Workstation                                                                                      
Upgrading Groups:
 base-x                                                                                                  
 Container Management                                                                                    
 Core                                                                                                    
 Firefox Web Browser                                                                                     
 Fonts                                                                                                   
 GNOME Desktop Environment
                                                                                                         
 Guest Desktop Agents                                                                                    
 Hardware Support                                                                                        
 LibreOffice                                                                                             
 Multimedia                                                                                              
 Common NetworkManager Submodules
                                                                                                         
 Printing Support                                                                                        
 Fedora Workstation product core
                                                                                                         

Transaction Summary
==========================================================================================================
Remove  1 Package

Freed space: 3.8 M
Is this ok [Y/n]: 
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                                                  1/1 
  Erasing          : opensc-0.22.0-7.fc37.x86_64                                                      1/1 
  Running scriptlet: opensc-0.22.0-7.fc37.x86_64                                                      1/1 
  Verifying        : opensc-0.22.0-7.fc37.x86_64                                                      1/1 

Removed:
  opensc-0.22.0-7.fc37.x86_64                                                                             

Complete!
❯ doas dnf history userinstalled | grep -E kde
kde-connect-22.08.3-1.fc37.x86_64
kde-gtk-config-5.26.3-1.fc37.x86_64
❯ doas dnf history userinstalled | grep -E plasma
plasma-pa-5.26.3-1.fc37.x86_64

Does this help?

❯ journalctl -b | grep -iE "kde|plasma"
dez 01 07:48:00 tars systemd[1]: Reached target blockdev@dev-mapper-luks\x2db7d756eb\x2d0e19\x2d42fe\x2db0d1\x2d7195b738bccf.target - Block Device Preparation for /dev/mapper/luks-b7d756eb-0e19-42fe-b0d1-7195b738bccf.
dez 01 07:48:05 tars systemd[1]: Reached target blockdev@dev-mapper-luks\x2d2b904940\x2d32af\x2d4046\x2d9c0e\x2da85abdd391c0.target - Block Device Preparation for /dev/mapper/luks-2b904940-32af-4046-9c0e-a85abdd391c0.
dez 01 07:48:13 tars dbus-broker-launch[5318]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
dez 01 07:48:13 tars dbus-broker-launch[5318]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
dez 01 07:48:13 tars dbus-broker-launch[5318]: Ignoring duplicate name 'org.freedesktop.FileManager1' in service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service'
dez 01 07:48:13 tars dbus-broker-launch[5318]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
dez 01 07:48:56 tars dbus-broker-launch[5883]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
dez 01 07:48:56 tars dbus-broker-launch[5883]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
dez 01 07:48:56 tars dbus-broker-launch[5883]: Ignoring duplicate name 'org.freedesktop.FileManager1' in service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service'
dez 01 07:48:56 tars dbus-broker-launch[5883]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
dez 01 07:49:01 tars systemd[5859]: Started app-gnome-org.kde.kalendarac-6724.scope - Application launched by gnome-session-binary.
dez 01 07:49:01 tars systemd[5859]: Started app-gnome-org.kde.kdeconnect.daemon-6717.scope - Application launched by gnome-session-binary.
dez 01 07:49:02 tars akonadiserver[7122]: org.kde.pim.akonadiserver: Starting up the Akonadi Server...
dez 01 07:49:02 tars org.kde.kalendarac.desktop[7171]: akonadi.collectionattributetable                   OK
dez 01 07:49:02 tars org.kde.kalendarac.desktop[7171]: akonadi.collectionmimetyperelation                 OK
dez 01 07:49:02 tars org.kde.kalendarac.desktop[7171]: akonadi.collectionpimitemrelation                  OK
dez 01 07:49:02 tars org.kde.kalendarac.desktop[7171]: akonadi.collectiontable                            OK
dez 01 07:49:02 tars org.kde.kalendarac.desktop[7171]: akonadi.flagtable                                  OK
dez 01 07:49:02 tars org.kde.kalendarac.desktop[7171]: akonadi.mimetypetable                              OK
dez 01 07:49:02 tars org.kde.kalendarac.desktop[7171]: akonadi.parttable                                  OK
dez 01 07:49:02 tars org.kde.kalendarac.desktop[7171]: akonadi.parttypetable                              OK
dez 01 07:49:02 tars org.kde.kalendarac.desktop[7171]: akonadi.pimitemflagrelation                        OK
dez 01 07:49:02 tars org.kde.kalendarac.desktop[7171]: akonadi.pimitemtable                               OK
dez 01 07:49:02 tars org.kde.kalendarac.desktop[7171]: akonadi.pimitemtagrelation                         OK
dez 01 07:49:02 tars org.kde.kalendarac.desktop[7171]: akonadi.relationtable                              OK
dez 01 07:49:02 tars org.kde.kalendarac.desktop[7171]: akonadi.relationtypetable                          OK
dez 01 07:49:02 tars org.kde.kalendarac.desktop[7171]: akonadi.resourcetable                              OK
dez 01 07:49:02 tars org.kde.kalendarac.desktop[7171]: akonadi.schemaversiontable                         OK
dez 01 07:49:02 tars org.kde.kalendarac.desktop[7171]: akonadi.tagattributetable                          OK
dez 01 07:49:02 tars org.kde.kalendarac.desktop[7171]: akonadi.tagremoteidresourcerelationtable           OK
dez 01 07:49:02 tars org.kde.kalendarac.desktop[7171]: akonadi.tagtable                                   OK
dez 01 07:49:02 tars org.kde.kalendarac.desktop[7171]: akonadi.tagtypetable                               OK
dez 01 07:49:02 tars akonadiserver[7122]: org.kde.pim.akonadiserver: Running DB initializer
dez 01 07:49:02 tars akonadiserver[7122]: org.kde.pim.akonadiserver: DB initializer done
dez 01 07:49:03 tars akonadi_control[7087]: org.kde.pim.akonadicontrol: Akonadi server is now operational.
dez 01 07:49:03 tars systemd[5859]: Starting plasma-xdg-desktop-portal-kde.service - Xdg Desktop Portal For KDE...
dez 01 07:49:03 tars akonadiserver[7122]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f063c005590) )
dez 01 07:49:03 tars akonadiserver[7122]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f063c005590) identified as "ETMCalendarMonitor - 94373911600496"
dez 01 07:49:28 tars xdg-desktop-por[6875]: Failed to create settings proxy: Erro ao chamar StartServiceByName para org.freedesktop.impl.portal.desktop.kde: O tempo limite foi alcançado
dez 01 07:49:28 tars akonadiserver[7122]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f063c04ff40) )
dez 01 07:49:28 tars akonadiserver[7122]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f063c015220) )
dez 01 07:49:28 tars akonadiserver[7122]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f063c0155b0) )
dez 01 07:49:28 tars akonadiserver[7122]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f063c050c00) )
dez 01 07:49:28 tars systemd[5859]: Started plasma-xdg-desktop-portal-kde.service - Xdg Desktop Portal For KDE.
dez 01 07:49:28 tars akonadiserver[7122]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f063c052080) )
dez 01 07:49:28 tars akonadiserver[7122]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f063c065680) )
dez 01 07:49:28 tars akonadiserver[7122]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f063c066a30) )
dez 01 07:49:28 tars akonadiserver[7122]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f063c06fcf0) )
dez 01 07:49:28 tars akonadiserver[7122]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f063c0532d0) )
dez 01 07:49:28 tars akonadiserver[7122]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f063c0546e0) )
dez 01 07:49:28 tars akonadiserver[7122]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f063c08bbc0) )
dez 01 07:49:28 tars akonadiserver[7122]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f063c082570) )
dez 01 07:49:28 tars akonadiserver[7122]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f063c0a7570) )
dez 01 07:49:28 tars akonadiserver[7122]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f063c0a78c0) )
dez 01 07:49:28 tars akonadiserver[7122]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f063c0b9ab0) )
dez 01 07:49:28 tars akonadiserver[7122]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f063c015220) identified as "AgentBaseChangeRecorder - 94742327769072"
dez 01 07:49:28 tars akonadiserver[7122]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f063c09db60) )
dez 01 07:49:28 tars akonadiserver[7122]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f063c04ff40) identified as "AgentBaseChangeRecorder - 94335160758400"
dez 01 07:49:28 tars akonadiserver[7122]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f063c066a30) identified as "AgentBaseChangeRecorder - 94404706320832"
dez 01 07:49:28 tars akonadiserver[7122]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f063c0155b0) identified as "AgentBaseChangeRecorder - 94581150539408"
dez 01 07:49:28 tars akonadiserver[7122]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f063c09db60) identified as "akonadi_birthdays_resource - 94335159433520"
dez 01 07:49:28 tars akonadiserver[7122]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f063c0d5c00) )
dez 01 07:49:28 tars akonadiserver[7122]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f063c0d74e0) )
dez 01 07:49:28 tars akonadiserver[7122]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f063c065680) identified as "AgentBaseChangeRecorder - 93902795912064"
dez 01 07:49:28 tars akonadiserver[7122]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f063c0532d0) identified as "AgentBaseChangeRecorder - 93885194558832"
dez 01 07:49:29 tars akonadiserver[7122]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f063c110890) )
dez 01 07:49:29 tars akonadiserver[7122]: org.kde.pim.akonadiserver: Subscriber "" disconnected
dez 01 07:49:29 tars akonadiserver[7122]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f063c110530) )
dez 01 07:49:29 tars akonadiserver[7122]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f063c110530) )
dez 01 07:49:29 tars akonadiserver[7122]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f063c11b080) )
dez 01 07:49:29 tars akonadiserver[7122]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f063c0a78c0) identified as "AgentBaseChangeRecorder - 94623525564240"
dez 01 07:49:29 tars akonadiserver[7122]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f063c110890) identified as "UnifiedMailboxChangeRecorder - 140732160422816"
dez 01 07:49:29 tars akonadiserver[7122]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f063c0b9ab0) identified as "AgentBaseChangeRecorder - 94472255790128"
dez 01 07:49:29 tars akonadiserver[7122]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f063c11b080) identified as "ArchiveMailCollectionMonitor - 94472256035440"
dez 01 07:49:29 tars akonadiserver[7122]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f063c110530) identified as "Archive Mail Kernel ETM - 94472256211728"
dez 01 07:49:29 tars akonadiserver[7122]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f063c050c00) identified as "AgentBaseChangeRecorder - 94513149401280"
dez 01 07:49:29 tars akonadiserver[7122]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f063c052080) identified as "AgentBaseChangeRecorder - 94835775893888"
dez 01 07:49:29 tars akonadiserver[7122]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f063c06fcf0) identified as "AgentBaseChangeRecorder - 93907988992768"
dez 01 07:49:29 tars akonadiserver[7122]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f063c0d5c00) identified as "akonadi_maildispatcher_agent - 93907988357920"
dez 01 07:49:29 tars akonadiserver[7122]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f063c0d74e0) identified as "SpecialCollectionsMonitor - 93907988974480"
dez 01 07:49:29 tars akonadiserver[7122]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f063c08bbc0) identified as "AgentBaseChangeRecorder - 94364673813504"
dez 01 07:49:29 tars akonadiserver[7122]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f063c0a7570) identified as "AgentBaseChangeRecorder - 94324107849440"
dez 01 07:49:29 tars akonadiserver[7122]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f063c0546e0) identified as "AgentBaseChangeRecorder - 94033879475680"
dez 01 07:49:29 tars akonadiserver[7122]: org.kde.pim.akonadiserver: Subscriber "" disconnected
dez 01 07:49:29 tars akonadiserver[7122]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f063c1b65a0) )
dez 01 07:49:29 tars akonadiserver[7122]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f063c1c00f0) )
dez 01 07:49:29 tars akonadiserver[7122]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f063c1b65a0) )
dez 01 07:49:29 tars akonadiserver[7122]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f063c148cb0) )
dez 01 07:49:29 tars akonadiserver[7122]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f063c082570) identified as "AgentBaseChangeRecorder - 94460953646192"
dez 01 07:49:29 tars akonadiserver[7122]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f063c1c00f0) identified as "MailFilter Kernel ETM - 94460952343504"
dez 01 07:49:29 tars akonadiserver[7122]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f063c1b65a0) identified as "MailFilterCollectionMonitor - 94460952849824"
dez 01 07:49:29 tars akonadiserver[7122]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f063c148cb0) identified as "MailFilterItemMonitor - 94460952087600"
dez 01 07:49:29 tars akonadiserver[7122]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f063c1c2d40) )
dez 01 07:49:29 tars akonadiserver[7122]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f063c1c2d40) identified as "SpecialCollectionsMonitor - 94460954481840"
dez 01 07:49:30 tars systemd[1]: Reached target blockdev@dev-mapper-luks\x2d68eb0514\x2db1fe\x2d491d\x2d98ce\x2d750b9ff7513d.target - Block Device Preparation for /dev/mapper/luks-68eb0514-b1fe-491d-98ce-750b9ff7513d.
dez 01 07:49:30 tars systemd[1]: Reached target blockdev@dev-mapper-luks\x2d93cc45f3\x2de4be\x2d465b\x2d8dc5\x2db18e271aec52.target - Block Device Preparation for /dev/mapper/luks-93cc45f3-e4be-465b-8dc5-b18e271aec52.
dez 01 07:49:30 tars systemd[1]: Reached target blockdev@dev-mapper-luks\x2da843cc94\x2d929d\x2d4ef8\x2dbfb8\x2d8aa3ef2452e3.target - Block Device Preparation for /dev/mapper/luks-a843cc94-929d-4ef8-bfb8-8aa3ef2452e3.
dez 01 07:49:30 tars systemd[1]: Reached target blockdev@dev-mapper-luks\x2dc8e843d8\x2d7415\x2d4ba1\x2db93d\x2dcf7b242bfd6b.target - Block Device Preparation for /dev/mapper/luks-c8e843d8-7415-4ba1-b93d-cf7b242bfd6b.
dez 01 07:49:30 tars systemd[1]: Stopped target blockdev@dev-mapper-luks\x2d68eb0514\x2db1fe\x2d491d\x2d98ce\x2d750b9ff7513d.target - Block Device Preparation for /dev/mapper/luks-68eb0514-b1fe-491d-98ce-750b9ff7513d.
dez 01 07:49:30 tars systemd[1]: Stopped target blockdev@dev-mapper-luks\x2d93cc45f3\x2de4be\x2d465b\x2d8dc5\x2db18e271aec52.target - Block Device Preparation for /dev/mapper/luks-93cc45f3-e4be-465b-8dc5-b18e271aec52.
dez 01 07:49:30 tars systemd[1]: Stopped target blockdev@dev-mapper-luks\x2da843cc94\x2d929d\x2d4ef8\x2dbfb8\x2d8aa3ef2452e3.target - Block Device Preparation for /dev/mapper/luks-a843cc94-929d-4ef8-bfb8-8aa3ef2452e3.
dez 01 07:49:30 tars systemd[1]: Stopped target blockdev@dev-mapper-luks\x2dc8e843d8\x2d7415\x2d4ba1\x2db93d\x2dcf7b242bfd6b.target - Block Device Preparation for /dev/mapper/luks-c8e843d8-7415-4ba1-b93d-cf7b242bfd6b.
dez 01 07:49:38 tars drkonqi[7809]: file:///usr/lib64/qt5/qml/org/kde/kirigami.2/ContextDrawer.qml:135:9: QML ListView: Binding loop detected for property "topMargin"
dez 01 07:49:48 tars drkonqi[7809]: org.kde.drkonqi: Debugger process had an error QProcess::FailedToStart ("gdb", "-nw", "-n", "-batch", "-x", "/tmp/drkonqi.CExwjY", "-x", "/tmp/drkonqi.MceEMI", "-p", "6692", "/usr/libexec/baloo_file") ("-nw", "-n", "-batch", "-x", "/tmp/drkonqi.CExwjY", "-x", "/tmp/drkonqi.MceEMI", "-p", "6692", "/usr/libexec/baloo_file") ("AUTOJUMP_ERROR_PATH=/home/marcelo/.local/share/autojump/errors.log", "AUTOJUMP_SOURCED=1", "BASH_ENV=/usr/share/lmod/lmod/init/bash", "CUDA_ROOT=/usr", "DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus", "DEBUGINFOD_URLS=https://debuginfod.fedoraproject.org/ ", "DESKTOP_AUTOSTART_ID=1038357a12d8d9abae166989173885169000000062860069", "DESKTOP_SESSION=gnome", "DISPLAY=:1", "DRKONQI_APP_VERSION=", "DRKONQI_SIGNAL=6", "DRKONQI_TMP_DIR=/tmp/drkonqi-aECmMx", "DRKONQI_VERSION=5.26.3", "DRKONQI_WITH_SENTRY=1", "EDITOR=/usr/bin/nano", "GDMSESSION=gnome", "GDM_LANG=pt_BR.UTF-8", "GIO_LAUNCHED_DESKTOP_FILE=/etc/xdg/autostart/baloo_file.desktop", "GIO_LAUNCHED_DESKTOP_FILE_PID=6692", "HISTCONTROL=ignoredups", "HISTSIZE=1000", "HOME=/home/marcelo", "HOSTNAME=tars", "IMSETTINGS_INTEGRATE_DESKTOP=yes", "IMSETTINGS_MODULE=X compose table", "INVOCATION_ID=ae0e52682a1c4fdca895208c96b86390", "JOURNAL_STREAM=8:43215", "KCRASH_AUTO_RESTARTED=1", "KDEDIRS=/usr", "KDE_DEBUG=true", "LANG=pt_BR.UTF-8", "LANGUAGE=", "LC_ALL=C", "LESSOPEN=||/usr/bin/lesspipe.sh %s", "LMOD_CMD=/usr/share/lmod/lmod/libexec/lmod", "LMOD_DIR=/usr/share/lmod/lmod/libexec", "LMOD_PKG=/usr/share/lmod/lmod", "LMOD_ROOT=/usr/share/lmod", "LMOD_SETTARG_FULL_SUPPORT=no", "LMOD_SHELL_PRGM=zsh", "LMOD_VERSION=8.7.7", "LMOD_sys=Linux", "LOGNAME=marcelo", "MAIL=/var/spool/mail/marcelo", "MANAGERPID=5859", "MANGOHUD=1", "MANPATH=/usr/share/lmod/lmod/share/man:", "MODULEPATH=/etc/modulefiles:/usr/share/modulefiles:/usr/share/modulefiles/Linux:/usr/share/modulefiles/Core:/usr/share/lmod/lmod/modulefiles/Core", "MODULEPATH_ROOT=/usr/share/modulefiles", "MODULESHOME=/usr/share/lmod/lmod", "MOZ_GMP_PATH=/usr/lib64/mozilla/plugins/gmp-gmpopenh264/system-installed", "OBS_USE_EGL=1", "OBS_VKCAPTURE_LINEAR=1", "OLDPWD=/home/marcelo", "PATH=/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/home/marcelo/.composer/vendor/bin", "PWD=/home/marcelo", "QTDIR=/usr/lib64/qt-3.3", "QTINC=/usr/lib64/qt-3.3/include", "QTLIB=/usr/lib64/qt-3.3/lib", "QT_IM_MODULE=xim", "SHELL=/bin/zsh", "SHLVL=0", "SSH_AGENT_PID=6174", "SSH_AUTH_SOCK=/run/user/1000/keyring/ssh", "SYSTEMD_EXEC_PID=6286", "TERM=dumb", "USER=marcelo", "USERNAME=marcelo", "WINDOWPATH=2", "XAUTHORITY=/run/user/1000/gdm/Xauthority", "XDG_CURRENT_DESKTOP=GNOME", "XDG_DATA_DIRS=/home/marcelo/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share/:/usr/share/", "XDG_MENU_PREFIX=gnome-", "XDG_RUNTIME_DIR=/run/user/1000", "XDG_SESSION_CLASS=user", "XDG_SESSION_DESKTOP=gnome", "XDG_SESSION_TYPE=x11", "XMODIFIERS=@im=none", "__GL_MaxFramesAllowed=1")
dez 01 07:50:22 tars drkonqi[7809]: org.kde.drkonqi: Debugger process had an error QProcess::FailedToStart ("gdb", "-nw", "-n", "-batch", "-x", "/tmp/drkonqi.KRyVHr", "-x", "/tmp/drkonqi.ikSvCN", "-p", "6692", "/usr/libexec/baloo_file") ("-nw", "-n", "-batch", "-x", "/tmp/drkonqi.KRyVHr", "-x", "/tmp/drkonqi.ikSvCN", "-p", "6692", "/usr/libexec/baloo_file") ("AUTOJUMP_ERROR_PATH=/home/marcelo/.local/share/autojump/errors.log", "AUTOJUMP_SOURCED=1", "BASH_ENV=/usr/share/lmod/lmod/init/bash", "CUDA_ROOT=/usr", "DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus", "DEBUGINFOD_URLS=https://debuginfod.fedoraproject.org/ ", "DESKTOP_AUTOSTART_ID=1038357a12d8d9abae166989173885169000000062860069", "DESKTOP_SESSION=gnome", "DISPLAY=:1", "DRKONQI_APP_VERSION=", "DRKONQI_SIGNAL=6", "DRKONQI_TMP_DIR=/tmp/drkonqi-aECmMx", "DRKONQI_VERSION=5.26.3", "DRKONQI_WITH_SENTRY=1", "EDITOR=/usr/bin/nano", "GDMSESSION=gnome", "GDM_LANG=pt_BR.UTF-8", "GIO_LAUNCHED_DESKTOP_FILE=/etc/xdg/autostart/baloo_file.desktop", "GIO_LAUNCHED_DESKTOP_FILE_PID=6692", "HISTCONTROL=ignoredups", "HISTSIZE=1000", "HOME=/home/marcelo", "HOSTNAME=tars", "IMSETTINGS_INTEGRATE_DESKTOP=yes", "IMSETTINGS_MODULE=X compose table", "INVOCATION_ID=ae0e52682a1c4fdca895208c96b86390", "JOURNAL_STREAM=8:43215", "KCRASH_AUTO_RESTARTED=1", "KDEDIRS=/usr", "KDE_DEBUG=true", "LANG=pt_BR.UTF-8", "LANGUAGE=", "LC_ALL=C", "LESSOPEN=||/usr/bin/lesspipe.sh %s", "LMOD_CMD=/usr/share/lmod/lmod/libexec/lmod", "LMOD_DIR=/usr/share/lmod/lmod/libexec", "LMOD_PKG=/usr/share/lmod/lmod", "LMOD_ROOT=/usr/share/lmod", "LMOD_SETTARG_FULL_SUPPORT=no", "LMOD_SHELL_PRGM=zsh", "LMOD_VERSION=8.7.7", "LMOD_sys=Linux", "LOGNAME=marcelo", "MAIL=/var/spool/mail/marcelo", "MANAGERPID=5859", "MANGOHUD=1", "MANPATH=/usr/share/lmod/lmod/share/man:", "MODULEPATH=/etc/modulefiles:/usr/share/modulefiles:/usr/share/modulefiles/Linux:/usr/share/modulefiles/Core:/usr/share/lmod/lmod/modulefiles/Core", "MODULEPATH_ROOT=/usr/share/modulefiles", "MODULESHOME=/usr/share/lmod/lmod", "MOZ_GMP_PATH=/usr/lib64/mozilla/plugins/gmp-gmpopenh264/system-installed", "OBS_USE_EGL=1", "OBS_VKCAPTURE_LINEAR=1", "OLDPWD=/home/marcelo", "PATH=/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/home/marcelo/.composer/vendor/bin", "PWD=/home/marcelo", "QTDIR=/usr/lib64/qt-3.3", "QTINC=/usr/lib64/qt-3.3/include", "QTLIB=/usr/lib64/qt-3.3/lib", "QT_IM_MODULE=xim", "SHELL=/bin/zsh", "SHLVL=0", "SSH_AGENT_PID=6174", "SSH_AUTH_SOCK=/run/user/1000/keyring/ssh", "SYSTEMD_EXEC_PID=6286", "TERM=dumb", "USER=marcelo", "USERNAME=marcelo", "WINDOWPATH=2", "XAUTHORITY=/run/user/1000/gdm/Xauthority", "XDG_CURRENT_DESKTOP=GNOME", "XDG_DATA_DIRS=/home/marcelo/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share/:/usr/share/", "XDG_MENU_PREFIX=gnome-", "XDG_RUNTIME_DIR=/run/user/1000", "XDG_SESSION_CLASS=user", "XDG_SESSION_DESKTOP=gnome", "XDG_SESSION_TYPE=x11", "XMODIFIERS=@im=none", "__GL_MaxFramesAllowed=1")
dez 01 07:50:52 tars doas[10297]: marcelo ran command dnf group remove KDE Plasma Workspaces --skip-broken as root from /home/marcelo
dez 01 07:51:17 tars doas[10401]: marcelo ran command dnf group remove KDE Plasma Workspaces --skip-broken --verbose as root from /home/marcelo
dez 01 08:06:03 tars kdeconnectd[6717]: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
dez 01 08:06:04 tars gnome-shell[6323]: Received faulty track artist metadata from org.mpris.MediaPlayer2.kdeconnect.mpris_547a59d0d0954f408a6e5b4cfd19bd62; expected an array of strings, got Opening Credits (string)
dez 01 11:46:18 tars gnome-shell[6323]: Received faulty track artist metadata from org.mpris.MediaPlayer2.kdeconnect.mpris_6c101b6d884043ca9e215f91bdd227bc; expected an array of strings, got Opening Credits (string)
dez 01 11:46:31 tars dbus-broker-launch[5883]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
dez 01 11:46:31 tars dbus-broker-launch[5883]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
dez 01 11:46:31 tars dbus-broker-launch[5883]: Ignoring duplicate name 'org.freedesktop.FileManager1' in service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service'
dez 01 11:46:31 tars dbus-broker-launch[5883]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
dez 01 11:46:31 tars dbus-broker-launch[5883]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
dez 01 11:46:31 tars dbus-broker-launch[5883]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
dez 01 11:46:31 tars dbus-broker-launch[5883]: Ignoring duplicate name 'org.freedesktop.FileManager1' in service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service'
dez 01 11:46:31 tars dbus-broker-launch[5883]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
dez 01 11:51:36 tars systemd[5859]: Started app-gnome-org.kde.plasma\x2dsystemmonitor-56803.scope - Application launched by gnome-shell.
dez 01 11:51:37 tars plasma-systemmonitor[56803]: kf.kirigami: Failed to find a Kirigami platform plugin
dez 01 11:51:38 tars plasma-systemmonitor[56803]: kf.service.services: The desktop entry file "/usr/share/applications/qemu.desktop" has Type= "Application" but no Exec line
dez 01 11:51:38 tars plasma-systemmonitor[56803]: kf.service.sycoca: Invalid Service :  "/usr/share/applications/qemu.desktop"
dez 01 11:51:38 tars systemd[5859]: Starting plasma-ksystemstats.service - Track hardware statistics...
dez 01 11:51:38 tars plasma-systemmonitor[56803]: file:///usr/lib64/qt5/qml/org/kde/kirigami.2/private/globaltoolbar/ToolBarPageHeader.qml:15:1: QML ToolBarPageHeader: Binding loop detected for property "implicitWidth"
dez 01 11:51:38 tars plasma-systemmonitor[56803]: file:///usr/lib64/qt5/qml/org/kde/kirigami.2/BasicListItem.qml:276:18: QML QQuickItem*: Binding loop detected for property "implicitWidth"
dez 01 11:51:38 tars systemd[5859]: Started plasma-ksystemstats.service - Track hardware statistics.
dez 01 11:51:38 tars ksystemstats[56828]: Could not determine Plasma version, got:  "The name is not activatable"
dez 01 11:51:40 tars plasma-systemmonitor[56803]: file:///usr/share/ksysguard/sensorfaces/org.kde.ksysguard.linechart/contents/ui/FullRepresentation.qml:22:1: QML FullRepresentation: Binding loop detected for property "implicitHeight"
dez 01 11:51:40 tars plasma-systemmonitor[56803]: file:///usr/share/ksysguard/sensorfaces/org.kde.ksysguard.linechart/contents/ui/FullRepresentation.qml:22:1: QML FullRepresentation: Binding loop detected for property "implicitHeight"
dez 01 11:51:40 tars plasma-systemmonitor[56803]: file:///usr/share/ksysguard/sensorfaces/org.kde.ksysguard.linechart/contents/ui/FullRepresentation.qml:22:1: QML FullRepresentation: Binding loop detected for property "implicitHeight"
dez 01 11:51:40 tars plasma-systemmonitor[56803]: file:///usr/lib64/qt5/qml/org/kde/ksysguard/page/EditablePage.qml?page=overview.page:256:5: QML Loader: Binding loop detected for property "height"
dez 01 11:51:41 tars plasma-systemmonitor[56803]: file:///usr/share/ksysguard/sensorfaces/org.kde.ksysguard.piechart/contents/ui/FullRepresentation.qml:21:1: QML FullRepresentation: Binding loop detected for property "implicitHeight"
dez 01 11:51:41 tars plasma-systemmonitor[56803]: file:///usr/share/ksysguard/sensorfaces/org.kde.ksysguard.piechart/contents/ui/FullRepresentation.qml:21:1: QML FullRepresentation: Binding loop detected for property "implicitHeight"
dez 01 11:51:41 tars plasma-systemmonitor[56803]: org.kde.ksysguard.plugin.network: Helper process terminated abnormally: "The process doesn't have permission to open the capture source"
dez 01 11:51:41 tars plasma-systemmonitor[56803]: file:///usr/share/ksysguard/sensorfaces/org.kde.ksysguard.piechart/contents/ui/FullRepresentation.qml:21:1: QML FullRepresentation: Binding loop detected for property "implicitHeight"
dez 01 11:52:13 tars plasma-systemmonitor[56803]: file:///usr/share/ksysguard/sensorfaces/org.kde.ksysguard.piechart/contents/ui/FullRepresentation.qml:21:1: QML FullRepresentation: Binding loop detected for property "implicitHeight"
dez 01 11:52:14 tars plasma-systemmonitor[56803]: file:///usr/lib64/qt5/qml/org/kde/kirigami.2/private/globaltoolbar/ToolBarPageHeader.qml:84:13: QML Binding: Binding loop detected for property "value"
dez 01 11:52:14 tars plasma-systemmonitor[56803]: file:///usr/lib64/qt5/qml/org/kde/kirigami.2/private/globaltoolbar/ToolBarPageHeader.qml:90:13: QML Binding: Binding loop detected for property "value"
dez 01 11:52:14 tars org.kde.plasma-systemmonitor.desktop[56803]: KCrash: Application 'plasma-systemmonitor' crashing...
dez 01 11:52:14 tars plasma-systemmonitor[56803]: QSocketNotifier: Invalid socket 5 and type 'Read', disabling...
dez 01 11:52:14 tars org.kde.plasma-systemmonitor.desktop[56803]: KCrash: Attempting to start /usr/libexec/drkonqi
dez 01 11:52:14 tars org.kde.plasma-systemmonitor.desktop[56803]: failed to signal syncobj 23
dez 01 11:52:14 tars org.kde.plasma-systemmonitor.desktop[56803]: Unable to start Dr. Konqi
dez 01 11:52:15 tars drkonqi[56979]: org.kde.drkonqi: The specified process does not exist.
dez 01 11:52:15 tars systemd[5859]: app-gnome-org.kde.plasma\x2dsystemmonitor-56803.scope: Consumed 20.342s CPU time.
dez 01 12:36:54 tars doas[65513]: marcelo ran command dnf -C group info KDE Plasma Workspaces as root from /home/marcelo
dez 01 12:40:45 tars doas[66135]: marcelo ran command dnf group remove KDE Plasma Workspaces as root from /home/marcelo
dez 01 12:42:50 tars systemd[5859]: plasma-xdg-desktop-portal-kde.service: Consumed 2.780s CPU time.

rpm history should of course be dnf history.

Today this is happening:

❯ doas dnf distro-sync --refresh
Copr repo for retry owned by minfrin                                                                                                                                                 3.7 kB/s | 3.3 kB     00:00    
Copr repo for adw-gtk3 owned by nickavem                                                                                                                                              11 kB/s | 3.3 kB     00:00    
Copr repo for kernel-xanmod owned by rmnscnce                                                                                                                                        5.8 kB/s | 3.3 kB     00:00    
Copr repo for scrcpy owned by zeno                                                                                                                                                    14 kB/s | 3.3 kB     00:00    
Enpass password manager repository                                                                                                                                                   9.1 kB/s | 2.9 kB     00:00    
Fedora 37 - x86_64                                                                                                                                                                    36 kB/s |  41 kB     00:01    
Fedora 37 openh264 (From Cisco) - x86_64                                                                                                                                             2.1 kB/s | 989  B     00:00    
Fedora Modular 37 - x86_64                                                                                                                                                            48 kB/s |  40 kB     00:00    
negativo17 - Nvidia                                                                                                                                                                  4.7 kB/s | 5.7 kB     00:01    
Fedora 37 - x86_64 - Updates                                                                                                                                                          43 kB/s |  35 kB     00:00    
Fedora Modular 37 - x86_64 - Updates                                                                                                                                                  47 kB/s |  32 kB     00:00    
RPM Fusion for Fedora 37 - Free                                                                                                                                                      1.1 kB/s | 2.4 kB     00:02    
RPM Fusion for Fedora 37 - Free - Updates                                                                                                                                             16 kB/s |  11 kB     00:00    
RPM Fusion for Fedora 37 - Nonfree                                                                                                                                                   4.6 kB/s | 2.4 kB     00:00    
RPM Fusion for Fedora 37 - Nonfree - Updates                                                                                                                                          12 kB/s |  12 kB     00:00    
RPM Fusion for Fedora 37 - Nonfree - Test Updates                                                                                                                                     18 kB/s |  12 kB     00:00    
Dependencies resolved.
=====================================================================================================================================================================================================================
 Package                                                                    Architecture                            Version                                           Repository                                Size
=====================================================================================================================================================================================================================
Upgrading:
 NetworkManager                                                             x86_64                                  1:1.40.6-1.fc37                                   updates                                  2.1 M
 NetworkManager-adsl                                                        x86_64                                  1:1.40.6-1.fc37                                   updates                                   27 k
 NetworkManager-bluetooth                                                   x86_64                                  1:1.40.6-1.fc37                                   updates                                   53 k
 NetworkManager-config-connectivity-fedora                                  noarch                                  1:1.40.6-1.fc37                                   updates                                   13 k
 NetworkManager-libnm                                                       i686                                    1:1.40.6-1.fc37                                   updates                                  1.8 M
 NetworkManager-libnm                                                       x86_64                                  1:1.40.6-1.fc37                                   updates                                  1.7 M
 NetworkManager-ppp                                                         x86_64                                  1:1.40.6-1.fc37                                   updates                                   36 k
 NetworkManager-team                                                        x86_64                                  1:1.40.6-1.fc37                                   updates                                   31 k
 NetworkManager-wifi                                                        x86_64                                  1:1.40.6-1.fc37                                   updates                                  128 k
 NetworkManager-wwan                                                        x86_64                                  1:1.40.6-1.fc37                                   updates                                   60 k
 bluedevil                                                                  x86_64                                  5.26.4-1.fc37                                     updates                                  556 k
 breeze-cursor-theme                                                        noarch                                  5.26.4-1.fc37                                     updates                                  346 k
 breeze-gtk-common                                                          noarch                                  5.26.4-1.fc37                                     updates                                  317 k
 breeze-gtk-gtk2                                                            noarch                                  5.26.4-1.fc37                                     updates                                   24 k
 breeze-gtk-gtk3                                                            noarch                                  5.26.4-1.fc37                                     updates                                   29 k
 breeze-gtk-gtk4                                                            noarch                                  5.26.4-1.fc37                                     updates                                   27 k
 container-selinux                                                          noarch                                  2:2.193.0-1.fc37                                  updates                                   51 k
 fakeroot                                                                   x86_64                                  1.30.1-1.fc37                                     updates                                   92 k
 fakeroot-libs                                                              x86_64                                  1.30.1-1.fc37                                     updates                                   39 k
 firewall-config                                                            noarch                                  1.2.2-1.fc37                                      updates                                   84 k
 firewalld                                                                  noarch                                  1.2.2-1.fc37                                      updates                                  511 k
 firewalld-filesystem                                                       noarch                                  1.2.2-1.fc37                                      updates                                  9.8 k
 kactivitymanagerd                                                          x86_64                                  5.26.4-1.fc37                                     updates                                  264 k
 kde-cli-tools                                                              x86_64                                  5.26.4-1.fc37                                     updates                                  953 k
 kdecoration                                                                x86_64                                  5.26.4-1.fc37                                     updates                                  101 k
 kdeplasma-addons                                                           x86_64                                  5.26.4-1.fc37                                     updates                                  1.6 M
 kdesu                                                                      x86_64                                  1:5.26.4-1.fc37                                   updates                                  243 k
 khotkeys                                                                   x86_64                                  5.26.4-1.fc37                                     updates                                  2.0 M
 kinfocenter                                                                x86_64                                  5.26.4-1.fc37                                     updates                                  1.2 M
 kmenuedit                                                                  x86_64                                  5.26.4-1.fc37                                     updates                                  1.1 M
 kpipewire                                                                  x86_64                                  5.26.4-1.fc37                                     updates                                  117 k
 kscreen                                                                    x86_64                                  1:5.26.4-1.fc37                                   updates                                  337 k
 kscreenlocker                                                              x86_64                                  5.26.4-1.fc37                                     updates                                  258 k
 ksshaskpass                                                                x86_64                                  5.26.4-1.fc37                                     updates                                   62 k
 ksystemstats                                                               x86_64                                  5.26.4-1.fc37                                     updates                                  253 k
 kwayland-integration                                                       x86_64                                  5.26.4-1.fc37                                     updates                                   67 k
 kwin                                                                       x86_64                                  5.26.4-1.fc37                                     updates                                   12 k
 kwin-common                                                                x86_64                                  5.26.4-1.fc37                                     updates                                  2.7 M
 kwin-libs                                                                  x86_64                                  5.26.4-1.fc37                                     updates                                  1.8 M
 kwin-wayland                                                               x86_64                                  5.26.4-1.fc37                                     updates                                  550 k
 kwin-x11                                                                   x86_64                                  5.26.4-1.fc37                                     updates                                  383 k
 kwrited                                                                    x86_64                                  5.26.4-1.fc37                                     updates                                   37 k
 layer-shell-qt                                                             x86_64                                  5.26.4-1.fc37                                     updates                                   37 k
 libkscreen-qt5                                                             x86_64                                  5.26.4-1.fc37                                     updates                                  276 k
 libksysguard                                                               x86_64                                  5.26.4-1.fc37                                     updates                                  1.2 M
 libksysguard-common                                                        x86_64                                  5.26.4-1.fc37                                     updates                                   47 k
 libkworkspace5                                                             x86_64                                  5.26.4.1-1.fc37                                   updates                                  130 k
 oxygen-sounds                                                              noarch                                  5.26.4-1.fc37                                     updates                                  1.8 M
 pam-kwallet                                                                x86_64                                  5.26.4-1.fc37                                     updates                                   23 k
 plasma-breeze                                                              x86_64                                  5.26.4-1.fc37                                     updates                                  339 k
 plasma-breeze-common                                                       noarch                                  5.26.4-1.fc37                                     updates                                   45 M
 plasma-browser-integration                                                 x86_64                                  5.26.4-1.fc37                                     updates                                  270 k
 plasma-desktop                                                             x86_64                                  5.26.4-1.fc37                                     updates                                  4.0 M
 plasma-desktop-doc                                                         noarch                                  5.26.4-1.fc37                                     updates                                  4.8 M
 plasma-discover                                                            x86_64                                  5.26.4-1.fc37                                     updates                                  355 k
 plasma-discover-flatpak                                                    x86_64                                  5.26.4-1.fc37                                     updates                                  134 k
 plasma-discover-libs                                                       x86_64                                  5.26.4-1.fc37                                     updates                                  553 k
 plasma-discover-notifier                                                   x86_64                                  5.26.4-1.fc37                                     updates                                   92 k
 plasma-discover-offline-updates                                            x86_64                                  5.26.4-1.fc37                                     updates                                   13 k
 plasma-discover-packagekit                                                 x86_64                                  5.26.4-1.fc37                                     updates                                  151 k
 plasma-disks                                                               x86_64                                  5.26.4-1.fc37                                     updates                                  167 k
 plasma-drkonqi                                                             x86_64                                  5.26.4-1.fc37                                     updates                                  645 k
 plasma-integration                                                         x86_64                                  5.26.4-1.fc37                                     updates                                  228 k
 plasma-lookandfeel-fedora                                                  noarch                                  5.26.4.1-1.fc37                                   updates                                  579 k
 plasma-milou                                                               x86_64                                  5.26.4-1.fc37                                     updates                                  115 k
 plasma-nm                                                                  x86_64                                  5.26.4-1.fc37                                     updates                                  1.0 M
 plasma-nm-l2tp                                                             x86_64                                  5.26.4-1.fc37                                     updates                                  136 k
 plasma-nm-openconnect                                                      x86_64                                  5.26.4-1.fc37                                     updates                                  143 k
 plasma-nm-openswan                                                         x86_64                                  5.26.4-1.fc37                                     updates                                   60 k
 plasma-nm-openvpn                                                          x86_64                                  5.26.4-1.fc37                                     updates                                  225 k
 plasma-nm-pptp                                                             x86_64                                  5.26.4-1.fc37                                     updates                                   86 k
 plasma-nm-vpnc                                                             x86_64                                  5.26.4-1.fc37                                     updates                                  117 k
 plasma-systemmonitor                                                       x86_64                                  5.26.4-1.fc37                                     updates                                  327 k
 plasma-systemsettings                                                      x86_64                                  5.26.4-1.fc37                                     updates                                  448 k
 plasma-thunderbolt                                                         x86_64                                  5.26.4-1.fc37                                     updates                                  175 k
 plasma-vault                                                               x86_64                                  5.26.4-1.fc37                                     updates                                  374 k
 plasma-workspace                                                           x86_64                                  5.26.4.1-1.fc37                                   updates                                   16 M
 plasma-workspace-common                                                    x86_64                                  5.26.4.1-1.fc37                                   updates                                   42 k
 plasma-workspace-geolocation                                               x86_64                                  5.26.4.1-1.fc37                                   updates                                   54 k
 plasma-workspace-geolocation-libs                                          x86_64                                  5.26.4.1-1.fc37                                   updates                                   27 k
 plasma-workspace-libs                                                      x86_64                                  5.26.4.1-1.fc37                                   updates                                  2.2 M
 plasma-workspace-wallpapers                                                noarch                                  5.26.4-1.fc37                                     updates                                   81 M
 plasma-workspace-wayland                                                   x86_64                                  5.26.4.1-1.fc37                                   updates                                   72 k
 plasma-workspace-x11                                                       x86_64                                  5.26.4.1-1.fc37                                   updates                                   71 k
 polkit-kde                                                                 x86_64                                  5.26.4-1.fc37                                     updates                                  105 k
 powerdevil                                                                 x86_64                                  5.26.4-1.fc37                                     updates                                  1.1 M
 python3-firewall                                                           noarch                                  1.2.2-1.fc37                                      updates                                  523 k
 sddm-breeze                                                                noarch                                  5.26.4.1-1.fc37                                   updates                                  750 k
 sddm-kcm                                                                   x86_64                                  5.26.4-1.fc37                                     updates                                  149 k
 xdg-desktop-portal-kde                                                     x86_64                                  5.26.4-1.fc37                                     updates                                  279 k
 xkeyboard-config                                                           noarch                                  2.36-3.fc37                                       updates                                  957 k

Transaction Summary
=====================================================================================================================================================================================================================
Upgrade  91 Packages

Total download size: 189 M
Is this ok [Y/n]: ^COperation aborted.
❯ doas dnf history userinstalled | grep -Ei kde
kde-connect-22.08.3-1.fc37.x86_64
 doas dnf group list
Last metadata expiration check: 0:18:34 ago on Fri Dec  2 09:17:34 2022.
Available Environment Groups:
   Fedora Custom Operating System
   Minimal Install
   Fedora Server Edition
   Fedora Cloud Server
   KDE Plasma Workspaces
   Xfce Desktop
   LXDE Desktop
   LXQt Desktop
   Cinnamon Desktop
   MATE Desktop
   Sugar Desktop Environment
   Deepin Desktop
   Development and Creative Workstation
   Web Server
   Infrastructure Server
   Basic Desktop
   i3 desktop
Installed Environment Groups:
   Fedora Workstation
Installed Groups:
   Container Management
   Development Tools
   LibreOffice
   GNOME Desktop Environment
   Fonts
   Hardware Support
   Sound and Video
Available Groups:
   3D Printing
   Administration Tools
   Audio Production
   Authoring and Publishing
   C Development Tools and Libraries
   Cloud Infrastructure
   Cloud Management Tools
   Compiz
   D Development Tools and Libraries
   Design Suite
   Domain Membership
   Editors
   Educational Software
   Electronic Lab
   Engineering and Scientific
   FreeIPA Server
   Headless Management
   MATE Applications
   Milkymist
   Network Servers
   Neuron Modelling Simulators
   Office/Productivity
   Python Classroom
   Python Science
   Robotics
   RPM Development Tools
   Security Lab
   Text-based Internet
   Window Managers
   Deepin Desktop Environment
   Graphical Internet
   KDE (K Desktop Environment)
   Games and Entertainment
   System Tools

❯ doas dnf remove kde-connect
❯ doas dnf autoremove --verbose
Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
DNF version: 4.14.0
cachedir: /var/cache/dnf
User-Agent: constructed: 'libdnf (Fedora Linux 37; workstation; Linux.x86_64)'
repo: using cache for: copr:copr.fedorainfracloud.org:minfrin:retry
copr:copr.fedorainfracloud.org:minfrin:retry: using metadata from Wed Aug 10 13:24:57 2022.
repo: using cache for: copr:copr.fedorainfracloud.org:nickavem:adw-gtk3
copr:copr.fedorainfracloud.org:nickavem:adw-gtk3: using metadata from Mon Nov  7 03:51:50 2022.
repo: using cache for: copr:copr.fedorainfracloud.org:rmnscnce:kernel-xanmod
copr:copr.fedorainfracloud.org:rmnscnce:kernel-xanmod: using metadata from Sun Nov 13 03:35:32 2022.
repo: using cache for: copr:copr.fedorainfracloud.org:zeno:scrcpy
copr:copr.fedorainfracloud.org:zeno:scrcpy: using metadata from Fri Oct 28 04:49:50 2022.
repo: using cache for: enpass
enpass: using metadata from Thu Nov 10 07:48:44 2022.
repo: using cache for: fedora
fedora: using metadata from Thu Nov 10 06:30:00 2022.
repo: using cache for: fedora-cisco-openh264
fedora-cisco-openh264: using metadata from Thu Oct  6 08:01:40 2022.
repo: using cache for: fedora-modular
fedora-modular: using metadata from Thu Nov 10 06:23:24 2022.
repo: using cache for: negativo17-nvidia
negativo17-nvidia: using metadata from Thu Dec  1 04:37:26 2022.
repo: using cache for: updates
updates: using metadata from Thu Dec  1 22:11:49 2022.
repo: using cache for: updates-modular
updates-modular: using metadata from Thu Dec  1 21:39:09 2022.
repo: using cache for: rpmfusion-free
rpmfusion-free: using metadata from Fri Nov 11 13:54:42 2022.
repo: using cache for: rpmfusion-free-updates
rpmfusion-free-updates: using metadata from Sun Nov 27 18:08:08 2022.
repo: using cache for: rpmfusion-nonfree
rpmfusion-nonfree: using metadata from Fri Nov 11 14:25:12 2022.
repo: using cache for: rpmfusion-nonfree-updates
rpmfusion-nonfree-updates: using metadata from Sun Nov 27 18:31:12 2022.
repo: using cache for: rpmfusion-nonfree-updates-testing
rpmfusion-nonfree-updates-testing: using metadata from Sun Nov 27 18:31:18 2022.
Last metadata expiration check: 0:02:02 ago on Fri Dec  2 09:38:26 2022.
--> Starting dependency resolution
--> Finished dependency resolution
Dependencies resolved.
Nothing to do.
Complete!

❯ ps -ef | grep kde
root          75       2  0 08:04 ?        00:00:00 [kdevtmpfs]
marcelo     4932    4608  0 08:05 ?        00:00:02 /usr/libexec/kdeconnectd
marcelo     5378    4206  0 08:05 ?        00:00:01 /usr/libexec/xdg-desktop-portal-kde
marcelo    25307    8911  0 09:40 pts/1    00:00:00 grep --color=auto --exclude-dir=.bzr --exclude-dir=CVS --exclude-dir=.git --exclude-dir=.hg --exclude-dir=.svn --exclude-dir=.idea --exclude-dir=.tox kde



635ce9c639c8cca963fa4bfa6e834bcb48cc3fb7.png

Also various .desktop related to Plasma were not removed. To avoid too many lines I just counted them:

❯ grep -Erl "KDE" /usr/share/applications/*.desktop | wc -l
101

@ankursinha if more logs are needed, let me know.

1 Like