FreeBSD Bugzilla – Attachment 251420 Details for
Bug 278905
x11-wm/lxqt: Update to 2.0.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Worldclockplugin / qt workaround
file_278905.txt (text/plain), 512 bytes, created by
Jesper Schmitz Mouridsen
on 2024-06-12 16:04:52 UTC
(
hide
)
Description:
Worldclockplugin / qt workaround
Filename:
MIME Type:
Creator:
Jesper Schmitz Mouridsen
Created:
2024-06-12 16:04:52 UTC
Size:
512 bytes
patch
obsolete
>cat files/patch-startlxqt.in >--- startlxqt.in.orig 2024-06-12 15:59:44 UTC >+++ startlxqt.in >@@ -52,6 +52,12 @@ fi > eval "$(dbus-launch --sh-syntax --exit-with-session)" || echo "startlxqt: error executing dbus-launch" >&2 > fi > fi >+if [ -f /var/db/zoneinfo ]; then TZ=`cat /var/db/zoneinfo`; >+ cmp -s /usr/share/zoneinfo/$TZ /etc/localtime >+ if [ $? -eq 0 ]; then >+ export TZ="${TZ}" >+ fi >+fi > > # Qt4 platform plugin > export QT_PLATFORM_PLUGIN=lxqt
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 278905
:
250577
| 251420