Wednesday, May 1, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 885  / 2 Years ago, tue, june 7, 2022, 9:00:29

I also have duplicates in my Dash (saw several questions about this subject). But I don't know which one I need to remove.



I went to: /usr/share/applications



With grep I do get the following:



/$ grep -R 'Startup Applications' /usr/share/applications $HOME/.local/share/applications
/usr/share/applications/cinnamon-session-properties.desktop:Name=Startup Applications
/usr/share/applications/session-properties.desktop:Name=Startup Applications


Screenshot of my problem



Is there anyone who know how I can remove the second "Startup Applications"?


More From » unity

 Answers
1

The two are actually different. One is for Cinnamon, the other is for Unity.



To fix:




  1. Run this command:



    sudo -H gedit /usr/share/applications/cinnamon-session-properties.desktop

  2. Find this line:



    Name=Startup Applications 


    Replace it with this (or similar):



    Name=Startup Applications Cinnamon

  3. Save & close the file.

  4. The Startup Applications should now have different names.


[#27067] Wednesday, June 8, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
tionverflow

Total Points: 500
Total Questions: 115
Total Answers: 120

Location: Northern Ireland
Member since Mon, Nov 14, 2022
1 Year ago
;