mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
[PR #369] [CLOSED] CtrlCore: Fix GTK file drop to Dolphin and Firefox on Wayland #350
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ultimatepp#350
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ultimatepp/ultimatepp/pull/369
Author: @klugier
Created: 2/9/2026
Status: ❌ Closed
Base:
master← Head:klugier/dnd-dolphin-fix📝 Commits (4)
3648caaCtrlCore: fix GTK file drop to Dolphin.44c32f9.standardisation14c1d3c.revert changes with carrier return.f33618a.cosmetics📊 Changes
1 file changed (+3 additions, -1 deletions)
View changed files
📝
uppsrc/CtrlCore/GtkClip.cpp(+3 -1)📄 Description
It looks like we need to recover slashes after doing UrlEncode. So, instead of having following path:
It should be
After changing the logic drop to Dolphin and Firefox on Wayland works as expected.
I tested also on pure X11 and it works as expected.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.