Hussam Al-Tayeb
Hussam Al-Tayeb
> Sorry to "move the knife in the wound" (it's a french expression) > But it is a shame that M$ has a working fsck.udf and not "us" ;) >...
> I have not searched for the binary, it is a little complicated in windows, I had to dig with the command tasklist or taskslist I think to pick up...
1) Microsoft's utility is called chkdsk and not fsck. It has no GUI. The GUI you see is a management console plugin. 2) Microsoft writes utilities for Linux all the...
> Hello @hussamT @remi75! Independently of which opinion I have on this, I would like if you do not spam this issue. Feel free to move this discussion to other...
Some compile failures on Linux. http://pastebin.com/raw/NbLsZn7j And the Makefile needs to call sdl2-config.
CC events.o events.c: In function ‘HandleEvent’: events.c:105:20: error: ‘SDL_SysWMEvent {aka struct SDL_SysWMEvent}’ has no member named ‘x11’ if (event->syswm.x11->event.xevent.type == SelectionNotify) ^ events.c:106:29: error: ‘SDL_SysWMEvent {aka struct SDL_SysWMEvent}’ has no...
@raduprv, If you mean my build error, no it was on Linux. So I'm sorry for posting in the wrong place.
> evolutionOS developer here: same as above! we are working around this by using the busybox fork of fbsplash, but it's not ideal. plymouth soon? ❤️ Would you be able...
ntfs-3g isn't a kernel module. It is a userspace utility. The relevant part, fuse, is in the kernel.
On Monday 23 December 2013 20:13:26 atmoner wrote: > Remove this part in [index.php] [1] > > ``` php > case 'registration': > # registration > include 'pages/registration.php'; > $smarty->display('registration.html');...