You are not logged in.

#1 2016-12-18 11:05:24

linux_user
50/50 it's a spam account
Registered: 2016-11-04
Posts: 484

[SOLVED] List of all installed programs and Quick search functionality

Right clicking on desktop gives grouped options like graphics, network, office etc.... with programs inside these groupings. Clearly most installed programs don't come under the groups listed. Is there place where all installed programs are listed like in Ubuntu or Windows?

Also, is there a way to search files/applications quickly like using the windows key to open start menu in Windows and dask key in Ubuntu to search for files and applications?


SOLUTION==============================
For app list:
XFCE app finder
Debian Menu
jgmenu
and many more...

For quick search:
BL doesn't allow indexing, so no quick search functionality. See this too.

Last edited by linux_user (2016-12-25 05:52:49)


"Blind faith to authority is the greatest enemy of truth."

Offline

#2 2016-12-18 11:16:19

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: [SOLVED] List of all installed programs and Quick search functionality

Is there place where all installed programs are listed like in Ubuntu or Windows?

Yes, you can switch to one of the auto-generated menu alternatives.

Personally, I like the "Debian menu" and I use that in my own Openbox desktop:

http://crunchbang.org/forums/viewtopic.php?id=19

is there a way to search files/applications quickly like using the windows key to open start menu in Windows and dask key in Ubuntu to search for files and applications?

I bind my Windows key to dmenu, I think this is bound to <Alt>+F3 in a stock BL system -- does that do what you want?

Some prefer gmrun (<Alt>+F2), that can be configured to show the run dialogue with the menus already expanded.

These don't provide file search functionality though because BL doesn't use any indexing system at all [1] -- try the shell or catfish for that sort of thing.

EDIT:

[1] This is for good reason, check out this 0day drive-by vulnerability exposed on Fedora and Ubuntu precisely because of their zealous indexing systems:

https://scarybeastsecurity.blogspot.co. … -snes.html

Last edited by Head_on_a_Stick (2016-12-18 11:32:50)

Offline

#3 2016-12-18 12:00:39

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: [SOLVED] List of all installed programs and Quick search functionality

Quick run through for the Debian menu method:

sudo apt install menu

Then add this line in ~/.config/openbox/menu.xml:

<menu id="/Debian" />

You could also use obmenu to add this: Openbox main menu → Preferences → Openbox → GUI Menu Editor

Then uncomment this line in ~/.config/openbox/rc.xml:

<file>/var/lib/openbox/debian-menu.xml</file>

https://github.com/BunsenLabs/bunsen-co … c.xml#L856

Because XML is nonsense, I just added that line directly above https://github.com/BunsenLabs/bunsen-co … c.xml#L858 so I didn't have to bother with changing the commenting hmm

Finally, reconfigure openbox to effect the changes:

openbox --reconfigure

http://openbox.org/wiki/Help:Menus#The_Debian_menu

Offline

#4 2016-12-18 12:27:05

linux_user
50/50 it's a spam account
Registered: 2016-11-04
Posts: 484

Re: [SOLVED] List of all installed programs and Quick search functionality

Head_on_a_Stick wrote:

I bind my Windows key to dmenu, I think this is bound to <Alt>+F3 in a stock BL system -- does that do what you want?

Just to clarify, what does the <Alt>+F3 do. I see a command line opened at the bottom of the screen. Is it just like a terminal?

Secondly, Is dmenu another name for the client menu that comes out when you right click on the desktop which also can be pulled using Super+Space?

Head_on_a_Stick wrote:

Some prefer gmrun (<Alt>+F2), that can be configured to show the run dialogue with the menus already expanded.

How can I configure that along with autocomplete function?

Last edited by linux_user (2016-12-18 12:29:21)


"Blind faith to authority is the greatest enemy of truth."

Offline

#5 2016-12-18 12:40:18

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: [SOLVED] List of all installed programs and Quick search functionality

Menu -> Help -> dmenu
Menu -> Help -> gmrun

Introduction to the BunsenLabs Desktop

Last edited by damo (2016-12-18 12:41:34)


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#6 2016-12-18 13:01:26

linux_user
50/50 it's a spam account
Registered: 2016-11-04
Posts: 484

Re: [SOLVED] List of all installed programs and Quick search functionality

damo wrote:

Menu -> Help -> dmenu
Menu -> Help -> gmrun

Introduction to the BunsenLabs Desktop

Thanks a lot.. They pretty much clear my doubts... Apparently gmrun and dmenu wasn't what I actually thought it was.... big_smile

Last edited by linux_user (2016-12-18 13:02:05)


"Blind faith to authority is the greatest enemy of truth."

Offline

#7 2016-12-18 15:35:25

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: [SOLVED] List of all installed programs and Quick search functionality

Head_on_a_Stick wrote:

Some prefer gmrun (<Alt>+F2), that can be configured to show the run dialogue with the menus already expanded.

Actually, I was getting my launchers confused, you may want to check out xfce4-appfinder instead:

https://packages.debian.org/jessie/xfce4-appfinder

How can I configure that along with autocomplete function?

The gmrun launcher does tab-completion but doesn't allow automatic selection of the first option -- dmenu will do this, along with pure shell commands, which is why I prefer that.

Offline

#8 2016-12-19 11:50:15

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: [SOLVED] List of all installed programs and Quick search functionality


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#9 2016-12-19 12:43:42

linux_user
50/50 it's a spam account
Registered: 2016-11-04
Posts: 484

Re: [SOLVED] List of all installed programs and Quick search functionality

Ok, I am getting somewhere... smile

gmrun is the run command <Alt>+F2. This is there in pretty much all distros. What I want to know is whether it is called gmrun universally or just in Bunsenlabs?
dmenu is the dynamic menu appearing on the bottom of the screen - bound to <Alt>+F3.
tint2 are the equivalent of windows taskbar.
conky is the desktop widget.
jgmenu is equivalent of Wiundows start menu

Can someone help me understand what is Openbox? Internet says it's a desktop environment... So it should be something like Gnome, Unity, KDE, XFCE or LXDE, correct?

Edit:
I read it wrong. Internet says openbox a window manager.. not desktop environment...

Last edited by linux_user (2016-12-19 18:05:43)


"Blind faith to authority is the greatest enemy of truth."

Offline

#10 2016-12-19 15:01:11

brontosaurusrex
Middle Office
Registered: 2015-09-29
Posts: 2,754

Re: [SOLVED] List of all installed programs and Quick search functionality

gmrun: universally. (man gmrun < for more)
dmenu, tint2, conky: yes
Windows start menu: I don't know (or care)

Window manager vs Desktop Environment vs ... http://unix.stackexchange.com/questions … nvironment

p.s. For listing installed apps, there is also rather functional/standalone 'xfce4-appfinder'. edit: Yeah I see now that HoaS was first.

Last edited by brontosaurusrex (2016-12-19 15:17:09)

Offline

#11 2016-12-19 15:11:08

linux_user
50/50 it's a spam account
Registered: 2016-11-04
Posts: 484

Re: [SOLVED] List of all installed programs and Quick search functionality

brontosaurusrex wrote:

gmrun: universally. (man gmrun < for more)
dmenu, tint2, conky: yes
Windows start menu: I don't know (or care)

Window manager vs Desktop Environment vs ... http://unix.stackexchange.com/questions … nvironment

p.s. For listing installed apps, there is also rather functional/standalone 'xfce-appfinder'.


Thank you..

Last edited by linux_user (2016-12-19 15:17:11)


"Blind faith to authority is the greatest enemy of truth."

Offline

Board footer

Powered by FluxBB