mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2025-03-14 21:38:18 +01:00
fix xfce4 panel conf to remove power-manager-plugin, remove policykit-1-gnome - 1.16.0
This commit is contained in:
parent
0a803e8068
commit
2bfe6fc099
4
src/kali/xfce/.config/xfce4/panel/genmon-15.rc
Normal file
4
src/kali/xfce/.config/xfce4/panel/genmon-15.rc
Normal file
@ -0,0 +1,4 @@
|
||||
Command=/usr/share/kali-themes/xfce4-panel-genmon-vpnip.sh
|
||||
UseLabel=0
|
||||
UpdatePeriod=1000
|
||||
Font=FiraCode Nerd Font 8
|
12
src/kali/xfce/.config/xfce4/panel/launcher-5/17389582521.desktop
Executable file
12
src/kali/xfce/.config/xfce4/panel/launcher-5/17389582521.desktop
Executable file
@ -0,0 +1,12 @@
|
||||
[Desktop Entry]
|
||||
Name=Text Editor
|
||||
Comment=Simple Text Editor
|
||||
TryExec=mousepad
|
||||
Exec=mousepad
|
||||
Icon=accessories-text-editor
|
||||
Terminal=false
|
||||
StartupNotify=true
|
||||
Type=Application
|
||||
Categories=Utility;TextEditor;
|
||||
OnlyShowIn=XFCE;
|
||||
X-XFCE-Source=file:///usr/share/applications/xfce-text-editor.desktop
|
15
src/kali/xfce/.config/xfce4/panel/launcher-6/17389582522.desktop
Executable file
15
src/kali/xfce/.config/xfce4/panel/launcher-6/17389582522.desktop
Executable file
@ -0,0 +1,15 @@
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Exec=exo-open --launch WebBrowser %u
|
||||
Icon=org.xfce.webbrowser
|
||||
StartupNotify=true
|
||||
Terminal=false
|
||||
Categories=Network;X-XFCE;X-Xfce-Toplevel;
|
||||
Keywords=internet;web;browser;surf;explore;xfce;
|
||||
OnlyShowIn=XFCE;
|
||||
X-XFCE-MimeType=x-scheme-handler/http;x-scheme-handler/https;
|
||||
X-AppStream-Ignore=True
|
||||
Name=Web Browser
|
||||
Comment=Browse the web
|
||||
X-XFCE-Source=file:///usr/share/applications/xfce4-web-browser.desktop
|
14
src/kali/xfce/.config/xfce4/panel/launcher-7/17389582523.desktop
Executable file
14
src/kali/xfce/.config/xfce4/panel/launcher-7/17389582523.desktop
Executable file
@ -0,0 +1,14 @@
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Exec=exo-open --launch TerminalEmulator
|
||||
Icon=org.xfce.terminalemulator
|
||||
StartupNotify=true
|
||||
Terminal=false
|
||||
Categories=Utility;X-XFCE;X-Xfce-Toplevel;
|
||||
Keywords=terminal;command line;shell;console;xfce;
|
||||
OnlyShowIn=XFCE;
|
||||
X-AppStream-Ignore=True
|
||||
Name=Terminal Emulator
|
||||
Comment=Use the command line
|
||||
X-XFCE-Source=file:///usr/share/applications/xfce4-terminal-emulator.desktop
|
12
src/kali/xfce/.config/xfce4/panel/launcher-7/17389582524.desktop
Executable file
12
src/kali/xfce/.config/xfce4/panel/launcher-7/17389582524.desktop
Executable file
@ -0,0 +1,12 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Exec=pkexec x-terminal-emulator
|
||||
StartupNotify=false
|
||||
Terminal=false
|
||||
Type=Application
|
||||
X-Kali-Package=kali-menu
|
||||
Name=Root Terminal Emulator
|
||||
Comment=Opens a terminal as the root user, using sudo to ask for the password
|
||||
Icon=utilities-root-terminal
|
||||
Categories=System;Utility;TerminalEmulator;
|
||||
X-XFCE-Source=file:///usr/share/applications/root-terminal.desktop
|
@ -44,18 +44,18 @@
|
||||
</property>
|
||||
<property name="plugin-5" type="string" value="launcher">
|
||||
<property name="items" type="array">
|
||||
<value type="string" value="17371268451.desktop"/>
|
||||
<value type="string" value="17389582521.desktop"/>
|
||||
</property>
|
||||
</property>
|
||||
<property name="plugin-6" type="string" value="launcher">
|
||||
<property name="items" type="array">
|
||||
<value type="string" value="17371268452.desktop"/>
|
||||
<value type="string" value="17389582522.desktop"/>
|
||||
</property>
|
||||
</property>
|
||||
<property name="plugin-7" type="string" value="launcher">
|
||||
<property name="items" type="array">
|
||||
<value type="string" value="17371268453.desktop"/>
|
||||
<value type="string" value="17371268454.desktop"/>
|
||||
<value type="string" value="17389582523.desktop"/>
|
||||
<value type="string" value="17389582524.desktop"/>
|
||||
</property>
|
||||
<property name="move-first" type="bool" value="true"/>
|
||||
</property>
|
||||
@ -110,9 +110,6 @@
|
||||
<property name="size-max" type="uint" value="22"/>
|
||||
<property name="square-icons" type="bool" value="true"/>
|
||||
<property name="symbolic-icons" type="bool" value="false"/>
|
||||
<property name="known-legacy-items" type="array">
|
||||
<value type="string" value="networkmanager applet"/>
|
||||
</property>
|
||||
</property>
|
||||
<property name="plugin-15" type="string" value="genmon"/>
|
||||
<property name="plugin-16" type="string" value="pulseaudio">
|
||||
@ -163,4 +160,4 @@
|
||||
</property>
|
||||
</property>
|
||||
</property>
|
||||
</channel>
|
||||
</channel>
|
||||
|
@ -48,7 +48,6 @@ if [ "${DISTRO}" == "kali" ]; then
|
||||
mousepad \
|
||||
parole \
|
||||
pavucontrol \
|
||||
policykit-1-gnome \
|
||||
pulseaudio \
|
||||
pulseaudio-utils \
|
||||
qt5ct \
|
||||
|
Loading…
Reference in New Issue
Block a user