Brave is a new web browser I just found. There are some downloads for linux but I did not see one for Puppy. Anyone try it yet ?
Anyone tried the Brave browser?
Moderator: Forum moderators
Re: Brave
J_D_ wrote: Tue Jul 06, 2021 10:53 pmBrave is a new web browser I just found. There are some downloads for linux but I did not see one for Puppy. Anyone try it yet ?
https://github.com/brave/brave-browser/ ... -amd64.zip (116 MB)
Re: Brave
Just download this one instead and double click to install ...
https://github.com/brave/brave-browser/ ... _amd64.deb (82.2 MB)
Re: Anyone tried the Brave browser?
J_D_ wrote: Wed Jul 07, 2021 3:00 amIt installed and shows up inthe menu but it does not open. Even set it as default app and it does not work. Am I missing something ?
Brave browser needs to be run as spot:
1. Open this as text (right click on this file, then choose Open As Text)
/usr/share/applications/brave-browser.desktop
2. Add
run-as-spot
like this ...
Exec=run-as-spot /opt/brave.com/brave/brave
or wherever your Brave location is
-
- Posts: 358
- Joined: Mon Jul 13, 2020 6:14 pm
- Location: Germany, NRW
- Has thanked: 18 times
- Been thanked: 126 times
Re: Anyone tried the Brave browser?
On my Slacko64 7.0 there is a symlink /usr/bin/brave-browser-stable -> /opt/brave.com/brave/brave-browser
From the .rpm install files the .desktop file contains three Exec= lines. I have deleted anything after MimeTypes= and edited the Exec= line to
Exec=run-as-spot /usr/bin/brave-browser-stable
-
- Posts: 678
- Joined: Tue Jul 21, 2020 2:12 am
- Location: Indiana U.S.A.
- Has thanked: 6 times
- Been thanked: 10 times
Re: Anyone tried the Brave browser?
I tried this on Fossapup and Xenial with no success. Even did a new install of Fossapup. Probably doing someting wrong. I will wait a while and try again in the future.
Re: Anyone tried the Brave browser?
J_D_ wrote: Thu Jul 08, 2021 12:10 amI tried this on Fossapup and Xenial with no success. Even did a new install of Fossapup. Probably doing someting wrong. I will wait a while and try again in the future.
1. Would you please reopen this as text:
/usr/share/applications/brave-browser.desktop
2. Find and copy a line which starts with
Exec=
3. Paste the line on your reply here ...
Re: Anyone tried the Brave browser?
J_D_ wrote: Thu Jul 08, 2021 2:23 amI do not know where to find that, I have searched but not found.
My Puppy is not on right now but please try to
1. Open your ROX-Filer program
2. On its toolbar, click on the "Up" arrow button
3. Double click on the usr folder
4. Double click on the share folder
5. Double click on the applications folder
6. Right click on "brave-browser.desktop" to open its shortcut menu
7. On the menu, choose Open As Text
8. Find a line that starts with
Exec=
9. Highlight the entire line, copy, then paste it here
-
- Posts: 678
- Joined: Tue Jul 21, 2020 2:12 am
- Location: Indiana U.S.A.
- Has thanked: 6 times
- Been thanked: 10 times
Re: Anyone tried the Brave browser?
Here you go. =/usr/bin/brave-browser-stable --incognito
I opened that last night. Totally found it a different way. Did not scroll down far enough . It is the last entry on the page.
Re: Anyone tried the Brave browser?
J_D_ wrote: Thu Jul 08, 2021 3:27 amHere you go. =/usr/bin/brave-browser-stable --incognito
I opened that last night. Totally found it a different way. Did not scroll down far enough . It is the last entry on the page.
Brilliant!
1. Now, edit that line to
Exec=run-as-spot /usr/bin/brave-browser-stable --incognito
2. Save it (it's on the File menu)
3. Try double-clicking on the brave-browser.desktop file you just saved
4. Lemme know how it turns out
Re: Anyone tried the Brave browser?
J_D_ wrote: Thu Jul 08, 2021 3:52 amThis is what I saved. Still not working.
Exec=run-as-spot /usr/bin/brave-browser-stable --incognito
What about taking off the "--incognito"?
Don't forget to resave it.
-
- Posts: 678
- Joined: Tue Jul 21, 2020 2:12 am
- Location: Indiana U.S.A.
- Has thanked: 6 times
- Been thanked: 10 times
Re: Anyone tried the Brave browser?
Already tried that. Just tried again. no luck. Since I did a fresh install of Fossapup, Firefox is working well so this is not that important. I am willing to keep trying though.
Re: Anyone tried the Brave browser?
J_D_ wrote: Thu Jul 08, 2021 4:05 amAlready tried that. Just tried again. no luck. Since I did a fresh install of Fossapup, Firefox is working well so this is not that important. I am willing to keep trying though.
Wait, lemme open my Ventoy real quick ...
As far as I remember Brave browser's default folder is saved in /opt.
I'll get back to you shortly.
Re: Anyone tried the Brave browser?
Got it!
There are 3 (three) EXEC lines in the .desktop file (under Desktop Entry, Desktop Action new-window, and Desktop Action new-private-window)
Just add run-as-spot to each of those lines!
-
- Posts: 358
- Joined: Mon Jul 13, 2020 6:14 pm
- Location: Germany, NRW
- Has thanked: 18 times
- Been thanked: 126 times
Re: Anyone tried the Brave browser?
J_D_ wrote: Thu Jul 08, 2021 3:52 amThis is what I saved. Still not working.
Exec=run-as-spot /usr/bin/brave-browser-stable --incognito
As i mentioned before, this is one of the three Exec= entries.
If you want to try, this is the content of a basic .desktop file:
Code: Select all
[Desktop Entry]
Version=1.0
Name=Brave Web Browser
Exec=run-as-spot /usr/bin/brave-browser-stable
StartupNotify=true
Terminal=false
Icon=brave-browser
Type=Application
Categories=WebBrowser
MimeType=application/pdf;application/rdf+xml;application/rss+xml;application/xhtml+xml;application/xhtml_xml;application/xml;image/gif;image/jpeg;image/png;image/webp;text/html;text/xml;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ipfs;x-scheme-handler/ipns;
Also keep in mind that you have to rebuild the menu after saving your changes.
In a terminal run:
Code: Select all
fixmenus
jwm -reload
- mikewalsh
- Moderator
- Posts: 6164
- Joined: Tue Dec 03, 2019 1:40 pm
- Location: King's Lynn, UK
- Has thanked: 796 times
- Been thanked: 1985 times
Re: Anyone tried the Brave browser?
sonny wrote: Thu Jul 08, 2021 4:21 amGot it!
There are 3 (three) EXEC lines in the .desktop file (under Desktop Entry, Desktop Action new-window, and Desktop Action new-private-window)
Just add run-as-spot to each of those lines!
Three-quarters of the stuff that comes with a standard desktop entry is not needed.....not here in Puppyland, anyway.
Remember, this is a standard entry developed by the folks at FreeDesktop.org. These guys oversee the way in which free & opensource software integrates into Linux desktop environments......meaning that one .desktop Menu entry has to be able to cover ALL possible use-cases/combos of window-manager/file-manager/display-server. Add to that fact the desire to provide language localization stuff to as many people as possible, and it's easy to see why some Menu entries soon run into several hundred lines.....
This is what I use (just an example):-
Code: Select all
[Desktop Entry]
Encoding=UTF-8
Name=Audacity
Comment=Edit/record audio files...
Exec=audacity
Icon=audacity
Type=Application
Terminal=false
Categories=X-Multimedia
Nine basic lines, that cover everything essential which Puppy needs for a menu Entry to function.
Standard-spec fields ("keys") listed here:-
https://specifications.freedesktop.org/ ... 01s06.html
Mike.
- bigpup
- Moderator
- Posts: 7002
- Joined: Tue Jul 14, 2020 11:19 pm
- Location: Earth, South Eastern U.S.
- Has thanked: 915 times
- Been thanked: 1531 times
Re: Anyone tried the Brave browser?
mikewalsh,
That looks like a: how to make a menu entry.
Should be a topic, offered in the how to section, of this forum.
How about making one
The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected
- mikewalsh
- Moderator
- Posts: 6164
- Joined: Tue Dec 03, 2019 1:40 pm
- Location: King's Lynn, UK
- Has thanked: 796 times
- Been thanked: 1985 times
Re: Anyone tried the Brave browser?
bigpup wrote: Thu Jul 08, 2021 10:51 ammikewalsh,
That looks like a: how to make a menu entry.
Should be a topic, offered in the how to section, of this forum.How about making one
Not a bad idea, mate. I'll see what I can do.
Mike.
- JASpup
- Posts: 1653
- Joined: Sun Oct 04, 2020 10:52 am
- Location: U.S.A.
- Has thanked: 70 times
- Been thanked: 89 times
Re: Anyone tried the Brave browser?
I think its creators are crypto hounds.
Brave is my favorite browser functionally.
On the Whiz-Neophyte Bridge
Linux Über Alles
Disclaimer: You may not be reading my words as posted.
Re: Anyone tried the Brave browser?
BTW, I was thinking of using Brave browser.
But not sure whether they have really stripped off google-specific code (similar to the ungoogled chromium).
Does anybody have any idea regarding this?
Thanks.
- mikeslr
- Posts: 2968
- Joined: Mon Jul 13, 2020 11:08 pm
- Has thanked: 179 times
- Been thanked: 924 times
Re: Anyone tried the Brave browser?
"I was thinking of using Brave browser". See my post here, viewtopic.php?p=18254#p18254 and rufwoof's two posts below.
I'd change my suggestion, replacing adguard with Ublock-origins. The former is now also run by an ad-agency and adguard slows browsing responsiveness much more than Ublock-origins.
Before using Brave browser read this post, https://coingape.com/brave-browser-apol ... ral-links/. Also keep in mind that an apology doesn't mean it won't do it in the future. When making money is an objective several inter-related conditions appear: (1) A promise is a commitment to do it or pay damages; (2) How do you prove damages and (3) whose going to pay attorneys to sue publishers of web-browser? (4) Catch me if you can.
- Phoenix
- Posts: 341
- Joined: Fri Feb 12, 2021 2:03 am
- Location: Canada
- Has thanked: 4 times
- Been thanked: 48 times
Re: Anyone tried the Brave browser?
sonny wrote: Wed Jul 07, 2021 3:12 amJ_D_ wrote: Wed Jul 07, 2021 3:00 amIt installed and shows up inthe menu but it does not open. Even set it as default app and it does not work. Am I missing something ?
Brave browser needs to be run as spot:
1. Open this as text (right click on this file, then choose Open As Text)
/usr/share/applications/brave-browser.desktop2. Add
run-as-spotlike this ...
Exec=run-as-spot /opt/brave.com/brave/braveor wherever your Brave location is
Or run with --no-sandbox if you wish..
IRC: firepup | Time to hack Puppy!
Re: Anyone tried the Brave browser?
mikeslr wrote: Tue Sep 28, 2021 4:52 pm"I was thinking of using Brave browser". See my post here, viewtopic.php?p=18254#p18254 and rufwoof's two posts below.
I'd change my suggestion, replacing adguard with Ublock-origins. The former is now also run by an ad-agency and adguard slows browsing responsiveness much more than Ublock-origins.
Before using Brave browser read this post, https://coingape.com/brave-browser-apol ... ral-links/. Also keep in mind that an apology doesn't mean it won't do it in the future. When making money is an objective several inter-related conditions appear: (1) A promise is a commitment to do it or pay damages; (2) How do you prove damages and (3) whose going to pay attorneys to sue publishers of web-browser? (4) Catch me if you can.
@mikeslr
Thanks for sharing.