mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
trying a gnome version update
This commit is contained in:
parent
a32dcb803a
commit
8d22723bfb
6
inxi
6
inxi
|
@ -3809,7 +3809,11 @@ get_desktop_environment()
|
||||||
# note, GNOME_DESKTOP_SESSION_ID is deprecated so we'll see how that works out
|
# note, GNOME_DESKTOP_SESSION_ID is deprecated so we'll see how that works out
|
||||||
# https://bugzilla.gnome.org/show_bug.cgi?id=542880
|
# https://bugzilla.gnome.org/show_bug.cgi?id=542880
|
||||||
elif [[ -n $GNOME_DESKTOP_SESSION_ID ]]; then
|
elif [[ -n $GNOME_DESKTOP_SESSION_ID ]]; then
|
||||||
version=$( get_de_app_version 'gnome-about' 'gnome' '3' )
|
if [[ -n $( type -p gnome-shell ) ]];then
|
||||||
|
version=$( get_de_app_version 'gnome-shell' 'gnome' '3' )
|
||||||
|
elif [[ -n $( type -p gnome-about ) ]];then
|
||||||
|
version=$( get_de_app_version 'gnome-about' 'gnome' '3' )
|
||||||
|
fi
|
||||||
if [[ $B_EXTRA_DATA == 'true' ]];then
|
if [[ $B_EXTRA_DATA == 'true' ]];then
|
||||||
toolkit=$( get_de_gtk_data )
|
toolkit=$( get_de_gtk_data )
|
||||||
if [[ -n $toolkit ]];then
|
if [[ -n $toolkit ]];then
|
||||||
|
|
Loading…
Reference in a new issue