Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

askthedev.com Logo askthedev.com Logo
Sign InSign Up

askthedev.com

Search
Ask A Question

Mobile menu

Close
Ask A Question
  • Ubuntu
  • Python
  • JavaScript
  • Linux
  • Git
  • Windows
  • HTML
  • SQL
  • AWS
  • Docker
  • Kubernetes
Home/ Questions/Q 7141
Next
In Process

askthedev.com Latest Questions

Asked: September 25, 20242024-09-25T15:07:16+05:30 2024-09-25T15:07:16+05:30In: Ubuntu

How can I remove Chrome applications from the Show Applications menu in Ubuntu?

anonymous user

I’ve been trying to tidy up my Ubuntu workspace a bit, and one thing that’s really bugging me is how many Chrome applications are cluttering up my Show Applications menu. I mean, I love using Chrome and all, but these app shortcuts just feel unnecessary. I’ve got tons of other important applications in there, and every time I go to open something, I have to scroll past a bunch of Chrome apps that I rarely use.

I know there’s a way to hide them or at least remove them from the menu, but for the life of me, I can’t seem to figure it out. I’ve looked around online, but most of the advice seems pretty technical or just doesn’t seem to work for me. Sometimes I find myself wondering if it’s easier just to deal with the clutter instead of trying to fix it!

Has anyone else had this experience? I tried looking through the settings in the Chrome app itself, but all I can find are options to manage extensions or change the theme – nothing about appearing in the application menu. It’s frustrating because the more apps I install, the more packed it gets. And it feels like such a simple thing to want to customize.

I’d really appreciate any tips or tricks you might have. Is there a straightforward method to remove these Chrome applications from the Show Applications menu without diving into terminal commands or anything too complex? I’m hoping there’s a way to just clean things up a bit without hassle. Or maybe there’s a tool or extension you’ve found handy for this sort of thing?

I’m all ears for any suggestions or guides that could point me in the right direction. I just want to streamline things a bit and make it easier to find the apps I actually use. Thanks!

  • 0
  • 0
  • 2 2 Answers
  • 0 Followers
  • 0
Share
  • Facebook

    Leave an answer
    Cancel reply

    You must login to add an answer.

    Continue with Google
    or use

    Forgot Password?

    Need An Account, Sign Up Here
    Continue with Google

    2 Answers

    • Voted
    • Oldest
    • Recent
    1. anonymous user
      2024-09-25T15:07:17+05:30Added an answer on September 25, 2024 at 3:07 pm

      Sounds like you’re dealing with a classic case of app clutter! Those Chrome app shortcuts can really take over, can’t they? I totally get where you’re coming from.

      If you’re looking for a simple way to hide or remove them from your Show Applications menu without messing with the terminal, you can try this:

      • Open your Chrome browser.
      • In the address bar, type chrome://apps and hit enter. This will take you to the Apps page.
      • Right-click on the app you want to remove from the menu.
      • Select Remove from Chrome… or Uninstall and confirm your choice. This should delete the shortcut!

      But if you don’t want to uninstall them completely, you might want to consider just hiding them:

      1. Open your terminal. (I know you were hoping to avoid it, but this part’s pretty easy!)
      2. Type the following command: mv ~/.local/share/applications/google-chrome-*.desktop ~/.local/share/applications/hide/ and press enter. This hides them from the menu!
      3. If you want to see them again later, just move them back to the original folder.

      Another workaround could be to create a new folder in your application menu where you can keep all the Chrome apps together. This way, they’re all in one place and not cluttering your main view.

      Lastly, there are also tools like Alacarte that can help you manage your menu items visually, which might make it easier for you. Just search for it in your package manager if you’re interested.

      Hope one of these methods helps you get your workspace back to a place where you can actually find what you need without all the scrolling!

        • 0
      • Reply
      • Share
        Share
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
        • Share on WhatsApp
    2. anonymous user
      2024-09-25T15:07:18+05:30Added an answer on September 25, 2024 at 3:07 pm


      If you’re looking to declutter your Ubuntu Show Applications menu by removing unwanted Chrome app shortcuts, there’s a straightforward method you can follow. First, navigate to the directory where Chrome creates its application shortcuts. You can find these in your home directory, typically under ~/.local/share/applications. Look for files that start with google-chrome or have the extension .desktop. These represent the various Chrome app shortcuts. You can either delete these files directly or move them to another location for safekeeping. Once you remove these files, the shortcuts will no longer appear in your Show Applications menu, simplifying your workspace significantly.

      Alternatively, if you’re hesitant to delete files, you might consider using a tool like Alacarte (also known as the Menu Editor). This graphical application allows you to manage your menu items without dealing with the command line. Install it from your package manager and open it. You can then find the Chrome apps within the menu categories and uncheck or delete them as needed, providing a hassle-free way to customize your applications menu. Both of these methods should help you streamline your workspace and make it easier to access the apps you actually use.


        • 0
      • Reply
      • Share
        Share
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
        • Share on WhatsApp

    Related Questions

    • I'm having trouble installing the NVIDIA Quadro M2000M driver on Ubuntu 24.04.1 LTS with the current kernel. Can anyone provide guidance or solutions to this issue?
    • What steps can I take to troubleshoot high usage of GNOME Shell in Ubuntu 24.04?
    • I recently performed a fresh installation of Ubuntu 24.04, and I've noticed that my RAM usage steadily increases over time until my system becomes unresponsive. Has anyone experienced this issue ...
    • How can I resolve the "unknown filesystem" error that leads me to the GRUB rescue prompt on my Ubuntu system?
    • I'm experiencing an issue with Ubuntu 24.04 where Nautilus fails to display the progress indicator when I'm copying large files or folders. Has anyone else encountered this problem, and what ...

    Sidebar

    Related Questions

    • I'm having trouble installing the NVIDIA Quadro M2000M driver on Ubuntu 24.04.1 LTS with the current kernel. Can anyone provide guidance or solutions to this ...

    • What steps can I take to troubleshoot high usage of GNOME Shell in Ubuntu 24.04?

    • I recently performed a fresh installation of Ubuntu 24.04, and I've noticed that my RAM usage steadily increases over time until my system becomes unresponsive. ...

    • How can I resolve the "unknown filesystem" error that leads me to the GRUB rescue prompt on my Ubuntu system?

    • I'm experiencing an issue with Ubuntu 24.04 where Nautilus fails to display the progress indicator when I'm copying large files or folders. Has anyone else ...

    • How can I configure a server running Ubuntu to bind specific IP addresses to two different network interfaces? I'm looking for guidance on how to ...

    • Is it possible to configure automatic login on Ubuntu MATE 24.04?

    • After upgrading from Ubuntu Studio 22.04 to 24.04.1, I lost all audio functionality. What steps can I take to diagnose and resolve this issue?

    • I am experiencing issues booting Ubuntu 22.04 LTS from a live USB. Despite following the usual procedures, the system fails to start. What steps can ...

    • I'm encountering a problem with my Expandrive key while trying to update my Ubuntu system. Has anyone else faced similar issues, and if so, what ...

    Recent Answers

    1. anonymous user on How do games using Havok manage rollback netcode without corrupting internal state during save/load operations?
    2. anonymous user on How do games using Havok manage rollback netcode without corrupting internal state during save/load operations?
    3. anonymous user on How can I efficiently determine line of sight between points in various 3D grid geometries without surface intersection?
    4. anonymous user on How can I efficiently determine line of sight between points in various 3D grid geometries without surface intersection?
    5. anonymous user on How can I update the server about my hotbar changes in a FabricMC mod?
    • Home
    • Learn Something
    • Ask a Question
    • Answer Unanswered Questions
    • Privacy Policy
    • Terms & Conditions

    © askthedev ❤️ All Rights Reserved

    Explore

    • Ubuntu
    • Python
    • JavaScript
    • Linux
    • Git
    • Windows
    • HTML
    • SQL
    • AWS
    • Docker
    • Kubernetes

    Insert/edit link

    Enter the destination URL

    Or link to existing content

      No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.