Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
tails
tails
Commits
6579f0a7
Commit
6579f0a7
authored
Oct 10, 2019
by
intrigeri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drop patch: included in tails-iuk 4.0-1 (
#16286
).
parent
9f33c126
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
+0
-13
config/chroot_local-patches/iuk-buster.diff
config/chroot_local-patches/iuk-buster.diff
+0
-13
No files found.
config/chroot_local-patches/iuk-buster.diff
deleted
100644 → 0
View file @
9f33c126
diff --git a/usr/share/perl5/Tails/IUK/Frontend.pm b/usr/share/perl5/Tails/IUK/Frontend.pm
index 7d14688..62a2ac4 100644
--- a/usr/share/perl5/Tails/IUK/Frontend.pm
+++ b/usr/share/perl5/Tails/IUK/Frontend.pm
@@ -169,7 +169,7 @@
method dialog (Str $question,
if ($type ne 'question') {
assert_undefined($cancel_label);
}
- my @cmd = ('zenity', "--$type", '--text', $question);
+ my @cmd = ('zenity', "--$type", '--ellipsize', '--text', $question);
my $info = $question;
if (defined $title) {
$info = "$title\n$info";
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