-
Notifications
You must be signed in to change notification settings - Fork 383
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linux Workaround Tracker #4513
Comments
I experienced the Warp window not showing, running Baremetal Linux Mint. Tried updating drivers to no avail, but then was fixed with the Low Power GPU option. |
SpecsOS: Fedora Linux 39 (Workstation Edition) IssueWhen fractional scaling is enabled in Wayland, the warp terminal will display blurry. This is fixed by setting the ResolutionTo fix the issue, we must ensure the desktop entry file sets the variable to launch warp with Wayland support. It can be done as follows:
# File ends with .desktop
sudo vi /usr/share/applications/dev.warp.Warp.desktop
[Desktop Entry]
# The version of the desktop entry spec this conforms to.
Version=1.0
Type=Application
Name=Warp
GenericName=TerminalEmulator
# Ensure wayland variable is set before launching warp
Exec=env WARP_ENABLE_WAYLAND=1 warp-terminal %U
StartupWMClass=dev.warp.Warp
Keywords=shell;prompt;command;commandline;cmd;
Icon=dev.warp.Warp
Categories=System;TerminalEmulator;
# Don't run this application within a terminal.
Terminal=false
# Register ourselves as the handler for warp:// URLs.
MimeType=x-scheme-handler/warp;
Notice the # Create a file /usr/share/applications/warp-terminal.desktop
[Desktop Entry]
Name=Warp Terminal
# Enable Wayland support
Exec=env WARP_ENABLE_WAYLAND=1 /usr/bin/warp-terminal
Terminal=false
Type=Application |
Ubuntu 22.04 via WSL2 on Windows11 SignIn opened a Web-Login Page where I could login, but this wasn't propagated to the Warp-Window running on WSL2. This worked fine but wasn't very obvious immediately. So maybe explain this option somewhere in the FAQs |
Thanks @Rhinogradentia , this was noted in the Troubleshooting login page. https://docs.warp.dev/help/troubleshooting-login-issues#how-to-get-an-auth-token-to-login, we'll work on getting this added to the www.warp.dev/faq page as well. |
closing, we'll continue tracking any issues or workarounds on the thread for WSL support. #4240 |
How does this workaround tracker work?
This tracker is meant to help us understand the most common issues and workarounds that fixed them so we can improve Warp for Linux.
We have a list of workarounds to common issues running Warp on Linux in our docs here.
If any of the workarounds help, please comment on #4513 with your Linux distro, installation (WSL, Baremetal or VM, x86 or ARM), the issue you had, the workaround that fixed it, and any other workarounds are not on the list.
The text was updated successfully, but these errors were encountered: