It is currently April 20th, 2024, 4:19 pm

Altering the PATH for the Drives Icon on Gnometer Skin

Get help with creating, editing & fixing problems with skins
JohnDoe2010
Posts: 6
Joined: August 18th, 2010, 12:27 am

Altering the PATH for the Drives Icon on Gnometer Skin

Post by JohnDoe2010 »

Hey Guys, Ive been digging into the Skin Config Files for the various skins included with Gnometer and am looking for some very secific information. Im running XP and whould ideally like my drives Icon to open my , MY COMPUTER , Folder which displays all the drives on my computer raher than just the C:Drive. I have found that the NETWORK icon Launches control.exe ncpa.cpl which makes sense but what is the name of the windows file that opens my computer ? Can anyone shed some light on this or link me to a topic that does becaues i HAVE looked and you wouildnt belive the number of hits i get when the term 'my computer' is used !!!!! :/
poiru
Developer
Posts: 2872
Joined: April 17th, 2009, 12:18 pm

Re: Altering the PATH for the Drives Icon on Gnometer Skin

Post by poiru »

Edit the Disk skin and change (under [Icon]):

Code: Select all

LeftMouseUpAction=!Execute ["#disks.Drive1#"]
to

Code: Select all

LeftMouseUpAction=!Execute [explorer.exe /root,]
Will change this to default for Gnometer 1.3.
JohnDoe2010
Posts: 6
Joined: August 18th, 2010, 12:27 am

Re: Altering the PATH for the Drives Icon on Gnometer Skin

Post by JohnDoe2010 »

Dosent work for me. Is still openning the C: Drive :/

Ahh ive done a little more digging. this worked for me ---> LeftMouseUpAction=!Execute [explorer.exe /root,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}]