[Solved]Desktop shortcuts
-
A Former User last edited by
@burnout426 The only part of your instructions I did not know how to do was: "make sure the .URL file type is set to Opera or "Internet Browser". Where or how do I do this. Thanks again.
-
A Former User last edited by
@leocg All done. Shortcuts still go through Chrome. If I create new shortcuts with Opera, is there a way to change the icon from the generic Opera icon, to the icon associated with the website?
-
tparavani last edited by
@rscore Yes there is, just right-click the shortcut, go to "Properties" (or something like it), and then click on "Change icon", there you can choose some default icons or one you like, if you have the file for it.
-
burnout426 Volunteer last edited by
@rscore said in Desktop shortcuts:
All done. Shortcuts still go through Chrome.
Open notepad and drag one of the shortcuts into its window. That'll show you the source of the url file. Indent each line by 4 spaces and post here just so we can double-check that there's not something different than normal.
-
A Former User last edited by leocg
L À Fÿ@ K¯¸?¾ ÕK¯¸?¾ ÕrA†øÿÔðó = PàOÐ ê:i¢Ø +00 /C:\ ˜ 1 N¨ PROGRA~2 € ヒL˼N¨. Ý V ų& P r o g r a m F i l e s ( x 8 6 ) @ s h e l l 3 2 . d l l , - 2 1 8 1 7 T 1 N˜ Google > ï¾Nr—N˜. =¤ óAU G o o g l e T 1 N*˜ Chrome > ï¾N˜N*˜. o© 57 C h r o m e ` 1 N*˜ APPLIC~1 H ï¾N*˜N*˜. è© µPO A p p l i c a t i o n n 2 ðó žNñ+ CHROME~1.EXE R ï¾N*˜N*˜. î© Ž½Ÿ c h r o m e _ p r o x y . e x e r / q ¤œ‘¬ OS C:\Program Files (x86)\Google\Chrome\Application\chrome_proxy.exe v T o d a y s a n d t o n i g h t s w e a t h e r f o r e c a s t , w e a t h e r c o n d i t i o n s a n d D o p p l e r r a d a r f r o m T h e W e a t h e r C h a n n e l a n d W e a t h e r . c o m J . . \ . . \ . . \ . . \ P r o g r a m F i l e s ( x 8 6 ) \ G o o g l e \ C h r o m e \ A p p l i c a t i o n \ c h r o m e _ p r o x y . e x e 0 C : \ P r o g r a m F i l e s ( x 8 6 ) \ G o o g l e \ C h r o m e \ A p p l i c a t i o n F - - p r o f i l e - d i r e c t o r y = D e f a u l t - - a p p - i d = g l j a o p f b o d k h m e n o p p k n l e g a l n f o l e n d ‹ C : \ U s e r s \ r c o r e \ A p p D a t a \ L o c a l \ G o o g l e \ C h r o m e \ U s e r D a t a \ D e f a u l t \ W e b A p p l i c a t i o n s \ _ c r x _ g l j a o p f b o d k h m e n o p p k n l e g a l n f o l e n d \ T h e W e a t h e r C h a n n e l . i c o %USERPROFILE%\AppData\Local\Google\Chrome\User Data\Default\Web Applications\_crx_gljaopfbodkhmenoppknlegalnfolend\The Weather Channel.ico % U S E R P R O F I L E % \ A p p D a t a \ L o c a l \ G o o g l e \ C h r o m e \ U s e r D a t a \ D e f a u l t \ W e b A p p l i c a t i o n s \ _ c r x _ g l j a o p f b o d k h m e n o p p k n l e g a l n f o l e n d \ T h e W e a t h e r C h a n n e l . i c o
-
A Former User last edited by
@burnout426 If it helps, in the shortcut properties, the target is: "C:\Program Files (x86)\Google\Chrome\Application\chrome_proxy.exe" --profile-directory=Default --app-id=gljaopfbodkhmenoppknlegalnfolend
And the "start in" address is: "C:\Program Files (x86)\Google\Chrome\Application"
-
burnout426 Volunteer last edited by burnout426
Yeah, that is some Chrome-specific stuff.
It should look like this:
[InternetShortcut] URL=https://example.com/
with an optional ICON= for a site-specific icon. If it's like that, it should load in the default browser.
You can put that in Notepad and save it as test.url and try it. Notepad might save it as test.url.txt, so remove the .txt if you need to.
-
burnout426 Volunteer last edited by burnout426
For the icon, you can add:
IconIndex=0 IconFile=https://example.com/favicon.ico
Knowing that, you should be able to author your own url files and create compatible ones for your existing ones if you want.
If a remoe URL doesn't work for the icon file, save the ico file to your computer somwhere and then put the path to it after IconFile= instead.
-
burnout426 Volunteer last edited by burnout426
How are you creating shortcuts in Chrome btw?
When I goto https://www.reddit.com/r/programming/ for example and drag the badge (padlock icon usually) on the left of the address field onto the desktop (when the window isn't maximized), Chrome creates a shortcut like:
[InternetShortcut] URL=https://www.reddit.com/r/programming/
It doesn't create any Chrome-specific stuff.
However if I goto "Menu -> More Tools -> Create Shortcut", that creates an App shortcut which is something different (a .lnk file). But, the source you provided doesn't look like the .lnk files my Chrome is generating. Still seems like a .lnk file in general though.
-
A Former User last edited by
@burnout426 When I create the shortcut in the fashion you suggested, I do get the URL format that you describe:
URL=https://example.com/
However, the icon is the generic Opera icon. How and where do I put the "https://example.com/favicon.ico" to try to get the site specific icon back.