Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 06-19-2012, 03:11 PM
purgatori purgatori is offline
Senior Member
 
Join Date: May 2010
Posts: 234
Thanks: 6
Thanked 15 Times in 14 Posts
Exclamation Running Emacs (and possibly other applications) in a "Non Supported" Window Manager
... will cause the system to freeze (at least it did on my system). The fix is simple, though.

Let's say you've installed the excellent Ratpoison window manager, and now you have the task of creating a desktop entry that GDM (and maybe KDM as well?) will understand. Ordinarily, all you would need is something like:

Code:
[Desktop Entry]
Type=Application
Version=1.3.3.7
Encoding=UTF-8
Name=Ratpoison
Comment=Minimalistic Window Manager
... in /usr/local/share/xsessions/16ratpoison.desktop

However, in order to avoid the crash, the following needs to be appended to the last line of the above file:

Code:
Exec=dbus-launch --exit-with-session ratpoison #Prevents Emacs from crashing
Hope this helps anyone else who encounters this problem.
__________________
My Blog About Emacs and (PC)BSD
Promethean Machines
Reply With Quote
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:38 PM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

Copyright 2005-2010, The PC-BSD Project. PC-BSD and the PC-BSD logo are registered trademarks of iXsystems.
All other content is freely available for sharing under the terms of the Creative Commons Attribution License.