changeset 36:eb36f97db4de

bing4desktop-0.240209-0_README
author prymula <prymula76@outlook.com>
date Fri, 09 Feb 2024 23:23:59 +0100
parents 7cf972a1889d
children ec5ca25ee7e4
files bing4desktop/README.md bing4desktop/README_PL.md
diffstat 2 files changed, 182 insertions(+), 0 deletions(-) [+]
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
+```
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bing4desktop/README_PL.md	Fri Feb 09 23:23:59 2024 +0100
@@ -0,0 +1,94 @@
+## Start
+
+Aby pobrać najnowszą wersję, wpisz w terminalu:
+```
+git clone https://gitlab.com/pietraszczyk/bing4desktop.git
+```
+Do uruchomienia potrzebujesz jeszcze zainstalować zależności:
+
+
+
+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
+```
+z tym że pakiet ‘pystray’ będziesz musiał zainstalować przez 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
+```
+archiwum źródłowe ‘pystarce’ należy pobrać z repozytorium [AUR]  (https://aur.archlinux.org/packages/python-pystray) wraz z PKGBUILD, oraz zbudować pakiet poleceniem:
+````
+makepkg
+```
+
+
+
+Uruchomienie na próbę
+
+Na próbę przed instalacją możesz uruchomić aplikację poleceniem:
+```
+./bing4desktop.py
+```
+
+
+
+Instalacja w systemie plików:
+
+Arch, Fedora oraz OpenSUSE:
+```
+make install
+```
+
+Debian/Ubuntu:
+```
+make -f Makefile.debian
+```
+
+
+## Finisz
+
+Pierwsze uruchomienie – ręczne a po przeładowaniu systemu – automatyczne
+
+(Cinnamon) Menu->Preferencje->Bing4Desktop
+
+
+Oprócz Ubuntu i Debian, należy zezwolić na autostart aplikacji w 
+
+(Cinnamon) Menu→Preferencje→Ustawienia Systemowe→Programy Startowe
+
+
+Miłego slajowania !
+
+
+
+
+De instalacja:
+
+Fedora, Arch, OpenSUSE:
+```
+sudo make uninstall
+```
+Ubuntu/Debian
+```
+sudo make -f uninstall
+```
+
+