Page 1 of 1

How do I get Apps installed from Sourcery to Appear in the Whisker Menu?

Posted: 26. Feb 2021, 23:25
by Artim
Hello,

I looked around the wiki, the Startup Guide, and searched the forums before asking, I'm sure it's got to be something simple. From Sourcery, I installed Brave-browser (since ungoogled-chromium isn't available in the repos or Sourcery). I think they were successfully installed, but not added to the Whisker Menu. How do I do that?

Thanks in advance!

Re: How do I get Apps installed from Sourcery to Appear in the Whisker Menu?

Posted: 27. Feb 2021, 16:57
by Artim
Never mind. The Sourcery package was incomplete, Brave Browser was NOT installed after all.

Re: How do I get Apps installed from Sourcery to Appear in the Whisker Menu?

Posted: 27. Feb 2021, 22:11
by djemos
Create a folder brave-browser and download this SLKBUILD and save it in the brave-browser folder
then

Code: Select all

cd brave-browser
fakeroot slkbuild -X
sudo spkg *txz
Run brave-browser from menus
Or download the binary file from here

Re: How do I get Apps installed from Sourcery to Appear in the Whisker Menu?

Posted: 28. Feb 2021, 00:35
by Artim
Thank you!