Search Results

Search: Posts Made By: yelirt5
3,974
Posted By MadeInGermany
The following shell script emulates zenity on a...
The following shell script emulates zenity on a console device.
#!/bin/bash

if [ -n "$DISPLAY" ] && xdpyinfo >/dev/null 2>&1
then
graphics=1
else
graphics=
fi

# a wrapper for zenity...
3,974
Posted By drysdalk
Hi, Yes, the issue here is most likely to be...
Hi,

Yes, the issue here is most likely to be zenity, as you say. zenity is a utility for displaying dialog boxes in an X Windows graphical environment. If you're running this server headless...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 09:11 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy