Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
FUSS
fuss-welcome
Commits
ceb25642
Commit
ceb25642
authored
Sep 11, 2020
by
Simone Piccardi
Browse files
Remove (commenting out needed parts) the Firewall stanza
parent
060a9340
Changes
2
Show whitespace changes
Inline
Side-by-side
usr/lib/linuxmint/mintwelcome/mintwelcome.py
View file @
ceb25642
...
...
@@ -83,7 +83,8 @@ class MintWelcome():
builder
.
get_object
(
"button_mintinstall"
).
connect
(
"clicked"
,
self
.
launch
,
"gnome-software"
)
builder
.
get_object
(
"button_timeshift"
).
connect
(
"clicked"
,
self
.
pkexec
,
"timeshift-gtk"
)
builder
.
get_object
(
"button_mintdrivers"
).
connect
(
"clicked"
,
self
.
pkexec
,
"driver-manager"
)
builder
.
get_object
(
"button_gufw"
).
connect
(
"clicked"
,
self
.
launch
,
"gufw"
)
# button to launch gufw
#builder.get_object("button_gufw").connect("clicked", self.launch, "gufw")
builder
.
get_object
(
"button_layout_legacy"
).
connect
(
"clicked"
,
self
.
on_button_layout_clicked
,
LAYOUT_STYLE_LEGACY
)
builder
.
get_object
(
"button_layout_new"
).
connect
(
"clicked"
,
self
.
on_button_layout_clicked
,
LAYOUT_STYLE_NEW
)
...
...
usr/share/linuxmint/mintwelcome/mintwelcome.ui
View file @
ceb25642
...
...
@@ -1340,6 +1340,7 @@
<property
name=
"position"
>
7
</property>
</packing>
</child>
<!-- Remove Firewall (gufw) stanza
<child>
<object class="GtkBox" id="box_gufw">
<property name="visible">True</property>
...
...
@@ -1445,6 +1446,7 @@
<property name="position">8</property>
</packing>
</child>
-->
</object>
</child>
</object>
...
...
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