Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 52770 Details for
Bug 81920
einfo about system-wide default cursors in xcursors-ebuilds isn't correct
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
golden-xcursors-0.8-r1.ebuild.patch
golden-xcursors-0.8-r1.ebuild.patch (text/plain), 1.66 KB, created by
Eric Ball
on 2005-03-06 00:35:40 UTC
(
hide
)
Description:
golden-xcursors-0.8-r1.ebuild.patch
Filename:
MIME Type:
Creator:
Eric Ball
Created:
2005-03-06 00:35:40 UTC
Size:
1.66 KB
patch
obsolete
>--- golden-xcursors-0.8.ebuild 2005-03-06 12:55:54.000000000 +1100 >+++ golden-xcursors-0.8-r1.ebuild 2005-03-06 19:30:59.000000000 +1100 >@@ -28,23 +28,39 @@ > } > > pkg_postinst() { >+ X11_IMPLEM_P="$(best_version virtual/x11)" >+ X11_IMPLEM="${X11_IMPLEM_P%-[0-9]*}" >+ X11_IMPLEM="${X11_IMPLEM##*\/}" >+ > einfo "To use this set of cursors, edit or create the file ~/.Xdefaults" > einfo "and add the following line:" > einfo "Xcursor.theme: Gold" > einfo "" >- einfo "Also, you can change the size by adding a line like:" >+ einfo "You can change the size by adding a line like:" > einfo "Xcursor.size: 48" > einfo "" >- einfo "" >- einfo "To globally use this set of mouse cursors edit the file:" >- einfo " /usr/share/cursors/${X11_IMPLEM}/default/index.theme" >+ einfo "Also, to globally use this set of mouse cursors edit the file:" >+ einfo " /usr/local/share/cursors/${X11_IMPLEM}/default/index.theme" > einfo "and change the line:" >- einfo " Inherits=[current setting]" >+ einfo " Inherits=[current setting]" > einfo "to" >- einfo " Inherits=Gold" >- einfo "Note this will be overruled by a user's ~/.Xdefaults file" >+ einfo " Inherits=Gold" >+ einfo "" >+ einfo "Note this will be overruled by a user's ~/.Xdefaults file." > einfo "" > ewarn "If you experience flickering, try setting the following line in" >- ewarn "the Device section of your XF86Config:" >- ewarn "Option \"HWCursor\" \"false\"" >+ >+ case ${X11_IMPLEM} in >+ xfree) >+ ewarn "the Device section of your XF86Config file:" >+ ;; >+ xorg-x11) >+ ewarn "the Device section of your xorg.conf file:" >+ ;; >+ *) >+ ewarn "the Device section of your X11 config file:" >+ ;; >+ esac >+ >+ ewarn " Option \"HWCursor\" \"false\"" > }
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 81920
:
52768
|
52769
| 52770