You are not logged in.

#1 2023-07-28 09:26:23

Rework8588
Member
Registered: 2023-07-28
Posts: 1

Where to find the location of brave-browser

i installed the brave-broswer using yay , but i don't know where to find the location of the browser and it's extensions, I have looked up in /usr/bin , used which brave/brave-bin/brave-browser-bin i don't get a response that it's not in the PATH. whereis brave outputs "brave: " , i don't know what's that supposed to mean. i am working on a script to list out the extensions in brave browser using a python script

Offline

#2 2023-07-28 09:48:26

Ferdinand
Member
From: Norway
Registered: 2020-01-02
Posts: 338

Re: Where to find the location of brave-browser

The roundabout way:

$ ls -la /usr/share/applications/*brave*
-rw-r--r-- 1 root root 8,5K 23.07.2023 17:28 /usr/share/applications/brave-browser.desktop
$ grep -i exec /usr/share/applications/brave-browser.desktop
TryExec=brave
Exec=brave %U
Exec=brave
Exec=brave --incognito
$ which brave
/usr/bin/brave
$

So you should have got a hit on which brave?
Did you install https://aur.archlinux.org/packages/brave-bin?

Last edited by Ferdinand (2023-07-28 09:52:00)

Offline

#3 2023-07-28 09:54:15

loqs
Member
Registered: 2014-03-06
Posts: 18,818

Re: Where to find the location of brave-browser

Pacman#Querying_package_databases

$ pacman -Ql package_name

Offline

#4 2023-07-28 10:26:25

WorMzy
Administrator
From: Scotland
Registered: 2010-06-16
Posts: 13,358
Website

Re: Where to find the location of brave-browser

Mod note: moving to AUR Issues


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

Board footer

Powered by FluxBB