Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PortWINE
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mikhail Tergoev
PortWINE
Commits
b220ae2a
Commit
b220ae2a
authored
8 months ago
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
print to yad_error for timeout
parent
a48286c9
master
devel
workflow
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
start.sh
data_from_portwine/scripts/start.sh
+5
-5
No files found.
data_from_portwine/scripts/start.sh
View file @
b220ae2a
...
...
@@ -229,7 +229,7 @@ if [[ "${SKIP_CHECK_UPDATES}" != 1 ]] ; then
if
!
command
-v
gamescope &>/dev/null
;
then
print_error
"gamescope - not found!"
else
print
_error
"gamescope - broken!"
yad
_error
"gamescope - broken!"
fi
fi
...
...
@@ -245,7 +245,7 @@ if [[ "${SKIP_CHECK_UPDATES}" != 1 ]] ; then
export
VULKAN_DRIVER_NAME GET_GPU_NAMES
print_warning
"use portable vulkaninfo"
else
print
_error
"vulkaninfo - broken!"
yad
_error
"vulkaninfo - broken!"
fi
fi
...
...
@@ -256,7 +256,7 @@ if [[ "${SKIP_CHECK_UPDATES}" != 1 ]] ; then
if
!
command
-v
lspci &>/dev/null
;
then
print_error
"lspci - not found!"
else
print
_error
"lspci - broken!"
yad
_error
"lspci - broken!"
fi
fi
...
...
@@ -270,7 +270,7 @@ if [[ "${SKIP_CHECK_UPDATES}" != 1 ]] ; then
if
!
command
-v
xrandr &>/dev/null
;
then
print_error
"xrandr - not found!"
else
print
_error
"xrandr - broken!"
yad
_error
"xrandr - broken!"
fi
fi
echo
""
...
...
@@ -299,7 +299,7 @@ if [[ "${SKIP_CHECK_UPDATES}" != 1 ]] ; then
if
!
command
-v
locale &>/dev/null
;
then
print_error
"locale - not found!"
else
print
_error
"locale - broken!"
yad
_error
"locale - broken!"
fi
fi
else
...
...
This diff is collapsed.
Click to expand it.
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