Skip Navigation
Markus

50+, Linux User, Jazzliebhaber, Zappa Fan, Hobby Gitarrenspieler, Serien- und Bücherjunkie der gerne mit seinen Freunden ein Bier trinken geht.

[EN]
50+, Linux user, jazz lover, Zappa fan, hobby guitar player, series and book junkie who likes to have a beer with my friends.

Posts
1
Comments
12
Joined
1 yr. ago
  • I am now running baloo 6.6 and it remains discreetly in the background.

  • @Thijs van Ulden Thanks for the hint, as long as I have been using KDE, I noticed yesterday for the first time that the process is so aggressive.

  • KDE Krauts @discuss.tchncs.de
    Markus @hubzilla.markusgarlichs.de

    Baloo with high CPU usage?

    Something is wrong with Baloo 6.5.0 under KDE Plasma (Arch). I observe an extremely high CPU utilization of the baloofileextractors process. Can anyone confirm this or have other hints?

    KDE #KDE6 #KDEPlasma #kdeplasma6 #linux @KDE @KDE Krauts @KDE

  • I'm using hstr since some years and it works perfect for me. https://github.com/dvorka/hstr

  • @Dust0741 sometimes this can help - in a linux console: ntfsfix -b -d /dev/sda1 oder ntfsfix -b -d /dev/sda2.

  • Flatpaks require more storage space as all dependencies are combined in a flatpak. For me rather 2nd choice.

  • @sga ok, since you didn't mention that before, that would be a possible source of error.

  • @sga I think you have to ask an admin of the university because a timeout is usually a problem on the server side.

  • This should work for all Nvidia user working with Plasma6 on Arch, Garuda etc:

    Edit /etc/mkinitcpio.conf

     undefined
        
    MODULES=()
    
      

    Change the Line and add the Nvidia Modules:

     undefined
        
    MODULES=(nvidia nvidia_modeset nvidia_uvm nvidia_drm)
    
      

    Save the File and create the initramfs:

     undefined
        
    sudo mkinitcpio -P
    
      

    Now Add the Kernelflags to Grub: nano /etc/default/grub

    There is a line like this:

     undefined
        
    GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet"
    
      

    add this to the line:

     undefined
        
    GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet nvidia_drm.modeset=1"
    
      

    Now generate the new Grub config:

     undefined
        
    sudo grub-mkconfig -o /boot/grub/grub.cfg
    
      

    Reboot and have fun with wayland. Maybe you have to install: xorg-xwayland

  • without any logfile it's difficult to say where the problem might lie.