Results 1 to 4 of 4

Thread: Killing windows manager in Linux Mint

  1. #1
    Join Date
    Jan 2011
    Posts
    55

    Killing windows manager in Linux Mint

    I have seen a podcast regarding X Windows system from the iTune app store. I have found that it is able to kill the windows manager. Well I want to kill Windows manger from my Linux Mint 10 system provided that xserver should not be shut down during this process. I tried to do but the session was closed. Please help me if you are having the solution regarding this situation. Thanks in advance.

  2. #2
    Join Date
    May 2008
    Posts
    991

    Re: Killing windows manager in Linux Mint

    Well I really don’t know about killing process of the windows Manger but I can tell you that how you can switch among various Windows manager without closing them. You can use Openbox with restart action make you to run different windows manager. You have to add following line of the code in to menu.xml file.
    Code:
    <item label="Pekwm">
    	<action name="Restart"><command>Pekwm</></>
    	</item>
    You can also do for the Pekwmby using following
    Code:
     Actions = “RestartOther openbox"
    Well I really want to say sorry since I don’t have any solution about your query

  3. #3
    Join Date
    May 2008
    Posts
    1,020

    Re: Killing windows manager in Linux Mint

    Well I am having the simple way to switch between windows Manager however you have to restart the x-server to achieve the same. Well I am providing commands that you have to paste on the terminal of the Linux Mint 10. Above mentioned command will allow you to switch between GNOME and KDE windows manager
    Code:
    trl+Alt+F1
    sudo service gdm stop
    sudo service kdm start
    and potentially: startx
    So let me know whether the above mentioned solution worked for you or not.

  4. #4
    Join Date
    Nov 2009
    Posts
    824

    Re: Killing windows manager in Linux Mint

    Well I know a solution that may you can use and I think it will definitely fix your issue. I am suggesting you to use killalll command to kill the windows manager. Basically killall commands kills all the process by using name of the process which provided as argument. If you are having PIDs (Process ID Numbers) of the process then you can terminate the process very easily. You can get the PID of the particular process by simply running ps command on the terminal. You can also use pstree command to get PIDs. However I want to let you know that theoretically killall command is perfect tool to terminate all the process from your system. You can get more information about kill command from the internet.

Similar Threads

  1. Plymouth Manager not working in Linux Mint
    By Svetlana in forum Operating Systems
    Replies: 9
    Last Post: 22-08-2012, 10:32 AM
  2. Where to find Grub Startup Manager in Linux Mint 12
    By FLU|TER in forum Operating Systems
    Replies: 1
    Last Post: 27-02-2012, 01:25 PM
  3. Software manager vs Package manager in Linux Mint
    By (IVORY) in forum Operating Systems
    Replies: 5
    Last Post: 18-01-2011, 11:08 AM
  4. How to fix the broken software manager in Linux Mint
    By Oms-waroop in forum Operating Systems
    Replies: 5
    Last Post: 07-01-2011, 05:55 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,165,641.07136 seconds with 17 queries