-
-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An option to remember the selection in the application portal #302
Comments
This also applies to open attachments in org.gnome.Geary and org.gnu.emacs. |
Also, for org.telegram.desktop |
Same problem on nwjs applications. It gets really annoying and often the Open With window appears twice. |
also for Thunderbird and Shotwell. Any news ? Regards |
The portal remembers the choice. It also has a threshold mechanism to stop asking if you chose the same app for a certain number of times. But it is currently not being used - nobody set the the threshold to something smaller than MAXINT |
Oh, where can i configure this? Is that runtime option or build-time? |
I've now changed things so that the portal will stop asking if you choose the same app 3 times |
Problem is the code reads off the end of the choices list when the number of choices is less than INITIAL_LIST_SIZE - 1. Fixes flatpak#302
We can calculate the bounds ourselves, instead of passing them in. This way we don't need to rely on the caller to avoid buffer overflow. This would have prevented flatpak#302.
appchooserdialog: avoid crash when there are few app options
I am using Zotero flatpak application and every time I try to open a pdf file it brings up the Application selection portal and I have to choose evince from there. It would be useful if they can use the default application in the system or have a checkbox in the portal to remember the selection.
This issue seems to be already reported in the Zotero flathub page: flathub/org.zotero.Zotero#15
And kind of related to #126
The text was updated successfully, but these errors were encountered: