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

      CodeSOD: A Unique Way to Primary Key

      July 22, 2025

      BrowserStack launches Figma plugin for detecting accessibility issues in design phase

      July 22, 2025

      Parasoft brings agentic AI to service virtualization in latest release

      July 22, 2025

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

      July 21, 2025

      The best CRM software with email marketing in 2025: Expert tested and reviewed

      July 22, 2025

      This multi-port car charger can power 4 gadgets at once – and it’s surprisingly cheap

      July 22, 2025

      I’m a wearables editor and here are the 7 Pixel Watch 4 rumors I’m most curious about

      July 22, 2025

      8 ways I quickly leveled up my Linux skills – and you can too

      July 22, 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

      The Intersection of Agile and Accessibility – A Series on Designing for Everyone

      July 22, 2025
      Recent

      The Intersection of Agile and Accessibility – A Series on Designing for Everyone

      July 22, 2025

      Zero Trust & Cybersecurity Mesh: Your Org’s Survival Guide

      July 22, 2025

      Execute Ping Commands and Get Back Structured Data in PHP

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

      A Tomb Raider composer has been jailed — His legacy overshadowed by $75k+ in loan fraud

      July 22, 2025
      Recent

      A Tomb Raider composer has been jailed — His legacy overshadowed by $75k+ in loan fraud

      July 22, 2025

      “I don’t think I changed his mind” — NVIDIA CEO comments on H20 AI GPU sales resuming in China following a meeting with President Trump

      July 22, 2025

      Galaxy Z Fold 7 review: Six years later — Samsung finally cracks the foldable code

      July 22, 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

    News & Updates

    A Tomb Raider composer has been jailed — His legacy overshadowed by $75k+ in loan fraud

    July 22, 2025
    News & Updates

    “I don’t think I changed his mind” — NVIDIA CEO comments on H20 AI GPU sales resuming in China following a meeting with President Trump

    July 22, 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

    How I used ChatGPT to analyze my massive Kindle library – and the mysteries it revealed

    News & Updates

    I never thought I’d praise a kickstand power bank – until I tried this one

    News & Updates

    GeForce NOW adds Dune: Awakening, The Alters and 40% off day pass deal

    Operating Systems

    CVE-2025-46825 – Kanboard Stored Cross-Site Scripting (XSS) Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    Highlights

    Machine Learning

    LifelongAgentBench: A Benchmark for Evaluating Continuous Learning in LLM-Based Agents

    June 4, 2025

    Lifelong learning is crucial for intelligent agents navigating ever-changing environments, yet current LLM-based agents fall…

    CVE-2025-5211 – PHPGurukul Employee Record Management System SQL Injection Vulnerability

    May 26, 2025

    CVE-2025-7548 – Tenda FH1201 Stack-Based Buffer Overflow Vulnerability

    July 13, 2025

    PREAMBLE: Private and Efficient Aggregation via Block Sparse Vectors

    July 15, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

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