Page 1 of 1

Synapse launcher

Posted: 27. Dec 2015, 18:11
by pnbalaji
Hi,

Is it possible to create a slackware binary for the synapse application launcher? It is an excellent launcher that uses the zeitgeist engine.

The home page is below.

https://launchpad.net/synapse-project

Thanks,
Balaji.

Re: Synapse launcher

Posted: 28. Dec 2015, 16:21
by djemos
Salix has tools like this to launch applications which do not need all these deps.
since you want it then READ this READ-ME_1st
For 32bit salix 14.1 Download all packages from here and install them
For x86_64 build them yourself. I do not have 64 14.1 system.

Re: Synapse launcher

Posted: 25. Jan 2016, 21:58
by rooma
Thanks. I also using Synapse & Zeitgeist. Tried to install Synapse but no luck. Instead I have installed your packages.

Re: Synapse launcher

Posted: 12. Aug 2018, 09:52
by pnbalaji
Hi,

I know this is a very old post. However, I tried to install Synapse yesterday and got it working perfectly. Below is a little how-to to get it working.

1. Download the latest version of Synapse from https://launchpad.net/synapse-project.
2. Download the dependency component zeitgeist from https://pkgs.org for Salix 14.2 and install it.
3. Install the c-compiler valac from Salix repos. Easiest way to install valac is to install vala package as shown below.

Code: Select all

 "sudo slapt-get -i vala".
4. Run the following commands one by one.

Code: Select all

./configure                ==> should be executed from the directory where Synapse source is available.
make
sudo make install
I hope this helps somebody.

Thanks,
Balaji.

Re: Synapse launcher

Posted: 13. Aug 2018, 20:17
by ChuangTzu
pnbalaji, usually not a good idea to mix packages from other repos...SBo from Slackbuilds or self-made SBo are an exception.

Re: Synapse launcher

Posted: 14. Aug 2018, 01:08
by pnbalaji
I agree. However, though I like Salix very much, the one thing that always beats me is the unavailability of softwares that I need. Some examples are:

Synapse
JEdit Text Editor
LXDE Menu Editor
etc..etc..

Thanks,
Balaji.

Re: Synapse launcher

Posted: 15. Aug 2018, 09:54
by DidierSpaier
pnbalaji wrote: 14. Aug 2018, 01:08 I agree. However, though I like Salix very much, the one thing that always beats me is the unavailability of softwares that I need. Some examples are:

Synapse
JEdit Text Editor
LXDE Menu Editor
etc..etc..
If you miss a software package, you can propose a SlackBuild for it: https://slackbuilds.org/guidelines/ or an SLKBUILD to make a package for the Salix repository: https://docs.salixos.org/wiki/Submittin ... repository

Re: Synapse launcher

Posted: 15. Aug 2018, 10:13
by pnbalaji
Thanks for the info. I was not aware of it.

Thanks,
Balaji.