LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Xman... does it still work? (https://www.linuxquestions.org/questions/linux-software-2/xman-does-it-still-work-4175736392/)

rnturn 04-24-2024 07:22 PM

Xman... does it still work?
 
I like the xman program that gives me a quick listing of all the manpages but the recent versions of Tumbleweed supply an xman that doesn't work. It launches but trying to view any manpage results in a popup stating:
Code:

Formatting Manual page, Please Stand By...
and it never returns the manpage text. Closing the popup kills xman.

I have a server also running TW but uses the very simple twm windowing system (when it runs a windowing system at all which is very rare) and xman works fine in that situation.

Is xman (semi) broken or could this be some odd KDE/Plasma6 desktop bug?

TIA for any xman-related information someone might have.

mrmazda 04-24-2024 08:30 PM

You're not using Wayland, right?

TW a month or so ago upgraded gcc from 13.2 to 14.0. Maybe xman or one of its deps is something that broke and nobody noticed.

The changelog contains maintainers email addresses.

https://bugzilla.opensuse.org/

wpeckham 04-24-2024 09:48 PM

I run Wayland, with XWayland, and teh PLASMA desktop. XMAN works just fine on my system.
I did need to execute the line
Code:

export MANPATH=$(manpath)
first to set the environment so it could find the man pages.
IF I used it all the time I would put that in my profile.

rnturn 04-25-2024 02:19 PM

Quote:

Originally Posted by mrmazda (Post 6498137)
You're not using Wayland, right?

No. X11.

Quote:

TW a month or so ago upgraded gcc from 13.2 to 14.0. Maybe xman or one of its deps is something that broke and nobody noticed.
The basic xman works -- I can select which set of manpages I want (1, 2, 3, etc.) -- but actually viewing a selected page is what's hanging. xman is pretty darned user-configurable but I've never seen anything that seems to depend on an external application to work. Weird.

Ah... leisure reading! :D

Thanks...

rnturn 04-25-2024 06:17 PM

Quote:

Originally Posted by wpeckham (Post 6498145)
I run Wayland, with XWayland, and teh PLASMA desktop. XMAN works just fine on my system.
I did need to execute the line
Code:

export MANPATH=$(manpath)
first to set the environment so it could find the man pages.
IF I used it all the time I would put that in my profile.

I've tried:
Code:

export MANPATH=${MANPATH}:/usr/share/man
xman

That last path is redundant, I know. Anyway, same end result... hung xman.

Still scratchin' my head.

pan64 04-26-2024 12:30 AM

you might try strace to see what's going on. Probably will help.


All times are GMT -5. The time now is 11:22 PM.