Jonatas-Goncalves / MaxxedSUSE

A script that aims to facilitate the coming of Windows users to Linux, facilitating the primary installation of the most common services and applications.
https://build.opensuse.org/project/show/home:MaxxedSUSE
GNU General Public License v3.0
7 stars 0 forks source link

vmware-player-updater has gcc10 missing dependency. #9

Closed JMarcosHP closed 5 months ago

Jonatas-Goncalves commented 6 months ago

Package now works correclty

JMarcosHP commented 6 months ago

Installation is successfull but there is no vmware commandline or .desktop launchers. Captura de pantalla_20240513_160243

Jonatas-Goncalves commented 6 months ago

I'll investigate

Jonatas-Goncalves commented 5 months ago

The package dont efective install Vmware Player, because has an error during installaion script. Installation script bundle from VMWARE has a problem that search System service scripts directory only in /etc/init.d, and there is no way to pass this value to be filled in during silent install. I tried extracting the bundle, editing the paths and repackaging it several times, but it didn't work at all, and i used a workaround for the user to execute and add the value during installation adding vmware-player-update.sh that insert an alias to execute /usr/share/.vmware-player-update, that will invoke with --deffered-gtk option and let user insert /etc/systemd/system

Now package install correclty

i found other error in some kernel modules that need be installed: vmmon and vmnet i add a package vmware-host-modules, but only vmnet is being added, im trying to fix this, but modules can be added from source for now.

Sorry for the delay, I'm finishing other things.

Jonatas-Goncalves commented 5 months ago

Closing the issue once the package dependency problem has been resolved and is installing normally.