fixed WhatsApp-for-Linux on Nvidia Systems
This commit is contained in:
+25
-5
@@ -421,6 +421,20 @@ We start by simply defining the standard headers used by the three files. These
|
|||||||
# using org-babel-tangle (C-c C-v t)
|
# using org-babel-tangle (C-c C-v t)
|
||||||
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
** /etc/environment
|
||||||
|
#+begin_src conf :tangle "/sudo::/etc/environment"
|
||||||
|
# DO NOT EDIT THIS FILE DIRECTLY
|
||||||
|
# This is a file generated from a literate programing source file
|
||||||
|
# You should make any changes there and regenerate it from Emacs org-mode
|
||||||
|
# using org-babel-tangle (C-c C-v t)
|
||||||
|
|
||||||
|
#
|
||||||
|
# This file is parsed by pam_env module
|
||||||
|
#
|
||||||
|
# Syntax: simple "KEY=VAL" pairs on separate lines
|
||||||
|
#
|
||||||
|
#+end_src
|
||||||
|
|
||||||
* Package Management
|
* Package Management
|
||||||
** Yay
|
** Yay
|
||||||
*** Prerequisites
|
*** Prerequisites
|
||||||
@@ -652,15 +666,16 @@ pulseaudio-jack
|
|||||||
#+end_src
|
#+end_src
|
||||||
** Additional Firmware
|
** Additional Firmware
|
||||||
*** pwl-desktop
|
*** pwl-desktop
|
||||||
#+begin_src shell :tangle pwl-desktop_pkg-list.txt
|
#+begin_src config :tangle pwl-desktop_pkg-list.txt
|
||||||
amd-ucode
|
amd-ucode
|
||||||
aic94xx-firmware
|
aic94xx-firmware
|
||||||
sof-firmware
|
sof-firmware
|
||||||
wd719x-firmware
|
wd719x-firmware
|
||||||
nvidia-dkms
|
nvidia-dkms
|
||||||
opencl-headers
|
# opencl-headers
|
||||||
opencl-nvidia
|
# opencl-nvidia
|
||||||
xf86-video-nouveau
|
mesa
|
||||||
|
#xf86-video-nouveau
|
||||||
cuda
|
cuda
|
||||||
#+end_src
|
#+end_src
|
||||||
*** paul-laptop
|
*** paul-laptop
|
||||||
@@ -3817,7 +3832,12 @@ thunderbird &
|
|||||||
#+begin_src shell :tangle pkg-list.txt
|
#+begin_src shell :tangle pkg-list.txt
|
||||||
whatsapp-for-linux
|
whatsapp-for-linux
|
||||||
#+end_src
|
#+end_src
|
||||||
** Signal
|
*** Fix Webkit2GTK
|
||||||
|
for more information see [[https://github.com/tauri-apps/tauri/issues/9304][this Github issue]]
|
||||||
|
#+begin_src conf :tangle "/sudo::/etc/environment"
|
||||||
|
WEBKIT_DISABLE_DMABUF_RENDERER=1
|
||||||
|
#+end_src
|
||||||
|
** signal
|
||||||
#+begin_src shell :tangle pkg-list.txt
|
#+begin_src shell :tangle pkg-list.txt
|
||||||
signal-desktop
|
signal-desktop
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|||||||
Reference in New Issue
Block a user