From 67e5cb217e62e61928a7c399148f7d4a0bcfee0b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 16 Apr 2002 05:55:10 +0000 Subject: [PATCH] removed the code to make the .blackboxrc symlink to openbox's rc file (it cored anyways) --- src/openbox.cc | 13 ------------- src/openbox.h | 1 - 2 files changed, 14 deletions(-) diff --git a/src/openbox.cc b/src/openbox.cc index 8e01a466..b3678664 100644 --- a/src/openbox.cc +++ b/src/openbox.cc @@ -175,7 +175,6 @@ Openbox::Openbox(int m_argc, char **m_argv, char *dpy_name, char *rc) } else { rc_file = bstrdup(rc); } - symlink_rc(rc_file); config.setFile(rc_file); no_focus = False; @@ -1642,15 +1641,3 @@ void Openbox::setFocusedWindow(OpenboxWindow *win) { if (old_screen && old_screen != screen) old_screen->updateNetizenWindowFocus(); } - -#warning TODO: wrap in appropriate #ifdefs. - -void Openbox::symlink_rc(const char*rcfile)const{ - char *homedir = getenv("HOME"); - - char *link_file = new char[strlen(homedir) + strlen("/.blackoxrc") + 1]; - sprintf(link_file, "%s/.blackboxrc", homedir); - if(symlink(rcfile, link_file) == -1){ - perror("Cannot create symlink"); - } -} diff --git a/src/openbox.h b/src/openbox.h index c51ffad7..3e3d1ef2 100644 --- a/src/openbox.h +++ b/src/openbox.h @@ -122,7 +122,6 @@ protected: void load_rc(void); void save_rc(void); void reload_rc(void); - void symlink_rc(const char *) const; void real_rereadMenu(void); void real_reconfigure(void); -- 2.39.2