You are here

Icon file path?

12 posts / 0 new
Last post
dawgz
Offline
Last seen: 16 years 4 months ago
Joined: 2008-12-18 22:07
Icon file path?

Hi, I was wondering if someone can tell me where is the location of the icon file that the PortableApps Menu uses for the applications?

I'm asking is because I'm currently using PAM Mod with a dark theme and even with the transparency there's a halo of white around my app icons, i was wondering if I can locate the icon files and see if i can clean up the halo. Thanks

Simeon
Simeon's picture
Offline
Last seen: 10 years 6 months ago
DeveloperTranslator
Joined: 2006-09-25 15:15
It extracts

the icons from the exe files of the App in question.

"What about Love?" - "Overrated. Biochemically no different than eating large quantities of chocolate." - Al Pacino in The Devils Advocate

EspaÑaks (not verified)
Icon in

Icon in app\appinfo\appicon.ico. source in other\source\{appname}portable.nsi. edit the icon & recompile that script

dawgz
Offline
Last seen: 16 years 4 months ago
Joined: 2008-12-18 22:07
thanks for your reply, I

thanks for your reply, I tried to edit the appicon.ico in app\appinfo\ but it doesn't work, even if I delete the whole file the icon still shows up in the menu... so it seems that the PAM is not using that file or there's a backup somewhere? So i'm guessing it's in the source? But i'm not sure how to open and recompile a .nsi file...

EspaÑaks (not verified)
NSIS Installation or NSIS

NSIS Installation or NSIS Portable

The icon there is the one the NSIS script uses when compiling the portableapp

Simeon
Simeon's picture
Offline
Last seen: 10 years 6 months ago
DeveloperTranslator
Joined: 2006-09-25 15:15
nope

see my post above. The appicon file is for the next version of the menu but its not yet used. The menu takes the icon from the exe file. To change it, you have to recompile the launcher with a different icon.

"What about Love?" - "Overrated. Biochemically no different than eating large quantities of chocolate." - Al Pacino in The Devils Advocate

dawgz
Offline
Last seen: 16 years 4 months ago
Joined: 2008-12-18 22:07
I see... I guess i'll just

I see... I guess i'll just wait for the next version when they implement the appicon file, recompiling the launcher for each of my apps is a bit too involved for me. Thanks!

J Neutron
Offline
Last seen: 11 months 4 weeks ago
Joined: 2008-06-10 19:26
See this

You should check out the R34 Mod Menu tutorial for information regarding the icon transparency appearance.

The section that covers this topic is located in the third installment:
http://ptc.kain-planet.de/modify3.php

Jim

neutron1132 (at) usa (dot) com

dawgz
Offline
Last seen: 16 years 4 months ago
Joined: 2008-12-18 22:07
Thanks jim, first of all,

Thanks jim,

first of all, thanks for writing that tutorial, that was the reason how i got started wanting to customize PAM. I already set the transparent color to 255 for the R, G, B values, but there is still a white halo around the buttons.

From looking at the portableapps format page: https://portableapps.com/node/12851 it lists that all 6 windows icon formats are supported, is there a way for me to specify which format to display on PAM like a 32px icon in XP format?? it seems that PAM defaults to display a 16px 256 icon that contains the white halo i'm trying to get rid of.

Thanks all for the help!

J Neutron
Offline
Last seen: 11 months 4 weeks ago
Joined: 2008-06-10 19:26
Full circle

I guess that this is one of those "full circle" things.

I started digging into stuff because of the icon transparency issue. Some people gave me some good advice, including the 255 tip, and that got me into writing the R34 Mod Menu tutorial.

The halo around the icons is where they have been shaded to give them a 3D effect. The 255 works for the white background, but that shading isn't true white, so it stays as the original almost white color and not transparent.

To tell you the truth, I ended up using almost white backgrounds for the main portion of the menu just to eliminate this issue. Dark or graduated backgrounds might be neat, but the icon appearance is just too crappy.

BTW, thanks for the kind words!

Jim

neutron1132 (at) usa (dot) com

Sidewinder
Offline
Last seen: 14 years 10 months ago
Joined: 2007-11-30 12:13
To tell you the truth, I

To tell you the truth, I ended up using almost white backgrounds for the main portion of the menu just to eliminate this issue. Dark or graduated backgrounds might be neat, but the icon appearance is just too crappy

I do the same - it bugged me having the halo around the edges so I only use ones where it doesn't show. Even though there's some really nice ones with dark backgrounds.

Also, I've not actually read that far into the tutorial before, it's a nice tutorial Smile

J Neutron
Offline
Last seen: 11 months 4 weeks ago
Joined: 2008-06-10 19:26
Glad you like it

Thanks!

I'll be happy when we can manipulate the icons to make them look better.

Jim

neutron1132 (at) usa (dot) com

Log in or register to post comments