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

      The Case For Minimal WordPress Setups: A Contrarian View On Theme Frameworks

      June 6, 2025

      How To Fix Largest Contentful Paint Issues With Subpart Analysis

      June 6, 2025

      How To Prevent WordPress SQL Injection Attacks

      June 6, 2025

      In MCP era API discoverability is now more important than ever

      June 5, 2025

      Black Myth: Wukong is coming to Xbox exactly one year after launching on PlayStation

      June 6, 2025

      Reddit wants to sue Anthropic for stealing its data, but the Claude AI manufacturers vow to “defend ourselves vigorously”

      June 6, 2025

      Satya Nadella says Microsoft makes money every time you use ChatGPT: “Every day that ChatGPT succeeds is a fantastic day”

      June 6, 2025

      Multiple reports suggest a Persona 4 Remake from Atlus will be announced during the Xbox Games Showcase

      June 6, 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

      TC39 advances numerous proposals at latest meeting

      June 6, 2025
      Recent

      TC39 advances numerous proposals at latest meeting

      June 6, 2025

      TypeBridge – zero ceremony, compile time rpc for client and server com

      June 6, 2025

      Simplify Cloud-Native Development with Quarkus Extensions

      June 6, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      Black Myth: Wukong is coming to Xbox exactly one year after launching on PlayStation

      June 6, 2025
      Recent

      Black Myth: Wukong is coming to Xbox exactly one year after launching on PlayStation

      June 6, 2025

      Reddit wants to sue Anthropic for stealing its data, but the Claude AI manufacturers vow to “defend ourselves vigorously”

      June 6, 2025

      Satya Nadella says Microsoft makes money every time you use ChatGPT: “Every day that ChatGPT succeeds is a fantastic day”

      June 6, 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

    Black Myth: Wukong is coming to Xbox exactly one year after launching on PlayStation

    June 6, 2025
    News & Updates

    Reddit wants to sue Anthropic for stealing its data, but the Claude AI manufacturers vow to “defend ourselves vigorously”

    June 6, 2025
    Leave A Reply Cancel Reply

    Continue Reading

    Chrome gets faster audio encoding on Windows 11 ARM, thanks to Microsoft

    Operating Systems

    Data Cloud Workshop: From Readiness to Results

    Development

    Gradia lets you quickly edit images for social media

    Linux

    From FinOps Bean Counting to Value Harvesting: The Rise of Unit Economics

    Development

    Highlights

    Development

    Rubik UI : A new Material Design Vue.js UI Component

    January 9, 2025

    Material Design UI Components for Vue.js powered by Rubik UI Continue reading on Vue.js Feed…

    Central Bank of Iran Under Siege: Massive Cyberattack Disrupts Banking

    August 16, 2024

    Amazon CloudWatch Database Insights applied in real scenarios

    May 14, 2025

    30 Free Responsive Newsletter Templates for Your Marketing Campaigns in 2025

    January 27, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

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