From 420176ca68196ffe77113c35b7898e47c67f5f0e Mon Sep 17 00:00:00 2001 From: matt1432 Date: Sat, 18 Feb 2023 00:32:12 -0500 Subject: [PATCH 1/3] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d6c7343..ebffbff6 100644 --- a/README.md +++ b/README.md @@ -261,7 +261,7 @@ then logout ## Fingerprint Sensor Hack ### Flash [firmware](https://github.com/goodix-fp-linux-dev/goodix-fp-dump) ``` -# yay -Sy python # Must be Python 3.10 or newer +# yay -Sy python pam-fprint-grosshack # cd /tmp # git clone --recurse-submodules https://github.com/goodix-fp-linux-dev/goodix-fp-dump.git # cd goodix-fp-dump From 3a00feeffadbf0509a5d3d3343ab8533e4dada78 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Sat, 18 Feb 2023 00:52:32 -0500 Subject: [PATCH 2/3] Update 'README.md' --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index ebffbff6..e00388b9 100644 --- a/README.md +++ b/README.md @@ -281,7 +281,6 @@ then logout ### Use the reader add this to the top of every file in /etc/pam.d/ that you want ie. sddm, kde, polkit-1, sudo uwu ``` -auth sufficient pam_fprintd.so auth sufficient pam_fprintd_grosshack.so auth sufficient pam_unix.so try_first_pass nullok ``` From a8e3bc0dc4ced1f02e51326a7543a2d1a190fcaa Mon Sep 17 00:00:00 2001 From: matt1432 Date: Mon, 20 Feb 2023 11:01:17 -0500 Subject: [PATCH 3/3] Added dark theme for flatpak --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e00388b9..7e85f781 100644 --- a/README.md +++ b/README.md @@ -199,7 +199,7 @@ systemctl stop pulseaudio.service # yay -Sy bluedevil breeze breeze-gtk discover drkonqi kactivitymanagerd kde-cli-tools kde-gtk-config kdecoration kdeplasma-addons kgamma5 khotkeys kinfocenter kmenuedit kpipewire kscreen kscreenlocker ksshaskpass ksystemstats kwallet-pam kwayland-integration kwin ayer-shell-qt libkscreen libksysguard milou oxygen-sounds plasma-browser-integration plasma-desktop plasma-disks plasma-integration plasma-nm plasma-pa plasma-sdk plasma-systemmonitor plasma-thunderbolt plasma-vault plasma-workspace plasma-workspace-wallpapers polkit-kde-agent powerdevil sddm-kcm systemsettings xdg-desktop-portal-kde ``` -### Uninstall sddm and build from source for Wayland +### Uninstall sddm and build from source for Wayland # or use GDM? ``` # yay -R sddm # yay -Sy sddm-git plasma-wayland-session @@ -230,7 +230,7 @@ then logout ### Flatpak ``` -# flatpak install com.unity.UnityHub com.vscodium.codium org.freedesktop.Sdk.Extension.dotnet6 org.freedesktop.Sdk.Extension.mono6 com.github.iwalton3.jellyfin-media-player com.github.tchx84.Flatseal +# flatpak install com.unity.UnityHub com.vscodium.codium org.freedesktop.Sdk.Extension.dotnet6 org.freedesktop.Sdk.Extension.mono6 com.github.iwalton3.jellyfin-media-player com.github.tchx84.Flatseal org.gtk.Gtk3theme.Breeze-Dark # FLATPAK_ENABLE_SDK_EXT=dotnet6,mono6 flatpak run com.vscodium.codium # sudo flatpak override --filesystem=xdg-config/gtk-3.0 ```