View previous topic :: View next topic |
Author |
Message |
mark4 n00b
Joined: 26 Feb 2011 Posts: 53
|
Posted: Tue Dec 03, 2024 7:51 pm Post subject: no wine command |
|
|
emerged wine-staging and there is no wine command. i have wine staging on three other computers and on all of then have a wine command that I can launch things with. On my new laptop after emerging wine-staging i have no "wine" command but I do have a "wine-staging" command.
This is a huge problem because I use the same scripts on every machine (networked) to launch the same games. Why does wine-staging not symlink the wine command to wine-staging for me any more? |
|
Back to top |
|
|
Chiitoo Administrator
Joined: 28 Feb 2010 Posts: 2738 Location: Here and Away Again
|
Posted: Tue Dec 03, 2024 9:32 pm Post subject: |
|
|
You'll likely need to re-log the user in, or run '. /etc/profile'.
If there is no Wine installed on the system yet, you should see something like this after the installation of 'app-eselect/eselect-wine':
Code: |
elog
elog "Warning:"
elog
elog "Please either run '. ${EPREFIX}/etc/profile' to update PATH in current shells"
elog "or re-login, otherwise running e.g. 'wine' without the full path will fail."
elog "(PATH should have ':${EPREFIX}/etc/eselect/wine/bin'). If needed, selected"
elog "'wine' can be executed using '${EPREFIX}/etc/eselect/wine/bin/wine'."
elog
elog "If still have issues, verify that shell configurations in \$HOME are not"
elog "overriding PATH, also non-POSIX shells (e.g. fish) may need manual handling."
elog
|
_________________ Kindest of regardses. |
|
Back to top |
|
|
mark4 n00b
Joined: 26 Feb 2011 Posts: 53
|
Posted: Tue Dec 03, 2024 9:50 pm Post subject: |
|
|
mark4@localhost ~ $ eselect wine list
Available Wine slots:
[1] wine-staging-9.22 * (main)
mark4@localhost ~ $ which wine
/etc/eselect/wine/bin/wine
Ok so this is kind of nuts. ive been trying to solve this for about a week and have rebooted numerous times and when ever i ran "wine" it would report -bash: wine: command not found. except now that I have this thread opened it works lol
ty :) |
|
Back to top |
|
|
|