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

      Designing For TV: Principles, Patterns And Practical Guidance (Part 2)

      September 5, 2025

      Neo4j introduces new graph architecture that allows operational and analytics workloads to be run together

      September 5, 2025

      Beyond the benchmarks: Understanding the coding personalities of different LLMs

      September 5, 2025

      Top 10 Use Cases of Vibe Coding in Large-Scale Node.js Applications

      September 3, 2025

      Building smarter interactions with MCP elicitation: From clunky tool calls to seamless user experiences

      September 4, 2025

      From Zero to MCP: Simplifying AI Integrations with xmcp

      September 4, 2025

      Distribution Release: Linux Mint 22.2

      September 4, 2025

      Coded Smorgasbord: Basically, a Smorgasbord

      September 4, 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

      Drupal 11’s AI Features: What They Actually Mean for Your Team

      September 5, 2025
      Recent

      Drupal 11’s AI Features: What They Actually Mean for Your Team

      September 5, 2025

      Why Data Governance Matters More Than Ever in 2025?

      September 5, 2025

      Perficient Included in the IDC Market Glance for Digital Business Professional Services, 3Q25

      September 5, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      How DevOps Teams Are Redefining Reliability with NixOS and OSTree-Powered Linux

      September 5, 2025
      Recent

      How DevOps Teams Are Redefining Reliability with NixOS and OSTree-Powered Linux

      September 5, 2025

      Distribution Release: Linux Mint 22.2

      September 4, 2025

      ‘Cronos: The New Dawn’ was by far my favorite experience at Gamescom 2025 — Bloober might have cooked an Xbox / PC horror masterpiece

      September 4, 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

    How DevOps Teams Are Redefining Reliability with NixOS and OSTree-Powered Linux

    September 5, 2025
    Learning Resources

    What I learned from Inspired

    September 5, 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

    Cyberattack Hits Nova Scotia Power: Customer Data Compromised

    Development

    Debian Package Management: Aptitude vs. Apt-Get in Ubuntu

    Learning Resources

    The Xbox Series S is currently only very slightly cheaper than the far more powerful PS5 — is Microsoft okay with this?

    News & Updates

    CVE-2025-30328 – Animate Out-of-Bounds Write Arbitrary Code Execution Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    Highlights

    Distribution Release: Melawy Linux 2025.07.04

    July 4, 2025

    The DistroWatch news feed is brought to you by TUXEDO COMPUTERS. Valeria Fadeeva has announced the release of a new version of Melawy Linux, an Arch-based desktop Linux distribution with a customised KDE Plasma as the preferred desktop. The new version, labelled as 2025.07.04, comes with updated packages as well as various important changes. Most notably, the distribution now….

    Building a Secure and Memory-Enabled Cipher Workflow for AI Agents with Dynamic LLM Selection and API Integration

    August 11, 2025

    This mandatory Pixel 6a update may limit your battery – but it’s for your own good

    June 12, 2025

    How to start using the new Linux terminal on your Android device

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

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