-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #67915 from worldofpeace/pantheon-onboard
Add onboard to Pantheon
- Loading branch information
Showing
5 changed files
with
89 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -194,6 +194,7 @@ in | |
gtk3.out | ||
hicolor-icon-theme | ||
lightlocker | ||
onboard | ||
plank | ||
qgnomeplatform | ||
shared-mime-info | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
pkgs/desktops/pantheon/apps/switchboard-plugs/a11y/fix-paths.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/src/Panes/Typing.vala b/src/Panes/Typing.vala | ||
index b4ae8b0..5b8fd7e 100644 | ||
--- a/src/Panes/Typing.vala | ||
+++ b/src/Panes/Typing.vala | ||
@@ -83,7 +83,7 @@ public class Accessibility.Panes.Typing : Categories.Pane { | ||
|
||
onboard_settings_label.clicked.connect (() => { | ||
try { | ||
- var appinfo = AppInfo.create_from_commandline ("onboard-settings", null, AppInfoCreateFlags.NONE); | ||
+ var appinfo = AppInfo.create_from_commandline ("@onboard@/bin/onboard-settings", null, AppInfoCreateFlags.NONE); | ||
appinfo.launch (null, null); | ||
} catch (Error e) { | ||
warning ("%s\n", e.message); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters