techne/packet-tracer.org
2024-09-20 21:17:26 -05:00

18 lines
570 B
Org Mode

#+title: Packet Tracer
#+setupfile: ../org-templates/page.org
** Fix GUI issues with KDE Plasma dark theme
#+BEGIN_SRC shell
mkdir ~/.config-pt
cd ~/.config
cp -rf dconf gtk-3.0 gtk-4.0 xsettingsd ~/.config-pt
#+END_SRC
1. Right-click on Menu button.
2. Click Edit Applications.
3. Select Packet Tracer.
4. Add ~XDG_CONFIG_HOME=/home/jas/.config-pt~ to Environment variables.
5. Save.
[[https://redlib.nirn.quest/r/kde/comments/lcm2n3/how_to_make_specific_application_ignore_system/][Source]]. Thanks, [[https://redlib.nirn.quest/user/AtomHeartSon][u/AtomHeartSon]]!