Hendy

St Paul, MN

Jun
1
awarded Popular Question
May
31
asked Prompt for password during boot with systemd service
May
22
awarded Notable Question
May
20
comment Setting same gtk/openbox theme in both 64 bit native and 32 bit chroot environment
Looks like I can't answer my own question as I don't have enough rep on this site yet. Bottom line is I'm an idiot and didn't have exactly the same themes installed. I had a different Zukitwo/Zukitwo-ob theme installed in the chroot despite swearing that wasn't the case. Easiest way may be to just install to 64bit env and then copy to /path/to/chroot/usr/share/themes/. Then, as I thought, the .config, residing in ~/ should work just fine as the chroot will see the same theme in /usr/share/themes. Silly, silly, silly.
May
20
comment Setting same gtk/openbox theme in both 64 bit native and 32 bit chroot environment
Commenting to bump... please let me know if you have any further questions as I'd really love to get this resolved and will provide any additional information required!
May
17
awarded Good Question
May
6
awarded Student
May
6
asked Setting same gtk/openbox theme in both 64 bit native and 32 bit chroot environment
May
6
awarded Yearling
May
6
awarded Yearling
May
1
awarded Notable Question
Apr
25
awarded Notable Question
Apr
25
awarded Good Question
Apr
22
awarded Popular Question
Apr
19
awarded Nice Question
Apr
19
comment Cisco anyconnect cannot work normally, shows:"Posture Assessment Failed: Hostscan Installation error"
How did you install? In my un-tarred pacakge, I have dirs vpn, dart, and posture. Each has a corresponding *_install.sh script. Perhaps try doing cd ./posture && chmod +x posture_install.sh && ./posture_install.sh to see if that helps? I'm still not getting things working, but I got farther after doing that then previously.
Apr
18
comment Time data in R for logged durations in H M S format (but H can be > 24)
And as a follow up question, just for the benefit of others finding this: by your answer I take it that there's not a good way to deal with running time data that doesn't roll over into actual dates/times other than converting to seconds and then back to real date/time?
Apr
18
comment Time data in R for logged durations in H M S format (but H can be > 24)
Very nice. Could you elaborate on the colsplit bit? I see that you're taking the value and replacing s with nothing as the input vector... but I don't understand the [hm][ ] bit. Is that like two regex's back to back (one splitting on either h or m and the other on any spaces)? I get the same result by just using '[hm]' for the colsplit pattern arg. identical(colsplit(... , '[hm][ ]', ...), colsplit(... , '[hm]', ...)) = TRUE.
Apr
18
awarded Popular Question
Apr
18
asked Time data in R for logged durations in H M S format (but H can be > 24)
1 2 3 4 5