Skip to content

Commit

Permalink
Merge pull request #82 from yast/no_xset
Browse files Browse the repository at this point in the history
removed autorepeat workaround for bnc#346186
  • Loading branch information
lslezak committed Oct 23, 2013
2 parents 245050a + ec63a52 commit 28b993e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.7
3.0.8
7 changes: 7 additions & 0 deletions package/yast2-installation.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Oct 23 07:27:28 UTC 2013 - lslezak@suse.cz

- removed autorepeat workaround for bnc#346186, not needed anymore,
xset might not be installed (bnc#846768)
- 3.0.8

-------------------------------------------------------------------
Fri Sep 27 13:52:26 CEST 2013 - jsuchome@suse.cz

Expand Down
2 changes: 0 additions & 2 deletions startup/YaST2.call
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ function wait_for_x11() {
# server is running, detach oom-killer from it
echo -n '-17' > /proc/$xserver_pid/oom_adj
server_running=1
# tweak server (see bnc #346186)
xset r on
break
fi
done
Expand Down

0 comments on commit 28b993e

Please sign in to comment.