Multiple DEs, can I have different autostarts?

Hey, all. I've got multiple desktop environments on my machine because I don't feel like sticking to KDEMod all the time. So far I've got KDEMod, Openbox, and XFCE installed. I'm probably also going to try out a couple of different configurations.
My problem is that I really want compiz (really fusion-icon) to open in XFCE and Openbox, but not in KDEMod, since KDEMod 4+ can handle special effects on its own. I'm also using avant-window-navigator and want that to open in openbox, but not under any other DE.
I've looked at the autostart manager for KDEMod, but when I disable some of the options, they're also disabled in XFCE. Is there a way I can separate these autostarts?
Thanks,
fxl

openbox has it's own autostart file that has no effect on any other WM. Just copy /etc/xdg/openbox/* to ~/.openbox/config. What's going to happen if you try to replace openbox with compiz-fusion is beyond me though.

Similar Messages

  • Can you have different accounts (meaning different passwords, different countries/store) with the same apple ID (only one e-mail address)?

    can you have different accounts (meaning different passwords, different countries/store) with the same apple ID (only one e-mail address)?

    thank you for your reply, it is not very fair from apple, since for not using your credit card, you need to create a new account and if you do not have multiple e-mail  working , you are stuck! thanks anyway

  • Can you have different passwords for mail account and ICloud?

    Can you have different passwords for mail account and ICloud?

    Yes - you want to go under Notifications, Mail.   Set each acct the way you want.

  • Can we have different output types for same document?

    Hi,
    Can we have different output types for same doucument.if yes plz describe the steps to perform it
    Thanks

    Hi,
    Generally you can use same out put type for the different document types of PO. You can create different out put types for the same PO, in case you need different layouts that is different forms like MEDRUCK. Please refer below link to create out types . If you want that PO as fax or e-mail can use same out put type .Thanking you.
    http://www.sap-img.com/materials/purchasing-tips.htm

  • If i have more than one e-mail account, can i have different sound alerts per account?

    If I have more than one e-mail account, can I have different sound alets per account?

    No, sorry.

  • HT204053 I have an iphone, ipod and ipad - can i have different icloud accounts?

    My daughter has an iphone, my other one has an ipod and I have an ipad.  How can we have different icloud accounts?

    Welcome to the Apple community.
    Yes you can all have different iCloud accounts, indeed it is something that I would recommend.
    To create a new Apple ID (account) navigate to settings >iCloud and tap the "create Apple ID" button.
    Note: if you are already logged into another iCloud account, you will need to scroll down and delete that account, before you can create a new one.

  • Can you have different I cloud accounts on different devices. Like 4 phones with different numbers while keeping them all on the same I tunes account?

    Can you have different I cloud accounts on different devices. Like 4 phones with different numbers while keeping them all on the same I tunes account? My family shares one I tunes account but it would be nice to be able to have a different I cloud for family member. Is there a way to do this. Because the I cloud part on the setting on the phone and I pad are greyed out on the phones so you can't change the user.

    If they are greyed out then usually this means that the account is not validated on that device.  The Delete Account button at the bottom should still work and allow you to remove the current account form the iCloud Section of Settings.
    To answer your question, yes.  There are four places you can use an Apple ID on an iOS device:
    Settings > iCloud
    Settings > Messages
    Settings > FaceTime
    Settings > iTunes & App Stores
    The iTunes & App Stores is the only one you want to use a shared (family) Apple ID account.  The other three you will want a unique Apple ID for that person to prevent info merging or messages getting shared, etc.
    Using Different Apple IDs for iCloud and iTunes

  • Do we have one corresponding tax company code to one company code or can we have different or any number of tax company codes?

    do we have one corresponding tax company code to one company code or can we have different or any number of tax company codes?

    Hi Arveen,
    Check calculation procedure using T.code OBYZ(IMG > Financial Accounting> Financial Accounting Global Settings--> Tax on Sales/Purchases --> Basic Settings -
    > Assign Country to Calculation Procedure.)
    Select new entries--Enter tax procedure for India TAXINN-TAx procedure INdia
    Save.
    Use T.code OBBG....select position...enter IN....against that assign the tax procedure created above and save.
    Hope this resolves.Let me know if you still encounter problem.
    Thanks
    Aravind

  • Want to just have phone numbers on phone can you have different groups with and email group as well

    Want to just have phone numbers on phone can you have different groups with and email group as well

    The iPhone remembers information about previous contacts.
    Complelely independently, you have a Contacts app with a contacts list.  It sounds like your contacts list has 3 names on it.  You need to add a few names.

  • Can i have different alert tones for Multiple email accounts?

    Would like to have different alert tones for each email account. Is there a way to accomplish it?

        Hi there, DawgFan1980!
    I understand the purpose of the different notification sounds. The iPhone only allows 1 tone for e-mail accounts. At this time, this cannot be changed.
    Thank you,
    LenaA_VZW
    Follow us on Twitter @VZWSupport

  • In BPM sync/async Step , can you have different message schema?

    Scenario:
    File to XI to BPM to SOAP to RFC
    In order to trigger the  webservice , I use  a dummy file which will be polled at a certain frequency- once in 30 minutes in Test mode - this will call the Webservice. The answer of webservice is sent to RFC Async.
    so these  are the Repository objects I created :
    1. File  Outbound Async Message Interface- Output Message (File_Request_MT)
    2.File Abstract Message Interface-Output Message (File_Request_MT)
    3.Async/ sync bridge Abstract interface to call the Webservice
    4 Webservice Inbound Sync Message interface-  with both input and output message
    5.RFC Inbound Async message interface- input message (RFC_Request)
    6 RFC Abstract Async Message interface-input message (RFC_Request)
    BPM
    a) Receive step  which uses the  the object 2.
    b) Sync send which uses object 3
    c) Send  step which uses Object 5
    I am using a BPM to Receive the file data/ "request " by using the File abstract message interface
    Then use the  the object  3 to call the webservice in BPM .
    My question is on this step
    Can I have for  the abstract Interface(Object 3) the Request message  as  File_Request_MT and
    response message as (RFC_Request) ?
    I  use a message mapping  to map Input and Ouput message of Object 3 with Object 4.
    Thanks for  your insight

    Raj,
    Thanks for the feedback , but I have  a question regarding your reply
    Interface Objects
    Object 1: File_Request_Abs
    Object 2: Soap_Response_Abs
    Object 3:Soap_Abs_Synch
    Output Message:File_Request_Abs
    Input Message:Soap_Response_Abs
    Object 4:Rfc_Request_Abs
    The question is  about
    a)SOAP_RESPONSE_ABS : could you please tell me why  do we need an abstract interface -SOAP_RESPONSE_ABS?
    I created a message type MT_SOAP_RESPONSE and used that in the BPM sync Send step as the Input message.
    b)Soap_Abs_Synch- I am using message types
    MT_File_request and MT_SOAP_Response From your reponse, it looks like you are suggesting to use
    Abstract Interfaces as Output message and Input Message, am I correct? Could you please tell me whether this has advantages over using message types MT_file_request and MT_soap_reponse? I haven't used Abstract interfaces  before as Input message and output message; infact, I wasn't even aware that it can be. Please confirm that it is possible. Thank you for increasing my knowledge !!!
    These are the Objects I created
    Message Type :
    a) MT_Filerequest
    b) MT_SOAPresponse
    Message Interface
    a)MI_Filerequest_out_async -
    Output message
    Mess. type MT_filerequst
    b)MI_filerequest_async_abs-
    Mess. type MT_filerequst 
    Used
    i) used for BPM receiver step- container definition
    ii) receiver determination
    c)MI_webservice_sync_in - This is created from External definition
    d)MI_webservice_sync_abs- 
    Input message  - MT_soapresponse
    Output message- MT_fierequest
    Used:
    i) used for BPM sync send step ,
    ii)Interface mapping between  MI_Webservice_sync_in and MI_webservice_sync_abs
    iii)Container element-SOAP_response
    e) MI_RFC_async_out
    Input message
    RFC_Request(This is imported from RFC definition)
    g) MI_RFC_async_abs
    Input message
    RFC_Request(This is imported from RFC definition)
    Mapping
    Message mapping
    i)Filerequest_TO_SOAPrequest
    Source: MT_Filerequest
    Target: SOAPrequest(Got from External definition)
    ii)SOAPresponse_TO_BPM_response
      Source : SOAPresponse(got from External definition)
    Target :   MT_SOAPresponse
    Interface Mapping
    i)IM_BPM_TO_SOAP
    Source Interface : MI_webservice_sync_abs
    Target :MI_webservice_sync_in
    uses following message mapping
    Request : filerequest_TO_SOAPrequest
    Response:SOAPresponse_TO_BPM_response
    BPM container element
    i)Receiver_container  TYPE MI_Filerequest_out_async
    ii)SOAP Responsecontainer TYPE MI_webservice_sync_abs
    iii)RFC_Request_container TYPE MI_RFC_async_abs
    BPM  flow
    Receive---->Send Synch-->Transformation----->Send Asynch
    Receive -
    > receiver_container
    Send Synch -
    > receiver_container(Request Message), Soap_response_container(Response Message)
    Transformation -
    > Source(Soap_response_container), Target(RFC_request_container)
    Send Asynch -
    > RFC_request_container
    Thanks for your help!!!

  • Am creating document with Pages. pages are in "portrait" orientation, but two charts at end need to be "landscape". changing the orientation for one section changes it for entire doc. can i have different orientations in Pages for different sections?

    am creating a document with Pages.  all pages using "portrait" orientation, except 2 appendices need to be in "landscape".  in Word for Windows it is possible to have different page orientations for different sections of a document.  is that possible with Pages.  Even when i put the appendices in a different section, changing the page orientation changes it for the entire doc.

    Make a separate document the size and orientation you want.
    Turn that into a pdf and add it back into the original Pages document or into the pdf from from that document.
    Peter

  • ITunes 9: Can I have different views for different libraries?

    In iTunes 8 I was able to have different views for viewing different libraries. For example, I had my music library in Grid view and my podcast library in list view. When I change between the two libraries in iTunes 9 the view does not automatically change. It stays how the previous library was viewed. Is there a setting I am missing to allow me to keep a grid view for music and a list view for podcasts? Thank you.

    Thats really odd. I've used iTunes 9 on two different systems and both act like iTunes 8 did as far as maintaining library specific view settings.
    Is this also happening with playlists?

  • Can you have different setup settings on one document?

    Hello.
    I'm new to In-Design. (I own CS5) I used it back in college to make a double page spread but have only returned to it now at University. I have to create a book and submit it, in print ready format. I've tried things out for myself but some things just confuse me.
    Basically, I've created a front and back cover with a spine on a document. I am wondering if I can work on the same document with my book pages and have my book pages set up with different margins? (for the inner sides)
    I've been working on a seperate document for the book, but I'd like to have it all in one file to submit for the project. I'm also looking at getting the book sent to some publishers afterwards as I've been advised to. I'm just having troubles with general set up.
    Also, this isn't in the title question, but if anyone can answer another, I'd be very grateful!
    My story has to be 16 pages. With an inside front and back cover as well as the main book cover, that's a total of 20 pages and 6 sheets of paper, right?
    When I put in the other 18 pages, Pages 1 and 18 are seperate (non facing) pages. How do I make them print together? I did a test print and they didn't print like a double page spread... or is it that when it comes to properly printing and binding a book, pages 1 and 18 will join together?
    I'm terribly sorry for the newbish questions. I have tried researching a lot but still got confused and it's my first time learning about publishing anything other than a single piece of paper.
    Thank you
    Natalie

    Natalie,
    You can create several master pages within one doc. There you can change the margins and lots of other things. Then you can apply these masters to your "normal" pages.
    For the cover, I would advice to leave it apart, since you created a spine, but if your book is only going to be 20 pages the spine can be omitted. In this case, first page of your doc is the cover and the last page is the back.
    It seems to me it's a saddle stiched booklet, so if "print ready" means imposed, you'll have to create a booklet. Make sure the complete book has 20 pages because if you print on both sides of the paper (let's say you made the doc on A4) the imposed booklet will be printed on A3 format (double A4).
    gert

  • Can I have different "details" formatting based on a value in the Group?

    Post Author: pcdelozi2
    CA Forum: General
    Greetings!  I'm using Crystal Reports 11.0 and have the need to generate 3 different "formats" in the DETAILS section, based on what I am grouping on.  Can this be done?  For example, If what I am grouping on has 3 different values (AREA, LINE, POINT), then for each of those, I would like to branch to a different formating section.  Any advice would be appreciated!
    Thanks!

    Post Author: V361
    CA Forum: General
    I have CR XI:   go to section expert, look for the x/2 button to the right of Suppress (No-Drill Down)  click on the button, create a formula for example 
    {Customer.Contact First Name} = "Alejandra"
    In this case, this section will suppress every time the {Customer.Contact First Name} = "Alejandra"

Maybe you are looking for

  • Regarding current system date as prompt

    Hi all, I am very new to this obiee. I am trying to set the dashboard prompt value as the currnet date. But i am not able to get it. were to set to set variable and how to set it. Please any one can help me. Thanks a lot for your help A

  • Export "groups" and emails from Mail in OS 9

    Hi, I recently zeroed and formated my hard drive to OS 10.4.6 and thought I had lost all of my mother's emails (which were in OS 9.2.1 and OS 10.2.6) and addresses. But as fate would have it I have classic on my iBook G4 (OS 10.3.7) and I found that

  • Mac Mail 3.6 - Repair function?

    Team - Hope someone can help.  I am using Mac Mail 3.6 (936) - attempting to download messages from a POP server - it begins and will download 2 maybe 3 messages but wont go any further - the spinner icon next to the mail server keeps spinning, there

  • Hd space vanished (parallels)...

    just installed parallels desktop and win xp pro, iv seen in places about 40 gig been takin up by it for win hd, i installed it anyway and parallels had a 32 gig hd image for win that was an expanding one so it was suposedly 0kb and expanded as u need

  • Colours missing in CS6...?

    What's going on with pantone +? One example; I need 631, it brings up violet 0631. It seems really random as to what is available. Another example: I enter 131, it brings up 0131, yet if i scroll over the yellow swatches I can see 131 is in the swatc