Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add install section to README #2

Open
domWalters opened this issue Jun 15, 2024 · 2 comments
Open

Add install section to README #2

domWalters opened this issue Jun 15, 2024 · 2 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@domWalters
Copy link
Owner

domWalters commented Jun 15, 2024

For now:

  • Clone the repository to $HOME/.config.git-gui
  • Change the shebang to #!/usr/bin/env tclsh
  • Immediately after the shebang add source $::env(HOME)/.config/git-gui/style.tcl
  • The style_during_apply_config needs to be called after this line.
  • The style_during_window_load_state needs to be called after this line.
@domWalters domWalters added the documentation Improvements or additions to documentation label Jun 15, 2024
@domWalters domWalters self-assigned this Jun 15, 2024
@imme-emosol
Copy link

Ah, was already missing this.

What i did, was :

  • copy the two proc definitions into git-gui.tcl
  • call both at the locations mentioned

After that, starting git-gui produced errors, so:

  • change two lines, commenting them out, i have:
        ########## PRODUCED ERROR ########### ttk::style element create Spinbox.uparrow from default
        ########## PRODUCED ERROR ########### ttk::style element create Spinbox.downarrow from default
    

After that, some parts of the interface where still quite bright, so:

So, thought i'd share with you. Thanks for sharing what you did.

@domWalters
Copy link
Owner Author

Nice, glad you got it working!

I did this on Arch Linux, so I imagine we may have had version differences.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants