Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
le-multiterminal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
le6
le-multiterminal
Commits
49782e1a
Commit
49782e1a
authored
Mar 09, 2018
by
Daniel Bissani Furlin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SCRUM#395
: Fix path to lock files.
parent
dfa96acc
Pipeline
#14734
passed with stages
in 8 minutes and 27 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
1 deletion
+10
-1
package/debian/changelog
package/debian/changelog
+6
-0
package/usr/lib/find-devices
package/usr/lib/find-devices
+1
-1
package/usr/sbin/multiseat-controller
package/usr/sbin/multiseat-controller
+3
-0
No files found.
package/debian/changelog
View file @
49782e1a
le-multiterminal (0.0.9) testing; urgency=medium
* Fix path to lock files.
-- Daniel Bissani Furlin <dbf15@inf.ufpr.br> Fri, 09 Mar 2018 15:33:10 -0300
le-multiterminal (0.0.8) testing; urgency=medium
* Just update package version so we can upload it to the repository
...
...
package/usr/lib/find-devices
View file @
49782e1a
...
...
@@ -24,7 +24,7 @@
#### Written by: Stephanie Briere Americo - sba16@c3sl.ufpr.br on 2017.
## Macros
DEVICES
=
"/
etc/le-multiterminal
/devices"
# shortcut to devices that have already been paired
DEVICES
=
"/
usr/sbin
/devices"
# shortcut to devices that have already been paired
#TODO: This path is correctly??
CONF
=
"/etc/le-multiterminal/98-xephyr-multi-seat.conf"
# lightdm settings file (associates seat to output)
...
...
package/usr/sbin/multiseat-controller
View file @
49782e1a
...
...
@@ -190,6 +190,9 @@ while test $EXIT_CODE -ne 0; do
N_ATTEMPT
=
$((
$N_ATTEMPT
+
1
))
done
udevadm trigger
udevadm settle
--timeout
=
10
# If the onboard is connected, it creates a window to write on the screen
create_onboard_window
...
...
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