Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 855581 - net-misc/tigervnc should rdepend on xsm
Summary: net-misc/tigervnc should rdepend on xsm
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-07-01 18:28 UTC by Mark Tomich
Modified: 2022-07-01 20:45 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Tomich 2022-07-01 18:28:05 UTC
I've got a headless machine with tigervnc installed.  The new version of tigervnc seems to require xsm in order to fire properly.  by stracing the vncsession binary, I was able to discover it was trying to launch xsm...and failing because it wasn't there.

To reproduce:

emerge -C xsm
emerge tigervnc # observe xsm isn't installed

...then configure and attempt to start /etc/init.d/tigervnc
Comment 1 Mark Tomich 2022-07-01 20:45:02 UTC
nevermind...I added...

exec startxfce4

...to /etc/X11/xinit/Xclients and everything is hunky-dory...i.e. it doesn't fail-back to xsm anymore.