lxPanelランチャー(Lubuntu内)に「ルート」権限を追加するにはどうすればよいですか? Synapticのランチャーが欲しいのですが、Synapticにはルート権限が必要です。
誰もそれをどのように行うのか考えていますか?
追加のパッケージをインストールする必要なく、これを達成できます。
lxterminal
を開き、~/.config/lxpanel/Lubuntu/panels
に移動しますleafpad panel
id=/usr/share/applications/synaptic.desktop
を見つけますid=synaptic.desktop
に変更しますmkdir -p ~/.local/share/applications
cp /usr/share/applications/synaptic.desktop ~/.local/share/applications
leafpad ~/.local/share/applications/synaptic.desktop
Exec=synaptic-pkexec
を見つけますExec=gksudo synaptic-pkexec
に変更しますグラフィカルオプション-
LxMenuEditor カスタムコマンドgksu nautilus
またはgksu synaptic
を追加してみてください
Sereenshots(サイズが大きいため、直接追加しませんでした)
http://forum.lxde.org/download/file.php?id=262
http://forum.lxde.org/download/file.php?id=26
依存関係をインストールするには
Sudo apt-get install lxshortcut zenity
LxMenuEditor自体はスクリプトで、〜/ binに保存します
mkdir ~/bin
cd bin
wget http://opendesktop.org/CONTENT/content-files/138298-LxMenuEditor
mv 138298-LxMenuEditor LxMenuEditor
chmod a+x LxMenuEditor
手動で実行するには、~/bin/LxMenuEditor
ログアウトしてログインし直すと、〜/ binがパスに表示されます。メニューエントリを作成するか、ターミナルを開いてLxMenuEditor
と入力します。
他のオプションは、メニューを手動で編集するか、ランチャーを作成することです。ランチャーの作成はそれほど難しくありません。それらは/usr/share/applications
に* .desktopファイルとして配置されています。ほとんどの.desktopをテンプレートとして使用できます。アイコンを設定し、gksu synaptic
をアクション/コマンドとして使用します。
詳細については、
https://wiki.archlinux.org/index.php/LXDE#Application_Menu_Editing