KDE sets $LANGUAGE to an empty string for some mysterious reason, and
they know about it, and they ain't gonna fix it. Ignore $LANGUAGE if
it's an empty string because a careful reading of the man page says that
$LANGUAGE only counts if it contains something and an empty $LANGUAGE
breaks everything.
--
To view this pull request on github, visit https://github.com/rhinstaller/anaconda/pull/109
Use the chardet module to try to detect what encoding the SSID uses.
Add a column to the wireless network ListStore in the network spoke to
store the original byte sequence (also encoded as a string because GLib
is awful at storing byte sequences).
--
To view this pull request on github, visit https://github.com/rhinstaller/anaconda/pull/203
I want to fix source spoke which was somewhat broken and I found that this change will be somewhat bigger than I expected :).
So in short:
* Change hashing of repositories to special IDs (they are attached to existing RepoData instances)
* Checks can now test even not selected objects
* Check repositories URL before leaving spoke
* Some minor fixes
*This is some kind of RFE so please feel free to tell me if there is better solution*
--
To view this pull request on github, visit https://github.com/rhinstaller/anaconda/pull/204
Payload manager is started from network spoke if network settings change.
This will start source spoke and software spoke reach-ability testing.
*Resolves: rhbz#1221109*
--
To view this pull request on github, visit https://github.com/rhinstaller/anaconda/pull/208
I want to fix source spoke which was somewhat broken and I found that this change will be somewhat bigger than I expected :).
So in short:
* Change hashing of repositories to special IDs (they are attached to existing RepoData instances)
* Checks can now test even not selected objects
* Check repositories URL before leaving spoke
* Some minor fixes
*This is some kind of RFE so please free to tell me if there is better solution*
--
To view this pull request on github, visit https://github.com/rhinstaller/anaconda/pull/204