Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

where is the application menu launcher icon?

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
peer
Posts: 451
Joined: 2017-03-26 10:14
Has thanked: 9 times
Been thanked: 22 times

where is the application menu launcher icon?

#1 Post by peer »

Where can I find the icon (name and location) for the Application Launcher in KDE Plasma??

User avatar
sickpig
Posts: 591
Joined: 2019-01-23 10:34
Been thanked: 1 time

Re: where is the application menu launcher icon?

#2 Post by sickpig »

Code: Select all

find /usr/share/applications ~/.local/share/applications -iname '*launcher*'
if you find its .desktop then it should have the name/location of the icon

or possibly launch the launcher and use xprop to find its name and use that as an input to find

peer
Posts: 451
Joined: 2017-03-26 10:14
Has thanked: 9 times
Been thanked: 22 times

Re: where is the application menu launcher icon?

#3 Post by peer »

sorry, does not work

I am looking for the icon on the start menu.
I found a similar icon named: /usr/share/icons/breeze-dark/places/22/start-here-kde.svg
and there are a few more.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: where is the application menu launcher icon?

#4 Post by Head_on_a_Stick »

How about

Code: Select all

awk -F'=' '/Icon/{print $2}' $(grep  -Ril 'application launcher' /usr/share/applications)
deadbang

Post Reply