提及
提及
https://github.com/bluesabre/menulibre/blob/ad8f3f68d243088a3dc48514269b6a35dae19022/menulibre/MenulibreXdg.py#L203-L208 This function will determine the location of the folder to which the current desktop file belongs. My desktop file is installed in the user directory, but it can belong...
`get_icon` should return `model[treeiter][1]` https://github.com/bluesabre/menulibre/blob/ad8f3f68d243088a3dc48514269b6a35dae19022/menulibre/IconEntry.py#L317 Repeated calls to the lower function https://github.com/bluesabre/menulibre/blob/ad8f3f68d243088a3dc48514269b6a35dae19022/menulibre/IconEntry.py#L255 https://github.com/bluesabre/menulibre/blob/ad8f3f68d243088a3dc48514269b6a35dae19022/menulibre/IconEntry.py#L291
I debugged by editing files in build-dir/files. But I found that even if I delete build-dir and rebuild, the file changes are saved. After searching. I found that .flatpak-builder/cache saves...
### Checklist - [x] I agree to follow the [Code of Conduct](https://github.com/flatpak/flatpak/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. - [x] I have searched the [issue tracker](https://www.github.com/flatpak/flatpak-builder/issues) for a bug that matches...
https://github.com/flatpak/xdg-desktop-portal/blob/3dde1a47e474513d3a732720b03e9d624a178dee/src/remote-desktop.c#L159 This error is due to an incorrect session_handle_token I provided. I used a fixed session_handle_token in multiple calls to CreateSession. xdg-desktop-potral returned an "Invalid state" error. The reason I'm...