Re: [dev] unsubscribe

2010-07-20 Thread Alexander Surma
Chill dude On 7/20/10 15:01 , Val Polyakov wrote: Excuse me for living and forgetting to append +unsubscribe Fsck off... People never learn... - Original message -

Re: [dev] [surf] segfault

2010-04-02 Thread Alexander Surma
Cannot reproduce, sorry. Works over here

[dev] [surf] GZip compression

2010-03-25 Thread Alexander Surma
Hi, I don't want this in the sunday-release, or anything, I just noticed, that gzip-compressed pages are not supported (e.g. http://www.lenovo.de) Is that a surf or a webkit issue?! Fixable? Surma

Re: [dev] terminal that accepts any size

2010-03-20 Thread Alexander Surma
Well, resizehints are exactly that, hints. Not an obligation. It's usually the job of the window manager to respect (or not to respect) those hints - it's not something that has to be changed in the implementation of the terminal emulator. Surma On Sat, Mar 20, 2010 at 5:48 PM, Jonas Bernoulli

Re: [dev] terminal that accepts any size

2010-03-20 Thread Alexander Surma
wrote: On Sat, Mar 20, 2010 at 18:04, Alexander Surma alexander.su...@googlemail.com wrote: Well, resizehints are exactly that, hints. Not an obligation. It's usually the job of the window manager to respect (or not to respect) those hints - it's not something that has to be changed

Re: [dev] [dwm] Issue with openoffice fullscreen presentation

2010-03-11 Thread Alexander Surma
Isn't OOo just java too? So you *might* get that fixxed with the grey-windows-in-java-workarounds: either: wmname LG3D; unset AWT_TOOLKIT or: export AWT_TOOLKIT=MToolkit Surma On Thu, Mar 11, 2010 at 11:37 AM, Jakub Lach jakub_l...@mailplus.pl wrote: 11 march 2010 10:25 Anselm R Garbe

Re: [dev] [dwm] Java Swing sucks, any solutions?

2010-02-05 Thread Alexander Surma
I'm forced to use jmeter for the next two weeks at work. It's a swing app. Swing and dwm don't seem to wrk at all. Doesn't the good ol' ``export AWT_TOOKIT=MToolkit'' work for ya? If not, define not working. Surma

Re: [dev] include files should never include include files?

2010-01-16 Thread Alexander Surma
Of course you did not run into problems. You just wasted your precious processor time on including and parsing header files which you could have easily prevented by following that rule. You might however run into problems when breaking this rule and no #ifdef-guards are present. I'm not sure

Re: [dev] stali and the shipped compilers

2010-01-14 Thread Alexander Surma
The configurations of the compilers can usually be extracted from the executable with ``gfortran -v'' Surma On Thu, Jan 14, 2010 at 9:42 PM, pancake panc...@youterm.com wrote: I would prefer to drop gcc, glibc and all the shit from gnu. Tcc and dietlibc are usable solutions and maybe the code

Re: [dev] slock - cannot log in

2009-12-17 Thread Alexander Surma
No. A screen locker locks the system completely (apart from remote logins). That's how it's supposed to be at least. I've encountered a lot screenlockers which let me switch to console anytime. regarding the problem: That's why I leave ssh running - X locks up (or at least takes no input) and I

Re: [dev] [surf] some potential bugs and some user questions

2009-12-14 Thread Alexander Surma
1- for some reason surf stalls for a couple of seconds on a new page, I just hit ctrl-g suckless.org enter and it stalled for 11sec! Can't confirm that. 2- Download seems to be broken. (in tip and 0.3 from hg) I get (unknown:27178): GLib-GIO-CRITICAL **: g_output_stream_write_all: assertion

Re: [dev] sup - the minimalistic sudo

2009-12-14 Thread Alexander Surma
I know that there's a really-cool mail client called 'sup'.. so if you have any other proposal for the name? 's'? 'sp'? 'sudor'? smudo? a jungled-up acronym for minimal super do? Kind of a german insider, but it has a nice ring to it ;) I like sup alot, btw.

Re: [dev] suckless password manager

2009-12-10 Thread Alexander Surma
Actually, I think passwordmanagers are not secure. All your passwords are just as strong as your PM encryption. I have an mnemoc/algorithm which enables me to generate a quite strong password (without penpaper) which depends on the name of the webpage and/or username I use there. On Dec 10, 2009

Re: [dev] [dmenu] Vertical bug

2009-12-03 Thread Alexander Surma
I can almost confirm this. It seems like -l values 6 are ignored and 6 ist used. Values6 are correctlz uses. On Dec 2, 2009 8:50 PM, Tadeusz SoĊ›nierz tadzi...@gmail.com wrote: Hello, Looks like dmenu (in tip) ignores the -l argument, assuming 10 anyway. Regards, Ted

[dev] [surf] PATCH for default directory path - really uncritical

2009-11-25 Thread Alexander Surma
Hi, I just figured out how buildpath() worked and that as a consequence the default value of dldir is useless. It causes buildpath() so create a file rather than a directory. So here's a one-line patch. Surma

[dev] [surf] PATCH surppress error message when _SURF_URI is empty

2009-11-25 Thread Alexander Surma
Another small patch for supressing an error in dmenu's output when _SURF_URI is not set (as it happens when surf just started). This is probably not the nice way to do it, but liek this I didn't have to touch the code. Surma empty-url.patch Description: Binary data