- 17 Ock, 2020 3 kayıt (commit)
-
-
Clement Lefebvre yazdı
-
Clement Lefebvre yazdı
-
Clement Lefebvre yazdı
-
- 16 Ock, 2020 4 kayıt (commit)
-
-
Clement Lefebvre yazdı
-
Clement Lefebvre yazdı
-
Clement Lefebvre yazdı
The only place we use an avatar nowadays is in the screensaver and the DE provides that functionality already.
-
Clement Lefebvre yazdı
-
- 15 Ock, 2020 4 kayıt (commit)
-
-
Clement Lefebvre yazdı
-
Clement Lefebvre yazdı
Also add a slideshow test script
-
Clement Lefebvre yazdı
-
Clement Lefebvre yazdı
This was moved to systemd
-
- 14 Ock, 2020 2 kayıt (commit)
-
-
Clement Lefebvre yazdı
-
Clement Lefebvre yazdı
Note: This commit breaks the slideshow. This early in the cycle we just need the installer to run and these dependencies prevent building the ISO. We'll fix that in a later commit.
-
- 07 Mar, 2019 1 kayıt (commit)
-
-
aja yazdı
Add optional /@ and /@home subvolume mount-targets for btrfs (to satisfy timeshift btrfs snapshot feature)
-
- 28 Agu, 2018 2 kayıt (commit)
-
-
Clement Lefebvre yazdı
-
Clement Lefebvre yazdı
When asked the length of a partition, Parted sometimes returns a negative value. df is more accurate and more reliable. This commit prefers the df value when assessing whether or not to skip partitions which are less than 5MB.
-
- 14 Agu, 2018 4 kayıt (commit)
-
-
Clement Lefebvre yazdı
-
Clement Lefebvre yazdı
-
Clement Lefebvre yazdı
-
Clement Lefebvre yazdı
- At the end of the installation, the installer could quit before showing the restart dialog. - In expert mode, the installer could continue instead of waiting on the pause screen.
-
- 13 Agu, 2018 2 kayıt (commit)
-
-
Clement Lefebvre yazdı
-
Clement Lefebvre yazdı
Although the script worked with /dev/sr0, it didn't work say with /dev/sdc1. In that case it needs to check in sys/block for sdc, as opposed to sdc1.
-
- 08 Agu, 2018 2 kayıt (commit)
-
-
Clement Lefebvre yazdı
-
Clement Lefebvre yazdı
-
- 06 Agu, 2018 5 kayıt (commit)
-
-
Clement Lefebvre yazdı
-
Clement Lefebvre yazdı
Translate button labels explicitly.
-
Clement Lefebvre yazdı
-
Clement Lefebvre yazdı
- Explain in the UI why/when en_US is added - Don't add en_US if variant is Latin - Use ctrls_toggle as switch shortcut (alt+shift conflicts with shift+alt+tab) - Fix variant selection - Add more non-latin layouts to the list (serbian etc..) - Fix keyboard preview generation
-
Clement Lefebvre yazdı
-
- 05 Agu, 2018 11 kayıt (commit)
-
-
Clement Lefebvre yazdı
These items didn't change when a different language was selected.
-
Clement Lefebvre yazdı
Attempts to fix https://github.com/linuxmint/lmde-3-cinnamon-beta/issues/13.
-
Clement Lefebvre yazdı
mkfs.btrfs is in /bin (not /sbin), so it wasn't detected.
-
Clement Lefebvre yazdı
While fixing this, I tried to use a ListStore(str) model (i.e. with only one column). For some reason the combobox kept showing two columns instead of one, both with identical values. Using two columns in the model and setting one to "" worked around the issue.
-
Clement Lefebvre yazdı
The Cancel/OK buttons were not working. The response wasn't read from the dialog, so changes were applied when the dialog was closed.
-
Clement Lefebvre yazdı
-
Clement Lefebvre yazdı
It makes it really tedious to work on live-installer :)
-
Clement Lefebvre yazdı
-
Clement Lefebvre yazdı
Otherwise it fails at partitioning stage
-
Clement Lefebvre yazdı
This avoids duplication and eases the maintenance of the list.
-
Alexander Ryabov yazdı
-