Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/manjaro/calamares
This repo has been archived. Our code is now hosted at
https://github.com/manjaro/calamares
86c49fbc89ef3c805a9306e668a2801c2c1e3944 authored about 10 years ago
925632800bcf745a907de5b570e100fdffd598d5 authored about 10 years ago
b79618aa15f78b8ffc77621864d80a2696924dea authored about 10 years ago
88dfd7fa109bc8dc7382dab85c01d319df1e426f authored about 10 years ago
8c037db21af52c3ab8f8a37e5f42e8d8146060c4 authored about 10 years ago
If /etc/locale.gen (or the configured localeGenPath) does not exist,
assume that all the support...
440b38addf36120b98553598c53d4117feec1f73 authored about 10 years ago
Some languages have 3-letter codes. So instead of splitting the output
of QLocale::name, use QLo...
d2288d0961fdae0cde61e42ac3ea2f1f8be0470b authored about 10 years ago
in locale.conf.
6049267cf6e3ccd7a7421f71227861daacb10169 authored about 10 years ago2ca58c6f91345308cadd6c4ad4927df7c90a8aaa authored about 10 years ago
100f08518b8263696456653935e487e76490ace1 authored about 10 years ago
ddfb8dfbc54b329b1e4bba2368e1cf5742e3227c authored about 10 years ago
6cb072acc42b8c9cd53f9543fe8d26a400b3202d authored about 10 years ago
f72f1ae5cae6f22bf4ea25e602324a2f3d242952 authored about 10 years ago
244ca1b31419249ab92d0299385f73b814f6e9e7 authored about 10 years ago
<a href="https://github.com/calamares/calamares/issues?q=milestone%3A0.17">Milestone 0.17</a> go...
580a142da83f030aed83dd4ce5120bce4c096963 authored about 10 years agoc17898a6501fdd89aba302cd2d1078da18ed8812 authored about 10 years ago
da0afd6e5562c1bb2cf64b25f4b81c6ed091e548 authored about 10 years ago
5967917fb5fe78ca3b4137588db55fdc4ca7593f authored about 10 years ago
0d64c849fdf79338849a9f01f2ea1de1242738bb authored about 10 years ago
0d89ba761a18eed4d6e1eb882adf98c91b11a131 authored about 10 years ago
6984f6a8704f4a9990c1684895813c0ca0c6cc2d authored about 10 years ago
grubcfg: Create /etc/default/grub if missing.
01c3244396f3510467f405719ce7ec17403d2d83 authored about 10 years ago
Allow setting bootloaderEntryName in bootloader.conf. If not specified
there, the setting will b...
Use it in the bootloader and grubcfg modules instead of
shortProductName.
This avoids the duplication between the bootloader and grub modules.
4df754ef29241d304ab0f8fc24f673ad2ade7118 authored about 10 years ago91b711e0f7c018491eced57e91cb8bcdae7abef5 authored about 10 years ago
930a49677a840c5f203daba70d02aa1da2c4b6a8 authored about 10 years ago
Fixes #110.
This is based on Daniel Hillenbrand's submissions, but it makes the same
adjustment...
869ace58b8ab2ac2ca79b5843c0e44cd3f903ee7 authored about 10 years ago
1f46f24337f67c04672ed90cc10b8f18801cf360 authored about 10 years ago
53c1e1f7080b4bd649564348f5c085ed37c459c4 authored about 10 years ago
fb37a0bf2f69d49840bd41bb5a057531f9f21e18 authored about 10 years ago
6ff9fd46772219a2d20d8a4904192a5821bab741 authored about 10 years ago
Convert Python bool type from/to C++/QVariant bool (QVariant::Bool) in
PythonHelper::variantToPy...
Also adds a grubcfg.conf with the following settings:
* overwrite: If set to true, always creat...
1499963920f96c8871bb5680648c0055134cbb7c authored about 10 years ago
Check whether we actually had a GRUB_CMDLINE_LINUX_DEFAULT and a
GRUB_DISTRIBUTOR line, add any ...
It is created later in the function.
f58cca1bb2f65228d30aca60db8f609f7f7fa200 authored about 10 years ago
Don't talk about "Windows 7 programs, documents, photos, music, and
other files" when we actuall...
Give Python modules access to the branding information.
df47842fc7a03d2ebe24526fe39f3f9646607e1c authored about 10 years ago9ae368f19ddc06d87ba2b1891c81ebf9630f3df1 authored about 10 years ago
75921ec1251e1f4d1bb4a17545a7ef73cef0d30e authored about 10 years ago
c27c053482718ecc4881c8e8af91e6bda5a3fa9c authored about 10 years ago
124d4c3780c6d9e95af3457fc245a46348bd4da1 authored about 10 years ago
This is particularly useful if the full product name contains
"GNU/Linux" or "Linux", because e....
This is particularly useful if the full product name contains
"GNU/Linux" or "Linux", because e....
This is what the bootloader modules really want, and it was also missing
for consistency with th...
cde7356f0d3211f0ae95be316408bebe0173c285 authored about 10 years ago
Change any '/' slashes to '-' dashes. Also change spaces to underscores
while we are at it.
Remove the redundant "distributor" setting from grubcfg.conf (and the
entire grubcfg.conf file t...
Remove the redundant "distribution" setting from bootloader.conf.
3cf5baadc1ab732ccfdeafbfd39ebf994874a97d authored about 10 years ago
The method creates a map called "branding" in the global storage, and
inserts an entry for each ...
39e2170b6df1534b03682b9b5bbc77d6852f534b authored about 10 years ago
/etc/locale.conf should always be written before generating the
initramfs, because it will be ad...
Point the lib/calamares/libcalamares.so symlink for the Python modules
directly to the versioned...
d5b1b2341511b905874433e8cfc759bb1fd4e46a authored about 10 years ago
78de47eb8c96f41bc1d248f89e1ed39b0fa2b30c authored about 10 years ago
adding localecfg
ecc2d27a182e6a7f573b1f229e4b4f2cb907d09a authored about 10 years ago60eb9cfae60807018b5c607614e04a4df17d84e9 authored about 10 years ago
0f9496babe3435ca3e867b9121e4cad2a44fb259 authored about 10 years ago
9b2dfdf1ec56cabde6712e77e9ea5bee3960bd82 authored about 10 years ago
280baf73261b4fd423ce88e2a2eb38fb7a0f48c2 authored about 10 years ago
faf2e2a775214780c8e0de56c9700abf14cc2694 authored about 10 years ago
e5ac1a5c4ff56d29ccebbc90c913bc719c7707b9 authored about 10 years ago
locale hardcoded to en_US until local globalstorage is available
run pep8 on bootloader main.py, ...
grub, bootloader: Make the grub-* and /boot/grub names configurable.
df200f221066d839eb92a4af9286e5ec77fe3009 authored about 10 years agoSome distributions (e.g. Fedora) use grub2-* (resp. /boot/grub2/) names.
Fixes #123.
7e1ec78d3541d6b7a7a7cff5568ddf2cfe658655 authored about 10 years agoinstead.
Thanks to Kevin Kofler for pointing this out.
d9187c25c741be28e06af3fdf19dfd7f3e7cb580 authored about 10 years ago1f6feb94170de419158e2503ca178918666c4151 authored about 10 years ago
make gummiboot kernel/distro agnostic
388363c1f2e898c438550475c84a0e6ac21a5303 authored about 10 years agoc102ddb1851f2f7a77e36ea7052e1e70d3fe71ed authored about 10 years ago
faa77d7f5e65620212b6abcba9bc71e55bb78f4e authored about 10 years ago
8575240b95e20564235a1998958921bf9022e0b1 authored about 10 years ago
688cc8f798043e7ab07d309890f766eb26eb675e authored about 10 years ago
fb92697a935fa14eb27301bb786c9cdc19f098a2 authored about 10 years ago
keyboard: Write the keyboard model and layout settings to the root mount point.
99114e04d86d3a7a6756dcf97d79ae3c9df1c7cf authored about 10 years ago1d9535053aee34f87bc31d421386f27aaecebe94 authored about 10 years ago
e5c3888be2659a5daf2515887a9fafef9e62b7b1 authored about 10 years ago
945b59748ac8652f340317563f357309a7ad0673 authored about 10 years ago
This should ensure it works on all distributions.
3e9de2a05aae39a912447a321628ba19cb02176a authored about 10 years ago2c8aa950a3b115a41b8aae2ca8066f08b0a8e6b6 authored about 10 years ago
Pass the settings from keyboard.conf directly to the
SetKeyboardLayoutJob rather than through Gl...
In particular, to the upstream git log for the file.
2fec6e320234fab943b97a3f22d72eb134806a4d authored about 10 years agobfdcf0dbc0e1622fcde0859e76150e23365d681b authored about 10 years ago
08b90e975b24e507f9b3ff677143bd71cd001735 authored about 10 years ago
6f3898a73dd060566f7a4d77e39941452b96ac86 authored about 10 years ago
30f029c1840e99b0863f551531bea087482c61fe authored about 10 years ago
add hibernate option to .conf
create a fallback entry in gummiboot menu
re-add firmware to global...
This is implemented as a new SetKeyboardLayout job that does the work.
Portions of the code are...
4f9f7d7858d218ea480ed040257fec82966d21ae authored about 10 years agoAdd a initramfs module that updates the initramfs post install
54feddb330d557615a6505831571331472fb43ee authored about 10 years ago2b26be41622c7e32a1778f32f241a824f9eea5c4 authored about 10 years ago
ce96b13c0d1459c78b9ada3209f5180e754f56f4 authored about 10 years ago
dec452f9b5ade5ea1139d0cc63d242f92aa88f2a authored about 10 years ago
2617ef369eeb6b471484af8a46b1dd6dbbc2297c authored about 10 years ago
9e9a922498507e25e02f8dc5c48b4785595b20ec authored about 10 years ago
78075d7412cc73754756091bbcb114c9da6ae025 authored about 10 years ago
a viewpage should override void focusInEvent( QFocusEvent* ).
058be8beb2f08bd1d440c4af5fb804b0d6bf1bc8 authored about 10 years agofc4ce3d23bc91fcb4555ffb1401b3271161e494f authored about 10 years ago
8b343ace4a634f424517f5b9a9d7aff0647e1001 authored about 10 years ago