I just re-installed Kubuntu 24.04 on an ASUS desktop PC (UEFI, GPT). (I had previously upgraded from 22.04 to 24.04, but the upgrade left my system very sluggish. I finally decided to do a clean install.)
Under 22.04, I relied heavily on WINE to run certain portable Windows7 applications. I can still use these apps, but it is much more difficult now.
I Had to Install Q4Wine to Create a Virtual C-Drive.
Previously, I could open up the WINE application and do this. Now, however, I cannot open the WINE application at all. Therefore, I must create the drive using Q4Wine.
Using Q4Wine, I can install apps under "/home/[username]/.wine/drive_c/Program Files". However, it appears that there is no way to create shortcuts (application links) for the KDE Desktop. I must launch apps from within Q4Wine.
I Had to Install WINE from WineHQ
The WINE version available from Discover simply does not work. I had to use directions and software from the WineHQ site:
There is still no formal entry for WINE in the KDE application menu, and I can no longer open up the WINE application (to create a virtual C-Drive). However, when right-clicking on an *.exe (Windows) program file, the following option is now displayed:
Selecting this option opens the Windows application immediately. This is how I know that WINE is installed and it is working.
PLayOrLinux Does Not Work
I previously used it to create shortcuts to Windows apps for the KDE desktop. Without PlayOnLinux, there does not seem any way to do this. The Kubuntu 24.04 security system no longer permits direct activation of Windows executables, AppImages, or even JAR (java) programs. PlayOnLinux was one of the ways to get around this limitation.
I can't find any info. in the system logs about why PlayOnLinux is not working. Launching it from a terminal window, however, shows the following error messages:
->Playonlinux
Looking for python3... 3.12.3 - selected
/usr/share/playonlinux/python/mainwindow.py:710: SyntaxWarning: invalid escape sequence '\|'
self.SupprotedIconExt = "All|*.xpm;*.XPM;*.png;*.PNG;*.ico;*.ICO;*.jpg ;*.J PG;*.jpeg;*.JPEG;*.bmp;*.BMP\
1.0
Traceback (most recent call last):
File "/usr/share/playonlinux/python/mainwindow.py", line 41, in <module>
import options, threading, debug
File "/usr/share/playonlinux/python/options.py", line 21, in <module>
from asyncore import dispatcher
ModuleNotFoundError: No module named 'asyncore'
Under 22.04, I relied heavily on WINE to run certain portable Windows7 applications. I can still use these apps, but it is much more difficult now.
I Had to Install Q4Wine to Create a Virtual C-Drive.
Previously, I could open up the WINE application and do this. Now, however, I cannot open the WINE application at all. Therefore, I must create the drive using Q4Wine.
Using Q4Wine, I can install apps under "/home/[username]/.wine/drive_c/Program Files". However, it appears that there is no way to create shortcuts (application links) for the KDE Desktop. I must launch apps from within Q4Wine.
I Had to Install WINE from WineHQ
The WINE version available from Discover simply does not work. I had to use directions and software from the WineHQ site:
https://gitlab.winehq.org/wine/wine/-/wikis/Debian-Ubuntu
There is still no formal entry for WINE in the KDE application menu, and I can no longer open up the WINE application (to create a virtual C-Drive). However, when right-clicking on an *.exe (Windows) program file, the following option is now displayed:
Open with WINE Windows Program Loader
Selecting this option opens the Windows application immediately. This is how I know that WINE is installed and it is working.
PLayOrLinux Does Not Work
I previously used it to create shortcuts to Windows apps for the KDE desktop. Without PlayOnLinux, there does not seem any way to do this. The Kubuntu 24.04 security system no longer permits direct activation of Windows executables, AppImages, or even JAR (java) programs. PlayOnLinux was one of the ways to get around this limitation.
I can't find any info. in the system logs about why PlayOnLinux is not working. Launching it from a terminal window, however, shows the following error messages:
->Playonlinux
Looking for python3... 3.12.3 - selected
/usr/share/playonlinux/python/mainwindow.py:710: SyntaxWarning: invalid escape sequence '\|'
self.SupprotedIconExt = "All|*.xpm;*.XPM;*.png;*.PNG;*.ico;*.ICO;*.jpg ;*.J PG;*.jpeg;*.JPEG;*.bmp;*.BMP\
1.0
Traceback (most recent call last):
File "/usr/share/playonlinux/python/mainwindow.py", line 41, in <module>
import options, threading, debug
File "/usr/share/playonlinux/python/options.py", line 21, in <module>
from asyncore import dispatcher
ModuleNotFoundError: No module named 'asyncore'
Comment