various fixes for fprintd and AUR packages
This commit is contained in:
@@ -742,16 +742,15 @@ You can create chroot environments to run firejails or just use for testing purp
|
|||||||
1. `pacman -S fprintd`
|
1. `pacman -S fprintd`
|
||||||
2. `systemctl enable --now fprintd`
|
2. `systemctl enable --now fprintd`
|
||||||
3. `fprintd-enroll ducoterra`
|
3. `fprintd-enroll ducoterra`
|
||||||
4. ~~Enable fingerprint terminal login but prompt for password first (enter switches to prompt for fingerprint)~~
|
4. Install <https://aur.archlinux.org/pam-fprint-grosshack.git> to use fingerprint with gnome
|
||||||
|
|
||||||
DON'T DO THIS <https://wiki.archlinux.org/title/Fprint#Login_configuration>
|
In order to use fingerprint auth with gnome for privileged system stuff with gdm,
|
||||||
|
edit `/etc/pam.d/system-auth` and add the following to the top of the file:
|
||||||
|
|
||||||
/etc/pam.d/sudo
|
```conf
|
||||||
|
auth sufficient pam_fprintd_grosshack.so
|
||||||
```conf
|
auth sufficient pam_unix.so try_first_pass nullok
|
||||||
# fingerprint auth
|
```
|
||||||
auth sufficient pam_fprintd.so
|
|
||||||
```
|
|
||||||
|
|
||||||
##### Turn Off Fingerprint When Laptop Lid Closed
|
##### Turn Off Fingerprint When Laptop Lid Closed
|
||||||
|
|
||||||
|
|||||||
@@ -10,6 +10,9 @@
|
|||||||
- [Sunshine and Moonlight](#sunshine-and-moonlight)
|
- [Sunshine and Moonlight](#sunshine-and-moonlight)
|
||||||
- [Install Sunshine](#install-sunshine)
|
- [Install Sunshine](#install-sunshine)
|
||||||
- [Install Moonlight](#install-moonlight)
|
- [Install Moonlight](#install-moonlight)
|
||||||
|
- [AUR](#aur)
|
||||||
|
- [AppImage](#appimage)
|
||||||
|
- [Commands](#commands)
|
||||||
- [Configuration](#configuration)
|
- [Configuration](#configuration)
|
||||||
- [ProtonUp-QT](#protonup-qt)
|
- [ProtonUp-QT](#protonup-qt)
|
||||||
- [VSCode](#vscode)
|
- [VSCode](#vscode)
|
||||||
@@ -174,6 +177,14 @@ pacman -U --noconfirm sunshine.pkg.tar.zst
|
|||||||
|
|
||||||
### Install Moonlight
|
### Install Moonlight
|
||||||
|
|
||||||
|
#### AUR
|
||||||
|
|
||||||
|
(Note, this requires [ffmpeg](#ffmpeg))
|
||||||
|
|
||||||
|
<https://aur.archlinux.org/packages/moonlight-qt>
|
||||||
|
|
||||||
|
#### AppImage
|
||||||
|
|
||||||
<https://github.com/moonlight-stream/moonlight-qt/releases>
|
<https://github.com/moonlight-stream/moonlight-qt/releases>
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@@ -195,6 +206,7 @@ Type=Application
|
|||||||
update-desktop-database
|
update-desktop-database
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Commands
|
||||||
|
|
||||||
Ctrl + Alt + Shift + Q (Moonlight Stream)
|
Ctrl + Alt + Shift + Q (Moonlight Stream)
|
||||||
Quit the streaming session (leaving the game running on the host PC)
|
Quit the streaming session (leaving the game running on the host PC)
|
||||||
@@ -425,6 +437,8 @@ on arch.
|
|||||||
|
|
||||||
<https://github.com/MultiMC/multimc-pkgbuild>
|
<https://github.com/MultiMC/multimc-pkgbuild>
|
||||||
|
|
||||||
|
1. Install `jre-openjdk-headless`
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd ~/aur
|
cd ~/aur
|
||||||
git clone https://github.com/MultiMC/multimc-pkgbuild.git
|
git clone https://github.com/MultiMC/multimc-pkgbuild.git
|
||||||
|
|||||||
@@ -332,36 +332,10 @@ Type=Application
|
|||||||
|
|
||||||
## Bambu Studio
|
## Bambu Studio
|
||||||
|
|
||||||
<https://github.com/bambulab/BambuStudio/releases>
|
<https://aur.archlinux.org/packages/bambustudio-bin>
|
||||||
|
|
||||||
I usually grab the Ubuntu appimage. The Fedora one seems to crash when displaying the camera.
|
|
||||||
|
|
||||||
```bash
|
|
||||||
# You might need to install webkit2gtk
|
|
||||||
pacman -S webkit2gtk
|
|
||||||
```
|
|
||||||
|
|
||||||
```bash
|
|
||||||
mv ~/Downloads/Bambu_Studio_linux*.AppImage ~/Applications/BambuStudio.AppImage
|
|
||||||
chmod +x ~/Applications/*.AppImage
|
|
||||||
```
|
|
||||||
|
|
||||||
Note! The file name "BambuStudio.desktop" must match the appimage name "BambuStudio" for the icon to show up.
|
|
||||||
|
|
||||||
~/.local/share/applications/BambuStudio.desktop
|
|
||||||
|
|
||||||
```conf
|
|
||||||
[Desktop Entry]
|
|
||||||
Name=Bambu Studio
|
|
||||||
Exec=/home/ducoterra/Applications/BambuStudio.AppImage
|
|
||||||
Icon=/home/ducoterra/.icons/bambu_studio.png
|
|
||||||
Type=Application
|
|
||||||
```
|
|
||||||
|
|
||||||
```bash
|
|
||||||
update-desktop-database
|
|
||||||
```
|
|
||||||
|
|
||||||
|
1. Install <https://aur.archlinux.org/ttf-harmonyos-sans.git>
|
||||||
|
2. Install as normal with `makepkg -si`
|
||||||
|
|
||||||
## Orca Slicer
|
## Orca Slicer
|
||||||
|
|
||||||
@@ -387,7 +361,6 @@ Icon=/home/ducoterra/.icons/orca_slicer.png
|
|||||||
Type=Application
|
Type=Application
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## AWS CLI
|
## AWS CLI
|
||||||
|
|
||||||
<https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html>
|
<https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html>
|
||||||
|
|||||||
Reference in New Issue
Block a user