Bug#918666: wine hardcodes /run/user/$UID directory

2019-01-15 Thread Julian Andres Klode
On Sat, Jan 12, 2019 at 01:39:52AM -0500, Michael Gilbert wrote: > control: tag -1 - moreinfo > > On Sat, Jan 12, 2019 at 1:19 AM Michael Gilbert wrote: > > This is already the case. The current implementation automatically > > falls back to TMPDIR if /run/user/$UID does not exist. It also > > a

Bug#918666: wine hardcodes /run/user/$UID directory

2019-01-11 Thread Michael Gilbert
control: tag -1 - moreinfo On Sat, Jan 12, 2019 at 1:19 AM Michael Gilbert wrote: > This is already the case. The current implementation automatically > falls back to TMPDIR if /run/user/$UID does not exist. It also > automatically handles creation of the wine subdirectory if it does not > exist

Bug#918666: wine hardcodes /run/user/$UID directory

2019-01-11 Thread Michael Gilbert
control: tag -1 moreinfo On Tue, Jan 8, 2019 at 4:21 AM Julian Andres Klode wrote: > wine hardcodes the use of /run/user/$UID/wine if it can determine > $UID (if getuid() exists) as the place to store server information. > > It's not clear to me who is responsible for creating those directories, >

Bug#918666: wine hardcodes /run/user/$UID directory

2019-01-08 Thread Julian Andres Klode
Source: wine Severity: normal wine hardcodes the use of /run/user/$UID/wine if it can determine $UID (if getuid() exists) as the place to store server information. It's not clear to me who is responsible for creating those directories, but I'm not sure we can rely on them being available, so wine