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 Desktop
Packages, which is subscribed to fglrx-installer in Ubuntu.
https://bugs.launchpad.net/bugs/1019023
Title:
"AMD Catalyst Control Center (Administrative)" Shortcut Does Nothing
Status in “fglrx-installer” package in Ubuntu:
Confirmed
Bug description:
Using Xubuntu 12.04 and FGLRX Propritary Driver
The shortcut that the Ubuntu supplied driver installs to give root
access to the AMD Catalyst Control Center does nothing. The shortcut
is set to
amdxdg-su -c amdcccle
which when typed in a terminal gives this
amdxdg-su: no graphical method available for invoking 'amdcccle' as
'root'
The shortcut just needs to be changed to something like
gksudo amdcccle
ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: fglrx-amdcccle 2:8.960-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
Uname: Linux 3.2.0-26-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.0.1-0ubuntu8
Architecture: amd64
Date: Thu Jun 28 15:53:47 2012
ExecutablePath: /usr/lib/fglrx/bin/amdcccle
InstallationMedia: Xubuntu 12.04 LTS "Precise Pangolin" - Release amd64
(20120425)
ProcEnviron:
LANGUAGE=en_US:en
PATH=(custom, no user)
LANG=en_US.UTF-8
SHELL=/bin/bash
SourcePackage: fglrx-installer
UpgradeStatus: No upgrade log present (probably fresh install)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/1019023/+subscriptions
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp