Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Note: This depends on your compiler warnings level,
i see that only if bulding with mock or fedora server.
eggsmclient.c: In function 'egg_sm_client_get':
eggsmclient.c:363:9: warning: "/*" within comment [-Wcomment]
/*Disabling when root/not in MATE in GtkApplication builds
eggsmclient.c:364:9: warning: "/*" within comment [-Wcomment]
/*as egg_sm_client_set_mode must be called prior to start of main loop
eggsmclient.c:365:9: warning: "/*" within comment [-Wcomment]
/*to stop caja restart but this is diffcult in GtkApplication
|
|
|
|
option
*Remove GTK_VERSION_CHECK (3, 0, 0) and libunique selectors
*Remove GTK2 and libunique specific code.
*Leaves selector for specific GTK3 versions.
*Remove #DEFINES for vbox/hbox previously required for GTK2 compatability
*Keep vbox in caja-spatial-window.c, it is necessary for the desktop to work
*spatial-window vbox issue at https://github.com/mate-desktop/caja/issues/591
|
|
Limit session management to non-root sessions within MATE to stop restart loops in root sessions and inablity to kill off Caja in non-mate sessions such as XFCE. Also remove the autostarted hold-in previously used to stop restart loops.
egg_sm_client_set_mode only works when called before the main loop starts, thus it cannot be used in GtkApplication startup functions or otherwise later in the program.
Note that this commit restores the Caja 3.16 and earlier restart loop in normal mate sessions if a user disables icons on the desktop, then sets exit_with_last_window. The combination is the default for root/not in mate sessions though, so without the ability to set "no restart" later than the start of the main loop, session management outside of MATE and in root sessions has to be disabled.
|
|
Since we don't ever call gdk_threads_init()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix privat icons dir and make files for automake-1.13
|
|
|
|
|
|
|
|
|
|
|