Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 52768 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]
blueglass-xcursors-0.4-r1.ebuild.patch
blueglass-xcursors-0.4-r1.ebuild.patch (text/plain), 1.50 KB, created by
Eric Ball
on 2005-03-06 00:34:27 UTC
(
hide
)
Description:
blueglass-xcursors-0.4-r1.ebuild.patch
Filename:
MIME Type:
Creator:
Eric Ball
Created:
2005-03-06 00:34:27 UTC
Size:
1.50 KB
patch
obsolete
>--- blueglass-xcursors-0.4.ebuild 2005-03-06 13:00:48.000000000 +1100 >+++ blueglass-xcursors-0.4-r1.ebuild 2005-03-06 19:29:38.000000000 +1100 >@@ -30,15 +30,19 @@ > } > > 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: Blue" > 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 "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 "to" >@@ -47,6 +51,18 @@ > 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