Results 1 to 5 of 5

Thread: Does Wine Not Work in Ubuntu 18.04? How can I install Windows Software?

  1. #1
    Join Date
    Mar 2019
    Beans
    5

    Does Wine Not Work in Ubuntu 18.04? How can I install Windows Software?

    So I've installed wine using the ubuntu software application, but it doesn't do anything if I click "launch" If I open up my "show applications" tab and type wine, nothing shows up. Also, when trying to us playonlinux, it often says wine has crashed. Is there any way around this, or a way to fix it?

  2. #2
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Does Wine Not Work in Ubuntu 18.04? How can I install Windows Software?

    Thread moved to Wine. which is more appropriate and a better fit.

    Unfortunately I have not used wine for many years so will have to leave you in the hands of others who have more knowledge than me.

  3. #3
    Join Date
    Mar 2019
    Beans
    5

    Re: Does Wine Not Work in Ubuntu 18.04? How can I install Windows Software?

    Thank you, I apologize for picking the wrong thread. Hopefully someone can help soon.

  4. #4
    Join Date
    Aug 2013
    Beans
    4,941

    Re: Does Wine Not Work in Ubuntu 18.04? How can I install Windows Software?

    There are two issues here. 1) wine .desktop files not showing up. 2) playonlinux not work
    For 1) see my post #2 https://ubuntuforums.org/showthread.php?t=2391933 mc4man's post #4 was the preferred solution but unfortunately that ppa doesn't exist any more.

    For 2) Apparently there is no fix https://ubuntuforums.org/showthread.php?t=2398938 . playonlinux is completely broken in Ubuntu 18.04. Works in 16.04 though. It happens in many newer distros too, you can check out https://www.playonlinux.com/en/forum...ayOnLinux.html If you find a solution there, let us know.

  5. #5
    Join Date
    Nov 2004
    Location
    Maine
    Beans
    2,420
    Distro
    Kubuntu

    Re: Does Wine Not Work in Ubuntu 18.04? How can I install Windows Software?

    if you installed wine-stable from the repositories then you need to move wine.desktop file or make a link to it by entering the following in a terminal.
    Code:
    sudo ln -s /usr/share/doc/wine-stable/examples/wine.desktop /usr/share/applications/
    then wine program loader will be available on the right click menu (you may have to go to open with another program, but it should be there)

    you can also exicute and exe file with wine in the terminal by navigating to it and then entering the command like this
    Code:
    wine xxxx.exe
    Where xxxx is the name of the program you want to install or run. Good luck.
    Wireless script
    Dave
    Registered Linux User #462608
    Morse Code an early Digital Mode.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •