gui: remove button setting

The setting should be a separetly application. And User should modify
it only from user sessions, bacause it's a security issue. As first
step of separation the gui and gui settings - remove button from client
window.

If need modify setting run:
HOME=/path/to/entrance/home/folder elementary_config
By default it's '/var/cache/entrance/client/'.
This commit is contained in:
Viacheslav Reutskiy 2016-11-21 23:24:43 +02:00
parent 46f32ed424
commit 4049af9f06
1 changed files with 1 additions and 35 deletions

View File

@ -194,27 +194,7 @@ collections {
visible: 1;
}
}
part { name: "entrance.conf";
type: EXTERNAL;
source: "elm/button";
description { state: "default" 0.0;
fixed: 1 1;
visible: 1;
max: 0 0;
align: 1.0 1.0;
rel2.to_x: "entrance.actions";
rel2.relative: 0.0 1.0;
params {
string: "label" "Settings";
}
}
description { state: "enabled" 0.0;
inherit: "default" 0.0;
visible: 1;
}
}
/*
*/
/* */
}
programs {
program {
@ -245,20 +225,6 @@ collections {
action: STATE_SET "default" 0.0;
target: "entrance.users";
}
program {
name: "conf_enabled";
signal: "entrance,custom_conf,enabled";
source: "";
action: STATE_SET "enabled" 0.0;
target: "entrance.conf";
}
program {
name: "conf_disabled";
signal: "entrance,custom_conf,disabled";
source: "";
action: STATE_SET "default" 0.0;
target: "entrance.conf";
}
}
}