cyrpaut / wps-office-all-lang-no-internet

Snap files for building wps-office-all-lang-no-internet package
13 stars 2 forks source link

WPS Office has not found any installed printers. #1

Open llcool opened 5 years ago

llcool commented 5 years ago

If you get this message "WPS Office has not found any installed printers." and you have at lease one printer installed, run this command: sudo snap connect wps-office-all-lang-no-internet:cups-control :cups-control

cyrpaut commented 5 years ago

Hello, Thank you for reporting this issue. Indeed I have noticed it and found this command. This is a mistery for me why the permission is asked in the config file, understood by snapd daemon but the slot is not properly connected. If you have a clue why I'll fix the problem. Thanks

WillParryRussia commented 4 years ago

And I got : snap "wps-office-all-lang-no-internet" has no plug named "cups-control"

paulkastel commented 4 years ago

Depend on which wps version you got installed you need to use different version of command. For me worked: sudo snap connect wps-office-multilang:cups-control :cups-control

cyrpaut commented 4 years ago

Hello, For some reasons, CUPS is disables by default when you build a snap, for security reasons. See: https://ubuntu.com/blog/a-guide-to-snap-permissions-and-interfaces Therefore, you need to enable it manually.

dmaglio commented 4 years ago

what if it was installed from rpm files (like I did on Fedora 31)?

krystalsavage commented 4 years ago

I've installed and updated Fedora 32 and seem to have an issue with WPS Office. Runs beautifully and imports both microsoft templates as well as my documents written in office 365. Unfortunately, I get an error when i go to print: "Unable to find cups library, please make sure it's installed." And in the SYSTEM CHECK window that pops up ... the error is stated there as well: Missing Cups libraries. Cannot access the printer. WPS Office has worked flawlessly over the past few years. Until this new version "11.1.0.9505" WPS Office 2019. How am I going to print?

tclahr commented 3 years ago

I am running WPS 11.1.0.9719 on a Fedora 33 system and I have the same missing cups libraries issue. WPS was installed using the RPM package. I am not running it using snap.

image

mgogala commented 3 years ago

That is the software problem. LibreOffice finds my printer without problems. The vendor is really dragging this issue through several months. I removed WPS office and am relying on LibreOffice 7.0.4. So far, no problems.

JoseLuisAza commented 3 years ago

Captura de pantalla de 2021-05-04 10-36-56 darle los permisos en la tienda para la impresora

mt190502 commented 3 years ago

I am running WPS 11.1.0.9719 on a Fedora 33 system and I have the same missing cups libraries issue. WPS was installed using the RPM package. I am not running it using snap.

image

This problem occurs in me. I am using Fedora. And downloaded the rpm package. But I get a warning that the cups library is missing. I installed these packages of Cups; cups-client python3-cups cups-ipptool cnrdrvcups-ufr2-uk cups-libs cups-filesystem cups-filters-libs cups-filters cups cups-lpd cups-pk-helper

How can i fix this problem?

iJeane commented 2 years ago

what if it was installed from rpm files (like I did on Fedora 31)?

I have installed the snap version first... sudo snap install wps-2019-snap then run this command sudo snap connect wps-2019-snap:cups-control :cups-control then run WPS, accept EULA and test printing. If it works but you want the latest version installed, uninstall WPS snap sudo snap remove wps-2019-snap then download the latest version of WPS from this link and install it Note: If you cannot access the website... try using VPN sudo dnf install <wps_file...rpm> I don't know how but the missing cups error is fixed and I can print with the latest version

Screenshot from 2022-04-20 00-06-09

tangruize commented 2 years ago

It seems that this cmd solves the problem (link):

sudo rm -f /opt/kingsoft/wps-office/office6/libssl.so* /opt/kingsoft/wps-office/office6/libcrypto.so*
reddof commented 1 year ago

I am running WPS 11.1.0.9719 on a Fedora 33 system and I have the same missing cups libraries issue. WPS was installed using the RPM package. I am not running it using snap. image

This problem occurs in me. I am using Fedora. And downloaded the rpm package. But I get a warning that the cups library is missing. I installed these packages of Cups; cups-client python3-cups cups-ipptool cnrdrvcups-ufr2-uk cups-libs cups-filesystem cups-filters-libs cups-filters cups cups-lpd cups-pk-helper

How can i fix this problem?

I use both of Arch and Artix, I have the same problem "missing cups libraries". In arch this problem solved with install lib32-libcups ( or something like that ) , but in Artix this lib32 does not solve the problem.