- vnserver: fix startup of Plasma desktop (boo#1176571)
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/tigervnc?expand=0&rev=186
This commit is contained in:
parent
8d669ad9dd
commit
7c529ef24d
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 10:01:17 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- vnserver: fix startup of Plasma desktop (boo#1176571)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 19 09:51:43 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>
|
Wed Aug 19 09:51:43 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>
|
||||||
|
|
||||||
|
@ -33,12 +33,12 @@ Index: b/unix/vncserver
|
|||||||
- " exec /etc/X11/xinit/xinitrc\n".
|
- " exec /etc/X11/xinit/xinitrc\n".
|
||||||
+ "\n".
|
+ "\n".
|
||||||
+ "if [ -x \"\$client\" ]; then\n".
|
+ "if [ -x \"\$client\" ]; then\n".
|
||||||
+ " exec \"\$client\"\n".
|
+ " exec dbus-launch \"\$client\"\n".
|
||||||
"fi\n".
|
"fi\n".
|
||||||
- "if [ -f /etc/X11/xinit/xinitrc ]; then\n".
|
- "if [ -f /etc/X11/xinit/xinitrc ]; then\n".
|
||||||
- " exec sh /etc/X11/xinit/xinitrc\n".
|
- " exec sh /etc/X11/xinit/xinitrc\n".
|
||||||
+ "if [ -f \"\$client\" ]; then\n".
|
+ "if [ -f \"\$client\" ]; then\n".
|
||||||
+ " exec sh \"\$client\"\n".
|
+ " exec dbus-launch sh \"\$client\"\n".
|
||||||
"fi\n".
|
"fi\n".
|
||||||
+ "\n".
|
+ "\n".
|
||||||
"[ -r \$HOME/.Xresources ] && xrdb \$HOME/.Xresources\n".
|
"[ -r \$HOME/.Xresources ] && xrdb \$HOME/.Xresources\n".
|
||||||
|
Loading…
Reference in New Issue
Block a user