From 3794af6e6d0d4728b75181cbeaaf4f93a1aa80a9 Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Fri, 5 Jan 2024 17:27:03 +0100 Subject: [PATCH] install software pipemenu fixes --- usr/bin/jgsoftware-pipe | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/usr/bin/jgsoftware-pipe b/usr/bin/jgsoftware-pipe index 4eca20d..6869bb0 100755 --- a/usr/bin/jgsoftware-pipe +++ b/usr/bin/jgsoftware-pipe @@ -2,10 +2,10 @@ case $LANG in pl*) - declare -a Internet=(chromium opera palemoon thunderbird filezilla deluge telegram-desktop) + declare -a Internet=(chromium opera palemoon thunderbird filezilla deluge telegram-desktop rustdesk-bin) declare -a Multimedia=(kodi vlc obs-studio audacious smplayer simplescreenrecorder) - declare -a Grafika=(gimp inkscape blender) - declare -a Gry=(wesnoth steam-manjaro lutris playonlinux ) + declare -a Grafika=(gimp inkscape blender scribus) + declare -a Gry=(0ad warzone2100 wesnoth steam lutris ) declare -a Biuro=(abiword gnumeric) declare -a Ebook=(calibre fbreader) declare -a Backup=(timeshift) @@ -19,10 +19,10 @@ case $LANG in REMOVE="Usuń to menu z panelu" ;; es*) - declare -a Internet=(chromium opera palemoon thunderbird filezilla deluge telegram-desktop) + declare -a Internet=(chromium opera palemoon thunderbird filezilla deluge telegram-desktop rustdesk-bin) declare -a Multimedia=(kodi vlc obs-studio audacious smplayer simplescreenrecorder) - declare -a Graficos=(gimp inkscape blender) - declare -a Juegos=(wesnoth steam-manjaro lutris playonlinux ) + declare -a Graficos=(gimp inkscape blender scribus) + declare -a Juegos=(0ad warzone2100 wesnoth steam lutris) declare -a Oficina=(abiword gnumeric) declare -a LibrosE=(calibre fbreader) declare -a Respaldo=(timeshift) @@ -36,10 +36,10 @@ case $LANG in REMOVE="Eliminar este menú del panel" ;; *) - declare -a Internet=(chromium opera palemoon-bin thunderbird filezilla deluge telegram-desktop) + declare -a Internet=(chromium opera palemoon thunderbird filezilla deluge telegram-desktop rustdesk-bin) declare -a Multimedia=(kodi vlc obs-studio audacious smplayer simplescreenrecorder) - declare -a Graphics=(gimp inkscape blender) - declare -a Games=(wesnoth steam-manjaro lutris playonlinux ) + declare -a Graphics=(gimp inkscape blender scribus) + declare -a Games=(0ad warzone2100 wesnoth steam lutris) declare -a Office=(abiword gnumeric) declare -a Ebook=(calibre fbreader) declare -a Backup=(timeshift)