feat: correction provider/API key - removal Codex/Claude provider configs
This commit is contained in:
1
target/release/bundle/appimage/IdeA.AppDir/.DirIcon
Symbolic link
1
target/release/bundle/appimage/IdeA.AppDir/.DirIcon
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
/home/anthony/Documents/Projects/IdeA/target/release/bundle/appimage/IdeA.AppDir/IdeA.png
|
||||||
12
target/release/bundle/appimage/IdeA.AppDir/AppRun
Executable file
12
target/release/bundle/appimage/IdeA.AppDir/AppRun
Executable file
@ -0,0 +1,12 @@
|
|||||||
|
#! /usr/bin/env bash
|
||||||
|
|
||||||
|
# autogenerated by linuxdeploy
|
||||||
|
|
||||||
|
# make sure errors in sourced scripts will cause this script to stop
|
||||||
|
set -e
|
||||||
|
|
||||||
|
this_dir="$(readlink -f "$(dirname "$0")")"
|
||||||
|
|
||||||
|
source "$this_dir"/apprun-hooks/"linuxdeploy-plugin-gtk.sh"
|
||||||
|
|
||||||
|
exec "$this_dir"/AppRun.wrapped "$@"
|
||||||
BIN
target/release/bundle/appimage/IdeA.AppDir/AppRun.wrapped
Executable file
BIN
target/release/bundle/appimage/IdeA.AppDir/AppRun.wrapped
Executable file
Binary file not shown.
1
target/release/bundle/appimage/IdeA.AppDir/IdeA.desktop
Symbolic link
1
target/release/bundle/appimage/IdeA.AppDir/IdeA.desktop
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
usr/share/applications/IdeA.desktop
|
||||||
BIN
target/release/bundle/appimage/IdeA.AppDir/IdeA.png
Normal file
BIN
target/release/bundle/appimage/IdeA.AppDir/IdeA.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
1
target/release/bundle/appimage/IdeA.AppDir/app-tauri.png
Symbolic link
1
target/release/bundle/appimage/IdeA.AppDir/app-tauri.png
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
usr/share/icons/hicolor/512x512/apps/app-tauri.png
|
||||||
@ -0,0 +1,17 @@
|
|||||||
|
#! /usr/bin/env bash
|
||||||
|
|
||||||
|
gsettings get org.gnome.desktop.interface gtk-theme 2> /dev/null | grep -qi "dark" && GTK_THEME_VARIANT="dark" || GTK_THEME_VARIANT="light"
|
||||||
|
APPIMAGE_GTK_THEME="${APPIMAGE_GTK_THEME:-"Adwaita:$GTK_THEME_VARIANT"}" # Allow user to override theme (discouraged)
|
||||||
|
|
||||||
|
export APPDIR="${APPDIR:-"$(dirname "$(realpath "$0")")"}" # Workaround to run extracted AppImage
|
||||||
|
export GTK_DATA_PREFIX="$APPDIR"
|
||||||
|
export GTK_THEME="$APPIMAGE_GTK_THEME" # Custom themes are broken
|
||||||
|
export GDK_BACKEND=x11 # Crash with Wayland backend on Wayland - We tested it without it and ended up with this: https://github.com/tauri-apps/tauri/issues/8541
|
||||||
|
export XDG_DATA_DIRS="$APPDIR/usr/share:/usr/share:$XDG_DATA_DIRS" # g_get_system_data_dirs() from GLib
|
||||||
|
export GSETTINGS_SCHEMA_DIR="$APPDIR//usr/share/glib-2.0/schemas"
|
||||||
|
export GTK_EXE_PREFIX="$APPDIR//usr"
|
||||||
|
export GTK_PATH="$APPDIR//usr/lib/gtk-3.0:/usr/lib64/gtk-3.0:/usr/lib/x86_64-linux-gnu/gtk-3.0"
|
||||||
|
export GTK_IM_MODULE_FILE="$APPDIR//usr/lib/gtk-3.0/3.0.0/immodules.cache"
|
||||||
|
|
||||||
|
export GDK_PIXBUF_MODULE_FILE="$APPDIR//usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache"
|
||||||
|
export GIO_EXTRA_MODULES="$APPDIR/usr/lib/gio/modules"
|
||||||
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/bin/app-tauri
Executable file
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/bin/app-tauri
Executable file
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -0,0 +1,20 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<!-- `viewport-fit=cover` (#69) lets the web client paint under a notch and
|
||||||
|
exposes the `env(safe-area-inset-*)` values the shell pads with. Zoom is
|
||||||
|
deliberately left unrestricted (no `maximum-scale`/`user-scalable=no`):
|
||||||
|
pinch-zoom is an accessibility affordance. -->
|
||||||
|
<meta
|
||||||
|
name="viewport"
|
||||||
|
content="width=device-width, initial-scale=1.0, viewport-fit=cover"
|
||||||
|
/>
|
||||||
|
<title>IdeA</title>
|
||||||
|
<script type="module" crossorigin src="/assets/index-C_fuYLKS.js"></script>
|
||||||
|
<link rel="stylesheet" crossorigin href="/assets/index-voyD2-fw.css">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div id="root"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@ -0,0 +1,19 @@
|
|||||||
|
# GdkPixbuf Image Loader Modules file
|
||||||
|
# Automatically generated file, do not edit
|
||||||
|
# Created by gdk-pixbuf-query-loaders from gdk-pixbuf-2.44.7
|
||||||
|
#
|
||||||
|
# LoaderDir = /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders
|
||||||
|
#
|
||||||
|
"libopenraw_pixbuf.so"
|
||||||
|
"Digital camera RAW" 0 "gdk-pixbuf" "Digital camera RAW images loader." "LGPL"
|
||||||
|
"image/x-adobe-dng" "image/x-canon-cr2" "image/x-canon-crw" "image/x-nikon-nef" "image/x-olympus-orf" "image/x-pentax-pef" "image/x-sony-arw" "image/x-epson-erf" "image/x-minolta-mrw" "image/x-fuji-raf" ""
|
||||||
|
"dng" "cr2" "crw" "nef" "orf" "pef" "arw" "erf" "mrw" "raf" ""
|
||||||
|
"MM *" " z " 80
|
||||||
|
"II* \020 CR\002 " " z zzz z" 100
|
||||||
|
"II* " " z" 80
|
||||||
|
"IIRO" " " 100
|
||||||
|
" MRM" "z " 100
|
||||||
|
"II\032 HEAPCCDR" " zzz " 100
|
||||||
|
"FUJIFILMCCD-RAW " " " 100
|
||||||
|
|
||||||
|
|
||||||
Binary file not shown.
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/gio/modules/libgiognutls.so
Executable file
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/gio/modules/libgiognutls.so
Executable file
Binary file not shown.
@ -0,0 +1,85 @@
|
|||||||
|
# GTK+ Input Method Modules file
|
||||||
|
# Automatically generated file, do not edit
|
||||||
|
# Created by /usr/bin/gtk-query-immodules-3.0 from gtk+-3.24.52
|
||||||
|
#
|
||||||
|
# ModulesPath = /tmp/.mount_IdeA_0CNNpfH//usr/lib/gtk-3.0/3.0.0/linux/immodules:/tmp/.mount_IdeA_0CNNpfH//usr/lib/gtk-3.0/3.0.0/immodules:/tmp/.mount_IdeA_0CNNpfH//usr/lib/gtk-3.0/linux/immodules:/tmp/.mount_IdeA_0CNNpfH//usr/lib/gtk-3.0/immodules:/usr/lib64/gtk-3.0/3.0.0/linux/immodules:/usr/lib64/gtk-3.0/3.0.0/immodules:/usr/lib64/gtk-3.0/linux/immodules:/usr/lib64/gtk-3.0/immodules:/usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/linux/immodules:/usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules:/usr/lib/x86_64-linux-gnu/gtk-3.0/linux/immodules:/usr/lib/x86_64-linux-gnu/gtk-3.0/immodules:/tmp/.mount_IdeA_0CNNpfH//usr/lib/gtk-3.0/3.0.0/linux/immodules:/tmp/.mount_IdeA_0CNNpfH//usr/lib/gtk-3.0/3.0.0/immodules:/tmp/.mount_IdeA_0CNNpfH//usr/lib/gtk-3.0/linux/immodules:/tmp/.mount_IdeA_0CNNpfH//usr/lib/gtk-3.0/immodules
|
||||||
|
#
|
||||||
|
"/tmp/.mount_IdeA_0CNNpfH/im-am-et.so"
|
||||||
|
"am_et" "Amharic (EZ+)" "gtk30" "/usr/share/locale" "am"
|
||||||
|
|
||||||
|
"/tmp/.mount_IdeA_0CNNpfH/im-broadway.so"
|
||||||
|
"broadway" "Broadway" "gtk30" "/usr/share/locale" ""
|
||||||
|
|
||||||
|
"/tmp/.mount_IdeA_0CNNpfH/im-cedilla.so"
|
||||||
|
"cedilla" "Cedilla" "gtk30" "/usr/share/locale" "az:ca:co:fr:gv:oc:pt:sq:tr:wa"
|
||||||
|
|
||||||
|
"/tmp/.mount_IdeA_0CNNpfH/im-cyrillic-translit.so"
|
||||||
|
"cyrillic_translit" "Cyrillic (Transliterated)" "gtk30" "/usr/share/locale" ""
|
||||||
|
|
||||||
|
"/tmp/.mount_IdeA_0CNNpfH/im-inuktitut.so"
|
||||||
|
"inuktitut" "Inuktitut (Transliterated)" "gtk30" "/usr/share/locale" "iu"
|
||||||
|
|
||||||
|
"/tmp/.mount_IdeA_0CNNpfH/im-ipa.so"
|
||||||
|
"ipa" "IPA" "gtk30" "/usr/share/locale" ""
|
||||||
|
|
||||||
|
"/tmp/.mount_IdeA_0CNNpfH/im-multipress.so"
|
||||||
|
"multipress" "Multipress" "gtk30" "/usr/share/locale" ""
|
||||||
|
|
||||||
|
"/tmp/.mount_IdeA_0CNNpfH/im-thai.so"
|
||||||
|
"thai" "Thai-Lao" "gtk30" "/usr/share/locale" "lo:th"
|
||||||
|
|
||||||
|
"/tmp/.mount_IdeA_0CNNpfH/im-ti-er.so"
|
||||||
|
"ti_er" "Tigrigna-Eritrean (EZ+)" "gtk30" "/usr/share/locale" "ti"
|
||||||
|
|
||||||
|
"/tmp/.mount_IdeA_0CNNpfH/im-ti-et.so"
|
||||||
|
"ti_et" "Tigrigna-Ethiopian (EZ+)" "gtk30" "/usr/share/locale" "ti"
|
||||||
|
|
||||||
|
"/tmp/.mount_IdeA_0CNNpfH/im-viqr.so"
|
||||||
|
"viqr" "Vietnamese (VIQR)" "gtk30" "/usr/share/locale" ""
|
||||||
|
|
||||||
|
"/tmp/.mount_IdeA_0CNNpfH/im-wayland.so"
|
||||||
|
"wayland" "Wayland" "gtk30" "/usr/share/locale" ""
|
||||||
|
|
||||||
|
"/tmp/.mount_IdeA_0CNNpfH/im-xim.so"
|
||||||
|
"xim" "X Input Method" "gtk30" "/usr/share/locale" "ko:ja:th:zh"
|
||||||
|
|
||||||
|
"/usr/lib64/gtk-3.0/3.0.0/immodules/im-am-et.so"
|
||||||
|
"am_et" "Amharic (EZ+)" "gtk30" "/usr/share/locale" "am"
|
||||||
|
|
||||||
|
"/usr/lib64/gtk-3.0/3.0.0/immodules/im-broadway.so"
|
||||||
|
"broadway" "Broadway" "gtk30" "/usr/share/locale" ""
|
||||||
|
|
||||||
|
"/usr/lib64/gtk-3.0/3.0.0/immodules/im-cedilla.so"
|
||||||
|
"cedilla" "Cedilla" "gtk30" "/usr/share/locale" "az:ca:co:fr:gv:oc:pt:sq:tr:wa"
|
||||||
|
|
||||||
|
"/usr/lib64/gtk-3.0/3.0.0/immodules/im-cyrillic-translit.so"
|
||||||
|
"cyrillic_translit" "Cyrillic (Transliterated)" "gtk30" "/usr/share/locale" ""
|
||||||
|
|
||||||
|
"/usr/lib64/gtk-3.0/3.0.0/immodules/im-inuktitut.so"
|
||||||
|
"inuktitut" "Inuktitut (Transliterated)" "gtk30" "/usr/share/locale" "iu"
|
||||||
|
|
||||||
|
"/usr/lib64/gtk-3.0/3.0.0/immodules/im-ipa.so"
|
||||||
|
"ipa" "IPA" "gtk30" "/usr/share/locale" ""
|
||||||
|
|
||||||
|
"/usr/lib64/gtk-3.0/3.0.0/immodules/im-multipress.so"
|
||||||
|
"multipress" "Multipress" "gtk30" "/usr/share/locale" ""
|
||||||
|
|
||||||
|
"/usr/lib64/gtk-3.0/3.0.0/immodules/im-thai.so"
|
||||||
|
"thai" "Thai-Lao" "gtk30" "/usr/share/locale" "lo:th"
|
||||||
|
|
||||||
|
"/usr/lib64/gtk-3.0/3.0.0/immodules/im-ti-er.so"
|
||||||
|
"ti_er" "Tigrigna-Eritrean (EZ+)" "gtk30" "/usr/share/locale" "ti"
|
||||||
|
|
||||||
|
"/usr/lib64/gtk-3.0/3.0.0/immodules/im-ti-et.so"
|
||||||
|
"ti_et" "Tigrigna-Ethiopian (EZ+)" "gtk30" "/usr/share/locale" "ti"
|
||||||
|
|
||||||
|
"/usr/lib64/gtk-3.0/3.0.0/immodules/im-viqr.so"
|
||||||
|
"viqr" "Vietnamese (VIQR)" "gtk30" "/usr/share/locale" ""
|
||||||
|
|
||||||
|
"/usr/lib64/gtk-3.0/3.0.0/immodules/im-wayland.so"
|
||||||
|
"wayland" "Wayland" "gtk30" "/usr/share/locale" ""
|
||||||
|
|
||||||
|
"/usr/lib64/gtk-3.0/3.0.0/immodules/im-xim.so"
|
||||||
|
"xim" "X Input Method" "gtk30" "/usr/share/locale" "ko:ja:th:zh"
|
||||||
|
|
||||||
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
libcanberra-gtk3-module.so
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
1
target/release/bundle/appimage/IdeA.AppDir/usr/lib/im-am-et.so
Symbolic link
1
target/release/bundle/appimage/IdeA.AppDir/usr/lib/im-am-et.so
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
gtk-3.0/3.0.0/immodules/im-am-et.so
|
||||||
@ -0,0 +1 @@
|
|||||||
|
gtk-3.0/3.0.0/immodules/im-broadway.so
|
||||||
1
target/release/bundle/appimage/IdeA.AppDir/usr/lib/im-cedilla.so
Symbolic link
1
target/release/bundle/appimage/IdeA.AppDir/usr/lib/im-cedilla.so
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
gtk-3.0/3.0.0/immodules/im-cedilla.so
|
||||||
@ -0,0 +1 @@
|
|||||||
|
gtk-3.0/3.0.0/immodules/im-cyrillic-translit.so
|
||||||
@ -0,0 +1 @@
|
|||||||
|
gtk-3.0/3.0.0/immodules/im-inuktitut.so
|
||||||
1
target/release/bundle/appimage/IdeA.AppDir/usr/lib/im-ipa.so
Symbolic link
1
target/release/bundle/appimage/IdeA.AppDir/usr/lib/im-ipa.so
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
gtk-3.0/3.0.0/immodules/im-ipa.so
|
||||||
@ -0,0 +1 @@
|
|||||||
|
gtk-3.0/3.0.0/immodules/im-multipress.so
|
||||||
1
target/release/bundle/appimage/IdeA.AppDir/usr/lib/im-thai.so
Symbolic link
1
target/release/bundle/appimage/IdeA.AppDir/usr/lib/im-thai.so
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
gtk-3.0/3.0.0/immodules/im-thai.so
|
||||||
1
target/release/bundle/appimage/IdeA.AppDir/usr/lib/im-ti-er.so
Symbolic link
1
target/release/bundle/appimage/IdeA.AppDir/usr/lib/im-ti-er.so
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
gtk-3.0/3.0.0/immodules/im-ti-er.so
|
||||||
1
target/release/bundle/appimage/IdeA.AppDir/usr/lib/im-ti-et.so
Symbolic link
1
target/release/bundle/appimage/IdeA.AppDir/usr/lib/im-ti-et.so
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
gtk-3.0/3.0.0/immodules/im-ti-et.so
|
||||||
1
target/release/bundle/appimage/IdeA.AppDir/usr/lib/im-viqr.so
Symbolic link
1
target/release/bundle/appimage/IdeA.AppDir/usr/lib/im-viqr.so
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
gtk-3.0/3.0.0/immodules/im-viqr.so
|
||||||
1
target/release/bundle/appimage/IdeA.AppDir/usr/lib/im-wayland.so
Symbolic link
1
target/release/bundle/appimage/IdeA.AppDir/usr/lib/im-wayland.so
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
gtk-3.0/3.0.0/immodules/im-wayland.so
|
||||||
1
target/release/bundle/appimage/IdeA.AppDir/usr/lib/im-xim.so
Symbolic link
1
target/release/bundle/appimage/IdeA.AppDir/usr/lib/im-xim.so
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
gtk-3.0/3.0.0/immodules/im-xim.so
|
||||||
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libSvtAv1Enc.so.4
Executable file
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libSvtAv1Enc.so.4
Executable file
Binary file not shown.
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libXau.so.6
Executable file
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libXau.so.6
Executable file
Binary file not shown.
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libXcomposite.so.1
Executable file
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libXcomposite.so.1
Executable file
Binary file not shown.
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libXcursor.so.1
Executable file
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libXcursor.so.1
Executable file
Binary file not shown.
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libXdamage.so.1
Executable file
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libXdamage.so.1
Executable file
Binary file not shown.
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libXdmcp.so.6
Executable file
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libXdmcp.so.6
Executable file
Binary file not shown.
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libXext.so.6
Executable file
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libXext.so.6
Executable file
Binary file not shown.
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libXfixes.so.3
Executable file
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libXfixes.so.3
Executable file
Binary file not shown.
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libXi.so.6
Executable file
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libXi.so.6
Executable file
Binary file not shown.
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libXinerama.so.1
Executable file
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libXinerama.so.1
Executable file
Binary file not shown.
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libXrandr.so.2
Executable file
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libXrandr.so.2
Executable file
Binary file not shown.
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libXrender.so.1
Executable file
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libXrender.so.1
Executable file
Binary file not shown.
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libaom.so.3
Executable file
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libaom.so.3
Executable file
Binary file not shown.
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libatk-1.0.so.0
Executable file
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libatk-1.0.so.0
Executable file
Binary file not shown.
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libatk-bridge-2.0.so.0
Executable file
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libatk-bridge-2.0.so.0
Executable file
Binary file not shown.
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libatomic.so.1
Executable file
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libatomic.so.1
Executable file
Binary file not shown.
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libatspi.so.0
Executable file
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libatspi.so.0
Executable file
Binary file not shown.
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libavahi-client.so.3
Executable file
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libavahi-client.so.3
Executable file
Binary file not shown.
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libavahi-common.so.3
Executable file
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libavahi-common.so.3
Executable file
Binary file not shown.
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libavif.so.16
Executable file
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libavif.so.16
Executable file
Binary file not shown.
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libblkid.so.1
Executable file
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libblkid.so.1
Executable file
Binary file not shown.
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libbrotlicommon.so.1
Executable file
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libbrotlicommon.so.1
Executable file
Binary file not shown.
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libbrotlidec.so.1
Executable file
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libbrotlidec.so.1
Executable file
Binary file not shown.
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libbrotlienc.so.1
Executable file
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libbrotlienc.so.1
Executable file
Binary file not shown.
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libbz2.so.1.0
Executable file
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libbz2.so.1.0
Executable file
Binary file not shown.
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libcairo-gobject.so.2
Executable file
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libcairo-gobject.so.2
Executable file
Binary file not shown.
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libcairo.so.2
Executable file
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libcairo.so.2
Executable file
Binary file not shown.
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libcanberra-gtk3.so.0
Executable file
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libcanberra-gtk3.so.0
Executable file
Binary file not shown.
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libcanberra.so.0
Executable file
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libcanberra.so.0
Executable file
Binary file not shown.
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libcloudproviders.so.0
Executable file
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libcloudproviders.so.0
Executable file
Binary file not shown.
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libcolord.so.2
Executable file
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libcolord.so.2
Executable file
Binary file not shown.
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libcrypto.so.3
Executable file
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libcrypto.so.3
Executable file
Binary file not shown.
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libcups.so.2
Executable file
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libcups.so.2
Executable file
Binary file not shown.
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libdatrie.so.1
Executable file
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libdatrie.so.1
Executable file
Binary file not shown.
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libdav1d.so.7
Executable file
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libdav1d.so.7
Executable file
Binary file not shown.
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libdbus-1.so.3
Executable file
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libdbus-1.so.3
Executable file
Binary file not shown.
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libdw.so.1
Executable file
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libdw.so.1
Executable file
Binary file not shown.
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libelf.so.1
Executable file
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libelf.so.1
Executable file
Binary file not shown.
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libenchant-2.so.2
Executable file
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libenchant-2.so.2
Executable file
Binary file not shown.
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libepoxy.so.0
Executable file
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libepoxy.so.0
Executable file
Binary file not shown.
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libevdev.so.2
Executable file
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libevdev.so.2
Executable file
Binary file not shown.
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libffi.so.8
Executable file
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libffi.so.8
Executable file
Binary file not shown.
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libgcrypt.so.20
Executable file
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libgcrypt.so.20
Executable file
Binary file not shown.
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libgdk-3.so.0
Executable file
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libgdk-3.so.0
Executable file
Binary file not shown.
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libgdk_pixbuf-2.0.so
Executable file
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libgdk_pixbuf-2.0.so
Executable file
Binary file not shown.
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libgdk_pixbuf-2.0.so.0
Executable file
BIN
target/release/bundle/appimage/IdeA.AppDir/usr/lib/libgdk_pixbuf-2.0.so.0
Executable file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user