ALT Linux Bugzilla
– Attachment 5737 Details for
Bug 28277
Нельзя снять блокировку экрана e17
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Явно выставляет адрес шины
setup-session-address.patch (text/plain), 782 bytes, created by
manowar@altlinux.org
on 2013-02-14 02:59:07 MSK
(
hide
)
Description:
Явно выставляет адрес шины
Filename:
MIME Type:
Creator:
manowar@altlinux.org
Created:
2013-02-14 02:59:07 MSK
Size:
782 bytes
patch
obsolete
>diff --git a/enlightenment/src/bin/e_main.c b/enlightenment/src/bin/e_main.c >index ee8fd8a..8d8b44f 100644 >--- a/enlightenment/src/bin/e_main.c >+++ b/enlightenment/src/bin/e_main.c >@@ -26,6 +26,8 @@ static double t0, t1, t2; > #include <Emotion.h> > #endif > >+#include <dbus/dbus.h> >+ > /* > * i need to make more use of these when i'm baffled as to when something is > * up. other hooks: >@@ -175,6 +177,9 @@ main(int argc, char **argv) > #endif > > TS("Begin Startup"); >+ TS("Set up the D-Bus session address"); >+ /* TODO: Check the address to be a socket. */ >+ dbus_setup_session_address(getenv("DBUS_SESSION_BUS_ADDRESS")); > > /* trap deadly bug signals and allow some form of sane recovery */ > /* or ability to gdb attach and debug at this point - better than your */
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 28277
:
5736
| 5737 |
5796