danielguerra69 / ubuntu-xrdp

Docker fully implemented Multi User xrdp with xorgxrdp and pulseaudio on Ubuntu 16.04/18.04
MIT License
254 stars 143 forks source link

Installation of pepperflashplugin-nonfree blocks build process #44

Closed sbaumgartner75 closed 3 years ago

sbaumgartner75 commented 3 years ago

The installation of the pepperflashplugin-nonfree package tries to download the following files:

https://get.adobe.com/flashplayer/webservices/json/?platform_type=Linux&platform_arch=$arch&browser_dist=Chrome https://fpdownload.adobe.com/pub/flashplayer/pdc/$upstream/flash_player_ppapi_linux.$arch.tar.gz

These files are no longer available - thus the installation fails.

Please remove the installation of this package as it blocks the build process.

danielguerra69 commented 3 years ago

Confirmed Setting up pepperflashplugin-nonfree (1.8.3+nmu1ubuntu1) ... Build canceled. There is an error in the script from pepperflash. I'm going to test flashplugin-installer instead

danielguerra69 commented 3 years ago

I used this method, https://linoxide.com/linux-how-to/install-adobe-flash-player-linux-terminal/ Now local, it builds and works.

sbaumgartner75 commented 3 years ago

Confirmed. Build succeeded.