| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
|
|
|
| |
search paths
|
| |
|
|
|
|
| |
These have all been merged with the new text interface.
|
|
|
|
|
| |
I've had to leave pieces of text.py around, though, because it's used by
rescue mode and we're not changing it quite yet.
|
|
|
|
| |
It's needed for rescue mode, and the textw directory is about to go away.
|
|
|
|
| |
Fix of previous patch.
|
|
|
|
|
| |
Don't crash on wwan devices, other types we might want to handle
here (bond, vlan) will be added when we support them.
|
|
|
|
| |
Also fix the comment above the DEFAULT_LANG constant.
|
|
|
|
|
|
|
|
|
|
| |
This required changing the toolbar of buttons into a regular hbox. I've also
removed the percent bar since that's duplicate information and gets rid of a
couple numbers (this dialog has way too many), and changed the wording in the
reclaimable space column for unshrinkable devices to say so. That gets rid of
some more numbers.
Related: #875944
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
This allows post install commands to use the hostname of the installed
system.
Thanks to Stef Walter <stefw@redhat.com> for the original patch.
|
|
|
|
|
|
| |
expand_langs may use parse_langcode which should be a global function
not a static method of the Language class. Also some pieces deserve
better documentation and some other pieces were potentially dangerous.
|
|
|
|
|
|
| |
Use state returned by signal, not current state.
Prevents "Status unknown (missing)" in
NM_DEVICE_STATE_SECONDARIES state.
|
| |
|
|
|
|
|
|
|
|
| |
This is another attempt to fix some of the confusion of having both a Continue
and a Done button on the same screen. To clear it up, I've completely removed
the Continue button and made the Done button do everything that Continue used
to do. This makes the storage spoke a little more standalone instead of the
first screen in a series.
|
| |
|
|
|
|
| |
We need to try to avoid technical terms in the interface, if possible.
|
|
|
|
| |
See the commit message for f17bc055b5661230b995b8ea82e68af2de5e9a6e.
|
|
|
|
|
| |
This reverts commit f17bc055b5661230b995b8ea82e68af2de5e9a6e. I have a more
thorough fix for this screen coming.
|
| |
|
|
|
|
|
|
|
|
| |
In get_default_lang_country_layout we may have some layouts specified
for the given language and none for the given country. In such case
we should just return the first matching the given language. And vice
versa if there is no layout for the given language but there is some for
the given country.
|
|
|
|
|
|
| |
(#892665)
Follow-up of commit fc0ed882a0507794685d4eaad28ddbe78dad9e6c
|
| |
|
|
|
|
|
|
|
| |
If there is no layout matching both language and country, prefer
country over language. E.g. the 'ch' (Swiss) layout is not listed for
the German language, but it is, of course, listed for the 'CH' as a
country.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Note: The entry is updated automatically if the hostname has not
been set yet ("localhost.localdomain" value) and NetworkManager updates
hostname based on successfull connecting (e.g. finshed dhcp) and his policy
(which is: static configuration, dhcp, static configuration in time of NM start,
reverse DNS lookup)
|
| |
|
|
|
|
|
|
| |
If there's not enough disk space to make a new container, newDevice
must raise a StorageError to tell the ui to try to find a suitable
preexisting container.
|
| |
|
| |
|
|
|
|
|
|
|
| |
For some reason, lightboxing this dialog means if you go back into the custom
partitioning screen, all other dialogs will be displayed hidden but still
take focus. I can't figure out what's going on, so just disabling this
lightbox for now seems a reasonable workaround.
|
| |
|
| |
|
|
|
|
|
| |
This could probably be further extended to putting new disk labels on, should
we want to do that in the future.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
From the language selection we get e.g. "Greek" as a language name. But
while iterating over all languages libxklavier knows we get "Greek, Modern
(1453-)" which is not an exact match. If exact match is not found we should
try to find language starting with the string we got from the language
selection.
|
|
|
|
|
| |
We always want to show the welcome screen for interactive installs. For
kickstart, only show it if there isn't a language setup.
|
|
|
|
|
|
| |
Now that we're threaded things can get ugly. While examing the
filesystem things can vanish, causing an error. This ignores files that
go missing while getting the size of a directory.
|
|
|
|
|
|
|
|
|
|
| |
In some cases the vnc server may start before the system has an IP
address. This isn't a fatal problem, it just makes it harder for the
user to know where to connect their vnc client.
This adds a 5 second retry when getting the IP. If that fails it will
still start the vnc server, and will print out instructions for
how to manually discover the IP address.
|
| |
|