110 Commits (main)

Author SHA1 Message Date
axtloss 6954e05e5d
Add desktop file to hide first-setup from gnome-shell 1 year ago
axtloss 8ce173a7cd
Remove autostart file creation 1 year ago
axtloss 4327b6cf70
Move user specific configuration into main script 1 year ago
axtloss 38d657f26e
Add newline at the end of style.css
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
1 year ago
axtloss 6db555db2d
Apply suggestion from @TheEvilSkeleton
Co-authored-by: Hari Rana <theevilskeleton@riseup.net>
1 year ago
axtloss 4e632180ec
Fix css loading error by switching to style.css 1 year ago
Mateus Melchiades 5b5d20cf7a hostname: fix typo in icon 1 year ago
mirkobrombin eec6f88ccd add hostname view
also set the new-user-only flag in the user section
1 year ago
mirkobrombin e2c80ac5ea make the next button insensitive 1 year ago
Mateus Melchiades 029fdadf47 Fixes 1 year ago
Mateus Melchiades 53743064f2 Run commands on new user 1 year ago
Mateus Melchiades 35015ff864 Alternative method for user creation 1 year ago
Mateus Melchiades e8885a144d User creation 1 year ago
mirkobrombin d3c1ea6fb1 implement the --new-user flag
ping #111
1 year ago
mirkobrombin 59dba6f6b1 implement express and advanced modes 1 year ago
axtloss 1be0f6b13a
Fix css-provider getting too many arguments 1 year ago
Mateus B. Melchiades 3f8be6f61d
Merge pull request #144 from axtloss/main
Fix network check
1 year ago
axtloss c3f9157cb3
Fix network check 1 year ago
Mateus Melchiades 504600ad41 Skip connectivity check on env variable 1 year ago
mirkobrombin f031a99286 load_from_data does not support bytes anymore 1 year ago
Mirko Brombin aefd2d4567
Merge pull request #131 from Vanilla-OS/conn-check
More robust connection check
1 year ago
K.B.Dharun Krishna a685cb0782
Fix translations in UI files; Make recipe.json translatable
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
1 year ago
Mateus Melchiades 0b713e284e
More robust connection check 1 year ago
mirkobrombin 7d3e4cea15 create "done" file after processing 1 year ago
Ciro Zullo 63a2915191
misc: Update LibreOffice icon 1 year ago
Adam Israel 3b295d4d04 fix: Change conn-check syntax
Using the stock `recipe.json`, I encountered some syntax errors around
the conn-check;

```bash
wget -q --spider cloudflare.comif [ $? != 0 ]; thenecho 'No internet connection!'exit 1export DEBIAN_FRONTEND=noninteractive
```

where it should look like:

```bash
wget -q --spider cloudflare.com
if [ $? != 0 ]; then
echo 'No internet connection!'exit 1
fi

export DEBIAN_FRONTEND=noninteractive
```
1 year ago
mirkobrombin b09326bbca misc: Add timeshift 1 year ago
mirkobrombin 4955f53660 misc: Use socket for conn check 1 year ago
mirkobrombin 6459040fa6 misc: Mixed improvements
- network check is now a default view and performed at start
- the transaction runs in a Vte terminal so the user can see what happens
1 year ago
mirkobrombin 37d6d2bfe5 core: Use new -f flag 1 year ago
mirkobrombin 16fb423054 misc: Update heroic icon 1 year ago
mirkobrombin 75f6e946b1 misc: Add missing icons 1 year ago
mirkobrombin ab6fa15a1a misc: Hide desktop entry, prevent autostart on success 1 year ago
Mateus B. Melchiades 022212049f
Merge branch 'main' into main 1 year ago
Mateus Melchiades 2d7ade97bd Better internet connection error 1 year ago
mirkobrombin ac0934cba5 misc: Do not process finals for applications if no pkg manager 1 year ago
mirkobrombin 986a8802a1 misc: Show error log on fail 1 year ago
mirkobrombin b007a5e458 frontend: Fix reboot button not being hidden 1 year ago
mirkobrombin 59d7da4bf9 update app id 1 year ago
mirkobrombin 37377fa156 frontend: Show close button when post run is done 1 year ago
mirkobrombin 6753d612cf frontend: Fix wrong result handling 1 year ago
mirkobrombin e7270b7e06 core: Use vanilla-first-setup for post scripts 1 year ago
mirkobrombin 24fa015e76 misc: Support post install view 1 year ago
mirkobrombin f79ea0c811 core: Allow disabling preferences 1 year ago
K.B.Dharun Krishna 24f40afbbb
Core Applications: Remove redundant entries
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
1 year ago
kra-mo 85cb31acdd Update apps and icons 1 year ago
Mirko Brombin 5cd793e60b
remove nextBoot script at the end 1 year ago
mirkobrombin 877f8291b0 core: Add support for !nextBoot commands 1 year ago
kra-mo 7d6cade401 Fix snap variable 1 year ago
kra-mo 202f6d2e65 Fix package manager conditions 1 year ago