Skip to content

Create gnome desktop entries from websites using their favicons

License

Notifications You must be signed in to change notification settings

dfaour/desktop-creator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Desktop entry creator

This script creates favicon based desktop entries for GNOME

Installation

git clone https://github.com/ironman5366/desktop-creator
cd desktop-creator
pip3 install -r requirements.txt

Usage

python3 desktop-creator.py https://reddit.com Reddit

Specify Browser

Optionally, you may specify which browser the link should open in.

python3 desktop-creator.py https://netflix.com Netflix google-chrome

Credits

Most of the credit for this project should go to https://github.com/phillipsm who wrote the scripts for the favicon downloading as part of https://github.com/phillipsm/pyfav.

At the time of writing this the project was nonfunctional out of the box (at least on python 3.6 on Arch), so I copied the core methods that I needed and put them into pyfav_utils.py

About

Create gnome desktop entries from websites using their favicons

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%