Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 273699 Details for
Bug 367799
app-emulation/vmware-player doesn't install thnuclnt (thinprint), so virtual printers do not work (but are added to new VMs by default)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to vmware-player-3.1.4.385536.ebuild for installing thnuclnt properly
vmware-player-thinprint.patch (text/plain), 1.13 KB, created by
Tianon
on 2011-05-17 18:46:02 UTC
(
hide
)
Description:
patch to vmware-player-3.1.4.385536.ebuild for installing thnuclnt properly
Filename:
MIME Type:
Creator:
Tianon
Created:
2011-05-17 18:46:02 UTC
Size:
1.13 KB
patch
obsolete
>--- /usr/portage/app-emulation/vmware-player/vmware-player-3.1.4.385536.ebuild 2011-04-15 06:33:18.000000000 -0600 >+++ vmware-player-3.1.4.385536.ebuild 2011-05-17 12:11:15.478167058 -0600 >@@ -123,6 +123,17 @@ > into "${VM_INSTALL_DIR}" > dobin bin/* || die "failed to install bin" > dosbin sbin/* || die "failed to install sbin" >+ >+ insinto /etc/xdg >+ doins -r etc/xdg/* || die "failed to install xdg" >+ insinto /etc/cups >+ doins etc/cups/* || die "failed to install cups" >+ insinto /etc/thnuclnt >+ doins etc/thnuclnt/.thnumod || die "failed to install thinprint .thnumod" >+ insinto /usr/libexec/cups/filter >+ doins etc/thnuclnt/thnucups >+ insinto "${VM_INSTALL_DIR}"/lib/vmware/bin >+ doins thinprint/bin/thnuclnt > > # install the libraries > insinto "${VM_INSTALL_DIR}"/lib/vmware >@@ -158,6 +169,8 @@ > chmod 0755 "${D}${VM_INSTALL_DIR}"/lib/vmware/{bin/*,lib/wrapper-gtk24.sh} > chmod 04711 "${D}${VM_INSTALL_DIR}"/sbin/vmware-authd > chmod 04711 "${D}${VM_INSTALL_DIR}"/lib/vmware/bin/vmware-vmx* >+ chmod 04711 "${D}/usr/libexec/cups/filter/thnucups" >+ chmod 04711 "${D}/etc/thnuclnt/.thnumod" > > # create the environment > local envd="${T}/90vmware"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 367799
: 273699