You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some flatpak applications such as LibreOffice from Flathub are incorrectly being detected for background activity. This causes two interrelated problems:
Upon first launching LibreOffice from a fresh install, a notification appears that states the application is running in the background without appropriate permissions. User is presented with options to forbid or allow. For applications like LibreOffice, it probably doesn't make sense for this notification to appear at all.
If the user selects Allow or clears the notification, everything is fine. But if the user selects Forbid, this will introduce a bug that whenever LibreOffice is opened, it will close on its own after several seconds, even if it is the actively focused application. Some users might reasonable choose to Forbid the application from running in the background; but then the only way to fix the application closing issue is to use the command line.
Connect the Flathub repository and install LibreOffice
Launch LibreOffice
After some seconds, you still get a notification saying that LO is running in the background without appropriate permissions. [This should probably not appear.]
Select the Forbid option to prevent LO from running in the background.
Then whenever launching LibreOffice, it will close after several seconds, even if it is the actively focused application (i.e. it is not merely running in the background)
Expected Behavior
To me at least it is not expected that launching LibreOffice generates a notification that the application is running in the background without appropriate permissions.
If the user Forbids LibreOffice from running in the background through that notification, it should not cause LibreOffice to close when it is actively being used.
If the user does click Forbid, LibreOffice becomes unusable, the solution is to use the Terminal to run the command: flatpak permission-set background background org.libreoffice.LibreOffice yes
OS Version
7.x (Horus)
Software Version
Latest release (I have run all updates)
Log Output
No response
Hardware Info
No response
The text was updated successfully, but these errors were encountered:
What Happened?
Some flatpak applications such as LibreOffice from Flathub are incorrectly being detected for background activity. This causes two interrelated problems:
Upon first launching LibreOffice from a fresh install, a notification appears that states the application is running in the background without appropriate permissions. User is presented with options to forbid or allow. For applications like LibreOffice, it probably doesn't make sense for this notification to appear at all.
If the user selects Allow or clears the notification, everything is fine. But if the user selects Forbid, this will introduce a bug that whenever LibreOffice is opened, it will close on its own after several seconds, even if it is the actively focused application. Some users might reasonable choose to Forbid the application from running in the background; but then the only way to fix the application closing issue is to use the command line.
There was a similar bug report in KDE: https://bugs.kde.org/show_bug.cgi?id=473881
Steps to Reproduce
Expected Behavior
If the user does click Forbid, LibreOffice becomes unusable, the solution is to use the Terminal to run the command:
flatpak permission-set background background org.libreoffice.LibreOffice yes
OS Version
7.x (Horus)
Software Version
Latest release (I have run all updates)
Log Output
No response
Hardware Info
No response
The text was updated successfully, but these errors were encountered: