Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP2:GA
xdg-utils.340
xdg-su-prefer-gnomesu-over-xterm.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File xdg-su-prefer-gnomesu-over-xterm.diff of Package xdg-utils.340
Index: xdg-utils-20140630/scripts/xdg-su.in =================================================================== --- xdg-utils-20140630.orig/scripts/xdg-su.in +++ xdg-utils-20140630/scripts/xdg-su.in @@ -144,9 +144,14 @@ fi detectDE if [ x"$DE" = x"" ]; then - XSU=`which xterm 2>/dev/null` + GSU=`which gnomesu 2>/dev/null` if [ $? -eq 0 ] ; then - DE=generic + DE=gnome + else + XSU=`which xterm 2>/dev/null` + if [ $? -eq 0 ] ; then + DE=generic + fi fi fi
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor