Bug 7342 - Validate Fedora 30
Summary: Validate Fedora 30
Status: CLOSED FIXED
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Server OS (show other bugs)
Version: trunk
Hardware: PC Unknown
: P2 Normal
Target Milestone: 4.10.1
Assignee: Peter Åstrand
URL:
Keywords: prosaic
Depends on: 5202 7343 7344
Blocks:
  Show dependency treegraph
 
Reported: 2019-04-30 10:47 CEST by Peter Åstrand
Modified: 2019-07-22 13:53 CEST (History)
1 user (show)

See Also:
Acceptance Criteria:


Attachments

Description Peter Åstrand cendio 2019-04-30 10:47:28 CEST
Fedora 30 is being released now:

https://lists.fedoraproject.org/archives/list/devel-announce@lists.fedoraproject.org/thread/GLN2FU2O5K6WVX4Y2ST3VOALV6ML35U2/

"The Fedora 30 Final RC1.2 compose [1] is GO and will to be shipped
live on Tuesday, April 30, 2019."

Download:

https://ftp.acc.umu.se/mirror/fedora/linux/releases/30/Workstation/x86_64/iso/

We need to verify full functionality of ThinLinc on this new distribution and note what issues may exist.
Comment 1 Peter Åstrand cendio 2019-05-06 10:44:31 CEST
Not possible to launch installer from file manager: See bug 7343
Comment 2 Peter Åstrand cendio 2019-05-06 10:55:28 CEST
Install Python from GUI does not work:

$ ./install-server 

Error: No Python 2.x interpreter found.

A Python 2.x interpreter is required for ThinLinc.
I was trying to use the Python interpreter named 'python'.

If Python is installed under a different name, set the PYTHON
environment variable to the Python binary to use. Example:
PYTHON=/usr/bin/python2.6 ./install-server

To install Python, please run this command:

    sudo dnf install python

Would you like to run this command now?
Starting gnome-terminal to run "sudo dnf install python"...
# Flaggan ”-e” är föråldrad och kan tas bort i en senare version av gnome-terminal.
# Använd ”-- ” för att visa att inga fler flaggor kommer och få kommandoraden att exekvera.
# _g_io_module_get_default: Found default implementation dconf (DConfSettingsBackend) for ‘gsettings-backend’
# watch_fast: "/org/gnome/terminal/legacy/" (establishing: 0, active: 0)
# unwatch_fast: "/org/gnome/terminal/legacy/" (active: 0, establishing: 1)
# watch_established: "/org/gnome/terminal/legacy/" (establishing: 0)

Note that the error message was printed *both* to the terminal as well displayed in a zenity window. Running:

    sudo dnf install python

manually works correctly.

The same issue exists with "pygtk2".
Comment 3 Peter Åstrand cendio 2019-05-06 11:27:52 CEST
pygtk2-libglade is available, but must be installed manually:

sudo dnf install pygtk2-libglade
Comment 4 Peter Åstrand cendio 2019-05-06 11:30:04 CEST
For python-ldap:

sudo dnf install python2-ldap
Comment 5 Peter Åstrand cendio 2019-05-06 12:34:11 CEST
Local devices works:

* Sound playback/recording: OK
(* Serial ports: not tested)
* Local Drives: OK
* Local Printer: OK
* Smart Card Reader: OK
Comment 6 Peter Åstrand cendio 2019-05-06 12:39:17 CEST
Tested additional components:

* tlwebadm: OK
* tlwebaccess: OK
* Basic OpenGL (glxgears): OK

Note You need to log in before you can comment on or make changes to this bug.