GEANT / CAT

CAT - the Configuration Assistant Tool for Enterprise Wi-Fi networks such as eduroam
Other
94 stars 52 forks source link

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

Open restena-sw opened 8 years ago

restena-sw commented 8 years ago

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

twoln commented 6 years ago

Not really possible with the current selection of tools

twoln commented 6 years ago

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

restena-sw commented 6 years ago

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 commented 6 years ago

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

ikreb7 commented 4 years ago

@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 commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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

twoln commented 4 years ago

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 commented 4 years ago

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.