Context
For me, it is failing to. However, I’ve no idea of why:
Intent
Per the official guidance:
…after invoking I’ll attempt to ascertain whether the cause is the undermentioned:
From my understanding of the presented outputs, the --allowerasing flag removes the conflicts, as it allows the solver to remove conflicting packages (firefox-langpacks in this case), but that would also remove firefox, as it has the former defined as weak dependency, which in turn would mean that there was nothing to upgrade (since no firefox package would be left on the system).
…with:
#!/usr/bin/env sh
flatpak update -y
su -c '
dnf5 upgrade \
-y \
--refresh \
--offline \
&& dnf5 offline reboot -y
'
#!/usr/bin/env sh
sudo dnf5 system-upgrade download \
--releasever=44
--allowerasing
gitlab.com/-/snippets/5988115
kenryo
(Kenric Young)
May 1, 2026, 1:38pm
2
Your gitlab snippet provides no useful information as its cut off before getting to any errors
Provide a proper log such as the pastebin link provided by the following command below
sudo dnf5 system-upgrade --releasever 44 --allowerasing download | fpaste
If it’s too large for fpaste, then save the log locally, then scroll to the end of the file with all the errors
The following command will create a txt file in your Downloads folder
sudo dnf5 system-upgrade --releasever 44 --allowerasing download > ~/Downloads/dnf-sysupgrade.txt
1 Like
@kenryo , it was still updating at the time. I couldn’t save it in real-time, because I didn’t have SSH configured anywhere else, etcetera:
opened 01:51PM - 01 May 26 UTC
bug
triaged
ready-to-implement
repro:medium
os:linux
area:warp-drive
### Pre-submit Checks
- [x] I have [searched Warp bugs](https://github.com/warp… dotdev/warp/issues?q=is%3Aissue+label%3ABUG) and there are no duplicates
- [x] I have [searched Warp known issues page](https://docs.warp.dev/help/known-issues) and my issue is not there
- [ ] I have an issue with AI and have included the debugging ID (Optional, but helps expedite the AI quality fix). [Debugging ID instructions](https://docs.warp.dev/agent-platform/agent/ai-faqs#gathering-ai-debugging-id)
- [x] I have technical issue and have included the logs (optional, but helps expedite the bug fix). [Log instructions](https://docs.warp.dev/support-and-community/troubleshooting-and-support/sending-us-feedback#gathering-warp-logs)
### Describe the bug
> I cannot share a session.
### To reproduce
Attempt to share a session, via the context menu.
### Expected behavior
I should be able to, as [`issues/6546#issuecomment-2932228207`](https://github.com/warpdotdev/warp/issues/6546#issuecomment-2932228207) explains.
### Screenshots, videos, and logs
https://github.com/user-attachments/assets/dcd8e5bd-5e0e-4461-bcf0-b5cbe763ab98
### Operating system (OS)
Linux
### Operating system and version
`fedora-release-identity-kde-desktop-43`
### Shell Version
`$HOME/.dotnet/tools/.store/powershell/7.5.4`
### Current Warp version
`v0.2026.04.27.15.33.preview_02`
### Regression
Yes, this bug started recently or with an X Warp version
### Recent working Warp date
I don't know which version it last worked with.
### Additional context
As requested:
1. ~~~pwsh
#!/usr/bin/env pwsh
loginctl show-session "$Env:XDG_SESSION_ID" -p Type | jc --ini | jq | yq -P .Type
~~~
1. > `wayland`
### Does this block you from using Warp daily?
No
### Is this an issue only in Warp?
Yes, I confirmed that this only happens in Warp, not other terminals.
### Warp Internal (ignore): linear-label:b9d78064-c89e-4973-b153-5178a31ee54e
None
I’ve been able to update via the aforecited command since, as I expected to be able to:
rpm -qa | grep release-identity
fedora-release-identity-kde-desktop-44-17.noarch
However, Discover still renders the update failure notification:
Every time I update, whether via flatpak update -y; su -c 'dnf5 upgrade -y --refresh --offline && dnf5 offline reboot -y' or sudo dnf5 system-upgrade download --releasever=44 --allowerasing, I observe an update failure notification from Discover,...
Consequently, I imagine that this is a problem with Discover (or PackageKit).