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
Bugs, which is subscribed to 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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to