Re: [yocto] [xcursor-transparent-theme][Patch] Add several cursors

2016-03-02 Thread Johannes Pointner
Of course its a hack :) I will test the changes and send the patches. Thanks, Hannes 2016-03-02 13:50 GMT+01:00 Burton, Ross : > > On 2 March 2016 at 12:48, Burton, Ross wrote: >> >> How do you handle users switching between applications in that

Re: [yocto] [xcursor-transparent-theme][Patch] Add several cursors

2016-03-02 Thread Johannes Pointner
Johannes, > > This and the other patch have been merged, thanks. > > However I just realised that we don't actually need this anymore and should > instead be passing -nocursor when starting X11. > > Ross > > > On 1 March 2016 at 23:52, Johannes Pointner <h4nn35.w.

[yocto] [xcursor-transparent-theme][Patch] Add several cursors

2016-03-01 Thread Johannes Pointner
This patch adds several cursor to the transparent-theme which are used by Qt for example. Signed-off-by: Johannes Pointner <johannes.point...@gmail.com> --- cursors/Makefile.am | 24 1 file changed, 24 insertions(+) diff --git a/cursors/Makefile.am b/cursors/Makef

[yocto] [xcursor-transparent-theme][Patch] Fix typo in cursors Makefile

2016-03-01 Thread Johannes Pointner
This patch fixes a typo of the watch cursor. Signed-off-by: Johannes Pointner <johannes.point...@gmail.com> --- cursors/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cursors/Makefile.am b/cursors/Makefile.am index f0a15ae..d699942 100644 --- a/c

Re: [yocto] [systemd-devel] How to automount

2015-09-24 Thread Johannes Pointner
/home/h4nn35/.smbcredentials,dir_mode=0777,file_mode=0666 ://server/exchange /etc/autofs/auto.master: +auto.master /home/h4nn35/NetShares /etc/autofs/auto.cifs-shares --timeout=60 --ghost I hope this helps. 2015-09-24 12:58 GMT+02:00 Mike Looijmans <mike.looijm...@topic.nl>: > On 24-09-15 08

Re: [yocto] [systemd-devel] How to automount

2015-09-24 Thread Johannes Pointner
Hello Paul, I'm using autofs to do the trick. It's working fine for me. To get the umount working I use a timeout of 2 seconds, which seems to be ok so far. Regards, Hannes 2015-09-23 21:28 GMT+02:00 Daniel. : > I agree with you that is intrinsically unworkable, if

[yocto] [meta-oe] build error using read-only-rootfs with samba

2015-05-22 Thread Johannes Pointner
Hello, I recently upgraded to fido and tried to build core-image-x11 but I get the following error if I include the samba package: Collected errors: * extract_archive: Cannot create symlink from ./var/log to 'volatile/log': File exists. I think I was able to find the cause of the problem, it