Results 1 to 3 of 3

Thread: Where are bash profiles located?

  1. #1
    Join Date
    Jun 2012
    Beans
    310

    Where are bash profiles located?

    Hi there,I've got a customized second bash profile (in Ubuntu Lucid) that I would like to export on another Lucid installation (stuff like custom background image,transparency,font size, etc.),so I'd need to know where are these settings written and how can I export them on the other installation-thanks.

  2. #2
    Join Date
    Feb 2009
    Location
    Dallas, TX
    Beans
    7,790
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Where are bash profiles located?

    Hi cogset.

    I'm pretty sure you are referring to gnome-terminal profiles. Aren't you?

    gnome-terminal settings are store here:
    Code:
    ~/.gconf/apps/gnome-terminal/
    The profiles are stored just a little below:
    Code:
    ~/.gconf/apps/gnome-terminal/profiles
    Hope that helps. Let us know how it goes.
    Regards.

  3. #3
    Join Date
    Jun 2012
    Beans
    310

    Re: Where are bash profiles located?

    Quote Originally Posted by papibe View Post
    Hi cogset.
    I'm pretty sure you are referring to gnome-terminal profiles. Aren't you?
    .
    Yes,that's actually what I was talking about,thank you:after following your hint,I've located the profile that I wanted to export and copied its %gconf.xml file inside the directory of a newly created profile on the 2nd computer (kinda like you would do with Firefox profiles,if you get the analogy:first create a new profile,then replace its contents with the files from the old profile you want to export),but,the issue is,this isn't working at all.I'm obviously missing something here.

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
  •