Mercurial > hg > pub > prymula > scripts
diff bing4desktop/README.md @ 36:eb36f97db4de
bing4desktop-0.240209-0_README
author | prymula <prymula76@outlook.com> |
---|---|
date | Fri, 09 Feb 2024 23:23:59 +0100 |
parents | |
children | ad47fbf9121f |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bing4desktop/README.md Fri Feb 09 23:23:59 2024 +0100 @@ -0,0 +1,88 @@ +# bing4desktop + +## Start + +To download the latest version, type in terminal: +``` +git clone https://gitlab.com/pietraszczyk/bing4desktop.git +``` +You still need to install dependencies to run: + + +Fedora: +``` +sudo dnf install python3-pillow-tk python3-requests python3-tkinter python3-pystray make +``` + +OpenSUSE: +``` +sudo zypper in python-Pillow python3-requests python3-tk make +``` +except that you will have to install the 'pystray' package via pip: +``` +pip3 install pystray +``` + +Ubuntu: +``` +sudo apt install python3-requests python3-tk python3-pil.imagetk python3-pystray make +``` + +Arch: +``` +pacman -S python-pillow python-requests tk +``` +source archive 'pystarce' should be downloaded from the [AUR] repository (https://aur.archlinux.org/packages/python-pystray) along with PKGBUILD, and build the package with the command: +```` +makepkg +``` + + +Running on a trial basis + +For a trial run before installation, you can run the application with the command: +``` +./bing4desktop.py +``` + + +Installation on file system: + +Arch, Fedora and OpenSUSE: +``` +make install +``` + +Debian/Ubuntu: +``` +make -f Makefile.debian +``` + + +## Finish + +First startup - manual and after reloading the system - automatic + +(Cinnamon) Menu->Preferences->Bing4Desktop + + +In addition to Ubuntu and Debian, you should allow applications to autostart in the + +(Cinnamon) Menu→Preferences→System Settings→Startup Programs. + + +Have a nice slide ! + + + + +De installation: + +Fedora, Arch, OpenSUSE: +``` +sudo make uninstall +``` +Ubuntu/Debian +``` +sudo make -f uninstall +```