Re: [dev] [dwm] background wallpaper redraw

2019-04-22 Thread Dennis Yurichev
On Mon, Apr 22, 2019 at 06:12:55PM +0100, James Palmer wrote: > No problem. > > I wonder what was setting the wallpaper in the first place? What was installed by default in Ubuntu... I'm not sure how Ubuntu installer installs it, but it do so for all Ubuntu users :) -- --

Re: [dev] Preprocessor

2019-04-22 Thread Evan Gates
On Mon, Apr 22, 2019 at 1:25 PM Adrian Grigore wrote: > > ls -1 "$1" | while IFS= read -r p > do Not sure about the preprocessor stuff, but this right here is terrible practice. Use a for loop and glob. Assuming that "$1" is a directory: for p in "$1"/*; do ...

[dev] Re: Preprocessor

2019-04-22 Thread Adrian Grigore
Ooops sorry, something broke. The format is the following: #!/home/adi/src/pp/pp #! ls -1 "$1" | while IFS= read -r p do #! $p #! done #! Code is here http://adi.tilde.institute/tmp/pp.c. On Mon, Apr 22, 2019 at 4:55 PM Adrian Grigore wrote: > > Hi, > > I built a

Re: [dev] JFS filesystem

2019-04-22 Thread Daniel Cegiełka
pon., 22 kwi 2019 o 07:17 Fernando Cassia napisał(a): > > On 4/19/19, Daniel Cegiełka wrote: > > > Would anyone be interested to start supporting JFS? I'm thinking about > > rewriting jfsutils. > > > > Best regards, > > Daniel > > +1 on all your points. > > I ran JFS on a dual-Pentium III SMP

Re: [dev] JFS filesystem

2019-04-22 Thread Martin Tournoij
On Sun, 21 Apr 2019 19:41:02 +0200 Daniel Cegiełka wrote: > > What exactly disqualifies bcachefs as a general purpose filesystem? > > Kent Overstreet said he didn't test bcachefs on small setups. This is > a filesystem designed for storage. It is therefore a competition for > btrfs and zfs.

Re: [dev] [dwm] background wallpaper redraw

2019-04-22 Thread Dennis Yurichev
On Mon, Apr 22, 2019 at 09:44:27AM +0100, James Palmer wrote: > How are you using dwm. Are you using it with a desktop environment. Because > normally no wallpaper would be set by default. > > Try setting the wallpaper using feh or nitrogen. I installed default dwm from Ubuntu repo, then got

Re: [dev] [dwm] background wallpaper redraw

2019-04-22 Thread Dennis Yurichev
On Mon, Apr 22, 2019 at 08:16:41PM +1200, David Phillips wrote: > > When switching workplace to a free one, wallpaper doesn't show up.. > > Is it known issue? > > > > How are you setting the wallpaper in the first place? > This may explain why dwm isn't drawing it. I didn't set it at all, this

Re: [dev] [dwm] background wallpaper redraw

2019-04-22 Thread David Phillips
On Mon, Apr 22, 2019 at 10:52:32AM +0300, Dennis Yurichev wrote: > Hi all. > > When switching workplace to a free one, wallpaper doesn't show up.. > Is it known issue? > How are you setting the wallpaper in the first place? This may explain why dwm isn't drawing it. Thanks, David

[dev] [dwm] background wallpaper redraw

2019-04-22 Thread Dennis Yurichev
Hi all. When switching workplace to a free one, wallpaper doesn't show up.. Is it known issue? -- -- http://www.yurichev.com Sometimes I may delay my E-Mail reply. Sorry in advance for the inconvenience. Expecting a reply from me? Maybe your email was marked as spam. Please resend it to

Re: [dev] JFS filesystem

2019-04-22 Thread Ciprian Dorin Craciun
On Sun, Apr 21, 2019 at 8:42 PM Daniel Cegiełka wrote: > > https://www.patreon.com/bcachefs I've just taken a look at https://bcachefs.org/ and from what I see it tries to be a "do-all" file-system going the route of ZFS and BTRFS, from RAID and multiple drives to compression and encryption.