mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 12:04:16 +02:00
[web] improvement: logging when a desktop entry is created as an autostart file
This commit is contained in:
@@ -768,6 +768,8 @@ class WebApplicationManager(SoftwareManager):
|
|||||||
with open(pkg.get_autostart_path(), 'w+') as f:
|
with open(pkg.get_autostart_path(), 'w+') as f:
|
||||||
f.write(entry_content)
|
f.write(entry_content)
|
||||||
|
|
||||||
|
self.logger.info(f"Autostart file created '{autostart_file}'")
|
||||||
|
|
||||||
if install_options:
|
if install_options:
|
||||||
pkg.options_set = install_options
|
pkg.options_set = install_options
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user