You are not logged in.
Hi folks,
I wrote an application launcher based on Qt5 written in C++, I did not yet put it into the AUR since it is still alpha. But you can get the PKGBUILD on github.
Have a look on what it does in a short illustration:
This app is most useful for KDE users with chromium. I really would appreciate if you test it and tell me what you like about it (and what not).
Gerneral features are:
Run applications
Open files
Open bookmarks in chromium
Calculate math expressions
Search web for things
Fuzzy search
Modify the actions taken by pressing the modifier keys
Customize look and feel with different styles (or by writing your own qstylesheets)
Things I dont remember atm
I hope you enjoy it! (At least I do )
EDIT:
To make your lives easier:
yaourt albert
Last edited by manuelschneid3r (2015-10-05 20:29:10)
Please feel free to correct my english.
Offline
looks cool but I decided not to install it as the qt5 stuff would be 140mb to install
Last edited by chickenPie4tea (2014-11-12 14:22:46)
You can like linux without becoming a fanatic!
Offline
Reminds me of Alfred on Mac OS X
Offline
Hey, it sounds really great
I'm giving it a try at the moment :
- Seems very responsive, good thing
- Don't like themes, but I guess it's themeable like you said in your presentation
- Be able to open bookmarks in Firefox instead of Chromium would be great, I didn't see if it's possible yet (Openbox here, no DE's)
- albert is a really ugly name aha !
How can I change the default application to open for example audio file, video file, etc ?
I tried to bind it to Menu key but didn't work
Last edited by Kolibry (2014-11-12 17:55:04)
Asus 1225B - 11,6" - AMD E-60 Dual Core 1,3Ghz - 4 Go RAM - Disque dur SSD 128 Go - Radeon HD6290
ArchLinux Openbox - My Github
Offline
looks cool but I decided not to install it as the qt5 stuff would be 140mb to install
Okay, somewhen in the future
Reminds me of Alfred on Mac OS X
True, fallen in love with linux I decided to buy a Mac. Linux on notebooks is a pain, windoze no option. Well I got to know alfred. Fine. From then on whenever I sat in front of my PC, I felt retarded. Launchy and Synapse were no sophisticated alternatives. So you will recognize that this is like a mixture of alfred and launchy. Finally I can use my Linux with a ludicrous speed
Hey, it sounds really great
I'm giving it a try at the moment :
- Seems very responsive, good thing
- Don't like themes, but I guess it's themeable like you said in your presentation
- Be able to open bookmarks in Firefox instead of Chromium would be great, I didn't see if it's possible yet (Openbox here, no DE's)
- albert is a really ugly name aha !How can I change the default application to open for example audio file, video file, etc ?
I tried to bind it to Menu key but didn't work
Yes I will make more standard themes in the future. Bookmarks for firefox are the next thing on my plan. See https://github.com/ManuelSchneid3r/albe … ed-roadmap . For now I try to make the indexing transparent to the user, watching the filesystem.
haha not the nicest name, but for me it is a hint for the origin and has familiar background.
The applications taken to open files are those which are set in your mime database. This mimedatabase contains your standard applications. Every blown DE offers you a way to change them. For OB I cant tell you. But they are stored plaintext, somewhere. Im not sure but in a quick search I found "/usr/share/applications/mimeinfo.cache". Have a look at it.
If you cant bind keys the most probable reason is that an other application grabbed that key already, but maybe I forgot to respect that key. Pushed in the TODO queue.
Thank you for feedback, regards
Manuel
Last edited by manuelschneid3r (2014-11-17 12:18:03)
Please feel free to correct my english.
Offline
Hey
This app is really blowing fast ! All others launchers I tried (Synapse, KRunner...) were "slowish" to find some files in my HDD, albert does find them instantly
Upgraded to 0.6 but still not able to bind Menu key to start it.
Do you plan to make it able to run commands ?
Thanks again,
Asus 1225B - 11,6" - AMD E-60 Dual Core 1,3Ghz - 4 Go RAM - Disque dur SSD 128 Go - Radeon HD6290
ArchLinux Openbox - My Github
Offline
Hi,
thank you for the feedback. Sorry, but the development is stalled due to my exams . The menu key is fixed but currently in the testing branch. Yes running commands is planned. But Im not sure if the should always show up or queried with a control char, since the masses of binaries would pollute the output. Anyway, to keep up the performance I decided to change the concept of the backend. So it will take a while, even if I have time to code again.
Regards
Manuel
Please feel free to correct my english.
Offline
looks cool but I decided not to install it as the qt5 stuff would be 140mb to install
Yes, because that's a huge deal on your 1TB drive.
@manuelschneid3r: you should add qt5-x11extras to the (make)depends array - it won't build otherwise. Nice project otherwise.
Last edited by Alad (2015-01-19 10:10:57)
Mods are just community members who have the occasionally necessary option to move threads around and edit posts. -- Trilby
Offline
How can I change the default application to open for example audio file, video file, etc ?
Finally had the same problems. It is a bit more complex. Take a look at the minimal FAQ
Please feel free to correct my english.
Offline
I have an issue where I have set Albert to index /home/john/Videos but when I launch it, it doesn't find files in that directory. Any suggestions?
Apart from that I find it extremely fast and easy to use. Thank you!
Arch x86_64 as of 01/01/2013
Offline
Just read about Albert in April's Linux Format. Nice!
"We may say most aptly, that the Analytical Engine weaves algebraical patterns just as the Jacquard-loom weaves flowers and leaves." - Ada Lovelace
Offline
Hey, it sounds really great
I'm giving it a try at the moment :
- Seems very responsive, good thing
- Don't like themes, but I guess it's themeable like you said in your presentation
- Be able to open bookmarks in Firefox instead of Chromium would be great, I didn't see if it's possible yet (Openbox here, no DE's)
- albert is a really ugly name aha !How can I change the default application to open for example audio file, video file, etc ?
I tried to bind it to Menu key but didn't work
check this out. created a quick theme. inspired by the osx yosemite searchlight skin. looks nice with Adwaita
you will need helvetica font; or try to replace the font name in the *.qss file.
https://www.dropbox.com/s/r6liym4l8203t … ar.gz?dl=0
place it in /usr/share/albert/themes/
have fun
Last edited by troit (2015-07-06 15:44:58)
Offline
Thanks... this looks very promising. Something like this is really needed. Please keep improving it!
I have tried it out, and here are a couple of comments:
- The application can't seem to store its setting. Every time I start it, I have to configure the HotKey and add the folders I want to be in the index. I get the error
Could not open file "/home/xxxx/.local/share/albert/albert.db"
- It would also be helpful to allow for other file types to be indexed. It is not clear right now what is being indexed (PDFs for example are, but .tex files are not).
- Occasionally, when I type something, the box disappears mid-typing. I hope this get resolved. Stability is one of the key factors in adopting these types of launchers.
As I said, this has the potential to become a great launcher. Thanks again.
Last edited by amiara (2015-04-18 17:36:19)
Offline
I have tried it out, and here are a couple of comments:
- The application can't seem to store its setting. Every time I start it, I have to configure the HotKey and add the folders I want to be in the index. I get the errorCould not open file "/home/xxxx/.local/share/albert/albert.db"
This problem is fixed and will be released soon. Check https://github.com/ManuelSchneid3r/albert/issues/19 for a workaround.
- It would also be helpful to allow for other file types to be indexed. It is not clear right now what is being indexed (PDFs for example are, but .tex files are not).
Currently everything is indexed. This is not that intelligent and will change in some future releases.
- Occasionally, when I type something, the box disappears mid-typing. I hope this get resolved. Stability is one of the key factors in adopting these types of launchers.
The window is closed on focus out events. Is there something stealing the focus, even if just for nanoseconds?
As I said, this has the potential to become a great launcher. Thanks again.
Thank you for the feedback.
Regards
Please feel free to correct my english.
Offline
@troit Thank you for your contribution. Could you please add a screenie to show the theme?
Please feel free to correct my english.
Offline
amiara wrote:I have tried it out, and here are a couple of comments:
- The application can't seem to store its setting. Every time I start it, I have to configure the HotKey and add the folders I want to be in the index. I get the errorCould not open file "/home/xxxx/.local/share/albert/albert.db"
This problem is fixed and will be released soon. Check https://github.com/ManuelSchneid3r/albert/issues/19 for a workaround.
Thanks. I will be looking forward to it. The workaround doesn't seem to work. Creating
.local/share/albert
doesn't help. Also, XDG_DATA_HOME is not defined for me, maybe that is what causes the issue?
amiara wrote:- Occasionally, when I type something, the box disappears mid-typing. I hope this get resolved. Stability is one of the key factors in adopting these types of launchers.
The window is closed on focus out events. Is there something stealing the focus, even if just for nanoseconds?
It might be, but it would be nice to have the option to disable this, or give the user some time after loss of focus, before disappearing.
Regards
Offline
Tried this , Great. I love albert's good looking theme.
Offline
finaly decided to install it, any option to have an icon show up in system tray to show it's running?
You can like linux without becoming a fanatic!
Offline
Thank you even if you deleted your message I forgot to update the md5sum.
Please feel free to correct my english.
Offline
i'm using pantheon as a DE. i was just wondering how to make albert start everytime i log in.
i managed to find a way to launch programs, but everytime i start up albert, it asks me to set the hotkey. anyways around this? is there a line in the cmd i can pass in, say for example:
albert --bind alt+r
Offline
preview added
see #12
Offline
Anyone build success ?
There is not 0.6.2.tar.gz exist, I try to clone and build, but it's failed even if I remove the "-Werror" .
CMakeFiles/albert.dir/albert_automoc.cpp.o:(.data.rel.ro._ZTV5Query[_ZTV5Query]+0x70):对‘Query::index(int, int, QModelIndex const&) const’未定义的引用
CMakeFiles/albert.dir/albert_automoc.cpp.o:(.data.rel.ro._ZTV5Query[_ZTV5Query]+0x78):对‘Query::parent(QModelIndex const&) const’未定义的引用
CMakeFiles/albert.dir/albert_automoc.cpp.o:(.data.rel.ro._ZTV5Query[_ZTV5Query]+0x90):对‘Query::columnCount(QModelIndex const&) const’未定义的引用
CMakeFiles/albert.dir/albert_automoc.cpp.o:(.data.rel.ro._ZTV5Query[_ZTV5Query]+0x98):对‘Query::hasChildren(QModelIndex const&) const’未定义的引用
const’未定义的引用 == const' undefined reference
Offline
Thanks... this looks very promising. Something like this is really needed. Please keep improving it!
I have tried it out, and here are a couple of comments:
- The application can't seem to store its setting. Every time I start it, I have to configure the HotKey and add the folders I want to be in the index. I get the errorCould not open file "/home/xxxx/.local/share/albert/albert.db"
- It would also be helpful to allow for other file types to be indexed. It is not clear right now what is being indexed (PDFs for example are, but .tex files are not).
- Occasionally, when I type something, the box disappears mid-typing. I hope this get resolved. Stability is one of the key factors in adopting these types of launchers.As I said, this has the potential to become a great launcher. Thanks again.
Just built latest ver. and get the same problem of no database although the empty dir is there, so every time it launches I have to set a launch key
You can like linux without becoming a fanatic!
Offline
v0.7 is out. Finally made it to the AUR. Get it!
yaourt albert
Please feel free to correct my english.
Offline
I installed Albert like 2 days ago, but i cant find how to avoid a folder from being indexed, i had a problem with an external USB drive and albert is indexing an enormous lost&found folder containing like 200G.
How can i configure it so it stop from indexing it?
Thanks In advance
Offline