Skip to content
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

Linux installers should display federation information (name / logo) if configured #6

Open
restena-sw opened this issue Aug 22, 2016 · 11 comments
Labels

Comments

@restena-sw
Copy link
Contributor

For better integration and visibility of NROs, the installers should show the federation logo and name where appropriate, together with the institution one.

@restena-sw restena-sw added the bug label Aug 22, 2016
restena-sw pushed a commit that referenced this issue Oct 24, 2016
@twoln
Copy link
Contributor

twoln commented Apr 26, 2018

Not really possible with the current selection of tools

@twoln
Copy link
Contributor

twoln commented Apr 26, 2018

Should be reclassified to feature request - this is not a bug!

@restena-sw
Copy link
Contributor Author

My understanding of the Linux installer is that it is user-interactively, and displays the inst logo on its first page. It doesn't sound very difficult to add the NRO logo besides, just like the Windows installer now does?

@restena-sw
Copy link
Contributor Author

My bad, it only displays the name, not the logo. So, adding the name should be sufficient.

@ikreb7
Copy link
Contributor

ikreb7 commented Aug 18, 2020

@restena-sw I had a solution to our problem. However, we need all institution images online accessible. A second problem is if the user hasn't internet access. So it's not perfect :/

zenity --text-info --title="eduroam" --width=138 --height=50 --html --url="https://cat.eduroam.org/resources/images/consortium_logo.png"

@restena-sw
Copy link
Contributor Author

Hm, it is a bit suboptimal to reference the consortium logo by external URL indeed. @twoln I think we should bundle it inside the installer if possible.

@restena-sw
Copy link
Contributor Author

I wonder how the following is displayed:

   --window-icon=ICONPATH
          Set the window icon with the path to an image. Alternatively, one of the four stock
          icons can be used: 'error', 'info', 'question' or 'warning'

If it is displayed large enough, we could provide an amalgamation of the inst and fed logo together and display that.

@ikreb7
Copy link
Contributor

ikreb7 commented Aug 19, 2020

I think this won't be work. See here. We could switch to YAD, but I don't know how many distros have it built-in.

@twoln
Copy link
Contributor

twoln commented Aug 19, 2020

I am on holiday till the end of August, so I am not able to comment at the moment.

@twoln
Copy link
Contributor

twoln commented Sep 1, 2020

I would be against adding such an external dependency for the installation. I tried using the file: URL but this does not seem to work. Adding yad support would be doable, after all we now support both zenity and kdialog, but the question is is it really worth the effort.

@restena-sw
Copy link
Contributor Author

I leave it entirely up to you. It is certainly not a big or urgently needed feature. Actually, I thought this would have been much easier. Displaying a piece of graphics in a message window should not be sorcery. But Zenity proved me wrong, apparently it IS and not available for simple mortals.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants