Snap package installation method results in a laggy ghostty, whereas apt/deb comunity package is smooth #8627
Unanswered
2lian
asked this question in
Issue Triage
Replies: 1 comment 1 reply
-
|
I have a feeling this is because that specific deb package is built with more optimizations than the snap package (which makes it break for other users → #5673). I would also personally recommend against using that package because it is literally an opaque pre-built binary shoved into a deb package. (They've also done some git nonsense to get Mitchell to show up in the contributors list, which is extra scummy.) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Issue Description
When installing ghostty using
snap install ghostty --classicghostty feels sluggish and laggy (low fps and stutter).However, installing using apt and a Debian package ( https://github.com/clayrisser/debian-ghostty/ ) works perfectly.
(Honestly, it works now fine with
apt, I am not looking to solve the issue, I just want to share it, in case it can help)Expected Behavior
snap install ghostty --classicshould offer similar performance to other installation method.Actual Behavior
sudo apt install ghosttyhas better performance.Reproduction Steps
snap install ghostty --classicsnap remove ghosttyGhostty Logs
No response
Ghostty Version
OS Version Information
24.04.3 LTS (Noble Numbat)
(Linux only) Display Server
X11
(Linux only) Desktop Environment/Window Manager
GNOME 46.0
Minimal Ghostty Configuration
Additional Relevant Configuration
I tested this by moving the carret in NeoVim and nano. Comparing side by side with the default terminal. Likely unrelated, but I use a 240Hz display (also because of this maybe I am more likely to notice lags).
I acknowledge that:
```) on separate lines.Beta Was this translation helpful? Give feedback.
All reactions