You are not logged in.
recently I felt that poppler renders pdf slow. I have found a replacement for epdfview or zathura -- mupdf.
This tiny pdf viewer uses some vim keybinds and renders really fast.
You should try llpp. It's basically mupdf with extra features.
Offline
thanks to the people that mentioned rox-filer
awesome app - love it
Offline
Glad to see the comments on Rox. I was baffled at first to not see it on the list.
Next to Arch itself, Rox is the one thing I've put on my computer that made me both extremely happy and angry at the same time - angry in wondering "Why didn't anyone tell me about this before?! How did they let me use anything else?!"
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
[public announcement]
If you can, please clean up the https://wiki.archlinux.org/index.php/ROX article. The style is too informal for the wiki, thus it has been marked as poorly written.
Expanding it a bit wouldn't hurt either.
[/public announcement]
Last edited by karol (2011-12-01 08:24:42)
Offline
I opened a discussion on the rox wiki. I'd appreciate input from other rox users.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
FVWM plays in the same weight class as Openbox and offers a lot of power and fine-grained control. You can get a lot of clever functionality without larding it up with additional programs.
Offline
I started using ranger this year; great program.
I've also been finding more and more handy uses for netcat.
Offline
Put my vote in for mupdf - blazing fast, next to no dependency's .
Offline
Another program that is great (yet I hear very little about):
remind
Offline
Is Santa late this year or what? it's already 12/26/2011 in here, where are the final results?
Offline
LXDM, looks pretty nice and starts faster than lightdm, and is more up to date than slim.
Offline
Qtfm would be great if it had volume management (or does it now?).
K.i.s.s. <3
Offline
No it doesn't have volume management. But why not use something like devmon or udiskie for that?
Offline
i posted the Lnf 2011 result.
i also dropped stuffs with only 1 vote.
r=result.txt
:> $r
:> all
:> all2
echo "[b][u]LnF 2011 result[/u][/b]" >> $r
echo " - Generated by Tai-Lin Chu" >> $r
echo "" >> $r
all=$(cat orig.txt | grep [\t] | tr -d '. ' | tr 'A-Z' 'a-z')
for i in {2..35}; do
: > tmp
title=$(cat orig.txt | sed -n 1p | cut -f $i)
entry=$(echo "$all" | cut -f $i | sed '1d' | sed 's|(.*)||g' | tr ',+/' "\n" | sed '/^$/d')
uentry=$(echo "$entry" | sort -u)
echo "[b]$title[/b]" >> $r
for word in $uentry; do
count=$(echo "$entry" | grep "^$word$" | wc -l)
if [[ $count > 1 ]]; then
echo " $word: $count" >> tmp
echo " $word: $count - $title" >> all
fi
done
sort -k 2,2 -n -r tmp >> $r
echo "" >> $r
echo "" >> $r
done
echo "[b]Overall (top 30)[/b]" >> $r
sort -k 2,2 -n -r all >> all2
head -n 30 all2 >> $r
"After you do enough distro research, you will choose Arch."
Offline
No it doesn't have volume management. But why not use something like devmon or udiskie for that?
Yeah. Need to try them. Thunar is too much designed to be used with desktop environment. Although it comes with great tool: Bulk Rename.
K.i.s.s. <3
Offline
Terminal Emulators
rxvt-unicode: 103
urxvt: 94
Not sure, but aren't those two the same?
K.i.s.s. <3
Offline
Not sure, but aren't those two the same?
Exactly the same.
Offline
Thanks for posting the results. Maybe for 2012 we could come up with a way to tell users to name apps in an uniform way e.g. xfce v xfce4.
Offline
Apparently using the package name wasn't enough.
2. please enter the EXACT same package name(or group) shown in the arch package repository.
"Light & Fast apps" should probably be "Apps you use and like"
Last edited by Earnestly (2011-12-27 17:35:03)
Offline
Apparently using the package name wasn't enough.
2. please enter the EXACT same package name(or group) shown in the arch package repository.
There still might be a problem with cdrtools, cdrkit, wodim and cdrecord.
"Light & Fast apps" should probably be "Apps you use and like"
We have a similar problem in the wiki: https://wiki.archlinux.org/index.php/Ta … _common.3F
Offline
"Light & Fast apps" should probably be "Apps you use and like"
Or we could blacklist gimp, firefox and libreoffice so that when someone tries to enter those, the spreadsheet doesn't let them.
6EA3 F3F3 B908 2632 A9CB E931 D53A 0445 B47A 0DAB
Great things come in tar.xz packages.
Offline
a merge list
startx/xinit/xorg-xinit/xinitrc
i3/i3-wm
e-svn/e17
xfce4/xfce
cdrkit/cdrecord/cdrtools
claws-mail/claws/clawsemail
mc/midnightcommander
wicd/wicd-curses
libreoffice-calc/libreoffice/libreoffice-writer/libreofficewriter
texlive-core/texlive
rxvt-unicode/urxvt/urxvt-unicode
googlechrome/google-chrome
chromium-browser/chromium
uzbl/uzbl-tabbed/uzbl-browser
"After you do enough distro research, you will choose Arch."
Offline
Also merge urxvtc and urxvtd to urxvt.
K.i.s.s. <3
Offline
wodim is provided by cdrkit.
Questions:
* Display/Login Managers: what about coreutils, bash, none & login? Are the first three a viable answer?
* Shells: neither rxvt-unicode nor terminal belong here. What's this 'bin' thing?
* Can you burn a CD with 'dd'?
* Is chromium an e-mail client?
* Is rcconf (rc.conf?) a network manager?
Last edited by karol (2011-12-28 00:27:51)
Offline
I'm pretty sure you cannot burn a CD with 'dd'.
6EA3 F3F3 B908 2632 A9CB E931 D53A 0445 B47A 0DAB
Great things come in tar.xz packages.
Offline