You are not logged in.
Pages: 1
I follow this instructions: https://draculatheme.com/mousepad
git clone https://github.com/dracula/mousepad.git
mkdir -p ~/.local/share/gtksourceview-3.0/styles/
cp mousepad/dracula.xml ~/.local/share/gtksourceview-3.0/styles/
And not show on dropdown:
More info: https://github.com/dracula/mousepad/issues/1
Last edited by sistematico (2021-06-16 12:54:37)
Offline
Since Mousepad 0.5.4, Mousepad uses GtkSourceView 4 by default.
So you have to adapt the path:
mkdir -p ~/.local/share/gtksourceview-4/styles/
cp mousepad/dracula.xml ~/.local/share/gtksourceview-4/styles/
Last edited by Tamaranch (2021-06-15 23:34:30)
Offline
Since Mousepad 0.5.4, Mousepad uses GtkSourceView 4 by default.
So you have to adapt the path:mkdir -p ~/.local/share/gtksourceview-4/styles/ cp mousepad/dracula.xml ~/.local/share/gtksourceview-4/styles/
Thank you, awesome!
Offline
See also https://docs.xfce.org/apps/mousepad/sta … on_changes for other manual actions required for some version changes.
Offline
Pages: 1
[ Generated in 0.008 seconds, 7 queries executed - Memory usage: 523.44 KiB (Peak: 532.35 KiB) ]