Dophin background issue

There preinstalled rooted version of Dolphin doesn’t change it’s backround in accordance to the selected theme. When Dark Breeze is selected, the rooted Dolphin still displays a white background, making it completely unusable as the text is white as well, as the theme tells it to be. How do I fix this issue until it’s fixed from the devs’ side?

Maybe it is because of the theme root is using.

In a root console, use the command:

kcmshell6 kcm_colors 

To get a list of other options such as changing the theme for the root user do this:

> kcmshell6 --list

The following modules are available:
kcm_energyinfo               - Energy Consumption Statistics
kcm_about-distro             - Information About This System
kcm_wallpaper                - Configure the wallpaper
kcm_touchpad                 - Touchpad settings
kcm_flatpak                  - Configure Flatpak Permissions
kcm_autostart                - Automatically Started Applications
kcm_kwinrules                - Individual Window Behavior
kcm_printer_manager          - Configure your printers
kcm_touchscreen              - No description available
kcm_firewall                 - Control your network rules
kcm_bluetooth                - Manage Bluetooth devices
kcm_tablet                   - No description available
kcm_keyboard                 - Keyboard Hardware and Layout
kcm_updates                  - Configure software update behavior
kcm_kded                     - Configure background services
kcm_gamecontroller           - Test and Configure Game Controllers
kcm_colors                   - Choose color scheme
kcm_mouse                    - Mouse Controls
kcm_kwin_effects             - Configure compositor settings for desktop effects
kcm_plasmasearch             - Configure search settings
kcm_virtualkeyboard          - Select which virtual keyboard to use
kcm_keys                     - Configure Keyboard Shortcuts
kcm_kwin_virtualdesktops     - Configure navigation, number and layout of virtual desktops
kcm_style                    - Configure application style and behavior
kcm_activities               - Activities help you to focus on a specific task
kcm_soundtheme               - Select a Sound Theme for Notifications
kcm_kscreen                  - Manage and configure monitors and displays
kcm_fonts                    - Configure user interface fonts
kcm_colord                   - Manage color profile of devices
kcm_baloofile                - Configure File Search
kcm_componentchooser         - Choose default Applications
kcm_kaccounts                - Configure your internet accounts such as Google, Live, Owncloud
kcm_kwindecoration           - Configure window titlebars and borders
kcm_landingpage              - Landing page with some basic settings
kcm_screenlocker             - Configure screen locking
kcm_users                    - Manage user accounts
kcm_splashscreen             - Choose splash screen theme
kcm_nightlight               - Adjust screen color temperature based on time
kcm_pulseaudio               - Configure audio devices and volume
kcm_kwin_scripts             - Manage KWin scripts
kcm_lookandfeel              - Choose global look and feel
kcm_desktoptheme             - Choose Plasma style
kcm_desktoppaths             - Location for Personal Files
kcm_notifications            - Event Notifications and Actions
kcm_smserver                 - Desktop Session Login and Logout
kcm_powerdevilprofilesconfig - Power Management
kcm_icons                    - Choose icon theme
kcm_cursortheme              - Choose mouse cursor theme
kcm_regionandlang            - Language Setting, Numeric, Currency and Time Formats
kcm_bolt                     - Thunderbolt Device Management
kcm_kwinxwayland             - Select which keys will be globally available to legacy X11 apps
kcm_workspace                - Configure general workspace behavior
kcm_feedback                 - Configure user feedback settings
kcm_access                   - Configure Accessibility Options
kcm_sddm                     - Configure Login Manager
kcm_fontinst                 - Install, manage and preview fonts
kcm_solid_actions            - Manage actions available to the user when connecting new devices
kcm_kwallet5                 - KDE Wallet Configuration
kcm_kwintabbox               - Navigation Through Windows
kcm_wacomtablet              - Wacom Tablet Settings
kcm_kdeconnect               - Configure device synchronization
kcm_webshortcuts             - Configure Web search keywords
kcm_netpref                  - Configure generic network preferences, like timeout values
kcm_kwintouchscreen          - Configure touch screen swipe gestures
kcm_recentFiles              - Manage your file activity history preferences
kcm_kamera                   - Configure Kamera
kwincompositing              - Compositor Settings for Desktop Effects
kcm_qtquicksettings          - No description available
kcm_kgamma                   - A monitor calibration tool
kcm_kdf                      - Shows the disk usage of the mounted devices
kcm_audiocd                  - Audiocd IO Worker Configuration
kcm_kwinscreenedges          - Configure active screen corners and edges
kcm_clock                    - Date and Time
kcmspellchecking             - Spell Checker Dictionaries and Options
kcm_proxy                    - Configure the proxy servers used
kcm_filetypes                - Configure file associations
kcm_networkmanagement        - Edit network connections
kcm_device_automounter       - Configure automatic mounting of disks and volumes
kcm_kwinoptions              - Configure window actions and behavior
kcm_glx                      - GLX information
kcm_kwinsupportinfo          - KWin Support information
kcm_xserver                  - X-Server information
kcm_block_devices            - Block Devices
kcm_vulkan                   - Vulkan graphics API information
kcm_egl                      - EGL information
kcm_network                  - Network interface information
kcm_usb                      - USB devices attached to this computer
kcm_disks                    - Storage device health monitoring
kcm_wayland                  - Information about the Wayland Compositor
kcm_edid                     - Extended Display Identification Data
kcm_interrupts               - Interrupt information
kcm_firmware_security        - Firmware Security Information
kcm_audio_information        - Audio Device Information
kcm_cpu                      - Advanced CPU Information
kcm_samba                    - Samba status monitor
kcm_pci                      - PCI information
kcm_memory                   - Memory Information
kcm_opencl                   - OpenCL API information

kdesu systemsettings
Next select the same theme you as a user use. Should work

1 Like

Note that root is a separate distinct user with high privileges. it has its owns “home” /root where its configurations are set.

Yep, should have said that.