diff options
Diffstat (limited to 'bin/draknetprofile')
-rwxr-xr-x | bin/draknetprofile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/draknetprofile b/bin/draknetprofile index 4e81e5e..e836c06 100755 --- a/bin/draknetprofile +++ b/bin/draknetprofile @@ -33,6 +33,8 @@ use Gtk2::SimpleList; use ugtk2 qw(:create :helpers :wrappers :dialogs :ask); use POSIX (); +require_root_capability(); + $ugtk2::wm_icon = 'draknetprofile-16'; my $title = N("Network profiles"); my $w = ugtk2->new($title); |