Warp icon indicating copy to clipboard operation
Warp copied to clipboard

Warp update on 19 Feb (Ubuntu Linux) doesn't work?

Open paulnakroshis opened this issue 1 year ago • 5 comments

Discord username (optional)

paul_nakroshis

Describe the bug

I ran the updater and although it appears to work (it installs and restarts Warp), when Warp reopens, it still says update warp at the top of the terminal window.

To reproduce

See above.

Expected behavior

I expect to see NO "Update Warp" at the top of the terminal window .,

Screenshots

No response

Operating system

Linux

Operating system and version

Ubuntu 22.04.4 LTS

Shell Version

GNU bash, version 5.1.16(1)-release (x86_64-pc-linux-gnu)

Current Warp version

v0.2024.02.16.17.24.stable_00

Regression

Yes, this bug started recently or with an X Warp version

Recent working Warp date

No response

Additional context

No response

Does this block you from using Warp daily?

No

Is this a Warp specific issue? (i.e. does it happen in Terminal, iTerm, Kitty, etc.)

Yes, this I confirmed this only happens in Warp, not other terminals.

Warp Internal (ignore): linear-label:b9d78064-c89e-4973-b153-5178a31ee54e

None

paulnakroshis avatar Feb 19 '24 16:02 paulnakroshis

Having the same issue on POP OS.

  • I run the update command,
  • Warp restarts as if to update,
  • No update is applied.
  • Restarting warp manually shows Update Warp button again.

df-dev avatar Feb 19 '24 23:02 df-dev

Hey @paulnakroshis and @df-dev! Due to feedback from the community, we've decided to change the name of our apt/rpm/pacman packages from warp to warp-terminal. Alongside this change, we're updating the name of our config and data directories to warp-terminal to match.

For all users: we recommend moving or copying your config folders to the new location, as the just-released app update will look for files in the new paths. Specifically:

mv ~/.config/warp ~/.config/warp-terminal
mv ~/.local/state/warp ~/.local/state/warp-terminal
mv ~/.local/share/warp ~/.local/share/warp-terminal

If you've installed one of the non-AppImage packages, run one of the below commands (as appropriate for your system):

sudo apt remove warp && sudo apt update && sudo apt install warp-terminal
sudo dnf remove warp && sudo dnf --refresh install warp-terminal
sudo zypper remove warp && sudo zypper --refresh install warp-terminal
sudo pacman -R warp && sudo pacman -Sy warp-terminal

Sorry for the hassle, and thank you all so much for your valuable feedback throughout the private beta process! We can't wait for the public launch on Thursday, Feb 22nd 2024! We couldn't have done it without you all. ❤️

dannyneira avatar Feb 20 '24 00:02 dannyneira

Hi, thanks for letting us know! What method did you use to install Warp? What version are you currently running, and what version is Warp trying to update to?

vorporeal avatar Feb 20 '24 14:02 vorporeal

Hey @paulnakroshis and @df-dev! Due to feedback from the community, we've decided to change the name of our apt/rpm/pacman packages from warp to warp-terminal. Alongside this change, we're updating the name of our config and data directories to warp-terminal to match.

For all users: we recommend moving or copying your config folders to the new location, as the just-released app update will look for files in the new paths. Specifically:

mv ~/.config/warp ~/.config/warp-terminal
mv ~/.local/state/warp ~/.local/state/warp-terminal
mv ~/.local/share/warp ~/.local/share/warp-terminal

If you've installed one of the non-AppImage packages, run one of the below commands (as appropriate for your system):

sudo apt remove warp && sudo apt update && sudo apt install warp-terminal
sudo dnf remove warp && sudo dnf --refresh install warp-terminal
sudo zypper remove warp && sudo zypper --refresh install warp-terminal
sudo pacman -R warp && sudo pacman -Sy warp-terminal

Sorry for the hassle, and thank you all so much for your valuable feedback throughout the private beta process! We can't wait for the public launch on Thursday, Feb 22nd 2024! We couldn't have done it without you all. ❤️

thank you.

df-dev avatar Feb 20 '24 22:02 df-dev

Experiencing the same issue, assumed it was due to me using a different tiling window manager than gnome (I was using i3) but even when switching to gnome it still crashes. (installed the .deb file with apt)

synnoveolsdatter avatar Feb 24 '24 03:02 synnoveolsdatter