Bug 256130 - astro/INDIWebManagerApp integration options doesn't work
Summary: astro/INDIWebManagerApp integration options doesn't work
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jose Alonso Cardenas Marquez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-05-24 19:00 UTC by Alfredo Amaya
Modified: 2021-09-05 21:34 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alfredo Amaya 2021-05-24 19:00:32 UTC
There are some settings on INDIWebManagerApp ("Start at System Startup", "Auto Launch Manager" and "Auto Hide ManagerApp") not adapted yet to work as expected on FreeBSD.

Besides, a dialog window appears some time after application is running, apparently after checking some settings, saying:

   Please configure the INDI Web Manager.  The Preferences Dialog will now open. 
   Python, Pip, and INDIWeb need to be installed and configured to use this program.  
   INDIWeb can be installed on Linux using the installer button in the Preferences Dialog, but python and pip must be installed from the command line.

This dialog appears even when the application is functional.
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-09-05 21:32:31 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=059c350cc88917aae09082bc1020d143e52eaf70

commit 059c350cc88917aae09082bc1020d143e52eaf70
Author:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2021-09-05 21:23:30 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2021-09-05 21:31:20 +0000

    astro/indiwebmanagerapp: make port more FreeBSD friendly

    PR:             256129 256130
    Reported by:    Alfredo Amaya <alfre2.as  __at__ gmail.com>

 astro/indiwebmanagerapp/Makefile                   |  8 +++-
 .../files/patch-src_mainwindow.cpp (new)           | 55 ++++++++++++++++++++++
 2 files changed, 62 insertions(+), 1 deletion(-)
Comment 2 Jose Alonso Cardenas Marquez freebsd_committer freebsd_triage 2021-09-05 21:34:25 UTC
- It should has a better integration on FreeBSD now. Tahnks for your PR