What Apps? - Printable Version +- nixers (https://nixers.net) +-- Forum: Operating Systems & Administration (https://nixers.net/Forum-Operating-Systems-Administration) +--- Forum: BSD (https://nixers.net/Forum-BSD) +--- Thread: What Apps? (/Thread-What-Apps) |
What Apps? - Gen - 03-04-2014 Hey all, So with my FreeBSD install (Soon to come) I was wondering on recommendations for applications. For browser i plan to use firefox. For cloud storage I plan on just using google drive Text editor, I suppose I'll try out Vim For word, powerpoint, and excel I'll use libreoffice Do those sound good?:D But I'm stuck on a few What applications do you guys use for organization, like a calendar app? What app do you use for music? Like iTunes, but an equivalent. RE: What Apps? - berk - 03-04-2014 First of all, you don't want an "app". Right? :) I agree with Firefox and Vim. For Word, I highly suggest you to learn LaTeX (if you have the time for that). For a Calendar, if you're a terminal guy, there's calcurse or wyrd, but I think Google (Keep, Calendar) will be more suitable for you. For music, you can use Rhythmbox/Banshee/Amarok etc, they are all "iTunes equivalent". If you like to listen to music, and be on the terminal, there's cmus, easy to set up. For something more advanced, check out mpd+ncmpcpp. :) RE: What Apps? - Saos - 03-04-2014 Everything berk said. Also, if Vim becomes daunting, check these out: http://vim-adventures.com/ http://www.openvim.com/tutorial.html RE: What Apps? - Gen - 03-04-2014 Hmm, I checked latex out, but it doesn't seam like the thing I'm looking for more of a GUI word processor. I think google calendar might just do, never noticed it had one until now! Do you have an ideal for the music players you listed? Cmus looks nice, might check that out as well!:D RE: What Apps? - scapegoat - 03-04-2014 Clementine (http://www.clementine-player.org/) is great music player too. RE: What Apps? - Saos - 03-04-2014 If you already plan on using Google Drive for cloud storage, why not just use Docs for word processing? RE: What Apps? - Gen - 03-04-2014 To work offline. RE: What Apps? - yrmt - 04-04-2014 You could use libreoffice :) RE: What Apps? - z3bra - 04-04-2014 Or Abiwords RE: What Apps? - darklight - 05-04-2014 I suggest you don't use firefox but chromium instead, firefox has some issues with image rendering on all the BSDs, in the worst cases it freezes the whole Xorg for ~30 sec. RE: What Apps? - Saos - 05-04-2014 (05-04-2014, 05:36 AM)darklight Wrote: I suggest you don't use firefox but chromium instead, firefox has some issues with image rendering on all the BSDs, in the worst cases it freezes the whole Xorg for ~30 sec. I can confirm this. Unfortunately I'm stuck with it because trying to run Chromium gives me an "Abort trap" and I don't have time to figure that out right now. RE: What Apps? - berk - 06-04-2014 (05-04-2014, 05:36 AM)darklight Wrote: I suggest you don't use firefox but chromium instead, firefox has some issues with image rendering on all the BSDs, in the worst cases it freezes the whole Xorg for ~30 sec. Try setting MOZ_DISABLE_IMAGE_OPTIMIZE=1 in environ(7) or disabling gfx.xrender.enabled in about:config. RE: What Apps? - darklight - 06-04-2014 I did that but while it gets somewhat better still the performance is disappointing, not only vs chromium but even compared to firefox on linux. That said I guess your mileage may vary depending on your browsing habits. |