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
3c37b0a4
Commit
3c37b0a4
authored
Sep 11, 2020
by
Simone Piccardi
Browse files
Removing timeshift stanza from first step page (commented out in code)
parent
ceb25642
Changes
2
Show whitespace changes
Inline
Side-by-side
usr/lib/linuxmint/mintwelcome/mintwelcome.py
View file @
3c37b0a4
...
...
@@ -81,9 +81,10 @@ class MintWelcome():
builder
.
get_object
(
"button_new_features"
).
connect
(
"clicked"
,
self
.
visit
,
new_features
)
builder
.
get_object
(
"button_release_notes"
).
connect
(
"clicked"
,
self
.
visit
,
release_notes
)
builder
.
get_object
(
"button_mintinstall"
).
connect
(
"clicked"
,
self
.
launch
,
"gnome-software"
)
builder
.
get_object
(
"button_timeshift"
).
connect
(
"clicked"
,
self
.
pkexec
,
"timeshift-gtk"
)
# button to launch timeshift, commented out
# builder.get_object("button_timeshift").connect("clicked", self.pkexec, "timeshift-gtk")
builder
.
get_object
(
"button_mintdrivers"
).
connect
(
"clicked"
,
self
.
pkexec
,
"driver-manager"
)
# button to launch gufw
# button to launch gufw
, commented out
#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 @
3c37b0a4
...
...
@@ -815,6 +815,7 @@
<property
name=
"position"
>
1
</property>
</packing>
</child>
<!--
<child>
<object class="GtkBox">
<property name="visible">True</property>
...
...
@@ -920,6 +921,7 @@
<property name="position">2</property>
</packing>
</child>
-->
<child>
<object
class=
"GtkBox"
id=
"box_drivers"
>
<property
name=
"visible"
>
True
</property>
...
...
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