41 private links
sudo apt install qml-module-org-kde-kirigami2 qml-module-qtquick-layouts
sudo apt install pyside2-tools python3-pip python3-pyside2.qt*
pip3 install --user MyGNUHealth
apt install qt5ct adwaita-qt
QT5 Settings -->
A) Appearance
1) style adwaita
2) standar dialogs GTK3
B) Fonts
same as apperance (xfce mate etc)
C) slow qt apps?
sudo apt install appmenu-registrar vala-panel-appmenu-common
With those both installed (and the recommends from appmenu-registrar), after reboot your qt5 apps should launch without delay,
Χρειάζεται να είναι ενεργοποιημένο το plugin headinganchors
Αλλά αν η κεφαλίδα είναι στα Ελληνικά δε δουλεύει, οπότε θα βάλω δίπλα από την κεφαλίδα anchor:
<a name="anchor"></a>
Νόστιμη συνταγή μαγειρικής από “Katerina Souniou- ΟΙ ΧΡΥΣΟΧΕΡΕΣ / ΗΔΕΣ” ΥΛΙΚΑ 500γρ. Στήθος κοτόπουλου 2 […]
InkBox is an open-source, Qt-based eBook reader for Kobo devices. It also comes as an entire native open-source OS and provides support for a number of devices.
InkBox features:
Καθορισμός των τελών διενέργειας των τεχνικών ελέγχων από τα Δημόσια ΚΤΕΟ, των τελών έκδοσης εθνικών εγκρίσεων τύπου και δελτίων κοινοποίησης κοινοτικών εγκρίσεων τύπου των διαφόρων κατηγοριών οχημάτων, της διαδικασίας επιβολής και είσπραξής τους
System Tools --> dconf Editor --> com --> canonical --> unity-greeter --> {change settings about background etc here}
-
change background image in /usr/share/plymouth/themes/{my_theme}/
-
Update the initramfs, a virtual file system that is part of the boot procedure:
sudo update-initramfs -u
Πρόταση ΚΑΝΟΝΙΣΜΟΣ ΤΟΥ ΕΥΡΩΠΑΪΚΟΥ ΚΟΙΝΟΒΟΥΛΙΟΥ ΚΑΙ ΤΟΥ ΣΥΜΒΟΥΛΙΟΥ για τη θέσπιση κανόνων με σκοπό την πρόληψη και την καταπολέμηση της σεξουαλικής κακοποίησης παιδιών
Bugs in our Pockets:
The Risks of Client-Side Scanning
Delete youtube-dl and install yt-dlp
$sudo apt install yt-dlp/bullseye-backports
create a symbolic link called youtube-dl to your yt-dlp binary
$ sudo ln -sf /usr/bin/yt-dlp /usr/bin/youtube-dl
search to find the paths if not the same
$sudo find / -name youtube-dl
$sudo find / -name yt-dlp
sudo recoverjpeg /dev/sdb
Install abrowser (trisquel) in debian
Add this to ~/.config/openbox/lxde-rc.xml
<!-- Keybindings for window tiling -->
<keybind key="W-Left"> # HalfLeftScreen
<action name="UnmaximizeFull"/>
<action name="MoveResizeTo">
<x>0</x><y>0</y>
<height>97%</height>
<width>50%</width>
</action>
</keybind>
<keybind key="W-Right"> # HalfRightScreen
<action name="UnmaximizeFull"/>
<action name="MoveResizeTo">
<x>-0</x><y>0</y>
<height>97%</height>
<width>50%</width>
</action>
</keybind>
<keybind key="W-Up"> # HalfUpperScreen
<action name="UnmaximizeFull"/>
<action name="MoveResizeTo">
<x>0</x><y>0</y>
<width>100%</width>
<height>50%</height>
</action>
</keybind>
<keybind key="W-Down"> # HalfLowerScreen
<action name="UnmaximizeFull"/>
<action name="MoveResizeTo">
<x>0</x><y>-0</y>
<width>100%</width>
<height>50%</height>
</action>
</keybind></code></pre>
find: https://www.ertecho.gr/radio/trito/ <- View Page Source
stream: https://radiostreaming.ert.gr/ert-trito
play:
mpv https://radiostreaming.ert.gr/ert-trito
alias:
touch trito
echo '!#/bin/bash' >> trito
echo 'kdocker mpv --player-operation-mode=pseudo-gui https://radiostreaming.ert.gr/ert-trito' >> trito
sudo chmod +x trito
sudo mv trito /usr/bin