manatools / dnfdragora

dnfdragora is a dnf frontend based on libyui abstraction
GNU General Public License v3.0
133 stars 41 forks source link

Fix spaces in path #229

Closed norby4ever closed 7 months ago

norby4ever commented 7 months ago

When there are spaces in path, dnfdragora crashes instead installing packages when double clicked on rpm file. This patch fixes this issue.

anaselli commented 7 months ago

I think the same issue is present on stable, can you confirm that? master is moving to dnf5daemon

norby4ever commented 7 months ago

Yes, it presents on stable: https://github.com/manatools/dnfdragora/blob/abbe08b7a487325182758d5285b54437a914207b/dnfdragora/ui.py#L2004

anaselli commented 7 months ago

merged. I will port it to stable too