Unix & Linux Stack Exchange
Q&A for users of Linux, FreeBSD and other Unix-like operating systems
Latest Questions
4
votes
1
answers
22385
views
I am getting an error while loading shared libraries libXm.so.3
I have installed a program called Swiss PDB. Upon running the program I get the error: /usr/share/SPDBV/bin/spdbv.Linux: error while loading shared libraries: libXm.so.3: cannot open shared object file: No such file or directory I have used apt-file search libXm.so.3 which gives the output: libxm4:...
I have installed a program called Swiss PDB. Upon running the program I get the error:
/usr/share/SPDBV/bin/spdbv.Linux: error while loading shared libraries: libXm.so.3: cannot open shared object file: No such file or directory
I have used apt-file search libXm.so.3 which gives the output:
libxm4: /usr/lib/x86_64-linux-gnu/libXm.so.3
The file itself is a Link to shared library (application/x-sharedlib). With the link target as libXm.so.4.0.4
I'm not sure how to make this program run without getting the error? How do I tell the program where the the shared library is?
robert@robert-HP-Compaq-8200-Elite-CMT-PC:~$ file /usr/share/SPDBV/bin/spdbv.Linux
/usr/share/SPDBV/bin/spdbv.Linux: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.2.5, stripped
robert@robert-HP-Compaq-8200-Elite-CMT-PC:~$ ldd /usr/share/SPDBV/bin/spdbv.Linux
linux-gate.so.1 => (0xf77cb000)
libX11.so.6 => /usr/lib/i386-linux-gnu/libX11.so.6 (0xf7673000)
libXm.so.3 => not found
libXp.so.6 => not found
libXt.so.6 => /usr/lib/i386-linux-gnu/libXt.so.6 (0xf7616000)
libXext.so.6 => /usr/lib/i386-linux-gnu/libXext.so.6 (0xf7603000)
libXi.so.6 => /usr/lib/i386-linux-gnu/libXi.so.6 (0xf75f2000)
libXmu.so.6 => not found
libGL.so.1 => /usr/lib32/nvidia-304/libGL.so.1 (0xf7515000)
libGLU.so.1 => /usr/lib/i386-linux-gnu/libGLU.so.1 (0xf74a2000)
libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xf7486000)
libz.so.1 => /lib/i386-linux-gnu/libz.so.1 (0xf746c000)
libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xf7426000)
libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xf7275000)
libxcb.so.1 => /usr/lib/i386-linux-gnu/libxcb.so.1 (0xf7253000)
libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0xf724e000)
libSM.so.6 => /usr/lib/i386-linux-gnu/libSM.so.6 (0xf7245000)
libICE.so.6 => /usr/lib/i386-linux-gnu/libICE.so.6 (0xf722b000)
libnvidia-tls.so.304.117 => /usr/lib32/nvidia-304/tls/libnvidia-tls.so.304.117 (0xf7226000)
libnvidia-glcore.so.304.117 => /usr/lib32/nvidia-304/libnvidia-glcore.so.304.117 (0xf5520000)
libstdc++.so.6 => /usr/lib/i386-linux-gnu/libstdc++.so.6 (0xf5437000)
libgcc_s.so.1 => /lib/i386-linux-gnu/libgcc_s.so.1 (0xf541a000)
/lib/ld-linux.so.2 (0xf77cc000)
libXau.so.6 => /usr/lib/i386-linux-gnu/libXau.so.6 (0xf5416000)
libXdmcp.so.6 => /usr/lib/i386-linux-gnu/libXdmcp.so.6 (0xf540e000)
libuuid.so.1 => /lib/i386-linux-gnu/libuuid.so.1 (0xf5408000)
Robert Peach
(41 rep)
Nov 4, 2014, 10:51 AM
• Last activity: May 27, 2025, 12:02 PM
0
votes
1
answers
45
views
xutils.sh in open sourced CDE?
I am reading a book about dtksh. The first "hello world" example begins as follows: ``` #!/usr/local/dt/bin/dtksh . $UTILDIR/xutil.sh XUinitialize TOPLEVEL Hello "$@" XUlabel LABEL $TOPLEVEL labelString:"hello, world" XUrelize $TOPLEVEL XUmainloop ``` Is the file `xutil.sh` available in current open...
I am reading a book about dtksh.
The first "hello world" example begins as follows:
#!/usr/local/dt/bin/dtksh
. $UTILDIR/xutil.sh
XUinitialize TOPLEVEL Hello "$@"
XUlabel LABEL $TOPLEVEL labelString:"hello, world"
XUrelize $TOPLEVEL
XUmainloop
Is the file xutil.sh
available in current open sourced CDE in FreeBSD?
I can not locate it.
M.E.
(631 rep)
Jan 1, 2025, 01:26 AM
• Last activity: Jan 1, 2025, 10:00 AM
1
votes
0
answers
39
views
Changing Firefox icon in MWM/CDE
I am trying to change the icon for Firefox using X resources and CDE. I am not sure if it is possible anymore. I have tried this: `Dtwm*firefox*iconImage: Dtterm` and this: `Dtwm*mozilla*iconImage: Dtterm` in `.Xdefaults` This way of changing the iconized image is known to work with other apps. Is i...
I am trying to change the icon for Firefox using X resources and CDE. I am not sure if it is possible anymore.
I have tried this:
Dtwm*firefox*iconImage: Dtterm
and this:
Dtwm*mozilla*iconImage: Dtterm
in .Xdefaults
This way of changing the iconized image is known to work with other apps.
Is it still possible to change the icon in firefox?
I am using FreeBSD 13.2, Firefox 115.6.0esr (64-bit) and Common Desktop Environment.
M.E.
(631 rep)
Dec 27, 2023, 09:32 AM
1
votes
1
answers
298
views
How to change iconbox title in MWM?
I am using the Motif Window Manager as my desktop. Motif allows many settings to be adjusted in ~/.Xdefaults. I have a lot of settings, which are confirmed to work here, such as changing the color. One setting which I strangely cannot get to work is changing the iconbox's window title. Adding `Mwm*u...
I am using the Motif Window Manager as my desktop.
Motif allows many settings to be adjusted in ~/.Xdefaults. I have a lot of settings, which are confirmed to work here, such as changing the color.
One setting which I strangely cannot get to work is changing the iconbox's window title. Adding
Mwm*useIconBox: True
to ~/.Xdefaults allows the iconbox to appear, but it displays the default title "iconbox". According to the manual, there are two settings, Mwm*iconBoxTitle
and Mwm*iconBoxName
, one of which I believe should allow the title to be changed, but I cannot get either to work.
Preferably, I'd like the iconbox to display the day's date as its title, so that real estate on screen has some use.
How can I get the Mwm*iconBoxTitle
option to work?
I've tried many different combinations of commands in the ~.Xdefaults file, such as:
Mwm*iconBoxTitle: my title
Mwm*iconBoxTitle(my title)
Mwm*iconBoxTitle: "my title"
I've found sample screenshots of different OSes running MWM confirming that the iconbox window title can be changed. I've also found a few sample ~/.Xdefaults files using these Mwm*iconBoxTitle
commands, yet copying this code to my own ~.Xdefaults did not result in any title changes.
How can I change the window title of the Motif Window Manager's iconbox?
Village
(4177 rep)
Dec 23, 2022, 06:14 PM
• Last activity: Dec 26, 2022, 06:40 AM
2
votes
1
answers
2825
views
Where to place .Xresources on modern systems?
According to some old documentation about `mwm`, many settings for this window manager must be placed in an `.Xresources` folder in the $HOME directory. When I normally boot up my computer (Debian 11), `mwm` appears to ignore and not load the settings in `~./Xresources`. I found a word around is to...
According to some old documentation about
mwm
, many settings for this window manager must be placed in an .Xresources
folder in the $HOME directory.
When I normally boot up my computer (Debian 11), mwm
appears to ignore and not load the settings in ~./Xresources
. I found a word around is to type xrdb -merge ~/.Xresources
, but I'd like a permanent setting. What is the proper way to configure mwm
on modern systems where ~/.Xresources
is no longer used.
Village
(4177 rep)
Jul 12, 2022, 08:59 PM
• Last activity: Jul 12, 2022, 09:48 PM
1
votes
1
answers
228
views
How to list all windows in Motif Window Manager?
I'm using mwm in rhel. I'm often lost when I have multiple windows. Is there anyway to list all the opened windows? Google din't help!
I'm using mwm in rhel. I'm often lost when I have multiple windows. Is there anyway to list all the opened windows?
Google din't help!
lexdo
(11 rep)
Sep 22, 2019, 05:43 PM
• Last activity: Sep 25, 2021, 12:37 PM
9
votes
3
answers
3857
views
Where is Motif used today?
At my University there is a course called “Programming with Motif”. It being quite an old framework, I am wondering where Motif / programs made with Motif are used today.
At my University there is a course called “Programming with Motif”.
It being quite an old framework, I am wondering where Motif / programs made with Motif are used today.
Audeles
(101 rep)
Feb 17, 2017, 01:29 PM
• Last activity: Aug 4, 2021, 09:02 AM
0
votes
0
answers
345
views
How can I make a windows to be "always on top" in Motif mwm?
An old-school UNIX question: Motif allows to have a X11 motif MWM window always on top by code. However, I would like to know if I can make the same with an external command (in a similar way you can change the name of an existing window with `xdotool`)
An old-school UNIX question:
Motif allows to have a X11 motif MWM window always on top by code.
However, I would like to know if I can make the same with an external command (in a similar way you can change the name of an existing window with
xdotool
)
M.E.
(631 rep)
Nov 12, 2020, 06:07 PM
• Last activity: Nov 13, 2020, 03:19 AM
Showing page 1 of 8 total questions