View previous topic :: View next topic |
Author |
Message |
fangwen Tux's lil' helper
Joined: 23 Oct 2011 Posts: 128 Location: Shanghai, China
|
Posted: Wed Dec 07, 2011 3:10 pm Post subject: ck-launch-session and dbus-launch |
|
|
I use Fvwm. The Gentoo Wiki told me to put this line in my ~/.xinitrc,
Code: | exec /usr/bin/ck-launch-session /usr/bin/dbus-launch /usr/bin/fvwm | But there is no ck-launch-session or dbus-launch in /usr/bin directory.
Why do I need to execute these two commands? What packages do I need to install in order to execute them? _________________ All operating systems suck. This one just sucks less. |
|
Back to top |
|
|
destroyedlolo l33t
Joined: 17 Jun 2011 Posts: 846 Location: Close to Annecy (France)
|
Posted: Wed Dec 07, 2011 10:15 pm Post subject: Re: ck-launch-session and dbus-launch |
|
|
fangwen wrote: | I use Fvwm. The Gentoo Wiki told me to put this line in my ~/.xinitrc,
Code: | exec /usr/bin/ck-launch-session /usr/bin/dbus-launch /usr/bin/fvwm | But there is no ck-launch-session or dbus-launch in /usr/bin directory.
Why do I need to execute these two commands? What packages do I need to install in order to execute them? |
I think you need to have a look on this topic which is covering your questions. |
|
Back to top |
|
|
fangwen Tux's lil' helper
Joined: 23 Oct 2011 Posts: 128 Location: Shanghai, China
|
Posted: Thu Dec 08, 2011 1:20 pm Post subject: |
|
|
Thank you.
I read that post, it is really a lot of configuration. After I install emacs yesterday, I found that consolekit and dbus were installed, I guess it is related to the gconf use flag. I simply put Code: | exec /usr/bin/ck-launch-session /usr/bin/dbus-launch /usr/bin/fvwm | in ~/.xinitrc and it seems to work fine. _________________ All operating systems suck. This one just sucks less. |
|
Back to top |
|
|
destroyedlolo l33t
Joined: 17 Jun 2011 Posts: 846 Location: Close to Annecy (France)
|
Posted: Thu Dec 08, 2011 3:47 pm Post subject: |
|
|
Hello,
consolekit and dbus are very important for the heath of your system, so I suggest to explicitly emerge them as stated in the 1st post of the post I pointed out (the 1st summarize what you have to do ).
Emerging them explicitly will prevent you for removal in case you change anything regarding emacs.
Bye |
|
Back to top |
|
|
fangwen Tux's lil' helper
Joined: 23 Oct 2011 Posts: 128 Location: Shanghai, China
|
Posted: Fri Dec 09, 2011 5:15 am Post subject: |
|
|
destroyedlolo wrote: |
consolekit and dbus are very important for the heath of your system, so I suggest to explicitly emerge them as stated in the 1st post of the post I pointed out (the 1st summarize what you have to do ).
| destroyedlolo, thanks for your suggestions. _________________ All operating systems suck. This one just sucks less. |
|
Back to top |
|
|
|