Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      Node.js vs. Python for Backend: 7 Reasons C-Level Leaders Choose Node.js Talent

      July 21, 2025

      Handling JavaScript Event Listeners With Parameters

      July 21, 2025

      ChatGPT now has an agent mode

      July 21, 2025

      Scrum Alliance and Kanban University partner to offer new course that teaches both methodologies

      July 21, 2025

      A Primer on Focus Trapping

      July 21, 2025

      Beyond the Corporate Mold: How 21 TSI Sets the Future of Sports in Motion

      July 21, 2025

      The Service Library Service

      July 21, 2025

      DistroWatch Weekly, Issue 1131

      July 20, 2025
    • Development
      1. Algorithms & Data Structures
      2. Artificial Intelligence
      3. Back-End Development
      4. Databases
      5. Front-End Development
      6. Libraries & Frameworks
      7. Machine Learning
      8. Security
      9. Software Engineering
      10. Tools & IDEs
      11. Web Design
      12. Web Development
      13. Web Security
      14. Programming Languages
        • PHP
        • JavaScript
      Featured

      Community News: Latest PEAR Releases (07.21.2025)

      July 21, 2025
      Recent

      Community News: Latest PEAR Releases (07.21.2025)

      July 21, 2025

      The details of TC39’s last meeting

      July 21, 2025

      Simple wrapper for Chrome’s built-in local LLM (Gemini Nano)

      July 19, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      Microsoft confirms active cyberattacks on SharePoint servers

      July 21, 2025
      Recent

      Microsoft confirms active cyberattacks on SharePoint servers

      July 21, 2025

      How to Manually Check & Install Windows 11 Updates (Best Guide)

      July 21, 2025

      Microsoft 365 installs via Windows Store will stop getting updates

      July 21, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Learning Resources»Kali Linux 2019.4 Upgrading and fixing errors | Using both GNOME and xfce

    Kali Linux 2019.4 Upgrading and fixing errors | Using both GNOME and xfce

    June 3, 2025
    Kali Linux developers released the final update of Kali Linux in 2019. The main change comes with it’s default Desktop environment Kali switches GNOME to xfce. In today’s tutorial we are going to upgrade an older version of Kali Linux rolling with GNOME Desktop environment to Kali Linux 2019.4, the latest update of Kali Linux, but in some cases after upgrading Kali Linux we are getting some error like this xfce4-notifyd: no process found we are also cover it’s fix also. If you are a GNOME lover and want to use xfce and GNOME both then read till end before run commands.
    Kali Linux 2019.4 Upgrading and fixing errors

    Let’s start with upgrading the Kali Linux rolling. We can upgrade our older Kali Linux by using following command :-

    apt-get update && apt-get dist-upgrade -y

    This command will download lots of archives and install them so we need much data for this. This command also take good time depending our internet speed and machine’s speed. (We recommended to use Kali official repository).

    After upgrading the whole system we run following command to check that we are in Kali Linux 2019.4 or not ? To do this we use following command:

    cat /etc/os-release
    Kali Update 2019.4
    This screenshot shows Kali is upgraded to 2019.4

    Here we can see that we have successfully upgraded our Kali Linux system. Now we are going to reboot our system. While rebooting we can notice that the bootloader is also have been updated.

    kali 2019.4 booting
    Kali booting

    But after log in our system we can see that we are still in GNOME desktop environment but we know Kali 2019.4 have xfce4 as default desktop environment, we don’t get Kali Undercover mode with this GNOME.

    This happens because we are using GNOME desktop environment in the older versions. For this case we need to install xfce by using following simple command:

    apt install kali-desktop-xfce

    During the installation process it will ask for configure it. It will prompt for choosing default desktop manager. Here we choose “lightdm” and press on OK. Then our xfce desktop environment  will configured.

    xfce4 configure
    We choose lightdm here

    Now we are going to reboot my system.

    But after logging in again we got GNOME desktop environment. To fix this we need to reset our configuration files. For that we apply following command:

    rm -rf .cache/ .config/ .local/ && sync && reboot

    This will clear our old cache config and local data and perform a reboot. After this startup also we don’t get our xfce desktop, we are again in GNOME desktop. If we are going to start Kali undercover we got error xfce-notifyd: no process found. To fix all this we are going to remove GNOME desktop environment (If you a GNOME lover then don’t do this step just read till end) by using this following command:

    apt remove gnome-desktop3-data

    When it prompts for continue we press y Then GNOME will be removed completely. After this we log in to command line mode, no desktop for us now. Then we need to remove the extra packages of GNOME desktop by using following command:

    apt autorevome

    Then we again clear cache, config and local data and reboot the system for last time by using following command:

    rm -rf .cache/ .config/ .local/ && sync && reboot

    After the boot and login we can check we are in xfce desktop environment and this is lightweight and faster then GNOME. Now we check  the Kali Undercover mode by using following command:

    kali-undercover
    kali-undercover
    Kali undercover mode

    And we can see that Windows 10 theme applied on our system.

    In this way we can upgrade our old Kali Linux desktop to Kali Linux 2019.4, and we have fixed the default desktop environment to xfce from GNOME, and fixed the xfce4-notifyd: no process found error.

    Something extra for GNOME lovers

    If you are a GNOME lover and don’t want to remove GNOME and wanna use GNOME alongside of xfce then this this is for you. After upgrading the Kali Linux 2019.4 we check it by using following command:

    cat /etc/os-release
    kali 2019.4 update

    This shows that we have upgraded Kali Linux then we install xfce by using another command:

    apt install kali-desktop-xfce

    This command will install xfce in our system. 
    After installing this we clear the cache, config and local data files by using following command:

    rm -rf .cache/ .config/ .local/ && sync && reboot

    After the boot process we came in to lock screen here we enter the username then we in the password field we got a settings icon just before sign in button.

    log in GNOME or xfce
    Sign in GNOME or xfce

    We click on the button and change it to xfce to go to xfce or select GNOME for GNOME desktop environment.

    Follow us to stay updated with new tutorials follow us on blogger and Twitter.

    Source: Read More

    Facebook Twitter Reddit Email Copy Link
    Previous ArticleHow to Test a Website || A Total Guide of Website Penetration Testing
    Next Article Install Kali Linux as a Primary OS & BTRFS Install for Snapshot

    Related Posts

    Learning Resources

    What I learned from Inspired

    July 21, 2025
    Learning Resources

    macOS Apprentice [SUBSCRIBER]

    July 21, 2025
    Leave A Reply Cancel Reply

    For security, use of Google's reCAPTCHA service is required which is subject to the Google Privacy Policy and Terms of Use.

    Continue Reading

    LLMs Can Now Learn without Labels: Researchers from Tsinghua University and Shanghai AI Lab Introduce Test-Time Reinforcement Learning (TTRL) to Enable Self-Evolving Language Models Using Unlabeled Data

    Machine Learning

    VMware fixes four ESXi zero-day bugs exploited at Pwn2Own Berlin

    Security

    CVE-2025-39588 – Ultimate Store Kit Elementor Addons Untrusted Data Deserialization Object Injection

    Common Vulnerabilities and Exposures (CVEs)

    Using AI saves teachers ‘six weeks per year,’ Gallup poll finds – but at what cost?

    News & Updates

    Highlights

    Reducto AI Released RolmOCR: A SoTA OCR Model Built on Qwen 2.5 VL, Fully Open-Source and Apache 2.0 Licensed for Advanced Document Understanding

    April 6, 2025

    Optical Character Recognition (OCR) has long been a cornerstone of document digitization, enabling the transformation…

    Microsoft’s Xbox Floral Collection 2025 adds fresh style to your gaming setup

    May 16, 2025

    Finally, Microsoft Edge Gets Chrome’s Media Controls for Video & PiP – No Flag Needed

    June 6, 2025

    The top 6 GNOME extensions I install first (and what they can do for you)

    April 24, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.