gnunn1 / tilix

A tiling terminal emulator for Linux using GTK+ 3
https://gnunn1.github.io/tilix-web
Mozilla Public License 2.0
5.39k stars 294 forks source link

Tilix won't start #1817

Open dwdurand opened 4 years ago

dwdurand commented 4 years ago

I was having an issue with commands I created in ~./bashrc file being recognized, so I changed something in my profile and now Tilix won't start. In the default profile, under the command, I put a string in hoping to run my ./bashrc file when I started the terminal, but now it won't launch at all. I'm using Kali, where is the file so I can delete that setting?

I tried reinstalling but the issue is still happending.

JohnCoconut commented 4 years ago
  1. Find default profile id
    dconf read /com/gexperts/Tilix/profiles/default

For example, my output is 69006d0c-9131-4022-8b00-c65e20871a70

  1. Set use-custom-command to false
    dconf write /com/gexperts/Tilix/profiles/69006d0c-9131-4022-8b00-c65e20871a70/use-custom-command false

Remember to replace 69006d0c-9131-4022-8b00-c65e20871a70 with your own profile id.

JohnCoconut commented 4 years ago

Or you can try to run tilix --preferences to see if preferences window can be loaded.