Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
le6
le-proinfodata
Commits
c864dece
Commit
c864dece
authored
6 years ago
by
Guilherme Becker Agge
Browse files
Options
Download
Email Patches
Plain Diff
SCRUM#630
: Fix Dbus call to Inep-Bar
parent
f0a3da15
porting_to_le6
No related merge requests found
Pipeline
#18438
passed with stages
in 28 minutes and 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
package/usr/lib/le-proinfodata/dialog_inep.sh
+5
-4
package/usr/lib/le-proinfodata/dialog_inep.sh
with
5 additions
and
4 deletions
+5
-4
package/usr/lib/le-proinfodata/dialog_inep.sh
+
5
-
4
View file @
c864dece
...
...
@@ -64,10 +64,6 @@ function verify_inep() {
if
[
$?
-eq
0
]
;
then
echo
"
$sch_inep
"
>
"
$inep_file
"
if
[[
"
$1
"
==
"--reconfigure"
]]
;
then
#notify inepbar(if it exists) that the inep was configure
gdbus call
--session
--dest
org.gnome.Shell
--object-path
/br/ufpr/c3sl/inepbar
--method
br.ufpr.c3sl.inepbar.refresh
||
true
fi
return
0
else
# Check INEP is valid but not what the user expected
...
...
@@ -243,3 +239,8 @@ if [[ -f "${F_INEP}" ]]; then
fi
give_permissions
if
[[
"
$1
"
==
"--reconfigure"
]]
;
then
#notify inepbar (if it exists) that the inep was configured
gdbus call
--session
--dest
org.gnome.Shell
--object-path
/br/ufpr/c3sl/inepbar
--method
br.ufpr.c3sl.inepbar.refresh
||
true
fi
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help