How can I shortcut a website into an application?
Very new with all of this. Using Gnome 3.14.3 on Fedora 21. Not familiar with terminals one bit. I'm looking to turn favorite websites into an application as a shortcut to the specified url. I'm assuming it isn't an impossible feat. I know you can launch websites from the terminal using "xdg-open". Am I able to utilize this for what I'm looking to do or is there another way to go about it? What I'm thinking is making a .desktop file in usr/share/applications that will launch it and give it an icon using something like this as an example:
Type=Application Encoding=UTF-8 Name=Unreal Tournament 2004 Comment=Unreal Tournament 2004 Exec=/home/joe/Games/ut2004/ut2004 Icon=/home/joe/Downloads/ut2004.png Terminal=false
Can anybody help me make this a thing and provide the insight I need?