Mladen Mijatov

Results 220 comments of Mladen Mijatov

~~Sunflower is written in Python, so code compilation is not required to run the program. We use makefile for building packages for distributions. Is there anything in particular you are...

Oh, am sorry. I totally missed the fact you were talking about Disk-Indicator. Talk about confusing. So `configure.sh` is there to allow you to compile only things you need. That...

Okay. I will double check and get back to you once I get behind my computer. Sorry for the delayed answer.

My sincerest appologies, completely forgot about this issue. Work is kind of killing me these days. I have fixed the issue now and pushed. Please test and let me know...

I'll double check on these. I am not getting any of them.

Forgot to post. But on my system I can't reproduce this issue. I am guessing it's due to me no using return value of `write` function. I would advise to...

Ah, my bad, `-Werror` is probably the one causing this issue. I think it will work without it. However I will fix this and push changes.

Thanks. Sounds useful. We've had requests like these before but I've never gotten around to implement them.

You mean like legacy FAT16 support for naming?

Doesn't the underlying Linux filesystem already handle that? I don't see an issue with adding this feature, but I'd like to avoid doing duplicate work if file system already supports...