mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
uxlaunch:
- update to uxlaunch-0.50
This commit is contained in:
parent
7b2867484b
commit
ef799188d8
@ -1,10 +1,10 @@
|
|||||||
diff -Naur uxlaunch-0.46/options.c uxlaunch-0.46.patch/options.c
|
diff -Naur uxlaunch-0.50/options.c uxlaunch-0.50.patch/options.c
|
||||||
--- uxlaunch-0.46/options.c 2010-03-04 19:51:44.000000000 +0100
|
--- uxlaunch-0.50/options.c 2010-04-07 20:32:53.000000000 +0200
|
||||||
+++ uxlaunch-0.46.patch/options.c 2010-03-21 14:07:15.273504664 +0100
|
+++ uxlaunch-0.50.patch/options.c 2010-04-10 14:20:36.408482887 +0200
|
||||||
@@ -27,6 +27,7 @@
|
@@ -27,6 +27,7 @@
|
||||||
int tty = 2;
|
int tty = 2;
|
||||||
char session[256] = "/usr/bin/mutter --sm-disable";
|
char session[256] = "/usr/bin/mutter --sm-disable";
|
||||||
char username[256] = "moblin";
|
char username[256] = "meego";
|
||||||
+char xconfig[256] = "/etc/X11/xorg.conf";
|
+char xconfig[256] = "/etc/X11/xorg.conf";
|
||||||
|
|
||||||
int verbose = 0;
|
int verbose = 0;
|
||||||
@ -61,9 +61,9 @@ diff -Naur uxlaunch-0.46/options.c uxlaunch-0.46.patch/options.c
|
|||||||
|
|
||||||
pass = getpwnam(username);
|
pass = getpwnam(username);
|
||||||
if (!pass)
|
if (!pass)
|
||||||
diff -Naur uxlaunch-0.46/uxlaunch.h uxlaunch-0.46.patch/uxlaunch.h
|
diff -Naur uxlaunch-0.50/uxlaunch.h uxlaunch-0.50.patch/uxlaunch.h
|
||||||
--- uxlaunch-0.46/uxlaunch.h 2010-03-04 19:51:44.000000000 +0100
|
--- uxlaunch-0.50/uxlaunch.h 2010-04-07 20:32:53.000000000 +0200
|
||||||
+++ uxlaunch-0.46.patch/uxlaunch.h 2010-03-21 14:09:01.116504932 +0100
|
+++ uxlaunch-0.50.patch/uxlaunch.h 2010-04-10 14:18:29.327483352 +0200
|
||||||
@@ -19,6 +19,7 @@
|
@@ -19,6 +19,7 @@
|
||||||
extern int tty;
|
extern int tty;
|
||||||
extern char session[];
|
extern char session[];
|
||||||
@ -72,9 +72,9 @@ diff -Naur uxlaunch-0.46/uxlaunch.h uxlaunch-0.46.patch/uxlaunch.h
|
|||||||
|
|
||||||
extern int session_pid;
|
extern int session_pid;
|
||||||
extern int xpid;
|
extern int xpid;
|
||||||
diff -Naur uxlaunch-0.46/xserver.c uxlaunch-0.46.patch/xserver.c
|
diff -Naur uxlaunch-0.50/xserver.c uxlaunch-0.50.patch/xserver.c
|
||||||
--- uxlaunch-0.46/xserver.c 2010-03-04 19:51:44.000000000 +0100
|
--- uxlaunch-0.50/xserver.c 2010-04-07 20:32:53.000000000 +0200
|
||||||
+++ uxlaunch-0.46.patch/xserver.c 2010-03-21 14:07:43.871631141 +0100
|
+++ uxlaunch-0.50.patch/xserver.c 2010-04-10 14:18:29.334358167 +0200
|
||||||
@@ -231,13 +231,13 @@
|
@@ -231,13 +231,13 @@
|
||||||
execl(xserver, xserver, displayname,
|
execl(xserver, xserver, displayname,
|
||||||
"-nolisten", "tcp", "-dpi", "120", "-noreset",
|
"-nolisten", "tcp", "-dpi", "120", "-noreset",
|
||||||
|
@ -1 +1 @@
|
|||||||
http://git.moblin.org/cgit.cgi/uxlaunch/snapshot/uxlaunch-0.46.tar.bz2
|
http://sources.openelec.tv/svn/uxlaunch-0.50.tar.gz
|
Loading…
x
Reference in New Issue
Block a user