Upgrading emacs on debian
fixing crashes
- tags
- emacs
- debian
Contents
Been playing with elfeed on Emacs 26.1 on buster and it keeps crashing. I think for font related reasons. So lets follow the Emacs Wiki Instructions to upgrade to emacs-snapshots and see if that helps.
Add the snap shot repository.
Make sure you have the tools installed so that apt can do it's internet thing.
| |
Add the signing key:
| |
And add the packages to your local index. Note that I'm specifically
using buster here so update that if you need do.
| |
Remove the old emacs
I ran into a bunch of problems with the old emacs being installed at
the same time, and it borked dpkg for a bit. So first lets remove
everything:
| |
Add the new one
Pretty straightforward here.
| |
Fix that icon
The snapshot build has a svg icon, which the Chromebook doesn't seem to like. So lets fix that up.
| |
And then edit ~/.local/share/applications/emacs-snapshot.desktop to
put the Icon to the final image place, in my case
Icon=emacs
It took a while for the changes to take but after a reboot it works great.
Start it up
Crositini will eventually update the shelf but it will take a little time.
So far, no issues and no crashes!
Previously
Next