How to start Linux Apps by wine

Questions about Wine on Linux
Locked
RX7900XT
Newbie
Newbie
Posts: 3
Joined: Tue Jan 31, 2023 10:38 am

How to start Linux Apps by wine

Post by RX7900XT »

Wine 6.0 can start linux apps in wine, but wine 7.0 ,8.0 can't .So how can I achieve it?
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: How to start Linux Apps by wine

Post by jkfloris »

Do you mean something like this?
RX7900XT
Newbie
Newbie
Posts: 3
Joined: Tue Jan 31, 2023 10:38 am

Re: How to start Linux Apps by wine

Post by RX7900XT »

jkfloris wrote: Mon Jul 24, 2023 8:04 am Do you mean something like this?
Yes, but it doesn't work.
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: How to start Linux Apps by wine

Post by jkfloris »

Can you give an example of what you are trying to do and the result?
RX7900XT
Newbie
Newbie
Posts: 3
Joined: Tue Jan 31, 2023 10:38 am

Re: How to start Linux Apps by wine

Post by RX7900XT »

jkfloris wrote: Wed Jul 26, 2023 5:15 am Can you give an example of what you are trying to do and the result?
I have received a PDF file in line and I would like to open it directly.
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: How to start Linux Apps by wine

Post by jkfloris »

Make sure you can open a PDF file with your favorite program using xdg-open:

Code: Select all

xdg-open example.pdf
If this works, you can modify the registry so that PDF files can be opened:
https://wiki.winehq.org/FAQ#How_do_I_as ... in_Wine.3F
Locked