Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
package-helpers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
trisquel
package-helpers
Commits
09191a7e
Commit
09191a7e
authored
1 year ago
by
Luis Guzmán
Browse files
Options
Downloads
Patches
Plain Diff
ubiquity: update crash message to point to trisquel forge
parent
80b64cc0
No related branches found
No related tags found
1 merge request
!1125
ubiquity: update crash message to point to trisquel forge
Pipeline
#1029
passed
1 year ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
helpers/DATA/ubiquity/crash_report_point_to_trisquel_forge.patch
+29
-0
29 additions, 0 deletions
.../DATA/ubiquity/crash_report_point_to_trisquel_forge.patch
helpers/make-ubiquity
+9
-3
9 additions, 3 deletions
helpers/make-ubiquity
with
38 additions
and
3 deletions
helpers/DATA/ubiquity/crash_report_point_to_trisquel_forge.patch
0 → 100644
+
29
−
0
View file @
09191a7e
diff --git a/debian/ubiquity.templates b/debian/ubiquity.templates
index 8b459bf..4f66e46 100644
--- a/debian/ubiquity.templates
+++ b/debian/ubiquity.templates
@@ -335,11 +335,19 @@
_Description: Installer crashed
Template: ubiquity/text/crash_text_label
Type: text
_Description:
- We're sorry; the installer crashed. After you close this window, we'll
- allow you to file a bug report using the integrated bug reporting tool.
- This will gather information about your system and your installation
- process. The details will be sent to our bug tracker and a developer
- will attend to the problem as soon as possible.
+ We're sorry; the installer crashed. Please open an issue at
+ <a href="https://gitlab.trisquel.org/groups/trisquel/-/issues">
+ Trisquel's bug tracker</a> with as much details as posible to follow
+ up by the development team.
+ .
+ The suggested directory to gather information is /var/log, specially:
+ .
+ syslog,
+ dmesg,
+ installer,
+ partman
+ .
+ Thank you for your collaboration.
Template: ubiquity/text/a11y_high_contrast
Type: text
This diff is collapsed.
Click to expand it.
helpers/make-ubiquity
+
9
−
3
View file @
09191a7e
...
@@ -18,15 +18,21 @@
...
@@ -18,15 +18,21 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
#
VERSION
=
3
3
VERSION
=
3
4
.
./config
.
./config
# Disable confirmation popups, as they are innacurate and buggy
# Disable confirmation popups, as they are innacurate and buggy
patch
-p1
<
$DATA
/no_confrirmation_when_crypto.patch
patch
--no-backup-if-mismatch
-p1
<
$DATA
/no_confrirmation_when_crypto.patch
# Fix some gtk labels for Orca
# Fix some gtk labels for Orca
patch
-p1
<
$DATA
/a11y.patch
patch
--no-backup-if-mismatch
-p1
<
$DATA
/a11y.patch
# Point ubiquity crash to trisquel's forge.
patch
--no-backup-if-mismatch
-p1
<
$DATA
/crash_report_point_to_trisquel_forge.patch
# Remove test_timezone to prevent error out future builds on different daylight time.
rm
tests/test_timezone.py
# Revert changes to advanced features page
# Revert changes to advanced features page
cp
$DATA
/stepPartAsk.ui gui/gtk/stepPartAsk.ui
cp
$DATA
/stepPartAsk.ui gui/gtk/stepPartAsk.ui
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment