fixed problems found during laptop setup

This commit is contained in:
paul-loedige
2025-03-28 11:33:50 +01:00
parent d21dd5a7dd
commit 87a0a69cbc
+9 -4
View File
@@ -150,6 +150,7 @@
- [[#xclip][XClip]] - [[#xclip][XClip]]
- [[#yt-dlp][yt-dlp]] - [[#yt-dlp][yt-dlp]]
- [[#zip][zip]] - [[#zip][zip]]
- [[#7zip][7zip]]
- [[#openvpn][openvpn]] - [[#openvpn][openvpn]]
- [[#misc][Misc]] - [[#misc][Misc]]
- [[#latex-1][LaTeX]] - [[#latex-1][LaTeX]]
@@ -556,7 +557,7 @@ for PACKAGE in $INSTALLED_PACKAGES; do
if ! echo "$KEEP_LIST" | grep -q "^$PACKAGE$"; then if ! echo "$KEEP_LIST" | grep -q "^$PACKAGE$"; then
echo "Removing package: $PACKAGE" echo "Removing package: $PACKAGE"
# Uncomment the following line to actually remove the package # Uncomment the following line to actually remove the package
yay -Rns --noconfirm "$PACKAGE" yay -Rns "$PACKAGE"
fi fi
done done
#+end_src #+end_src
@@ -2967,7 +2968,7 @@ github.copilot-chat
#+end_src #+end_src
***** Configure to use the gnome-keyring ***** Configure to use the gnome-keyring
As desribed in [[https://github.com/microsoft/vscode/issues/187338][this Github issue]] it is sometimes necessary to modify VSCode's argv.json As desribed in [[https://github.com/microsoft/vscode/issues/187338][this Github issue]] it is sometimes necessary to modify VSCode's argv.json
#+begin_src js :tangle ~/.vscode/argv.json #+begin_src js :tangle ~/.vscode/argv.json :mkdirp yes
// DO NOT EDIT THIS FILE DIRECTLY // DO NOT EDIT THIS FILE DIRECTLY
// This is a file generated from a literate programing source file // This is a file generated from a literate programing source file
// You should make any changes there and regenerate it from Emacs org-mode // You should make any changes there and regenerate it from Emacs org-mode
@@ -3541,7 +3542,7 @@ gruvbox-dark-gtk
papirus-icon-theme papirus-icon-theme
#+end_src #+end_src
*** GTK 3 *** GTK 3
#+begin_src conf :tangle ~/.config/gtk-3.0/settings.ini #+begin_src conf :tangle ~/.config/gtk-3.0/settings.ini :mkdirp yes
# DO NOT EDIT THIS FILE DIRECTLY # DO NOT EDIT THIS FILE DIRECTLY
# This is a file generated from a literate programing source file # This is a file generated from a literate programing source file
# You should make any changes there and regenerate it from Emacs org-mode # You should make any changes there and regenerate it from Emacs org-mode
@@ -3553,7 +3554,7 @@ gtk-theme-name = gruvbox-dark-gtk
gtk-font-name = UbuntuMono Nerd Font 11 gtk-font-name = UbuntuMono Nerd Font 11
#+end_src #+end_src
*** GTK 4 *** GTK 4
#+begin_src conf :tangle ~/.config/gtk-4.0/settings.ini #+begin_src conf :tangle ~/.config/gtk-4.0/settings.ini :mkdirp yes
# DO NOT EDIT THIS FILE DIRECTLY # DO NOT EDIT THIS FILE DIRECTLY
# This is a file generated from a literate programing source file # This is a file generated from a literate programing source file
# You should make any changes there and regenerate it from Emacs org-mode # You should make any changes there and regenerate it from Emacs org-mode
@@ -4169,6 +4170,10 @@ yt-dlp
#+begin_src shell :tangle pkg-list.txt #+begin_src shell :tangle pkg-list.txt
zip zip
#+end_src #+end_src
** 7zip
#+begin_src config :tangle pkg-list.txt
7zip
#+end_src
** openvpn ** openvpn
#+begin_src config :tangle pkg-list.txt #+begin_src config :tangle pkg-list.txt
openvpn openvpn