Friday, April 19, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 3565  / 2 Years ago, fri, june 24, 2022, 12:15:03

Is it possibole to make on the desktop shortcuts to some websites. Using Google Chrome.



The websites where I want to link are: Facebook, my webmail and some others.


More From » 14.04

 Answers
4

Create a new file in your desktop and paste the following commands. Save it as askubuntu.sh



#!/bin/bash
url="http://www.askubuntu.com"
google-chrome $url


Give it executable rights by running this command:



chmod +x ~/Desktop/askubuntu.sh


Now, just a simple double click on the file will open up Google Chrome with the URL specified in the url variable.


[#24979] Saturday, June 25, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
fenddy

Total Points: 361
Total Questions: 103
Total Answers: 113

Location: Turkmenistan
Member since Sun, Aug 2, 2020
4 Years ago
fenddy questions
Tue, Nov 22, 22, 10:11, 1 Year ago
Tue, Sep 27, 22, 09:16, 2 Years ago
Wed, Dec 28, 22, 13:09, 1 Year ago
Fri, Jun 18, 21, 14:04, 3 Years ago
;