CTKArch · Forums
![]() |
|
---|---|
![]()
Posts: 9
Registered: 2011-08-06 |
hey guys
basically as the topic says, i love that you guys included a desktop icon addon , it made openbox life so much easier but im curious how do i add desktop icons When i run linux i usually have ALOT of icons. so it will be a pain to do this manually. i have links to folders to do a ./file.bin or run, and games, and settings managers etc |
![]() |
|
---|---|
![]() ![]() Administrator
Posts: 551
Registered: 2011-01-20 ![]() |
pcmanfm displays the “icons” (launchers that are .desktop files) that you put in the ~/Desktop/ folder.
You can copy them from /usr/share/applications/ for applications. …and to create new ones just look at the syntax, it's really simple. As an example, edit ~/Desktop/home.desktop, that runs “pcmanfm ~”. PS: it's not guys, it's just me ![]() |
Last edited by: Calimero on Aug 06, 2011 6:28:51 pm
|
![]() |
|
---|---|
![]()
Posts: 9
Registered: 2011-08-06 |
thanks for the help!!
![]() um quick question. I figured out how to make a desktop exec to a folder. that was quite easy once u get the hang of the coding Just curious, were do i find icons, like Home_desktop etc |
![]() |
|
---|---|
![]() ![]() Administrator
Posts: 551
Registered: 2011-01-20 ![]() |
In /usr/share/icons
Use the name of an image you find there (without the extension .png or so) in the .desktop file. |
![]() |
|
---|---|
![]()
Posts: 11
Registered: 2011-04-12 |
Calimero hello. I not understand your explication about icons in the menu, please can you to be more specific.
Other thing, how insert icons in the panel. thank you kabbalah |
![]() |
|
---|---|
![]() ![]() Administrator
Posts: 551
Registered: 2011-01-20 ![]() |
Explore the directory /usr/share/icons, all icons are there!
Then use the name of the image file you found there, in the .desktop file, Icon= field. To waste space in fbpanel with launcher icons, see the launchbar plugin there: http://fbpanel.sourceforge.net/docs.html You can add your stuff at the bottom of the automatically filled app menu in it. All this is in ~/.config/fbpanel/default |
Last edited by: Calimero on Aug 14, 2011 8:51:17 am
|