Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
fuss-welcome
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
FUSS
fuss-welcome
Commits
ceb25642
Commit
ceb25642
authored
Sep 11, 2020
by
Simone Piccardi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove (commenting out needed parts) the Firewall stanza
parent
060a9340
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
usr/lib/linuxmint/mintwelcome/mintwelcome.py
usr/lib/linuxmint/mintwelcome/mintwelcome.py
+2
-1
usr/share/linuxmint/mintwelcome/mintwelcome.ui
usr/share/linuxmint/mintwelcome/mintwelcome.ui
+2
-0
No files found.
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