mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Let ede-desktop run system installed ede-desktop-conf
Set Gtk/FontName in ede-settings.conf to the sane values so firefox (and other gtk apps) does not yield unreadable windows Removed some debugging code in evoke
This commit is contained in:
@ -66,8 +66,6 @@ EvokeService::EvokeService() : lock_name(NULL), xsm(NULL), is_running(false) {
|
||||
}
|
||||
|
||||
EvokeService::~EvokeService() {
|
||||
E_DEBUG(E_STRLOC ": EvokeService::~EvokeService()\n");
|
||||
|
||||
clear_startup_items();
|
||||
stop_xsettings_manager(true);
|
||||
remove_lock();
|
||||
@ -101,8 +99,6 @@ void EvokeService::remove_lock(void) {
|
||||
}
|
||||
|
||||
void EvokeService::clear_startup_items(void) {
|
||||
E_DEBUG(E_STRLOC ": EvokeService::clear_startup_items()\n");
|
||||
|
||||
if(startup_items.empty())
|
||||
return;
|
||||
|
||||
|
Reference in New Issue
Block a user