09-13-2020, 03:07 PM
A few notes. GDK_BACKEND is also the key to get emacs to run in the GUI.
binutils should be installed before the buildpkg step, but if you don't you just get a warning.
If you find the desktop files in /usr/share you can change
Exec=xxxx
to
Exec=env GDK_BACKEND=x11 xxxx
To make a shortcut like Vivaldi or emacs run properly.
binutils should be installed before the buildpkg step, but if you don't you just get a warning.
If you find the desktop files in /usr/share you can change
Exec=xxxx
to
Exec=env GDK_BACKEND=x11 xxxx
To make a shortcut like Vivaldi or emacs run properly.