Skip to content
Snippets Groups Projects
Commit fd105f80 authored by Enris Nogare Von Tein's avatar Enris Nogare Von Tein
Browse files

Changed the software cebter to be called to Synaptic, made it a dependency....

Changed the software cebter to be called to Synaptic, made it a dependency. Removed upload binary file from .gitignore. Padded the spinner in the loading screen 5 px up and down

Signed-off-by: default avatarEnris Nogare von Tein <ent13@inf.ufpr.br>
parent 474135f0
No related branches found
No related tags found
1 merge request!11Issue 3063 stg4clnr
......@@ -31,7 +31,6 @@ useful/stg312/po/
useful/stg312/stage4-cloner-doc.odt
useful/stg312/stage4_cloner
useful/stg312/transl-test.txt
useful/stg312/upload
useful/stg312/user_data.info
useful/stg4cloner/cloner.desktop
useful/unused/
......
1725528 testando.r1.tar.gz
1729488 testeeeeeeeeeee.r1.tar.gz
{"uploadid":"0EFU45ZEhSpi7r3vRDv2zZW7stBu76SC10g","status":"ok","code":"003","msg":"New upload succesful"}
\ No newline at end of file
{"uploadid":"V8itPB2gGNjIMZLF8JRqrseULwn84SjZbpa","status":"ok","code":"003","msg":"New upload succesful"}
\ No newline at end of file
......@@ -2,6 +2,7 @@
#$1 é o caminho para o tm-scripts, $2 é a pasta selecionada pelo usuario, $3 é "local", $4 é a pasta onde será clonado o stage 4, $5 é o nome da imagem, $6 é se a pasta não compactada deve ser removida ou não
#pwd
#./loading_screen_openslx &
echo n > .result.out
mkdir -p $2
echo criou o dir
caminho=$(pwd)
......@@ -11,7 +12,6 @@ echo $3
echo $4
cp user_data.info "$2"
cd $1
echo n > .result.out
space=$(df --total --output=avail $2 | tail -n 1)
desired=8000000
#echo "$desired -gt $space $2 "
......
apt-get update
apt-get install -y squashfs-tools
apt-get install -y synaptic
apt-get install -y libjansson-dev
apt-get install -y libjansson4
apt-get install -y python_setuptools
......
No preview for this file type
......@@ -1024,6 +1024,8 @@ Agora faça upload da imagem para nosso servidor!</property>
<property name="height_request">50</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="margin_top">5</property>
<property name="margin_bottom">5</property>
<property name="active">True</property>
</object>
<packing>
......
File added
......@@ -75,7 +75,7 @@ void abre_software_center(GtkWidget *w, gpointer p){
int status;
puts("software center");
g_spawn_command_line_sync("software-center", NULL, NULL, &status, NULL); //o comando "software-center" ainda não funciona, trocar por um outro funcional
g_spawn_command_line_sync("synaptic", NULL, NULL, &status, NULL); //o comando "software-center" ainda não funciona, trocar por um outro funcional
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment