Sublime Forum

Default path of "sublime-merge" when i hit "open git repository" in context menu [solved]

#1

Hello,
i’m building custom Gentoo E-build for sublime-merge,
and i would be curious what is:

Default path of “sublime-merge” when i hit “open git repository” in context menu
i tried /usr/bin/sublime_merge , /usr/bin/sublime-merge, /usr/bin/sublimemerge with no outcome and i have /usr/bin in $PATH

Thank you.

0 Likes

#2

/opt/sublime_merge/sublime_merge is the path used by all packages we publish.

0 Likes

#3

Thx, works.

0 Likes

#4

@andering did you build it?
Did you publish it somewhere?
Thanks

0 Likes

#6

@zioalex andering/overlay

0 Likes

#7

@andering I peeked at your repo and noticed the ebuilds seemed to mention GTK2. Both Sublime Merge 1103 and Sublime Text 3193 are GTK3.

1 Like

#8

Thanks @andering I tried and worked great.
Though I thought that Sublime_merge was integrated in Bublime…Instead it is a complete independent program. However really nice.
Thanks for the layer.

To install it I was not able to add it with:

layman -o https://gitlab.com/andering/overlay/blob/master/andering.xml  -f -a andering

I got a nasty error regarding the layman DB. I created manually the follow file:

cat andering.xml 
<repositories version="1.0">
andering Sublime-merge Andering https://gitlab.com/andering/overlay https://gitlab.com/andering/overlay

And then:
layman -a andering

0 Likes

#9

Hello,
i think you may did mistake i did also,
the link you tried to add is actually gitlab html file,
instead you need use this link to raw xml file : https://gitlab.com/andering/overlay/raw/master/andering.xml

also today i noticed eselect-repository which supersedes layman.

Take care !

0 Likes