pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/58407: Adwaita icon theme is not installed correctly



>Number:         58407
>Category:       pkg
>Synopsis:       Xcursor theme is not
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sun Jul 07 16:35:00 +0000 2024
>Originator:     marc@mccd.space
>Release:        NetBSD 10.0
>Organization:
>Environment:
System: NetBSD bsd.lt 10.0 NetBSD 10.0 (GENERIC) #0: Thu Mar 28 08:33:33 UTC 2024 mkrepro%mkrepro.NetBSD.org@localhost:/usr/src/sys/arch/amd64/compile/GENERIC amd64
Architecture: x86_64
Machine: amd64
>Description:
	After installing adwaita-icon-theme, I had issues setting it up,
	even though I added Adwaita to my .Xresources.

	In most distros I've used, that should be sufficient.
>How-To-Repeat:
	Install netbsd, adwaita-icon-theme, add Xcursor*theme: Adwaita
	to .Xresources. On CWM, the cursor theme is not applied.

	Similarly adding Adwaita to Xresources for xdm does not apply 
	it.

>Fix:
	The reason I think it occurs is because XCURSOR_PATH does not include

	/usr/pkg/share/icons

	by default.

	Therefore, updating the environment variable to include the path
	should fix it.

	Another way to solve it is by symlinking Adwaita cursor theme folder to
	/usr/share/icons, but that seems like a less good solution.

	I am happy to supply my first patch as I want to contribute.  However
	before that, I'd love to get feedback on where it is most appropriate
	to make the changes.  My thinking is:

	- Change default Xsession for xdm to include the environment variable 
	XCURSOR_PATH set to include /usr/pkg/share/icons

	- Change default .profile to include the environment variable 
	XCURSOR_PATH set to include /usr/pkg/share/icons

	Would that be appropriate?


Home | Main Index | Thread Index | Old Index