https://bugs.winehq.org/show_bug.cgi?id=56091
Bug ID: 56091 Summary: winecfg doesn't see all directories when mapping a CDROM drive. Product: Wine Version: 9.0-rc3 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: cedric.dewijs@eclipso.eu Distribution: ---
winecfg doesn't see all directories when mapping a CDROM drive.
To reproduce: $ rm -rf ~/wine-tmp/ $ mkdir ~/wine-tmp $ export WINEPREFIX=~/wine-tmp $ cd ~/wine-tmp $ winecfg Choose drives, add, D:,OK Now a D drive is added with / as the path Choose Browse, navigate to /home/jose now these folders are visible: -Desktop -Downloads -git-werkmap -Profiles -wine-pkg
The folder ~/wine-tmp is missing: $ ls -l ~ total 60 drwxr-xr-x 1 jose jose 648 Dec 25 22:46 Desktop drwxr-xr-x 1 jose jose 1476 Dec 25 23:04 Downloads drwxr-xr-x 1 jose jose 14 Dec 26 06:30 Profiles -rw-r--r-- 1 jose jose 17276 Dec 26 06:48 'Screenshot from 2023-12-26 06-48-19.png' -rw-r--r-- 1 jose jose 21150 Dec 25 22:55 backtrace.txt drwxr-xr-x 1 jose jose 24 Dec 2 15:52 git-werkmap -rw-r--r-- 1 jose jose 98 Dec 3 18:16 passwd.txt -rw-r--r-- 1 jose jose 5698 Dec 25 12:32 tahl-backtrace.txt drwxr-xr-x 1 jose jose 268 Dec 25 11:27 wine-pkg drwxr-xr-x 1 jose jose 126 Dec 26 06:46 wine-tmp -rw-r--r-- 1 jose jose 2816 Dec 25 13:19 wine.txt
Software: Arch linux, X11 (not wayland), with LXDE $ wine --version wine-9.0-rc3 made from this PKGBUILD: https://aur.archlinux.org/packages/wine-git ==> Finished making: wine-git 9.0rc3.r0.gbba97115d1a-1 (Mon Dec 25 23:23:35 2023) # pacman -U wine-git-9.0rc3.r0.gbba97115d1a-1-x86_64.pkg.tar In gitlab, I see commit bba97115 has the tag wine-9.0-rc3 https://gitlab.winehq.org/wine/wine/-/commits/master $ uname -a Linux cedric-work-laptop 6.6.8-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 21 Dec 2023 19:01:01 +0000 x86_64 GNU/Linux
Hardware: $ lscpi 03:00.0 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] Navi 22 [Radeon RX 6700/6700 XT/6750 XT / 6800M/6850M XT] (rev c3) 07:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Cezanne [Radeon Vega Series / Radeon Vega Mobile Series] (rev c4) $ xrandr --listproviders Providers: number : 2 Provider 0: id: 0x44 cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 4 outputs: 2 associated providers: 1 name:modesetting Provider 1: id: 0x124 cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 6 outputs: 1 associated providers: 1 name:modesetting
https://bugs.winehq.org/show_bug.cgi?id=56091
--- Comment #1 from Cedric cedric.dewijs@eclipso.eu --- Created attachment 75764 --> https://bugs.winehq.org/attachment.cgi?id=75764 screenshot showing not all directories are seen by winecfg
https://bugs.winehq.org/show_bug.cgi?id=56091
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |WONTFIX
--- Comment #2 from Alexandre Julliard julliard@winehq.org --- You can't enter the WINEPREFIX directory from the Unix browser. That's on purpose, to prevent infinite loops and duplicate files.
https://bugs.winehq.org/show_bug.cgi?id=56091
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Austin English austinenglish@gmail.com --- Closing.