mirkobrombin
f031a99286
load_from_data does not support bytes anymore
2 years ago
Mirko Brombin
aefd2d4567
Merge pull request #131 from Vanilla-OS/conn-check
...
More robust connection check
2 years 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>
2 years ago
Mateus Melchiades
0b713e284e
More robust connection check
2 years ago
mirkobrombin
7d3e4cea15
create "done" file after processing
2 years ago
Ciro Zullo
63a2915191
misc: Update LibreOffice icon
2 years 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
```
2 years ago
mirkobrombin
b09326bbca
misc: Add timeshift
2 years ago
mirkobrombin
4955f53660
misc: Use socket for conn check
2 years 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
2 years ago
mirkobrombin
37d6d2bfe5
core: Use new -f flag
2 years ago
mirkobrombin
16fb423054
misc: Update heroic icon
2 years ago
mirkobrombin
75f6e946b1
misc: Add missing icons
2 years ago
mirkobrombin
ab6fa15a1a
misc: Hide desktop entry, prevent autostart on success
2 years ago
Mateus B. Melchiades
022212049f
Merge branch 'main' into main
2 years ago
Mateus Melchiades
2d7ade97bd
Better internet connection error
2 years ago
mirkobrombin
ac0934cba5
misc: Do not process finals for applications if no pkg manager
2 years ago
mirkobrombin
986a8802a1
misc: Show error log on fail
2 years ago
mirkobrombin
b007a5e458
frontend: Fix reboot button not being hidden
2 years ago
mirkobrombin
59d7da4bf9
update app id
2 years ago
mirkobrombin
37377fa156
frontend: Show close button when post run is done
2 years ago
mirkobrombin
6753d612cf
frontend: Fix wrong result handling
2 years ago
mirkobrombin
e7270b7e06
core: Use vanilla-first-setup for post scripts
2 years ago
mirkobrombin
24fa015e76
misc: Support post install view
2 years ago
mirkobrombin
f79ea0c811
core: Allow disabling preferences
2 years ago
K.B.Dharun Krishna
24f40afbbb
Core Applications: Remove redundant entries
...
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2 years ago
kra-mo
85cb31acdd
Update apps and icons
2 years ago
Mirko Brombin
5cd793e60b
remove nextBoot script at the end
2 years ago
mirkobrombin
877f8291b0
core: Add support for !nextBoot commands
2 years ago
kra-mo
7d6cade401
Fix snap variable
2 years ago
kra-mo
202f6d2e65
Fix package manager conditions
2 years ago
kra-mo
d4c82cafe1
Change configuration
2 years ago
kra-mo
7a6981c512
Test code
2 years ago
kra-mo
6abf63692d
Test code
2 years ago
kra-mo
df68244120
Test code
2 years ago
mirkobrombin
bc293a12b7
frontend: Make property step_id public
2 years ago
mirkobrombin
70b5c41922
core: Allow access to temp finals
2 years ago
mirkobrombin
acca495fe6
frontend: Make builder property public
2 years ago
kra-mo
98dbea3455
Add apps and update UI
2 years ago
kra-mo
373939dc44
Fix close + add shortcut controller
2 years ago
kra-mo
a29a948577
Add apps UI
2 years ago
Mirko Brombin
390db5620f
core: Support for outRun bang
...
can be used to execute commands outsie of the main shell script
2 years ago
Mirko Brombin
8078b7a56b
core: Fix abroot exec not being called properly
...
also add support for the !noSudo bang
2 years ago
Mirko Brombin
177151a2ff
misc: Skip abroot notice
2 years ago
Mirko Brombin
d64c2c27fd
core: Use abroot if installed
2 years ago
Muqtxdir
6cbf41b967
adjust margins
2 years ago
Muqtxdir
05b9003e24
make progress_bar text as label
2 years ago
Muqtxdir
8e27e4cdc5
make progress_bar text as label
2 years ago
Muqtxdir
a93b220743
add id to headerbar and carosuel_dots
2 years ago
nicolas
0cdb5e1916
PC to Device
2 years ago