The launcher script "/usr/lib/fglrx/bin/amdxdg-su" tests for various
desktop environments to determine which sudo front-end to use.  The text
for Xfce works but there is not a corresponding case statement operation
that utilizes the result for Xfce.  This modified snippet works by using
the Gnome response:

case "$DE" in
    kde)
    su_kde
    ;;

    gnome)
    su_gnome
    ;;

    xfce)
    su_gnome
    ;;

    generic)
    su_consolehelper
    ;;

    *)
    [ x"$user" = x"" ] && user=root 
    exit_failure_operation_impossible "no graphical method available for 
invoking '$cmd' as '$user'"
    ;;
esac

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to fglrx-installer in Ubuntu.
https://bugs.launchpad.net/bugs/1019023

Title:
  "AMD Catalyst Control Center (Administrative)" Shortcut Does Nothing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/1019023/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp

Reply via email to