XFCE_AND_HYPERLAND

This commit is contained in:
2026-06-23 23:58:58 -05:00
commit ac75153861
12652 changed files with 4568288 additions and 0 deletions

View File

@@ -0,0 +1 @@
../../../common/root-overlay/etc/default

View File

@@ -0,0 +1,5 @@
# allow wheel group to use doas
permit persist :wheel
# allow root
permit nopass root

View File

@@ -0,0 +1 @@
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"

View File

@@ -0,0 +1,5 @@
#
# /etc/fstab: static file system information
#
# <file system> <dir> <type> <options> <dump> <pass>
/dev/mapper/rootfs / auto defaults 0 0

View File

@@ -0,0 +1 @@
artix-live

1
xfce/root-overlay/etc/hosts Symbolic link
View File

@@ -0,0 +1 @@
../../../common/root-overlay/etc/hosts

1
xfce/root-overlay/etc/issue Symbolic link
View File

@@ -0,0 +1 @@
../../../common/root-overlay/etc/issue

View File

@@ -0,0 +1,4 @@
[greeter]
theme-name=Adwaita
icon-theme-name=Adwaita
font-name=Sans 11

View File

@@ -0,0 +1,169 @@
#
# General configuration
#
# start-default-seat = True to always start one seat if none are defined in the configuration
# greeter-user = User to run greeter as
# minimum-display-number = Minimum display number to use for X servers
# minimum-vt = First VT to run displays on
# lock-memory = True to prevent memory from being paged to disk
# user-authority-in-system-dir = True if session authority should be in the system location
# guest-account-script = Script to be run to setup guest account
# logind-check-graphical = True to on start seats that are marked as graphical by logind
# log-directory = Directory to log information to
# run-directory = Directory to put running state in
# cache-directory = Directory to cache to
# sessions-directory = Directory to find sessions
# remote-sessions-directory = Directory to find remote sessions
# greeters-directory = Directory to find greeters
# backup-logs = True to move add a .old suffix to old log files when opening new ones
# dbus-service = True if LightDM provides a D-Bus service to control it
#
[LightDM]
#start-default-seat=true
#greeter-user=lightdm
#minimum-display-number=0
#minimum-vt=7 # Setting this to a value < 7 implies security issues, see FS#46799
#lock-memory=true
#user-authority-in-system-dir=false
#guest-account-script=guest-account
logind-check-graphical=true
#log-directory=/var/log/lightdm
run-directory=/run/lightdm
#cache-directory=/var/cache/lightdm
#sessions-directory=/usr/share/lightdm/sessions:/usr/share/xsessions:/usr/share/wayland-sessions
#remote-sessions-directory=/usr/share/lightdm/remote-sessions
#greeters-directory=$XDG_DATA_DIRS/lightdm/greeters:$XDG_DATA_DIRS/xgreeters
#backup-logs=true
#dbus-service=true
#
# Seat configuration
#
# Seat configuration is matched against the seat name glob in the section, for example:
# [Seat:*] matches all seats and is applied first.
# [Seat:seat0] matches the seat named "seat0".
# [Seat:seat-thin-client*] matches all seats that have names that start with "seat-thin-client".
#
# type = Seat type (local, xremote, unity)
# pam-service = PAM service to use for login
# pam-autologin-service = PAM service to use for autologin
# pam-greeter-service = PAM service to use for greeters
# xserver-backend = X backend to use (mir)
# xserver-command = X server command to run (can also contain arguments e.g. X -special-option)
# xmir-command = Xmir server command to run (can also contain arguments e.g. Xmir -special-option)
# xserver-config = Config file to pass to X server
# xserver-layout = Layout to pass to X server
# xserver-allow-tcp = True if TCP/IP connections are allowed to this X server
# xserver-share = True if the X server is shared for both greeter and session
# xserver-hostname = Hostname of X server (only for type=xremote)
# xserver-display-number = Display number of X server (only for type=xremote)
# xdmcp-manager = XDMCP manager to connect to (implies xserver-allow-tcp=true)
# xdmcp-port = XDMCP UDP/IP port to communicate on
# xdmcp-key = Authentication key to use for XDM-AUTHENTICATION-1 (stored in keys.conf)
# unity-compositor-command = Unity compositor command to run (can also contain arguments e.g. unity-system-compositor -special-option)
# unity-compositor-timeout = Number of seconds to wait for compositor to start
# greeter-session = Session to load for greeter
# greeter-hide-users = True to hide the user list
# greeter-allow-guest = True if the greeter should show a guest login option
# greeter-show-manual-login = True if the greeter should offer a manual login option
# greeter-show-remote-login = True if the greeter should offer a remote login option
# user-session = Session to load for users
# allow-user-switching = True if allowed to switch users
# allow-guest = True if guest login is allowed
# guest-session = Session to load for guests (overrides user-session)
# session-wrapper = Wrapper script to run session with
# greeter-wrapper = Wrapper script to run greeter with
# guest-wrapper = Wrapper script to run guest sessions with
# display-setup-script = Script to run when starting a greeter session (runs as root)
# display-stopped-script = Script to run after stopping the display server (runs as root)
# greeter-setup-script = Script to run when starting a greeter (runs as root)
# session-setup-script = Script to run when starting a user session (runs as root)
# session-cleanup-script = Script to run when quitting a user session (runs as root)
# autologin-guest = True to log in as guest by default
# autologin-user = User to log in with by default (overrides autologin-guest)
# autologin-user-timeout = Number of seconds to wait before loading default user
# autologin-session = Session to load for automatic login (overrides user-session)
# autologin-in-background = True if autologin session should not be immediately activated
# exit-on-failure = True if the daemon should exit if this seat fails
#
[Seat:*]
#type=local
#pam-service=lightdm
#pam-autologin-service=lightdm-autologin
#pam-greeter-service=lightdm-greeter
#xserver-backend=
#xserver-command=X
#xmir-command=Xmir
#xserver-config=
#xserver-layout=
#xserver-allow-tcp=false
#xserver-share=true
#xserver-hostname=
#xserver-display-number=
#xdmcp-manager=
#xdmcp-port=177
#xdmcp-key=
#unity-compositor-command=unity-system-compositor
#unity-compositor-timeout=60
greeter-session=lightdm-gtk-greeter
#greeter-hide-users=false
#greeter-allow-guest=true
#greeter-show-manual-login=false
#greeter-show-remote-login=true
#user-session=default
#allow-user-switching=true
#allow-guest=true
#guest-session=
session-wrapper=/etc/lightdm/Xsession
#greeter-wrapper=
#guest-wrapper=
#display-setup-script=
#display-stopped-script=
#greeter-setup-script=
#session-setup-script=
#session-cleanup-script=
#autologin-guest=false
autologin-user=artix
#autologin-user-timeout=0
#autologin-in-background=false
autologin-session=xfce
#exit-on-failure=false
#
# XDMCP Server configuration
#
# enabled = True if XDMCP connections should be allowed
# port = UDP/IP port to listen for connections on
# listen-address = Host/address to listen for XDMCP connections (use all addresses if not present)
# key = Authentication key to use for XDM-AUTHENTICATION-1 or blank to not use authentication (stored in keys.conf)
# hostname = Hostname to report to XDMCP clients (defaults to system hostname if unset)
#
# The authentication key is a 56 bit DES key specified in hex as 0xnnnnnnnnnnnnnn. Alternatively
# it can be a word and the first 7 characters are used as the key.
#
[XDMCPServer]
#enabled=false
#port=177
#listen-address=
#key=
#hostname=
#
# VNC Server configuration
#
# enabled = True if VNC connections should be allowed
# command = Command to run Xvnc server with
# port = TCP/IP port to listen for connections on
# listen-address = Host/address to listen for VNC connections (use all addresses if not present)
# width = Width of display to use
# height = Height of display to use
# depth = Color depth of display to use
#
[VNCServer]
#enabled=false
#command=Xvnc
#port=5900
#listen-address=
#width=1024
#height=768
#depth=8

View File

@@ -0,0 +1,81 @@
# vim:set ft=sh:
# MODULES
# The following modules are loaded before any boot hooks are
# run. Advanced users may wish to specify all system modules
# in this array. For instance:
# MODULES=(usbhid xhci_hcd)
MODULES=()
# BINARIES
# This setting includes any additional binaries a given user may
# wish into the CPIO image. This is run last, so it may be used to
# override the actual binaries included by a given hook
# BINARIES are dependency parsed, so you may safely ignore libraries
BINARIES=()
# FILES
# This setting is similar to BINARIES above, however, files are added
# as-is and are not parsed in any way. This is useful for config files.
FILES=()
# HOOKS
# This is the most important setting in this file. The HOOKS control the
# modules and scripts added to the image, and what happens at boot time.
# Order is important, and it is recommended that you do not change the
# order in which HOOKS are added. Run 'mkinitcpio -H <hook name>' for
# help on a given hook.
# 'base' is _required_ unless you know precisely what you are doing.
# 'udev' is _required_ in order to automatically load modules
# 'filesystems' is _required_ unless you specify your fs modules in MODULES
# Examples:
## This setup specifies all modules in the MODULES setting above.
## No RAID, lvm2, or ed root is needed.
# HOOKS=(base)
#
## This setup will autodetect all modules for your system and should
## work as a sane default
# HOOKS=(base udev autodetect microcode modconf block filesystems fsck)
#
## This setup will generate a 'full' image which supports most systems.
## No autodetection is done.
# HOOKS=(base udev microcode modconf block filesystems fsck)
#
## This setup assembles a mdadm array with an ed root file system.
## Note: See 'mkinitcpio -H mdadm_udev' for more information on RAID devices.
# HOOKS=(base udev microcode modconf keyboard keymap consolefont block mdadm_udev filesystems fsck)
#
## This setup loads an lvm2 volume group.
# HOOKS=(base udev microcode modconf block lvm2 filesystems fsck)
#
## This will create a systemd based initramfs which loads an ed root filesystem.
# HOOKS=(base systemd autodetect microcode modconf kms keyboard sd-vconsole sd- block filesystems fsck)
#
## NOTE: If you have /usr on a separate partition, you MUST include the
# usr and fsck hooks.
HOOKS=(base udev autodetect microcode kms modconf block keyboard keymap consolefont plymouth lvm2 filesystems fsck)
# COMPRESSION
# Use this to compress the initramfs image. By default, zstd compression
# is used for Linux ≥ 5.9 and gzip compression is used for Linux < 5.9.
# Use 'cat' to create an uncompressed image.
#COMPRESSION="zstd"
#COMPRESSION="gzip"
#COMPRESSION="bzip2"
#COMPRESSION="lzma"
#COMPRESSION="xz"
#COMPRESSION="lzop"
#COMPRESSION="lz4"
# COMPRESSION_OPTIONS
# Additional options for the compressor
#COMPRESSION_OPTIONS=()
# MODULES_DECOMPRESS
# Decompress loadable kernel modules and their firmware during initramfs
# creation. Switch (yes/no).
# Enable to allow further decreasing image size when using high compression
# (e.g. xz -9e or zstd --long --ultra -22) at the expense of increased RAM usage
# at early boot.
# Note that any compressed files will be placed in the uncompressed early CPIO
# to avoid double compression.
#MODULES_DECOMPRESS="no"

View File

@@ -0,0 +1,104 @@
#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives
#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir = /
#DBPath = /var/lib/pacman/
#CacheDir = /var/cache/pacman/pkg/
#LogFile = /var/log/pacman.log
#GPGDir = /etc/pacman.d/gnupg/
#HookDir = /etc/pacman.d/hooks/
HoldPkg = pacman glibc
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
Architecture = auto
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg =
#IgnoreGroup =
#NoUpgrade =
#NoExtract =
# Misc options
#UseSyslog
Color
#NoProgressBar
CheckSpace
VerbosePkgLists
ParallelDownloads = 7
ILoveCandy
# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.
SigLevel = Required DatabaseOptional
LocalFileSigLevel = Optional
#RemoteFileSigLevel = Required
# NOTE: You must run `pacman-key --init` before first using pacman; the local
# keyring can then be populated with the keys of all official Artix Linux
# packagers with `pacman-key --populate artix`.
#
# REPOSITORIES
# - can be defined here or included from another file
# - pacman will search repositories in the order defined here
# - local/custom mirrors can be added here or in separate files
# - repositories listed first will take precedence when packages
# have identical names, regardless of version number
# - URLs will have $repo replaced by the name of the current repo
# - URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
# [repo-name]
# Server = ServerName
# Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#
# The gremlins repositories are disabled by default. To enable, uncomment the
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.
#[system-gremlins]
#Include = /etc/pacman.d/mirrorlist
[system]
Include = /etc/pacman.d/mirrorlist
#[world-gremlins]
#Include = /etc/pacman.d/mirrorlist
[world]
Include = /etc/pacman.d/mirrorlist
#[galaxy-gremlins]
#Include = /etc/pacman.d/mirrorlist
[galaxy]
Include = /etc/pacman.d/mirrorlist
# If you want to run 32 bit applications on your x86_64 system,
# enable the lib32 repositories as required here.
#[lib32-gremlins]
#Include = /etc/pacman.d/mirrorlist
#[lib32]
#Include = /etc/pacman.d/mirrorlist
# An example of a custom package repository. See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs

View File

@@ -0,0 +1,6 @@
#%PAM-1.0
auth sufficient pam_rootok.so
auth sufficient pam_wheel.so trust use_uid
auth required pam_unix.so
account required pam_unix.so
session required pam_unix.so

View File

@@ -0,0 +1,3 @@
[Daemon]
Theme=linaraos
ShowDelay=0

View File

@@ -0,0 +1,62 @@
# Configuration for locking the user after multiple failed
# authentication attempts.
#
# The directory where the user files with the failure records are kept.
# The default is /var/run/faillock.
# dir = /var/run/faillock
#
# Will log the user name into the system log if the user is not found.
# Enabled if option is present.
# audit
#
# Don't print informative messages.
# Enabled if option is present.
# silent
#
# Don't log informative messages via syslog.
# Enabled if option is present.
# no_log_info
#
# Only track failed user authentications attempts for local users
# in /etc/passwd and ignore centralized (AD, IdM, LDAP, etc.) users.
# The `faillock` command will also no longer track user failed
# authentication attempts. Enabling this option will prevent a
# double-lockout scenario where a user is locked out locally and
# in the centralized mechanism.
# Enabled if option is present.
# local_users_only
#
# Deny access if the number of consecutive authentication failures
# for this user during the recent interval exceeds n tries.
# The default is 3.
deny = 7
#
# The length of the interval during which the consecutive
# authentication failures must happen for the user account
# lock out is n seconds.
# The default is 900 (15 minutes).
# fail_interval = 900
#
# The access will be re-enabled after n seconds after the lock out.
# The value 0 has the same meaning as value `never` - the access
# will not be re-enabled without resetting the faillock
# entries by the `faillock` command.
# The default is 600 (10 minutes).
unlock_time = 60
#
# Root account can become locked as well as regular accounts.
# Enabled if option is present.
# even_deny_root
#
# This option implies the `even_deny_root` option.
# Allow access after n seconds to root account after the
# account is locked. In case the option is not specified
# the value is the same as of the `unlock_time` option.
# root_unlock_time = 900
#
# If a group name is specified with this option, members
# of the group will be handled by this module the same as
# the root account (the options `even_deny_root` and
# `root_unlock_time` will apply to them).
# By default, the option is not set.
# admin_group = <admin_group_name>

View File

@@ -0,0 +1,35 @@
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
# alias ls='ls --color=auto'
# alias grep='grep --color=auto'
# PS1='[\u@\h \W]\$ '
# opencode
export PATH=$HOME/.opencode/bin:$PATH
alias sudo='doas'
if [ -z "$FISH_AUTO_STARTED" ]; then
# Export a flag so that any Bash launched from fish knows not to
# reexec fish again.
export FISH_AUTO_STARTED=1
# Replace this Bash process with fish.
exec fish
fi
# ------------------------------------------------------------------
# Your normal Bash customisations can go after this point.
# They will be sourced only when you are really using Bash.
# ------------------------------------------------------------------
# Example: enable colour prompt
force_color_prompt=yes
if [ -n "$force_color_prompt" ]; then
PS1='\[\e[0;32m\]\u@\h \[\e[0;34m\]\w\[\e[0m\]\$ '
fi

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,788 @@
2026-06-10 08:36:33 Arduino IDE 2.3.8
2026-06-10 08:36:33 Checking for frontend application configuration customizations. Module path: /tmp/.mount_arduinF1u8Za/resources/app/lib/backend/electron-main.js, destination 'package.json': /tmp/.mount_arduinF1u8Za/resources/app/package.json
2026-06-10 08:36:33 Setting 'theia.frontend.config.appVersion' application configuration value to: "2.3.8" (type of string)
2026-06-10 08:36:33 Setting 'theia.frontend.config.cliVersion' application configuration value to: "1.4.1" (type of string)
2026-06-10 08:36:33 Setting 'theia.frontend.config.buildDate' application configuration value to: "2026-02-25T15:15:50.003Z" (type of string)
2026-06-10 08:36:33 Frontend application configuration after modifications: {"applicationName":"Arduino IDE","defaultTheme":{"light":"arduino-theme","dark":"arduino-theme-dark"},"defaultIconTheme":"none","electron":{"windowOptions":{},"showWindowEarly":true,"splashScreenOptions":{},"uriScheme":"arduino-ide"},"defaultLocale":"","validatePreferencesSchema":false,"reloadOnReconnect":true,"uriScheme":"theia","preferences":{"window.title":"${rootName}${activeEditorShort}${appName}","files.autoSave":"afterDelay","editor.minimap.enabled":false,"editor.tabSize":2,"editor.scrollBeyondLastLine":false,"editor.quickSuggestions":{"other":false,"comments":false,"strings":false},"editor.maxTokenizationLineLength":500,"editor.bracketPairColorization.enabled":false,"breadcrumbs.enabled":false,"workbench.tree.renderIndentGuides":"none","explorer.compactFolders":false},"appVersion":"2.3.8","cliVersion":"1.4.1","buildDate":"2026-02-25T15:15:50.003Z"}
2026-06-10 08:36:33 Starting backend process. PID: 2766
2026-06-10 08:36:34 Showing main window early
2026-06-10 08:36:34 Using browser-only version of superagent in non-browser environment
2026-06-10 08:36:34 Configuration directory URI: 'file:///home/temp/.arduinoIDE'
2026-06-10 08:36:34 Configuring to accept webviews on '^.+\.webview\..+$' hostname.
2026-06-10 08:36:35 2026-06-10T13:36:35.000Z root INFO Backend u.initialize: 32.6 ms [Finished 0.725 s after backend start]
2026-06-10 08:36:35 2026-06-10T13:36:35.012Z root INFO Backend Object.initialize: 30.7 ms [Finished 0.725 s after backend start]
2026-06-10 08:36:35 2026-06-10T13:36:35.012Z root INFO Backend a.initialize: 1.4 ms [Finished 0.725 s after backend start]
2026-06-10 08:36:35 2026-06-10T13:36:35.012Z root INFO Backend a.initialize: 1.0 ms [Finished 0.725 s after backend start]
2026-06-10 08:36:35 2026-06-10T13:36:35.012Z root INFO Backend u.initialize: 1.3 ms [Finished 0.725 s after backend start]
2026-06-10 08:36:35 2026-06-10T13:36:35.015Z root INFO Backend l.initialize: 32.2 ms [Finished 0.726 s after backend start]
2026-06-10 08:36:35 2026-06-10T13:36:35.022Z root INFO configured all backend app contributions
2026-06-10 08:36:35 2026-06-10T13:36:35.023Z root INFO Backend l.onStart: 1.3 ms [Finished 0.749 s after backend start]
2026-06-10 08:36:35 2026-06-10T13:36:35.023Z root INFO Backend d.onStart: 0.1 ms [Finished 0.749 s after backend start]
2026-06-10 08:36:35 2026-06-10T13:36:35.024Z root INFO Backend a.onStart: 0.3 ms [Finished 0.749 s after backend start]
2026-06-10 08:36:35 2026-06-10T13:36:35.024Z config INFO >>> Initializing CLI configuration...
2026-06-10 08:36:35 2026-06-10T13:36:35.024Z root INFO Backend x.onStart: 0.3 ms [Finished 0.749 s after backend start]
2026-06-10 08:36:35 2026-06-10T13:36:35.024Z config INFO Loading CLI configuration from /home/temp/.arduinoIDE/arduino-cli.yaml...
2026-06-10 08:36:35 2026-06-10T13:36:35.024Z daemon INFO Starting daemon from /tmp/.mount_arduinF1u8Za/resources/app/lib/backend/resources/arduino-cli...
2026-06-10 08:36:35 2026-06-10T13:36:35.024Z root INFO Backend w.onStart: 0.3 ms [Finished 0.750 s after backend start]
2026-06-10 08:36:35 2026-06-10T13:36:35.024Z discovery-log INFO start
2026-06-10 08:36:35 2026-06-10T13:36:35.024Z discovery-log INFO start new deferred
2026-06-10 08:36:35 2026-06-10T13:36:35.024Z root INFO Backend v.onStart: 0.2 ms [Finished 0.750 s after backend start]
2026-06-10 08:36:35 2026-06-10T13:36:35.024Z root INFO Backend a.onStart: 0.1 ms [Finished 0.750 s after backend start]
2026-06-10 08:36:35 2026-06-10T13:36:35.027Z root INFO Theia app listening on http://127.0.0.1:44683.
2026-06-10 08:36:35 2026-06-10T13:36:35.027Z root INFO Finished starting backend application: 3.1 ms [Finished 0.754 s after backend start]
2026-06-10 08:36:35 2026-06-10T13:36:35.044Z root WARN The local plugin referenced by local-dir:/home/temp/.arduinoIDE/plugins does not exist.
2026-06-10 08:36:35 2026-06-10T13:36:35.044Z root WARN The local plugin referenced by local-dir:/home/temp/.arduinoIDE/deployedPlugins does not exist.
2026-06-10 08:36:35 2026-06-10T13:36:35.217Z root INFO Resolve plugins list: 191.9 ms [Finished 0.943 s after backend start]
2026-06-10 08:36:35 2026-06-10T13:36:35.367Z daemon INFO time="2026-06-10T08:36:35-05:00" level=info msg="arduino-cli version 1.4.1"
2026-06-10 08:36:35 2026-06-10T13:36:35.370Z daemon INFO time="2026-06-10T08:36:35-05:00" level=info msg="Using config file: /home/temp/.arduinoIDE/arduino-cli.yaml"
time="2026-06-10T08:36:35-05:00" level=info msg="Executing `arduino-cli daemon`"
2026-06-10 08:36:35 2026-06-10T13:36:35.375Z config INFO Loading CLI configuration from /home/temp/.arduinoIDE/arduino-cli.yaml...
2026-06-10 08:36:35 2026-06-10T13:36:35.412Z daemon INFO Daemon is now listening on 127.0.0.1:37523
{"IP":"127.0.0.1","Port":"37523"}
2026-06-10 08:36:35 2026-06-10T13:36:35.412Z daemon INFO Daemon is running.
2026-06-10 08:36:35 2026-06-10T13:36:35.451Z config INFO Loaded CLI configuration: {"board_manager":{"additional_urls":[]}}
2026-06-10 08:36:35 2026-06-10T13:36:35.451Z config INFO Loading fallback CLI configuration to get 'directories.data' and 'directories.user'
2026-06-10 08:36:35 2026-06-10T13:36:35.462Z config INFO Loaded fallback CLI configuration: {"directories":{"user":"/home/temp/Arduino","data":"/home/temp/.arduino15"}}
2026-06-10 08:36:35 2026-06-10T13:36:35.462Z config INFO Merged CLI configuration with the fallback: {"directories":{"user":"/home/temp/Arduino","data":"/home/temp/.arduino15"},"board_manager":{"additional_urls":[]}}
2026-06-10 08:36:35 2026-06-10T13:36:35.462Z config INFO Loaded the CLI configuration.
2026-06-10 08:36:35 2026-06-10T13:36:35.462Z config INFO Mapped the CLI configuration: {"dataDirUri":"file:///home/temp/.arduino15","sketchDirUri":"file:///home/temp/Arduino","additionalUrls":[],"network":"none","locale":"en"}
2026-06-10 08:36:35 2026-06-10T13:36:35.462Z config INFO Validating the CLI configuration...
2026-06-10 08:36:35 2026-06-10T13:36:35.462Z config INFO The CLI config is valid.
2026-06-10 08:36:35 2026-06-10T13:36:35.462Z config INFO <<< Initialized the CLI configuration.
2026-06-10 08:36:35 2026-06-10T13:36:35.502Z daemon INFO time="2026-06-10T08:36:35-05:00" level=info msg="Starting download" url="https://downloads.arduino.cc/libraries/library_index.tar.bz2"
2026-06-10 08:36:36 2026-06-10T13:36:36.272Z root INFO Deploy plugins list: 1247.1 ms [Finished 1.998 s after backend start]
2026-06-10 08:36:36 2026-06-10T13:36:36.641Z root INFO creating connection for 1
2026-06-10 08:36:37 Stored workspaces roots:
2026-06-10 08:36:37 No sketches were scheduled for deletion.
2026-06-10 08:58:30 Arduino IDE 2.3.8
2026-06-10 08:58:30 Checking for frontend application configuration customizations. Module path: /tmp/.mount_arduinA6BbPl/resources/app/lib/backend/electron-main.js, destination 'package.json': /tmp/.mount_arduinA6BbPl/resources/app/package.json
2026-06-10 08:58:31 Setting 'theia.frontend.config.appVersion' application configuration value to: "2.3.8" (type of string)
2026-06-10 08:58:31 Setting 'theia.frontend.config.cliVersion' application configuration value to: "1.4.1" (type of string)
2026-06-10 08:58:31 Setting 'theia.frontend.config.buildDate' application configuration value to: "2026-02-25T15:15:50.003Z" (type of string)
2026-06-10 08:58:31 Frontend application configuration after modifications: {"applicationName":"Arduino IDE","defaultTheme":{"light":"arduino-theme","dark":"arduino-theme-dark"},"defaultIconTheme":"none","electron":{"windowOptions":{},"showWindowEarly":true,"splashScreenOptions":{},"uriScheme":"arduino-ide"},"defaultLocale":"","validatePreferencesSchema":false,"reloadOnReconnect":true,"uriScheme":"theia","preferences":{"window.title":"${rootName}${activeEditorShort}${appName}","files.autoSave":"afterDelay","editor.minimap.enabled":false,"editor.tabSize":2,"editor.scrollBeyondLastLine":false,"editor.quickSuggestions":{"other":false,"comments":false,"strings":false},"editor.maxTokenizationLineLength":500,"editor.bracketPairColorization.enabled":false,"breadcrumbs.enabled":false,"workbench.tree.renderIndentGuides":"none","explorer.compactFolders":false},"appVersion":"2.3.8","cliVersion":"1.4.1","buildDate":"2026-02-25T15:15:50.003Z"}
2026-06-10 08:58:31 Starting backend process. PID: 12280
2026-06-10 08:58:32 Showing main window early
2026-06-10 08:58:32 Using browser-only version of superagent in non-browser environment
2026-06-10 08:58:32 Configuration directory URI: 'file:///home/temp/.arduinoIDE'
2026-06-10 08:58:32 Configuring to accept webviews on '^.+\.webview\..+$' hostname.
2026-06-10 08:58:32 2026-06-10T13:58:32.746Z root INFO Backend u.initialize: 36.0 ms [Finished 0.775 s after backend start]
2026-06-10 08:58:32 2026-06-10T13:58:32.749Z root INFO Backend Object.initialize: 32.7 ms [Finished 0.775 s after backend start]
2026-06-10 08:58:32 2026-06-10T13:58:32.749Z root INFO Backend a.initialize: 1.2 ms [Finished 0.775 s after backend start]
2026-06-10 08:58:32 2026-06-10T13:58:32.749Z root INFO Backend a.initialize: 0.9 ms [Finished 0.775 s after backend start]
2026-06-10 08:58:32 2026-06-10T13:58:32.749Z root INFO Backend u.initialize: 1.3 ms [Finished 0.776 s after backend start]
2026-06-10 08:58:32 2026-06-10T13:58:32.751Z root INFO Backend l.initialize: 34.0 ms [Finished 0.777 s after backend start]
2026-06-10 08:58:32 2026-06-10T13:58:32.759Z root INFO configured all backend app contributions
2026-06-10 08:58:32 2026-06-10T13:58:32.760Z root INFO Backend l.onStart: 1.6 ms [Finished 0.790 s after backend start]
2026-06-10 08:58:32 2026-06-10T13:58:32.760Z root INFO Backend d.onStart: 0.1 ms [Finished 0.790 s after backend start]
2026-06-10 08:58:32 2026-06-10T13:58:32.761Z root INFO Backend a.onStart: 0.4 ms [Finished 0.791 s after backend start]
2026-06-10 08:58:32 2026-06-10T13:58:32.761Z config INFO >>> Initializing CLI configuration...
2026-06-10 08:58:32 2026-06-10T13:58:32.761Z root INFO Backend x.onStart: 0.4 ms [Finished 0.791 s after backend start]
2026-06-10 08:58:32 2026-06-10T13:58:32.761Z config INFO Loading CLI configuration from /home/temp/.arduinoIDE/arduino-cli.yaml...
2026-06-10 08:58:32 2026-06-10T13:58:32.762Z daemon INFO Starting daemon from /tmp/.mount_arduinA6BbPl/resources/app/lib/backend/resources/arduino-cli...
2026-06-10 08:58:32 2026-06-10T13:58:32.762Z root INFO Backend w.onStart: 0.5 ms [Finished 0.792 s after backend start]
2026-06-10 08:58:32 2026-06-10T13:58:32.762Z discovery-log INFO start
2026-06-10 08:58:32 2026-06-10T13:58:32.762Z discovery-log INFO start new deferred
2026-06-10 08:58:32 2026-06-10T13:58:32.762Z root INFO Backend v.onStart: 0.3 ms [Finished 0.792 s after backend start]
2026-06-10 08:58:32 2026-06-10T13:58:32.762Z root INFO Backend a.onStart: 0.1 ms [Finished 0.793 s after backend start]
2026-06-10 08:58:32 2026-06-10T13:58:32.766Z root INFO Theia app listening on http://127.0.0.1:38405.
2026-06-10 08:58:32 2026-06-10T13:58:32.766Z root INFO Finished starting backend application: 4.4 ms [Finished 0.797 s after backend start]
2026-06-10 08:58:32 2026-06-10T13:58:32.775Z root WARN The local plugin referenced by local-dir:/home/temp/.arduinoIDE/plugins does not exist.
2026-06-10 08:58:32 2026-06-10T13:58:32.775Z root WARN The local plugin referenced by local-dir:/home/temp/.arduinoIDE/deployedPlugins does not exist.
2026-06-10 08:58:32 2026-06-10T13:58:32.803Z config INFO Loaded CLI configuration: {"board_manager":{"additional_urls":[]}}
2026-06-10 08:58:32 2026-06-10T13:58:32.803Z config INFO Loading fallback CLI configuration to get 'directories.data' and 'directories.user'
2026-06-10 08:58:32 2026-06-10T13:58:32.947Z root INFO Resolve plugins list: 184.0 ms [Finished 0.978 s after backend start]
2026-06-10 08:58:33 2026-06-10T13:58:33.123Z daemon INFO time="2026-06-10T08:58:33-05:00" level=info msg="arduino-cli version 1.4.1"
2026-06-10 08:58:33 2026-06-10T13:58:33.133Z daemon INFO time="2026-06-10T08:58:33-05:00" level=info msg="Using config file: /home/temp/.arduinoIDE/arduino-cli.yaml"
time="2026-06-10T08:58:33-05:00" level=info msg="Executing `arduino-cli daemon`"
2026-06-10 08:58:33 2026-06-10T13:58:33.138Z config INFO Loaded fallback CLI configuration: {"directories":{"user":"/home/temp/Arduino","data":"/home/temp/.arduino15"}}
2026-06-10 08:58:33 2026-06-10T13:58:33.138Z config INFO Merged CLI configuration with the fallback: {"directories":{"user":"/home/temp/Arduino","data":"/home/temp/.arduino15"},"board_manager":{"additional_urls":[]}}
2026-06-10 08:58:33 2026-06-10T13:58:33.138Z config INFO Loaded the CLI configuration.
2026-06-10 08:58:33 2026-06-10T13:58:33.158Z daemon INFO Daemon is now listening on 127.0.0.1:35567
{"IP":"127.0.0.1","Port":"35567"}
2026-06-10 08:58:33 2026-06-10T13:58:33.158Z daemon INFO Daemon is running.
2026-06-10 08:58:33 2026-06-10T13:58:33.191Z config INFO Mapped the CLI configuration: {"dataDirUri":"file:///home/temp/.arduino15","sketchDirUri":"file:///home/temp/Arduino","additionalUrls":[],"network":"none","locale":"en"}
2026-06-10 08:58:33 2026-06-10T13:58:33.191Z config INFO Validating the CLI configuration...
2026-06-10 08:58:33 2026-06-10T13:58:33.208Z config INFO The CLI config is valid.
2026-06-10 08:58:33 2026-06-10T13:58:33.208Z config INFO <<< Initialized the CLI configuration.
2026-06-10 08:58:33 2026-06-10T13:58:33.222Z daemon INFO time="2026-06-10T08:58:33-05:00" level=info msg="Starting download" url="https://downloads.arduino.cc/libraries/library_index.tar.bz2"
2026-06-10 08:58:34 2026-06-10T13:58:34.243Z root INFO Deploy plugins list: 1480.2 ms [Finished 2.274 s after backend start]
2026-06-10 08:58:34 2026-06-10T13:58:34.654Z root INFO creating connection for 1
2026-06-10 08:58:35 2026-06-10T13:58:35.765Z root WARN A command editor.action.toggleStickyScroll is already registered.
2026-06-10 08:58:35 Opening channel for service path '/services/electron-window'.
2026-06-10 08:58:35 Opening channel for service path '/services/ide-updater'.
2026-06-10 08:58:35 2026-06-10T13:58:35.922Z root INFO Start frontend contributions: 372.6 ms [Finished 3.116 s after frontend start]
2026-06-10 08:58:35 2026-06-10T13:58:35.923Z root INFO Changed application state from 'init' to 'started_contributions'.
2026-06-10 08:58:35 2026-06-10T13:58:35.933Z root INFO Changed application state from 'started_contributions' to 'attached_shell'.
2026-06-10 08:58:35 2026-06-10T13:58:35.933Z root INFO >>> Restoring the layout state...
2026-06-10 08:58:35 2026-06-10T13:58:35.985Z root INFO [d37530ba-47b3-4d31-8c76-1c4b7f6a07dc] Waiting for backend deployment: 78.5 ms [Finished 3.189 s after frontend start]
2026-06-10 08:58:36 Closing channel on service path '/services/electron-window'.
2026-06-10 08:58:36 Closing channel on service path '/services/ide-updater'.
2026-06-10 08:58:36 Stored workspaces roots:
2026-06-10 08:58:36 No sketches were scheduled for deletion.
2026-06-10 09:01:15 Arduino IDE 2.3.8
2026-06-10 09:01:15 Checking for frontend application configuration customizations. Module path: /tmp/.mount_arduinJD27lV/resources/app/lib/backend/electron-main.js, destination 'package.json': /tmp/.mount_arduinJD27lV/resources/app/package.json
2026-06-10 09:01:15 Setting 'theia.frontend.config.appVersion' application configuration value to: "2.3.8" (type of string)
2026-06-10 09:01:15 Setting 'theia.frontend.config.cliVersion' application configuration value to: "1.4.1" (type of string)
2026-06-10 09:01:15 Setting 'theia.frontend.config.buildDate' application configuration value to: "2026-02-25T15:15:50.003Z" (type of string)
2026-06-10 09:01:15 Frontend application configuration after modifications: {"applicationName":"Arduino IDE","defaultTheme":{"light":"arduino-theme","dark":"arduino-theme-dark"},"defaultIconTheme":"none","electron":{"windowOptions":{},"showWindowEarly":true,"splashScreenOptions":{},"uriScheme":"arduino-ide"},"defaultLocale":"","validatePreferencesSchema":false,"reloadOnReconnect":true,"uriScheme":"theia","preferences":{"window.title":"${rootName}${activeEditorShort}${appName}","files.autoSave":"afterDelay","editor.minimap.enabled":false,"editor.tabSize":2,"editor.scrollBeyondLastLine":false,"editor.quickSuggestions":{"other":false,"comments":false,"strings":false},"editor.maxTokenizationLineLength":500,"editor.bracketPairColorization.enabled":false,"breadcrumbs.enabled":false,"workbench.tree.renderIndentGuides":"none","explorer.compactFolders":false},"appVersion":"2.3.8","cliVersion":"1.4.1","buildDate":"2026-02-25T15:15:50.003Z"}
2026-06-10 09:01:15 Starting backend process. PID: 15492
2026-06-10 09:01:16 Showing main window early
2026-06-10 09:01:16 Using browser-only version of superagent in non-browser environment
2026-06-10 09:01:16 Configuration directory URI: 'file:///home/temp/.arduinoIDE'
2026-06-10 09:01:16 Configuring to accept webviews on '^.+\.webview\..+$' hostname.
2026-06-10 09:01:16 2026-06-10T14:01:16.933Z root INFO Backend u.initialize: 34.1 ms [Finished 0.793 s after backend start]
2026-06-10 09:01:16 2026-06-10T14:01:16.945Z root INFO Backend Object.initialize: 32.1 ms [Finished 0.793 s after backend start]
2026-06-10 09:01:16 2026-06-10T14:01:16.945Z root INFO Backend a.initialize: 1.4 ms [Finished 0.793 s after backend start]
2026-06-10 09:01:16 2026-06-10T14:01:16.945Z root INFO Backend a.initialize: 1.0 ms [Finished 0.793 s after backend start]
2026-06-10 09:01:16 2026-06-10T14:01:16.945Z root INFO Backend u.initialize: 1.4 ms [Finished 0.794 s after backend start]
2026-06-10 09:01:16 2026-06-10T14:01:16.947Z root INFO Backend l.initialize: 33.5 ms [Finished 0.795 s after backend start]
2026-06-10 09:01:16 2026-06-10T14:01:16.955Z root INFO configured all backend app contributions
2026-06-10 09:01:16 2026-06-10T14:01:16.956Z root INFO Backend l.onStart: 1.4 ms [Finished 0.817 s after backend start]
2026-06-10 09:01:16 2026-06-10T14:01:16.956Z root INFO Backend d.onStart: 0.1 ms [Finished 0.817 s after backend start]
2026-06-10 09:01:16 2026-06-10T14:01:16.957Z root INFO Backend a.onStart: 0.3 ms [Finished 0.817 s after backend start]
2026-06-10 09:01:16 2026-06-10T14:01:16.957Z config INFO >>> Initializing CLI configuration...
2026-06-10 09:01:16 2026-06-10T14:01:16.957Z root INFO Backend x.onStart: 0.3 ms [Finished 0.818 s after backend start]
2026-06-10 09:01:16 2026-06-10T14:01:16.957Z config INFO Loading CLI configuration from /home/temp/.arduinoIDE/arduino-cli.yaml...
2026-06-10 09:01:16 2026-06-10T14:01:16.957Z daemon INFO Starting daemon from /tmp/.mount_arduinJD27lV/resources/app/lib/backend/resources/arduino-cli...
2026-06-10 09:01:16 2026-06-10T14:01:16.957Z root INFO Backend w.onStart: 0.4 ms [Finished 0.818 s after backend start]
2026-06-10 09:01:16 2026-06-10T14:01:16.957Z discovery-log INFO start
2026-06-10 09:01:16 2026-06-10T14:01:16.957Z discovery-log INFO start new deferred
2026-06-10 09:01:16 2026-06-10T14:01:16.957Z root INFO Backend v.onStart: 0.2 ms [Finished 0.819 s after backend start]
2026-06-10 09:01:16 2026-06-10T14:01:16.957Z root INFO Backend a.onStart: 0.1 ms [Finished 0.819 s after backend start]
2026-06-10 09:01:16 2026-06-10T14:01:16.961Z root INFO Theia app listening on http://127.0.0.1:35931.
2026-06-10 09:01:16 2026-06-10T14:01:16.961Z root INFO Finished starting backend application: 3.4 ms [Finished 0.822 s after backend start]
2026-06-10 09:01:17 2026-06-10T14:01:16.974Z root WARN The local plugin referenced by local-dir:/home/temp/.arduinoIDE/deployedPlugins does not exist.
2026-06-10 09:01:17 2026-06-10T14:01:16.974Z root WARN The local plugin referenced by local-dir:/home/temp/.arduinoIDE/plugins does not exist.
2026-06-10 09:01:17 2026-06-10T14:01:16.998Z config INFO Loaded CLI configuration: {"board_manager":{"additional_urls":[]}}
2026-06-10 09:01:17 2026-06-10T14:01:16.998Z config INFO Loading fallback CLI configuration to get 'directories.data' and 'directories.user'
2026-06-10 09:01:17 2026-06-10T14:01:17.157Z root INFO Resolve plugins list: 199.0 ms [Finished 1.019 s after backend start]
2026-06-10 09:01:17 2026-06-10T14:01:17.322Z daemon INFO time="2026-06-10T09:01:17-05:00" level=info msg="arduino-cli version 1.4.1"
2026-06-10 09:01:17 2026-06-10T14:01:17.331Z daemon INFO time="2026-06-10T09:01:17-05:00" level=info msg="Using config file: /home/temp/.arduinoIDE/arduino-cli.yaml"
time="2026-06-10T09:01:17-05:00" level=info msg="Executing `arduino-cli daemon`"
2026-06-10 09:01:17 2026-06-10T14:01:17.339Z config INFO Loaded fallback CLI configuration: {"directories":{"user":"/home/temp/Arduino","data":"/home/temp/.arduino15"}}
2026-06-10 09:01:17 2026-06-10T14:01:17.339Z config INFO Merged CLI configuration with the fallback: {"directories":{"user":"/home/temp/Arduino","data":"/home/temp/.arduino15"},"board_manager":{"additional_urls":[]}}
2026-06-10 09:01:17 2026-06-10T14:01:17.339Z config INFO Loaded the CLI configuration.
2026-06-10 09:01:17 2026-06-10T14:01:17.351Z daemon INFO Daemon is now listening on 127.0.0.1:33167
{"IP":"127.0.0.1","Port":"33167"}
2026-06-10 09:01:17 2026-06-10T14:01:17.351Z daemon INFO Daemon is running.
2026-06-10 09:01:17 2026-06-10T14:01:17.389Z config INFO Mapped the CLI configuration: {"dataDirUri":"file:///home/temp/.arduino15","sketchDirUri":"file:///home/temp/Arduino","additionalUrls":[],"network":"none","locale":"en"}
2026-06-10 09:01:17 2026-06-10T14:01:17.389Z config INFO Validating the CLI configuration...
2026-06-10 09:01:17 2026-06-10T14:01:17.401Z config INFO The CLI config is valid.
2026-06-10 09:01:17 2026-06-10T14:01:17.401Z config INFO <<< Initialized the CLI configuration.
2026-06-10 09:01:17 2026-06-10T14:01:17.440Z daemon INFO time="2026-06-10T09:01:17-05:00" level=info msg="Starting download" url="https://downloads.arduino.cc/libraries/library_index.tar.bz2"
2026-06-10 09:01:18 2026-06-10T14:01:18.225Z root INFO Deploy plugins list: 1266.7 ms [Finished 2.086 s after backend start]
2026-06-10 09:01:18 2026-06-10T14:01:18.590Z root INFO creating connection for 1
2026-06-10 09:01:19 2026-06-10T14:01:19.743Z root WARN A command editor.action.toggleStickyScroll is already registered.
2026-06-10 09:01:19 Opening channel for service path '/services/electron-window'.
2026-06-10 09:01:19 Opening channel for service path '/services/ide-updater'.
2026-06-10 09:01:19 2026-06-10T14:01:19.905Z root INFO Start frontend contributions: 427.7 ms [Finished 2.896 s after frontend start]
2026-06-10 09:01:19 2026-06-10T14:01:19.905Z root INFO Changed application state from 'init' to 'started_contributions'.
2026-06-10 09:01:19 2026-06-10T14:01:19.918Z root INFO Changed application state from 'started_contributions' to 'attached_shell'.
2026-06-10 09:01:19 2026-06-10T14:01:19.918Z root INFO >>> Restoring the layout state...
2026-06-10 09:01:19 2026-06-10T14:01:19.981Z root INFO [2729148f-bdfc-47f1-bf36-72c7192d39e0] Waiting for backend deployment: 94.5 ms [Finished 2.983 s after frontend start]
2026-06-10 09:01:20 2026-06-10T14:01:20.682Z root INFO [hosted-plugin: 15591] PLUGIN_HOST(15591) starting instance
[Object: null prototype] {}
2026-06-10 09:01:21 2026-06-10T14:01:21.360Z root INFO [2729148f-bdfc-47f1-bf36-72c7192d39e0] Sync of 23 plugins: 1390.0 ms [Finished 4.373 s after frontend start]
2026-06-10 09:04:34 2026-06-10T14:04:34.468Z daemon INFO time="2026-06-10T09:04:34-05:00" level=info msg="Updating index" url="https://downloads.arduino.cc/packages/package_index.tar.bz2"
time="2026-06-10T09:04:34-05:00" level=info msg="Starting download" url="https://downloads.arduino.cc/packages/package_index.tar.bz2"
2026-06-10 09:04:45 2026-06-10T14:04:45.357Z daemon INFO time="2026-06-10T09:04:45-05:00" level=info msg="Checking signature" index=/home/temp/.arduino15/package_index.json signatureFile=/home/temp/.arduino15/package_index.json.sig trusted=true
2026-06-10 09:04:45 2026-06-10T14:04:45.359Z daemon INFO time="2026-06-10T09:04:45-05:00" level=info msg="Loading hardware from: /home/temp/.arduino15/packages"
2026-06-10 09:04:45 2026-06-10T14:04:45.359Z daemon INFO time="2026-06-10T09:04:45-05:00" level=info msg="Starting download" url="https://downloads.arduino.cc/tools/ctags-5.8-arduino11-pm-x86_64-pc-linux-gnu.tar.bz2"
2026-06-10 09:04:52 2026-06-10T14:04:52.448Z daemon INFO time="2026-06-10T09:04:52-05:00" level=info msg="Installing tool" Tool="builtin:ctags@5.8-arduino11"
2026-06-10 09:04:52 2026-06-10T14:04:52.496Z daemon INFO time="2026-06-10T09:04:52-05:00" level=info msg="Skipping tool configuration." Tool="builtin:ctags@5.8-arduino11"
time="2026-06-10T09:04:52-05:00" level=info msg="Tool installed" Tool="builtin:ctags@5.8-arduino11"
2026-06-10 09:04:52 2026-06-10T14:04:52.496Z daemon INFO time="2026-06-10T09:04:52-05:00" level=info msg="Starting download" url="https://downloads.arduino.cc/discovery/dfu-discovery/dfu-discovery_v0.1.2_Linux_64bit.tar.gz"
2026-06-10 09:05:50 2026-06-10T14:05:50.172Z root INFO creating connection for 2
2026-06-10 09:05:51 2026-06-10T14:05:51.808Z root WARN A command editor.action.toggleStickyScroll is already registered.
2026-06-10 09:05:51 Opening channel for service path '/services/electron-window'.
2026-06-10 09:05:51 Opening channel for service path '/services/ide-updater'.
2026-06-10 09:05:51 2026-06-10T14:05:51.985Z root INFO Start frontend contributions: 368.8 ms [Finished 3.070 s after frontend start]
2026-06-10 09:05:51 2026-06-10T14:05:51.985Z root INFO Changed application state from 'init' to 'started_contributions'.
2026-06-10 09:05:51 2026-06-10T14:05:51.998Z root INFO Changed application state from 'started_contributions' to 'attached_shell'.
2026-06-10 09:05:51 2026-06-10T14:05:51.999Z root INFO >>> Restoring the layout state...
2026-06-10 09:05:52 2026-06-10T14:05:52.046Z root INFO [0773c6c5-6db5-4355-8495-310f93a4b53f] Waiting for backend deployment: 89.1 ms [Finished 3.147 s after frontend start]
2026-06-10 09:05:52 2026-06-10T14:05:52.783Z root INFO [hosted-plugin: 17597] PLUGIN_HOST(17597) starting instance
[Object: null prototype] {}
2026-06-10 09:05:53 2026-06-10T14:05:53.534Z root INFO [0773c6c5-6db5-4355-8495-310f93a4b53f] Sync of 23 plugins: 1490.2 ms [Finished 4.638 s after frontend start]
2026-06-10 09:05:53 Closing channel on service path '/services/electron-window'.
2026-06-10 09:05:53 Closing channel on service path '/services/ide-updater'.
2026-06-10 09:05:55 2026-06-10T14:05:55.913Z root INFO socked closed
2026-06-10 09:05:55 2026-06-10T14:05:55.913Z root INFO closing connection for 2
2026-06-10 09:05:55 2026-06-10T14:05:55.913Z root INFO Closing channel on service path '/localization-server'.
2026-06-10 09:05:55 2026-06-10T14:05:55.913Z root INFO Closing channel on service path '/os'.
2026-06-10 09:05:55 2026-06-10T14:05:55.913Z root INFO Closing channel on service path '/services/commands'.
2026-06-10 09:05:55 2026-06-10T14:05:55.913Z root INFO Closing channel on service path '/services/keyboard'.
2026-06-10 09:05:55 2026-06-10T14:05:55.913Z root INFO Closing channel on service path '/services/logger'.
2026-06-10 09:05:55 2026-06-10T14:05:55.913Z root INFO Closing channel on service path '/services/messageService'.
2026-06-10 09:05:55 2026-06-10T14:05:55.913Z root INFO Closing channel on service path '/services/ChannelCloseService'.
2026-06-10 09:05:55 2026-06-10T14:05:55.913Z root INFO Closing channel on service path '/services/remote-filesystem'.
2026-06-10 09:05:55 2026-06-10T14:05:55.913Z root INFO Closing channel on service path '/services/envs'.
2026-06-10 09:05:55 2026-06-10T14:05:55.913Z root INFO Closing channel on service path '/services/authentication-service'.
2026-06-10 09:05:55 2026-06-10T14:05:55.913Z root INFO Closing channel on service path '/services/sketches-service'.
2026-06-10 09:05:55 2026-06-10T14:05:55.913Z root INFO Closing channel on service path '/services/config-service'.
2026-06-10 09:05:55 2026-06-10T14:05:55.913Z root INFO Closing channel on service path '/services/workspace'.
2026-06-10 09:05:55 2026-06-10T14:05:55.913Z root INFO Closing channel on service path '/services/notification-service'.
2026-06-10 09:05:55 2026-06-10T14:05:55.913Z root INFO Closing channel on service path '/services/arduino-daemon'.
2026-06-10 09:05:55 2026-06-10T14:05:55.913Z root INFO Closing channel on service path '/services/stopwatch'.
2026-06-10 09:05:55 2026-06-10T14:05:55.913Z root INFO Closing channel on service path '/services/application'.
2026-06-10 09:05:55 2026-06-10T14:05:55.913Z root INFO Closing channel on service path '/services/i18n'.
2026-06-10 09:05:55 2026-06-10T14:05:55.913Z root INFO Closing channel on service path '/services/quickInput'.
2026-06-10 09:05:55 2026-06-10T14:05:55.913Z root INFO Closing channel on service path '/services/debug'.
2026-06-10 09:05:55 2026-06-10T14:05:55.913Z root INFO Closing channel on service path '/services/shell-terminal'.
2026-06-10 09:05:55 2026-06-10T14:05:55.913Z root INFO Closing channel on service path '/services/quickPick'.
2026-06-10 09:05:55 2026-06-10T14:05:55.913Z root INFO Closing channel on service path '/services/task'.
2026-06-10 09:05:55 2026-06-10T14:05:55.913Z root INFO Closing channel on service path '/services/search'.
2026-06-10 09:05:55 2026-06-10T14:05:55.913Z root INFO Closing channel on service path '/services/hostedPlugin'.
2026-06-10 09:05:55 2026-06-10T14:05:55.913Z root INFO Closing channel on service path '/services/plugin-ext'.
2026-06-10 09:05:55 2026-06-10T14:05:55.913Z root INFO Closing channel on service path '/services/plugin-paths'.
2026-06-10 09:05:55 2026-06-10T14:05:55.913Z root INFO Closing channel on service path '/services/cli-preferences'.
2026-06-10 09:05:55 2026-06-10T14:05:55.913Z root INFO Closing channel on service path '/services/boards-service'.
2026-06-10 09:05:55 2026-06-10T14:05:55.913Z root INFO Closing channel on service path '/services/response-service'.
2026-06-10 09:05:55 2026-06-10T14:05:55.913Z root INFO Closing channel on service path '/services/file-system-ext'.
2026-06-10 09:05:55 2026-06-10T14:05:55.913Z root INFO Closing channel on service path '/services/core-service'.
2026-06-10 09:05:55 2026-06-10T14:05:55.914Z root INFO Closing channel on service path '/services/example-service'.
2026-06-10 09:05:55 2026-06-10T14:05:55.914Z root INFO Closing channel on service path '/services/library-service'.
2026-06-10 09:05:55 2026-06-10T14:05:55.914Z root INFO Closing channel on service path '/services/executable-service'.
2026-06-10 09:05:55 2026-06-10T14:05:55.914Z root INFO Closing channel on service path '/services/arduino-firmware-uploader'.
2026-06-10 09:05:55 2026-06-10T14:05:55.914Z root INFO Closing channel on service path '/services/formatter'.
2026-06-10 09:05:55 2026-06-10T14:05:55.914Z root INFO Closing channel on service path '/services/search-in-workspace'.
2026-06-10 09:06:10 2026-06-10T14:06:10.848Z daemon INFO time="2026-06-10T09:06:10-05:00" level=info msg="Installing tool" Tool="builtin:dfu-discovery@0.1.2"
2026-06-10 09:06:10 2026-06-10T14:06:10.878Z daemon INFO time="2026-06-10T09:06:10-05:00" level=info msg="Skipping tool configuration." Tool="builtin:dfu-discovery@0.1.2"
time="2026-06-10T09:06:10-05:00" level=info msg="Tool installed" Tool="builtin:dfu-discovery@0.1.2"
2026-06-10 09:06:10 2026-06-10T14:06:10.878Z daemon INFO time="2026-06-10T09:06:10-05:00" level=info msg="Starting download" url="https://downloads.arduino.cc/discovery/mdns-discovery/mdns-discovery_v1.0.12_Linux_64bit.tar.gz"
2026-06-10 09:08:16 2026-06-10T14:08:16.820Z daemon INFO time="2026-06-10T09:08:16-05:00" level=info msg="Installing tool" Tool="builtin:mdns-discovery@1.0.12"
2026-06-10 09:08:16 2026-06-10T14:08:16.904Z daemon INFO time="2026-06-10T09:08:16-05:00" level=info msg="Skipping tool configuration." Tool="builtin:mdns-discovery@1.0.12"
time="2026-06-10T09:08:16-05:00" level=info msg="Tool installed" Tool="builtin:mdns-discovery@1.0.12"
2026-06-10 09:08:16 2026-06-10T14:08:16.904Z daemon INFO time="2026-06-10T09:08:16-05:00" level=info msg="Starting download" url="https://downloads.arduino.cc/discovery/serial-discovery/serial-discovery_v1.4.3_Linux_64bit.tar.gz"
2026-06-10 09:09:20 2026-06-10T14:09:20.095Z daemon INFO time="2026-06-10T09:09:20-05:00" level=info msg="Installing tool" Tool="builtin:serial-discovery@1.4.3"
2026-06-10 09:09:20 2026-06-10T14:09:20.158Z daemon INFO time="2026-06-10T09:09:20-05:00" level=info msg="Skipping tool configuration." Tool="builtin:serial-discovery@1.4.3"
time="2026-06-10T09:09:20-05:00" level=info msg="Tool installed" Tool="builtin:serial-discovery@1.4.3"
2026-06-10 09:09:20 2026-06-10T14:09:20.159Z daemon INFO time="2026-06-10T09:09:20-05:00" level=info msg="Starting download" url="https://downloads.arduino.cc/monitor/serial-monitor/serial-monitor_v0.15.0_Linux_64bit.tar.gz"
2026-06-10 09:10:32 2026-06-10T14:10:32.184Z daemon INFO time="2026-06-10T09:10:32-05:00" level=info msg="Installing tool" Tool="builtin:serial-monitor@0.15.0"
2026-06-10 09:10:32 2026-06-10T14:10:32.256Z daemon INFO time="2026-06-10T09:10:32-05:00" level=info msg="Skipping tool configuration." Tool="builtin:serial-monitor@0.15.0"
time="2026-06-10T09:10:32-05:00" level=info msg="Tool installed" Tool="builtin:serial-monitor@0.15.0"
2026-06-10 09:10:32 2026-06-10T14:10:32.257Z daemon INFO time="2026-06-10T09:10:32-05:00" level=info msg="Loading tools from dir: /home/temp/.arduino15/packages/builtin/tools"
2026-06-10 09:10:32 2026-06-10T14:10:32.257Z daemon INFO time="2026-06-10T09:10:32-05:00" level=info msg="Loaded tool" tool="builtin:ctags@5.8-arduino11"
time="2026-06-10T09:10:32-05:00" level=info msg="Loaded tool" tool="builtin:dfu-discovery@0.1.2"
time="2026-06-10T09:10:32-05:00" level=info msg="Loaded tool" tool="builtin:mdns-discovery@1.0.12"
2026-06-10 09:10:32 2026-06-10T14:10:32.257Z daemon INFO time="2026-06-10T09:10:32-05:00" level=info msg="Loaded tool" tool="builtin:serial-discovery@1.4.3"
2026-06-10 09:10:32 2026-06-10T14:10:32.257Z daemon INFO time="2026-06-10T09:10:32-05:00" level=info msg="Loaded tool" tool="builtin:serial-monitor@0.15.0"
2026-06-10 09:10:32 2026-06-10T14:10:32.260Z daemon INFO time="2026-06-10T09:10:32-05:00" level=info msg="Loading libraries index file" index=/home/temp/.arduino15/library_index.json
2026-06-10 09:10:32 2026-06-10T14:10:32.522Z daemon INFO time="2026-06-10T09:10:32-05:00" level=info msg="Adding libraries dir" dir=/home/temp/.arduino15/libraries isSingleLibrary=false location=ide
time="2026-06-10T09:10:32-05:00" level=info msg="Adding libraries dir" dir=/home/temp/Arduino/libraries isSingleLibrary=false location=user
2026-06-10 09:10:32 2026-06-10T14:10:32.531Z discovery-log INFO start resolved watching
2026-06-10 09:10:32 2026-06-10T14:10:32.595Z root INFO <<< Nothing to restore.
2026-06-10 09:10:32 2026-06-10T14:10:32.677Z root INFO Initialize the workbench layout: 552703.9 ms [Finished 555.634 s after frontend start]
2026-06-10 09:10:32 2026-06-10T14:10:32.681Z root INFO Changed application state from 'attached_shell' to 'initialized_layout'.
2026-06-10 09:10:32 2026-06-10T14:10:32.681Z root INFO [2729148f-bdfc-47f1-bf36-72c7192d39e0] Loading plugin contributions
2026-06-10 09:10:32 2026-06-10T14:10:32.681Z root INFO [2729148f-bdfc-47f1-bf36-72c7192d39e0] Load contributions of 23 plugins: 42.4 ms [Finished 555.685 s after frontend start]
2026-06-10 09:10:32 2026-06-10T14:10:32.735Z root WARN 'cpp' language is remapped from 'source.cpp.embedded.macro' to 'source.cpp' scope
2026-06-10 09:10:32 2026-06-10T14:10:32.735Z root WARN a registered grammar configuration for 'cpp' language is overridden
2026-06-10 09:10:33 2026-06-10T14:10:33.027Z root ERROR [hosted-plugin: 15591] Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.linux as cortex-debug.armToolchainPath is null
2026-06-10 09:10:33 2026-06-10T14:10:33.027Z root ERROR [hosted-plugin: 15591] Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.osx as cortex-debug.armToolchainPath is null
Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.windows as cortex-debug.armToolchainPath is null
Conflict in settings file Default: Ignoring cortex-debug.JLinkGDBServerPath.linux as cortex-debug.JLinkGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.JLinkGDBServerPath.osx as cortex-debug.JLinkGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.JLinkGDBServerPath.windows as cortex-debug.JLinkGDBServerPath is null
2026-06-10 09:10:33 2026-06-10T14:10:33.027Z root ERROR [hosted-plugin: 15591] Conflict in settings file Default: Ignoring cortex-debug.openocdPath.linux as cortex-debug.openocdPath is null
2026-06-10 09:10:33 2026-06-10T14:10:33.027Z root ERROR [hosted-plugin: 15591] Conflict in settings file Default: Ignoring cortex-debug.openocdPath.osx as cortex-debug.openocdPath is null
Conflict in settings file Default: Ignoring cortex-debug.openocdPath.windows as cortex-debug.openocdPath is null
2026-06-10 09:10:33 2026-06-10T14:10:33.028Z root ERROR [hosted-plugin: 15591] Conflict in settings file Default: Ignoring cortex-debug.pyocdPath.linux as cortex-debug.pyocdPath is null
Conflict in settings file Default: Ignoring cortex-debug.pyocdPath.osx as cortex-debug.pyocdPath is null
Conflict in settings file Default: Ignoring cortex-debug.pyocdPath.windows as cortex-debug.pyocdPath is null
2026-06-10 09:10:33 2026-06-10T14:10:33.028Z root ERROR [hosted-plugin: 15591] Conflict in settings file Default: Ignoring cortex-debug.PEGDBServerPath.linux as cortex-debug.PEGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.PEGDBServerPath.osx as cortex-debug.PEGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.PEGDBServerPath.windows as cortex-debug.PEGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.stutilPath.linux as cortex-debug.stutilPath is null
2026-06-10 09:10:33 2026-06-10T14:10:33.028Z root ERROR [hosted-plugin: 15591] Conflict in settings file Default: Ignoring cortex-debug.stutilPath.osx as cortex-debug.stutilPath is null
Conflict in settings file Default: Ignoring cortex-debug.stutilPath.windows as cortex-debug.stutilPath is null
Conflict in settings file Default: Ignoring cortex-debug.stlinkPath.linux as cortex-debug.stlinkPath is null
2026-06-10 09:10:33 2026-06-10T14:10:33.028Z root ERROR [hosted-plugin: 15591] Conflict in settings file Default: Ignoring cortex-debug.stlinkPath.osx as cortex-debug.stlinkPath is null
Conflict in settings file Default: Ignoring cortex-debug.stlinkPath.windows as cortex-debug.stlinkPath is null
2026-06-10 09:10:33 2026-06-10T14:10:33.028Z root ERROR [hosted-plugin: 15591] Conflict in settings file Default: Ignoring cortex-debug.stm32cubeprogrammer.linux as cortex-debug.stm32cubeprogrammer is null
Conflict in settings file Default: Ignoring cortex-debug.stm32cubeprogrammer.osx as cortex-debug.stm32cubeprogrammer is null
2026-06-10 09:10:33 2026-06-10T14:10:33.028Z root ERROR [hosted-plugin: 15591] Conflict in settings file Default: Ignoring cortex-debug.stm32cubeprogrammer.windows as cortex-debug.stm32cubeprogrammer is null
2026-06-10 09:10:33 2026-06-10T14:10:33.033Z root ERROR [hosted-plugin: 15591] Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.linux as cortex-debug.armToolchainPath is null
2026-06-10 09:10:33 2026-06-10T14:10:33.033Z root ERROR [hosted-plugin: 15591] Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.osx as cortex-debug.armToolchainPath is null
Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.windows as cortex-debug.armToolchainPath is null
2026-06-10 09:10:33 2026-06-10T14:10:33.033Z root ERROR [hosted-plugin: 15591] Conflict in settings file Default: Ignoring cortex-debug.JLinkGDBServerPath.linux as cortex-debug.JLinkGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.JLinkGDBServerPath.osx as cortex-debug.JLinkGDBServerPath is null
2026-06-10 09:10:33 2026-06-10T14:10:33.033Z root ERROR [hosted-plugin: 15591] Conflict in settings file Default: Ignoring cortex-debug.JLinkGDBServerPath.windows as cortex-debug.JLinkGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.openocdPath.linux as cortex-debug.openocdPath is null
Conflict in settings file Default: Ignoring cortex-debug.openocdPath.osx as cortex-debug.openocdPath is null
Conflict in settings file Default: Ignoring cortex-debug.openocdPath.windows as cortex-debug.openocdPath is null
Conflict in settings file Default: Ignoring cortex-debug.pyocdPath.linux as cortex-debug.pyocdPath is null
Conflict in settings file Default: Ignoring cortex-debug.pyocdPath.osx as cortex-debug.pyocdPath is null
Conflict in settings file Default: Ignoring cortex-debug.pyocdPath.windows as cortex-debug.pyocdPath is null
Conflict in settings file Default: Ignoring cortex-debug.PEGDBServerPath.linux as cortex-debug.PEGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.PEGDBServerPath.osx as cortex-debug.PEGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.PEGDBServerPath.windows as cortex-debug.PEGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.stutilPath.linux as cortex-debug.stutilPath is null
Conflict in settings file Default: Ignoring cortex-debug.stutilPath.osx as cortex-debug.stutilPath is null
Conflict in settings file Default: Ignoring cortex-debug.stutilPath.windows as cortex-debug.stutilPath is null
Conflict in settings file Default: Ignoring cortex-debug.stlinkPath.linux as cortex-debug.stlinkPath is null
Conflict in settings file Default: Ignoring cortex-debug.stlinkPath.osx as cortex-debug.stlinkPath is null
Conflict in settings file Default: Ignoring cortex-debug.stlinkPath.windows as cortex-debug.stlinkPath is null
Conflict in settings file Default: Ignoring cortex-debug.stm32cubeprogrammer.linux as cortex-debug.stm32cubeprogrammer is null
Conflict in settings file Default: Ignoring cortex-debug.stm32cubeprogrammer.osx as cortex-debug.stm32cubeprogrammer is null
Conflict in settings file Default: Ignoring cortex-debug.stm32cubeprogrammer.windows as cortex-debug.stm32cubeprogrammer is null
2026-06-10 09:10:33 2026-06-10T14:10:33.039Z root INFO [hosted-plugin: 15591] PLUGIN_HOST(15591): PluginManagerExtImpl/init()
2026-06-10 09:10:33 2026-06-10T14:10:33.041Z root INFO [hosted-plugin: 15591] PLUGIN_HOST(15591): initializing(vscode-arduino-api@0.1.2 with /tmp/.mount_arduinJD27lV/resources/app/lib/backend/plugin-vscode-init)
2026-06-10 09:10:33 2026-06-10T14:10:33.116Z root INFO [hosted-plugin: 15591] PLUGIN_HOST(15591): initializing(json-language-features@1.88.1 with /tmp/.mount_arduinJD27lV/resources/app/lib/backend/plugin-vscode-init)
2026-06-10 09:10:33 2026-06-10T14:10:33.117Z root INFO [hosted-plugin: 15591] PLUGIN_HOST(15591): initializing(cortex-debug@1.5.1 with /tmp/.mount_arduinJD27lV/resources/app/lib/backend/plugin-vscode-init)
2026-06-10 09:10:33 2026-06-10T14:10:33.118Z root INFO [hosted-plugin: 15591] Debugger contribution has been registered: cortex-debug
2026-06-10 09:10:33 2026-06-10T14:10:33.119Z root INFO [hosted-plugin: 15591] PLUGIN_HOST(15591): initializing(vscode-arduino-tools@0.1.3 with /tmp/.mount_arduinJD27lV/resources/app/lib/backend/plugin-vscode-init)
2026-06-10 09:10:33 2026-06-10T14:10:33.120Z root INFO [hosted-plugin: 15591] PLUGIN_HOST(15591): initializing(cpp@1.88.1 with /tmp/.mount_arduinJD27lV/resources/app/lib/backend/plugin-vscode-init)
2026-06-10 09:10:33 2026-06-10T14:10:33.121Z root INFO [hosted-plugin: 15591] PLUGIN_HOST(15591): initializing(json@1.88.1 with /tmp/.mount_arduinJD27lV/resources/app/lib/backend/plugin-vscode-init)
2026-06-10 09:10:33 2026-06-10T14:10:33.123Z root INFO [hosted-plugin: 15591] PLUGIN_HOST(15591): initializing(vscode-language-pack-bg@1.48.3 with /tmp/.mount_arduinJD27lV/resources/app/lib/backend/plugin-vscode-init)
2026-06-10 09:10:33 2026-06-10T14:10:33.124Z root INFO [hosted-plugin: 15591] PLUGIN_HOST(15591): initializing(vscode-language-pack-cs@1.96.0 with /tmp/.mount_arduinJD27lV/resources/app/lib/backend/plugin-vscode-init)
2026-06-10 09:10:33 2026-06-10T14:10:33.125Z root INFO [hosted-plugin: 15591] PLUGIN_HOST(15591): initializing(vscode-language-pack-de@1.96.0 with /tmp/.mount_arduinJD27lV/resources/app/lib/backend/plugin-vscode-init)
2026-06-10 09:10:33 2026-06-10T14:10:33.127Z root INFO [hosted-plugin: 15591] PLUGIN_HOST(15591): initializing(vscode-language-pack-es@1.96.0 with /tmp/.mount_arduinJD27lV/resources/app/lib/backend/plugin-vscode-init)
2026-06-10 09:10:33 2026-06-10T14:10:33.128Z root INFO [hosted-plugin: 15591] PLUGIN_HOST(15591): initializing(vscode-language-pack-fr@1.96.0 with /tmp/.mount_arduinJD27lV/resources/app/lib/backend/plugin-vscode-init)
2026-06-10 09:10:33 2026-06-10T14:10:33.130Z root INFO [hosted-plugin: 15591] PLUGIN_HOST(15591): initializing(vscode-language-pack-hu@1.48.3 with /tmp/.mount_arduinJD27lV/resources/app/lib/backend/plugin-vscode-init)
2026-06-10 09:10:33 2026-06-10T14:10:33.131Z root INFO [hosted-plugin: 15591] PLUGIN_HOST(15591): initializing(vscode-language-pack-it@1.96.0 with /tmp/.mount_arduinJD27lV/resources/app/lib/backend/plugin-vscode-init)
2026-06-10 09:10:33 2026-06-10T14:10:33.133Z root INFO [hosted-plugin: 15591] PLUGIN_HOST(15591): initializing(vscode-language-pack-ja@1.96.0 with /tmp/.mount_arduinJD27lV/resources/app/lib/backend/plugin-vscode-init)
2026-06-10 09:10:33 2026-06-10T14:10:33.134Z root INFO [hosted-plugin: 15591] PLUGIN_HOST(15591): initializing(vscode-language-pack-ko@1.96.0 with /tmp/.mount_arduinJD27lV/resources/app/lib/backend/plugin-vscode-init)
2026-06-10 09:10:33 2026-06-10T14:10:33.134Z root INFO [hosted-plugin: 15591] PLUGIN_HOST(15591): initializing(vscode-language-pack-nl@1.48.3 with /tmp/.mount_arduinJD27lV/resources/app/lib/backend/plugin-vscode-init)
2026-06-10 09:10:33 2026-06-10T14:10:33.135Z root INFO [hosted-plugin: 15591] PLUGIN_HOST(15591): initializing(vscode-language-pack-pl@1.96.0 with /tmp/.mount_arduinJD27lV/resources/app/lib/backend/plugin-vscode-init)
2026-06-10 09:10:33 2026-06-10T14:10:33.135Z root INFO [hosted-plugin: 15591] PLUGIN_HOST(15591): initializing(vscode-language-pack-pt-BR@1.96.0 with /tmp/.mount_arduinJD27lV/resources/app/lib/backend/plugin-vscode-init)
2026-06-10 09:10:33 2026-06-10T14:10:33.136Z root INFO [hosted-plugin: 15591] PLUGIN_HOST(15591): initializing(vscode-language-pack-ru@1.96.0 with /tmp/.mount_arduinJD27lV/resources/app/lib/backend/plugin-vscode-init)
2026-06-10 09:10:33 2026-06-10T14:10:33.136Z root INFO [hosted-plugin: 15591] PLUGIN_HOST(15591): initializing(vscode-language-pack-tr@1.96.0 with /tmp/.mount_arduinJD27lV/resources/app/lib/backend/plugin-vscode-init)
2026-06-10 09:10:33 2026-06-10T14:10:33.137Z root INFO [hosted-plugin: 15591] PLUGIN_HOST(15591): initializing(vscode-language-pack-uk@1.48.3 with /tmp/.mount_arduinJD27lV/resources/app/lib/backend/plugin-vscode-init)
2026-06-10 09:10:33 2026-06-10T14:10:33.137Z root INFO [hosted-plugin: 15591] PLUGIN_HOST(15591): initializing(vscode-language-pack-zh-hans@1.96.0 with /tmp/.mount_arduinJD27lV/resources/app/lib/backend/plugin-vscode-init)
2026-06-10 09:10:33 2026-06-10T14:10:33.138Z root INFO [hosted-plugin: 15591] PLUGIN_HOST(15591): initializing(vscode-language-pack-zh-hant@1.96.0 with /tmp/.mount_arduinJD27lV/resources/app/lib/backend/plugin-vscode-init)
2026-06-10 09:10:33 2026-06-10T14:10:33.140Z root INFO [hosted-plugin: 15591] PLUGIN_HOST(15591): PluginManagerExtImpl/loadPlugin(/tmp/.mount_arduinJD27lV/resources/app/plugins/vscode-builtin-json-language-features/extension/client/dist/node/jsonClientMain)
2026-06-10 09:10:33 2026-06-10T14:10:33.209Z root INFO [hosted-plugin: 15591] PLUGIN_HOST(15591): PluginManagerExtImpl/loadPlugin(/tmp/.mount_arduinJD27lV/resources/app/plugins/vscode-arduino-api/extension/dist/extension.js)
2026-06-10 09:10:33 2026-06-10T14:10:33.213Z root INFO [hosted-plugin: 15591] calling activation function on Arduino IDE API for VS Code extensions
2026-06-10 09:10:33 2026-06-10T14:10:33.427Z root INFO [hosted-plugin: 15591] calling activation function on JSON Language Features (built-in)
2026-06-10 09:10:34 2026-06-10T14:10:34.309Z root INFO [2729148f-bdfc-47f1-bf36-72c7192d39e0] Starting plugins.
2026-06-10 09:10:34 2026-06-10T14:10:34.327Z root INFO [hosted-plugin: 15591] PLUGIN_HOST(15591): PluginManagerExtImpl/loadPlugin(/tmp/.mount_arduinJD27lV/resources/app/plugins/cortex-debug/extension/dist/extension.js)
2026-06-10 09:10:34 2026-06-10T14:10:34.383Z root INFO [hosted-plugin: 15591] Debug configuration provider has been registered: cortex-debug, trigger: 1
2026-06-10 09:10:34 2026-06-10T14:10:34.383Z root INFO [hosted-plugin: 15591] calling activation function on Cortex-Debug
2026-06-10 09:10:34 2026-06-10T14:10:34.385Z root INFO [hosted-plugin: 15591] GDB server console created
2026-06-10 09:10:34 2026-06-10T14:10:34.392Z root INFO [2729148f-bdfc-47f1-bf36-72c7192d39e0] Start of 23 plugins: 1607.7 ms [Finished 557.404 s after frontend start]
2026-06-10 09:10:35 2026-06-10T14:10:35.341Z root INFO Replace loading indicator with ready workbench UI (animation): 2374.6 ms [Finished 558.068 s after frontend start]
2026-06-10 09:10:35 2026-06-10T14:10:35.341Z root INFO Changed application state from 'initialized_layout' to 'ready'.
2026-06-10 09:10:35 2026-06-10T14:10:35.341Z root WARN Linked preference "workbench.colorCustomizations" not found.
2026-06-10 09:10:35 2026-06-10T14:10:35.342Z root INFO Frontend application start: 555618.9 ms [Finished 559.166 s after backend start]
2026-06-10 09:10:35 Checking for update
2026-06-10 09:10:35 Generated new staging user ID: b59f7d87-f756-5ed2-ab0d-9676416b3fcb
2026-06-10 09:10:35 2026-06-10T14:10:35.440Z daemon INFO time="2026-06-10T09:10:35-05:00" level=info msg="Updating index" url="https://downloads.arduino.cc/packages/package_index.tar.bz2"
2026-06-10 09:10:35 2026-06-10T14:10:35.440Z daemon INFO time="2026-06-10T09:10:35-05:00" level=info msg="Starting download" url="https://downloads.arduino.cc/libraries/library_index.tar.bz2"
time="2026-06-10T09:10:35-05:00" level=info msg="Starting download" url="https://downloads.arduino.cc/packages/package_index.tar.bz2"
2026-06-10 09:10:35 2026-06-10T14:10:35.442Z root INFO core-client-provider [platform-index] Downloading index: package_index.tar.bz2
2026-06-10 09:10:35 2026-06-10T14:10:35.442Z root INFO core-client-provider [library-index] Downloading index: library_index.tar.bz2
2026-06-10 09:10:35 2026-06-10T14:10:35.861Z root ERROR ---- !!!SLOW!!! DURATION: search took 507.867 ms. Args: [{"type":"Updatable"}] ----
2026-06-10 09:10:35 2026-06-10T14:10:35.864Z root ERROR ---- !!!SLOW!!! DURATION: search took 394.177 ms. Args: [{"query":"Arduino_BuiltIn"}] ----
2026-06-10 09:10:35 2026-06-10T14:10:35.870Z root INFO >>> Starting boards package installation... {
id: 'arduino:avr',
name: 'Arduino AVR Boards',
summary: 'Boards included in this package:',
description: 'Arduino Yún, Arduino UNO, Arduino UNO Mini, Arduino UNO WiFi, Arduino Diecimila, Arduino Nano, Arduino Mega, Arduino Mega ADK, Arduino Leonardo, Arduino Leonardo Ethernet, Arduino Micro, Arduino Esplora, Arduino Mini, Arduino Ethernet, Arduino Fio, Arduino BT, Arduino LilyPad USB, Arduino LilyPad, Arduino Pro, Arduino ATMegaNG, Arduino Robot Control, Arduino Robot Motor, Arduino Gemma, Adafruit Circuit Playground, Arduino Yún Mini, Arduino Industrial 101, Linino One',
boards: [
{ name: 'Arduino Yún', fqbn: '' },
{ name: 'Arduino UNO', fqbn: '' },
{ name: 'Arduino UNO Mini', fqbn: '' },
{ name: 'Arduino UNO WiFi', fqbn: '' },
{ name: 'Arduino Diecimila', fqbn: '' },
{ name: 'Arduino Nano', fqbn: '' },
{ name: 'Arduino Mega', fqbn: '' },
{ name: 'Arduino Mega ADK', fqbn: '' },
{ name: 'Arduino Leonardo', fqbn: '' },
{ name: 'Arduino Leonardo Ethernet', fqbn: '' },
{ name: 'Arduino Micro', fqbn: '' },
{ name: 'Arduino Esplora', fqbn: '' },
{ name: 'Arduino Mini', fqbn: '' },
{ name: 'Arduino Ethernet', fqbn: '' },
{ name: 'Arduino Fio', fqbn: '' },
{ name: 'Arduino BT', fqbn: '' },
{ name: 'Arduino LilyPad USB', fqbn: '' },
{ name: 'Arduino LilyPad', fqbn: '' },
{ name: 'Arduino Pro', fqbn: '' },
{ name: 'Arduino ATMegaNG', fqbn: '' },
{ name: 'Arduino Robot Control', fqbn: '' },
{ name: 'Arduino Robot Motor', fqbn: '' },
{ name: 'Arduino Gemma', fqbn: '' },
{ name: 'Adafruit Circuit Playground', fqbn: '' },
{ name: 'Arduino Yún Mini', fqbn: '' },
{ name: 'Arduino Industrial 101', fqbn: '' },
{ name: 'Linino One', fqbn: '' }
],
types: [ 'Arduino' ],
moreInfoLink: 'https://www.arduino.cc/',
author: 'Arduino',
deprecated: false,
availableVersions: [
'1.8.8', '1.8.7', '1.8.6',
'1.8.5', '1.8.4', '1.8.3',
'1.8.2', '1.8.1', '1.6.23',
'1.6.22', '1.6.21', '1.6.20',
'1.6.19', '1.6.18', '1.6.17',
'1.6.16', '1.6.15', '1.6.14',
'1.6.13', '1.6.12', '1.6.11',
'1.6.10', '1.6.9', '1.6.8',
'1.6.7', '1.6.6', '1.6.5',
'1.6.4', '1.6.3', '1.6.2'
],
index: 0
}
2026-06-10 09:10:35 2026-06-10T14:10:35.872Z discovery-log INFO stop
2026-06-10 09:10:35 2026-06-10T14:10:35.872Z discovery-log INFO >>> Stopping boards watcher...
2026-06-10 09:10:35 2026-06-10T14:10:35.872Z discovery-log INFO Canceling boards watcher...
2026-06-10 09:10:35 2026-06-10T14:10:35.872Z discovery-log INFO disposing requesting cancel
2026-06-10 09:10:35 2026-06-10T14:10:35.872Z discovery-log INFO disposing canceled
2026-06-10 09:10:35 2026-06-10T14:10:35.874Z discovery-log INFO error received
2026-06-10 09:10:35 2026-06-10T14:10:35.874Z discovery-log INFO cancel error received!
2026-06-10 09:10:35 2026-06-10T14:10:35.874Z discovery-log INFO stop received event: either end or cancel
2026-06-10 09:10:35 2026-06-10T14:10:35.874Z discovery-log INFO stop stopped
2026-06-10 09:10:35 2026-06-10T14:10:35.874Z discovery-log INFO received end
2026-06-10 09:10:35 2026-06-10T14:10:35.876Z daemon INFO time="2026-06-10T09:10:35-05:00" level=info msg="Starting download" url="https://downloads.arduino.cc/tools/arduinoOTA-1.3.0-linux_amd64.tar.bz2"
2026-06-10 09:10:38 Found version 2.3.10 (url: arduino-ide_2.3.10_Linux_64bit.AppImage)
2026-06-10 09:11:53 2026-06-10T14:11:53.120Z daemon INFO time="2026-06-10T09:11:53-05:00" level=info msg="Starting download" url="https://downloads.arduino.cc/tools/avr-gcc-7.3.0-atmel3.6.1-arduino7-x86_64-pc-linux-gnu.tar.bz2"
2026-06-10 09:11:59 2026-06-10T14:11:59.070Z root INFO creating connection for 3
2026-06-10 09:12:00 2026-06-10T14:12:00.077Z root WARN A command editor.action.toggleStickyScroll is already registered.
2026-06-10 09:12:00 Opening channel for service path '/services/electron-window'.
2026-06-10 09:12:00 Opening channel for service path '/services/ide-updater'.
2026-06-10 09:12:00 2026-06-10T14:12:00.235Z root INFO Start frontend contributions: 355.3 ms [Finished 1.913 s after frontend start]
2026-06-10 09:12:00 2026-06-10T14:12:00.236Z root INFO Changed application state from 'init' to 'started_contributions'.
2026-06-10 09:12:00 2026-06-10T14:12:00.248Z root INFO Changed application state from 'started_contributions' to 'attached_shell'.
2026-06-10 09:12:00 2026-06-10T14:12:00.249Z root INFO >>> Restoring the layout state...
2026-06-10 09:12:00 2026-06-10T14:12:00.308Z root INFO [ffdb0d92-753d-4c14-9170-fa71e01e17c0] Waiting for backend deployment: 96.1 ms [Finished 2.001 s after frontend start]
2026-06-10 09:12:01 2026-06-10T14:12:01.034Z root INFO [hosted-plugin: 20138] PLUGIN_HOST(20138) starting instance
[Object: null prototype] {}
2026-06-10 09:12:01 2026-06-10T14:12:01.754Z root INFO [ffdb0d92-753d-4c14-9170-fa71e01e17c0] Sync of 23 plugins: 1447.4 ms [Finished 3.448 s after frontend start]
2026-06-10 09:12:01 2026-06-10T14:12:01.765Z root INFO <<< Nothing to restore.
2026-06-10 09:12:01 2026-06-10T14:12:01.858Z root INFO Initialize the workbench layout: 1548.5 ms [Finished 3.489 s after frontend start]
2026-06-10 09:12:01 2026-06-10T14:12:01.860Z root INFO Changed application state from 'attached_shell' to 'initialized_layout'.
2026-06-10 09:12:01 2026-06-10T14:12:01.860Z root INFO [ffdb0d92-753d-4c14-9170-fa71e01e17c0] Loading plugin contributions
2026-06-10 09:12:01 2026-06-10T14:12:01.860Z root INFO [ffdb0d92-753d-4c14-9170-fa71e01e17c0] Load contributions of 23 plugins: 50.7 ms [Finished 3.551 s after frontend start]
2026-06-10 09:12:01 2026-06-10T14:12:01.911Z root WARN 'cpp' language is remapped from 'source.cpp.embedded.macro' to 'source.cpp' scope
2026-06-10 09:12:01 2026-06-10T14:12:01.911Z root WARN a registered grammar configuration for 'cpp' language is overridden
2026-06-10 09:12:02 2026-06-10T14:12:02.316Z root ERROR [hosted-plugin: 20138] Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.linux as cortex-debug.armToolchainPath is null
Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.osx as cortex-debug.armToolchainPath is null
Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.windows as cortex-debug.armToolchainPath is null
Conflict in settings file Default: Ignoring cortex-debug.JLinkGDBServerPath.linux as cortex-debug.JLinkGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.JLinkGDBServerPath.osx as cortex-debug.JLinkGDBServerPath is null
2026-06-10 09:12:02 2026-06-10T14:12:02.317Z root ERROR [hosted-plugin: 20138] Conflict in settings file Default: Ignoring cortex-debug.JLinkGDBServerPath.windows as cortex-debug.JLinkGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.openocdPath.linux as cortex-debug.openocdPath is null
Conflict in settings file Default: Ignoring cortex-debug.openocdPath.osx as cortex-debug.openocdPath is null
Conflict in settings file Default: Ignoring cortex-debug.openocdPath.windows as cortex-debug.openocdPath is null
Conflict in settings file Default: Ignoring cortex-debug.pyocdPath.linux as cortex-debug.pyocdPath is null
Conflict in settings file Default: Ignoring cortex-debug.pyocdPath.osx as cortex-debug.pyocdPath is null
Conflict in settings file Default: Ignoring cortex-debug.pyocdPath.windows as cortex-debug.pyocdPath is null
Conflict in settings file Default: Ignoring cortex-debug.PEGDBServerPath.linux as cortex-debug.PEGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.PEGDBServerPath.osx as cortex-debug.PEGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.PEGDBServerPath.windows as cortex-debug.PEGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.stutilPath.linux as cortex-debug.stutilPath is null
Conflict in settings file Default: Ignoring cortex-debug.stutilPath.osx as cortex-debug.stutilPath is null
2026-06-10 09:12:02 2026-06-10T14:12:02.317Z root ERROR [hosted-plugin: 20138] Conflict in settings file Default: Ignoring cortex-debug.stutilPath.windows as cortex-debug.stutilPath is null
Conflict in settings file Default: Ignoring cortex-debug.stlinkPath.linux as cortex-debug.stlinkPath is null
Conflict in settings file Default: Ignoring cortex-debug.stlinkPath.osx as cortex-debug.stlinkPath is null
Conflict in settings file Default: Ignoring cortex-debug.stlinkPath.windows as cortex-debug.stlinkPath is null
Conflict in settings file Default: Ignoring cortex-debug.stm32cubeprogrammer.linux as cortex-debug.stm32cubeprogrammer is null
2026-06-10 09:12:02 2026-06-10T14:12:02.317Z root ERROR [hosted-plugin: 20138] Conflict in settings file Default: Ignoring cortex-debug.stm32cubeprogrammer.osx as cortex-debug.stm32cubeprogrammer is null
Conflict in settings file Default: Ignoring cortex-debug.stm32cubeprogrammer.windows as cortex-debug.stm32cubeprogrammer is null
2026-06-10 09:12:02 2026-06-10T14:12:02.343Z root INFO [hosted-plugin: 20138] PLUGIN_HOST(20138): PluginManagerExtImpl/init()
2026-06-10 09:12:02 2026-06-10T14:12:02.345Z root INFO [hosted-plugin: 20138] PLUGIN_HOST(20138): initializing(vscode-arduino-api@0.1.2 with /tmp/.mount_arduinJD27lV/resources/app/lib/backend/plugin-vscode-init)
2026-06-10 09:12:02 2026-06-10T14:12:02.466Z root INFO [hosted-plugin: 20138] PLUGIN_HOST(20138): initializing(json-language-features@1.88.1 with /tmp/.mount_arduinJD27lV/resources/app/lib/backend/plugin-vscode-init)
2026-06-10 09:12:02 2026-06-10T14:12:02.475Z root INFO [hosted-plugin: 20138] PLUGIN_HOST(20138): initializing(cortex-debug@1.5.1 with /tmp/.mount_arduinJD27lV/resources/app/lib/backend/plugin-vscode-init)
2026-06-10 09:12:02 2026-06-10T14:12:02.476Z root INFO [hosted-plugin: 20138] Debugger contribution has been registered: cortex-debug
2026-06-10 09:12:02 2026-06-10T14:12:02.478Z root INFO [hosted-plugin: 20138] PLUGIN_HOST(20138): initializing(vscode-arduino-tools@0.1.3 with /tmp/.mount_arduinJD27lV/resources/app/lib/backend/plugin-vscode-init)
2026-06-10 09:12:02 2026-06-10T14:12:02.482Z root INFO [hosted-plugin: 20138] PLUGIN_HOST(20138): initializing(cpp@1.88.1 with /tmp/.mount_arduinJD27lV/resources/app/lib/backend/plugin-vscode-init)
2026-06-10 09:12:02 2026-06-10T14:12:02.486Z root INFO [hosted-plugin: 20138] PLUGIN_HOST(20138): initializing(json@1.88.1 with /tmp/.mount_arduinJD27lV/resources/app/lib/backend/plugin-vscode-init)
2026-06-10 09:12:02 2026-06-10T14:12:02.494Z root INFO [hosted-plugin: 20138] PLUGIN_HOST(20138): initializing(vscode-language-pack-bg@1.48.3 with /tmp/.mount_arduinJD27lV/resources/app/lib/backend/plugin-vscode-init)
2026-06-10 09:12:02 2026-06-10T14:12:02.498Z root INFO [hosted-plugin: 20138] PLUGIN_HOST(20138): initializing(vscode-language-pack-cs@1.96.0 with /tmp/.mount_arduinJD27lV/resources/app/lib/backend/plugin-vscode-init)
2026-06-10 09:12:02 2026-06-10T14:12:02.500Z root INFO [hosted-plugin: 20138] PLUGIN_HOST(20138): initializing(vscode-language-pack-de@1.96.0 with /tmp/.mount_arduinJD27lV/resources/app/lib/backend/plugin-vscode-init)
2026-06-10 09:12:02 2026-06-10T14:12:02.502Z root INFO [hosted-plugin: 20138] PLUGIN_HOST(20138): initializing(vscode-language-pack-es@1.96.0 with /tmp/.mount_arduinJD27lV/resources/app/lib/backend/plugin-vscode-init)
2026-06-10 09:12:02 2026-06-10T14:12:02.504Z root INFO [hosted-plugin: 20138] PLUGIN_HOST(20138): initializing(vscode-language-pack-fr@1.96.0 with /tmp/.mount_arduinJD27lV/resources/app/lib/backend/plugin-vscode-init)
2026-06-10 09:12:02 2026-06-10T14:12:02.505Z root INFO [hosted-plugin: 20138] PLUGIN_HOST(20138): initializing(vscode-language-pack-hu@1.48.3 with /tmp/.mount_arduinJD27lV/resources/app/lib/backend/plugin-vscode-init)
2026-06-10 09:12:02 2026-06-10T14:12:02.506Z root INFO [hosted-plugin: 20138] PLUGIN_HOST(20138): initializing(vscode-language-pack-it@1.96.0 with /tmp/.mount_arduinJD27lV/resources/app/lib/backend/plugin-vscode-init)
2026-06-10 09:12:02 2026-06-10T14:12:02.506Z root INFO [hosted-plugin: 20138] PLUGIN_HOST(20138): initializing(vscode-language-pack-ja@1.96.0 with /tmp/.mount_arduinJD27lV/resources/app/lib/backend/plugin-vscode-init)
2026-06-10 09:12:02 2026-06-10T14:12:02.507Z root INFO [hosted-plugin: 20138] PLUGIN_HOST(20138): initializing(vscode-language-pack-ko@1.96.0 with /tmp/.mount_arduinJD27lV/resources/app/lib/backend/plugin-vscode-init)
2026-06-10 09:12:02 2026-06-10T14:12:02.507Z root INFO [hosted-plugin: 20138] PLUGIN_HOST(20138): initializing(vscode-language-pack-nl@1.48.3 with /tmp/.mount_arduinJD27lV/resources/app/lib/backend/plugin-vscode-init)
2026-06-10 09:12:02 2026-06-10T14:12:02.508Z root INFO [hosted-plugin: 20138] PLUGIN_HOST(20138): initializing(vscode-language-pack-pl@1.96.0 with /tmp/.mount_arduinJD27lV/resources/app/lib/backend/plugin-vscode-init)
2026-06-10 09:12:02 2026-06-10T14:12:02.508Z root INFO [hosted-plugin: 20138] PLUGIN_HOST(20138): initializing(vscode-language-pack-pt-BR@1.96.0 with /tmp/.mount_arduinJD27lV/resources/app/lib/backend/plugin-vscode-init)
2026-06-10 09:12:02 2026-06-10T14:12:02.509Z root INFO [hosted-plugin: 20138] PLUGIN_HOST(20138): initializing(vscode-language-pack-ru@1.96.0 with /tmp/.mount_arduinJD27lV/resources/app/lib/backend/plugin-vscode-init)
2026-06-10 09:12:02 2026-06-10T14:12:02.510Z root INFO [hosted-plugin: 20138] PLUGIN_HOST(20138): initializing(vscode-language-pack-tr@1.96.0 with /tmp/.mount_arduinJD27lV/resources/app/lib/backend/plugin-vscode-init)
2026-06-10 09:12:02 2026-06-10T14:12:02.510Z root INFO [hosted-plugin: 20138] PLUGIN_HOST(20138): initializing(vscode-language-pack-uk@1.48.3 with /tmp/.mount_arduinJD27lV/resources/app/lib/backend/plugin-vscode-init)
2026-06-10 09:12:02 2026-06-10T14:12:02.511Z root INFO [hosted-plugin: 20138] PLUGIN_HOST(20138): initializing(vscode-language-pack-zh-hans@1.96.0 with /tmp/.mount_arduinJD27lV/resources/app/lib/backend/plugin-vscode-init)
2026-06-10 09:12:02 2026-06-10T14:12:02.511Z root INFO [hosted-plugin: 20138] PLUGIN_HOST(20138): initializing(vscode-language-pack-zh-hant@1.96.0 with /tmp/.mount_arduinJD27lV/resources/app/lib/backend/plugin-vscode-init)
2026-06-10 09:12:02 2026-06-10T14:12:02.576Z root INFO [hosted-plugin: 20138] PLUGIN_HOST(20138): PluginManagerExtImpl/loadPlugin(/tmp/.mount_arduinJD27lV/resources/app/plugins/vscode-builtin-json-language-features/extension/client/dist/node/jsonClientMain)
2026-06-10 09:12:02 2026-06-10T14:12:02.643Z root INFO [hosted-plugin: 20138] PLUGIN_HOST(20138): PluginManagerExtImpl/loadPlugin(/tmp/.mount_arduinJD27lV/resources/app/plugins/vscode-arduino-api/extension/dist/extension.js)
2026-06-10 09:12:02 2026-06-10T14:12:02.648Z root INFO [hosted-plugin: 20138] calling activation function on Arduino IDE API for VS Code extensions
2026-06-10 09:12:02 2026-06-10T14:12:02.654Z root INFO [ffdb0d92-753d-4c14-9170-fa71e01e17c0] Starting plugins.
2026-06-10 09:12:02 2026-06-10T14:12:02.692Z root INFO [hosted-plugin: 20138] PLUGIN_HOST(20138): PluginManagerExtImpl/loadPlugin(/tmp/.mount_arduinJD27lV/resources/app/plugins/cortex-debug/extension/dist/extension.js)
2026-06-10 09:12:02 2026-06-10T14:12:02.743Z root INFO [hosted-plugin: 20138] Debug configuration provider has been registered: cortex-debug, trigger: 1
calling activation function on Cortex-Debug
2026-06-10 09:12:02 2026-06-10T14:12:02.746Z root INFO [hosted-plugin: 20138] GDB server console created
2026-06-10 09:12:02 2026-06-10T14:12:02.939Z root INFO [hosted-plugin: 20138] calling activation function on JSON Language Features (built-in)
2026-06-10 09:12:02 2026-06-10T14:12:02.956Z root INFO Replace loading indicator with ready workbench UI (animation): 838.8 ms [Finished 4.393 s after frontend start]
2026-06-10 09:12:02 2026-06-10T14:12:02.956Z root INFO Changed application state from 'initialized_layout' to 'ready'.
2026-06-10 09:12:02 2026-06-10T14:12:02.956Z root WARN Linked preference "workbench.colorCustomizations" not found.
2026-06-10 09:12:02 2026-06-10T14:12:02.957Z root INFO Frontend application start: 2915.3 ms [Finished 646.802 s after backend start]
2026-06-10 09:12:02 2026-06-10T14:12:02.999Z root INFO [ffdb0d92-753d-4c14-9170-fa71e01e17c0] Start of 23 plugins: 1016.2 ms [Finished 4.692 s after frontend start]
2026-06-10 09:12:03 2026-06-10T14:12:03.251Z root ERROR ---- !!!SLOW!!! DURATION: search took 160.609 ms. Args: [{"query":"Arduino_BuiltIn"}] ----
2026-06-10 09:12:03 2026-06-10T14:12:03.254Z root INFO >>> Starting boards package installation... {
id: 'arduino:avr',
name: 'Arduino AVR Boards',
summary: 'Boards included in this package:',
description: 'Arduino Yún, Arduino UNO, Arduino UNO Mini, Arduino UNO WiFi, Arduino Diecimila, Arduino Nano, Arduino Mega, Arduino Mega ADK, Arduino Leonardo, Arduino Leonardo Ethernet, Arduino Micro, Arduino Esplora, Arduino Mini, Arduino Ethernet, Arduino Fio, Arduino BT, Arduino LilyPad USB, Arduino LilyPad, Arduino Pro, Arduino ATMegaNG, Arduino Robot Control, Arduino Robot Motor, Arduino Gemma, Adafruit Circuit Playground, Arduino Yún Mini, Arduino Industrial 101, Linino One',
boards: [
{ name: 'Arduino Yún', fqbn: '' },
{ name: 'Arduino UNO', fqbn: '' },
{ name: 'Arduino UNO Mini', fqbn: '' },
{ name: 'Arduino UNO WiFi', fqbn: '' },
{ name: 'Arduino Diecimila', fqbn: '' },
{ name: 'Arduino Nano', fqbn: '' },
{ name: 'Arduino Mega', fqbn: '' },
{ name: 'Arduino Mega ADK', fqbn: '' },
{ name: 'Arduino Leonardo', fqbn: '' },
{ name: 'Arduino Leonardo Ethernet', fqbn: '' },
{ name: 'Arduino Micro', fqbn: '' },
{ name: 'Arduino Esplora', fqbn: '' },
{ name: 'Arduino Mini', fqbn: '' },
{ name: 'Arduino Ethernet', fqbn: '' },
{ name: 'Arduino Fio', fqbn: '' },
{ name: 'Arduino BT', fqbn: '' },
{ name: 'Arduino LilyPad USB', fqbn: '' },
{ name: 'Arduino LilyPad', fqbn: '' },
{ name: 'Arduino Pro', fqbn: '' },
{ name: 'Arduino ATMegaNG', fqbn: '' },
{ name: 'Arduino Robot Control', fqbn: '' },
{ name: 'Arduino Robot Motor', fqbn: '' },
{ name: 'Arduino Gemma', fqbn: '' },
{ name: 'Adafruit Circuit Playground', fqbn: '' },
{ name: 'Arduino Yún Mini', fqbn: '' },
{ name: 'Arduino Industrial 101', fqbn: '' },
{ name: 'Linino One', fqbn: '' }
],
types: [ 'Arduino' ],
moreInfoLink: 'https://www.arduino.cc/',
author: 'Arduino',
deprecated: false,
availableVersions: [
'1.8.8', '1.8.7', '1.8.6',
'1.8.5', '1.8.4', '1.8.3',
'1.8.2', '1.8.1', '1.6.23',
'1.6.22', '1.6.21', '1.6.20',
'1.6.19', '1.6.18', '1.6.17',
'1.6.16', '1.6.15', '1.6.14',
'1.6.13', '1.6.12', '1.6.11',
'1.6.10', '1.6.9', '1.6.8',
'1.6.7', '1.6.6', '1.6.5',
'1.6.4', '1.6.3', '1.6.2'
],
index: 0
}
2026-06-10 09:12:03 2026-06-10T14:12:03.254Z discovery-log INFO stop
2026-06-10 09:12:03 2026-06-10T14:12:03.273Z daemon INFO time="2026-06-10T09:12:03-05:00" level=warning msg="fetched archive size differs from size specified in index: 732864 != 37630618"
2026-06-10 09:12:03 2026-06-10T14:12:03.276Z daemon INFO time="2026-06-10T09:12:03-05:00" level=info msg="Starting download" url="https://downloads.arduino.cc/tools/avr-gcc-7.3.0-atmel3.6.1-arduino7-x86_64-pc-linux-gnu.tar.bz2"
2026-06-10 09:12:13 2026-06-10T14:12:13.307Z daemon INFO time="2026-06-10T09:12:13-05:00" level=info msg="Checking signature" index=/home/temp/.arduino15/package_index.json signatureFile=/home/temp/.arduino15/package_index.json.sig trusted=true
2026-06-10 09:12:13 2026-06-10T14:12:13.311Z daemon INFO time="2026-06-10T09:12:13-05:00" level=info msg="Loading hardware from: /home/temp/.arduino15/packages"
2026-06-10 09:12:13 2026-06-10T14:12:13.312Z daemon INFO time="2026-06-10T09:12:13-05:00" level=info msg="Loading package builtin from: /home/temp/.arduino15/packages/builtin"
time="2026-06-10T09:12:13-05:00" level=info msg="Checking existence of 'tools' path: /home/temp/.arduino15/packages/builtin/tools"
time="2026-06-10T09:12:13-05:00" level=info msg="Loading tools from dir: /home/temp/.arduino15/packages/builtin/tools"
time="2026-06-10T09:12:13-05:00" level=info msg="Loaded tool" tool="builtin:ctags@5.8-arduino11"
time="2026-06-10T09:12:13-05:00" level=info msg="Loaded tool" tool="builtin:dfu-discovery@0.1.2"
time="2026-06-10T09:12:13-05:00" level=info msg="Loaded tool" tool="builtin:mdns-discovery@1.0.12"
time="2026-06-10T09:12:13-05:00" level=info msg="Loaded tool" tool="builtin:serial-discovery@1.4.3"
time="2026-06-10T09:12:13-05:00" level=info msg="Loaded tool" tool="builtin:serial-monitor@0.15.0"
2026-06-10 09:12:34 isTempSketch: true. Input was /tmp/.arduinoIDE-unsaved2026510-15492-1msgnzh.useu/sketch_jun10c
2026-06-10 09:12:34 Ignored marking workspace as a closed sketch. The sketch was detected as temporary. Workspace URI: file:///tmp/.arduinoIDE-unsaved2026510-15492-1msgnzh.useu/sketch_jun10c.
2026-06-10 09:12:34 isTempSketch: true. Input was /tmp/.arduinoIDE-unsaved2026510-15492-1msgnzh.useu/sketch_jun10c
2026-06-10 09:12:34 Ignored marking workspace as a closed sketch. The sketch was detected as temporary. Workspace URI: file:///tmp/.arduinoIDE-unsaved2026510-15492-1msgnzh.useu/sketch_jun10c.
2026-06-10 09:12:34 2026-06-10T14:12:34.191Z root INFO socked closed
2026-06-10 09:12:34 2026-06-10T14:12:34.191Z root INFO closing connection for 3
2026-06-10 09:12:34 2026-06-10T14:12:34.191Z root INFO Closing channel on service path '/localization-server'.
2026-06-10 09:12:34 2026-06-10T14:12:34.191Z root INFO Closing channel on service path '/os'.
2026-06-10 09:12:34 2026-06-10T14:12:34.191Z root INFO Closing channel on service path '/services/commands'.
2026-06-10 09:12:34 2026-06-10T14:12:34.191Z root INFO Closing channel on service path '/services/keyboard'.
2026-06-10 09:12:34 2026-06-10T14:12:34.191Z root INFO Closing channel on service path '/services/logger'.
2026-06-10 09:12:34 2026-06-10T14:12:34.191Z root INFO Closing channel on service path '/services/messageService'.
2026-06-10 09:12:34 2026-06-10T14:12:34.191Z root INFO Closing channel on service path '/services/ChannelCloseService'.
2026-06-10 09:12:34 2026-06-10T14:12:34.191Z root INFO Closing channel on service path '/services/remote-filesystem'.
2026-06-10 09:12:34 2026-06-10T14:12:34.191Z root INFO Closing channel on service path '/services/envs'.
2026-06-10 09:12:34 2026-06-10T14:12:34.191Z root INFO Closing channel on service path '/services/authentication-service'.
2026-06-10 09:12:34 2026-06-10T14:12:34.191Z root INFO Closing channel on service path '/services/sketches-service'.
2026-06-10 09:12:34 2026-06-10T14:12:34.191Z root INFO Closing channel on service path '/services/config-service'.
2026-06-10 09:12:34 2026-06-10T14:12:34.192Z root INFO Closing channel on service path '/services/workspace'.
2026-06-10 09:12:34 2026-06-10T14:12:34.192Z root INFO Closing channel on service path '/services/notification-service'.
2026-06-10 09:12:34 2026-06-10T14:12:34.192Z root INFO Closing channel on service path '/services/arduino-daemon'.
2026-06-10 09:12:34 2026-06-10T14:12:34.192Z root INFO Closing channel on service path '/services/stopwatch'.
2026-06-10 09:12:34 2026-06-10T14:12:34.192Z root INFO Closing channel on service path '/services/application'.
2026-06-10 09:12:34 2026-06-10T14:12:34.192Z root INFO Closing channel on service path '/services/i18n'.
2026-06-10 09:12:34 2026-06-10T14:12:34.192Z root INFO Closing channel on service path '/services/quickInput'.
2026-06-10 09:12:34 2026-06-10T14:12:34.192Z root INFO Closing channel on service path '/services/debug'.
2026-06-10 09:12:34 2026-06-10T14:12:34.192Z root INFO Closing channel on service path '/services/shell-terminal'.
2026-06-10 09:12:34 2026-06-10T14:12:34.192Z root INFO Closing channel on service path '/services/quickPick'.
2026-06-10 09:12:34 2026-06-10T14:12:34.192Z root INFO Closing channel on service path '/services/task'.
2026-06-10 09:12:34 2026-06-10T14:12:34.192Z root INFO Closing channel on service path '/services/search'.
2026-06-10 09:12:34 2026-06-10T14:12:34.192Z root INFO Closing channel on service path '/services/hostedPlugin'.
2026-06-10 09:12:34 2026-06-10T14:12:34.192Z root INFO Closing channel on service path '/services/plugin-ext'.
2026-06-10 09:12:34 2026-06-10T14:12:34.192Z root INFO Closing channel on service path '/services/plugin-paths'.
2026-06-10 09:12:34 2026-06-10T14:12:34.192Z root INFO Closing channel on service path '/services/cli-preferences'.
2026-06-10 09:12:34 2026-06-10T14:12:34.192Z root INFO Closing channel on service path '/services/boards-service'.
2026-06-10 09:12:34 2026-06-10T14:12:34.192Z root INFO Closing channel on service path '/services/response-service'.
2026-06-10 09:12:34 2026-06-10T14:12:34.192Z root INFO Closing channel on service path '/services/file-system-ext'.
2026-06-10 09:12:34 2026-06-10T14:12:34.192Z root INFO Closing channel on service path '/services/core-service'.
2026-06-10 09:12:34 2026-06-10T14:12:34.192Z root INFO Closing channel on service path '/services/example-service'.
2026-06-10 09:12:34 2026-06-10T14:12:34.192Z root INFO Closing channel on service path '/services/library-service'.
2026-06-10 09:12:34 2026-06-10T14:12:34.192Z root INFO Closing channel on service path '/services/executable-service'.
2026-06-10 09:12:34 2026-06-10T14:12:34.193Z root INFO Closing channel on service path '/services/arduino-firmware-uploader'.
2026-06-10 09:12:34 2026-06-10T14:12:34.193Z root INFO Closing channel on service path '/services/formatter'.
2026-06-10 09:12:34 2026-06-10T14:12:34.193Z root INFO Closing channel on service path '/services/search-in-workspace'.
2026-06-10 09:12:34 2026-06-10T14:12:34.193Z root INFO Closing channel on service path '/services/request-service'.
2026-06-10 09:12:34 2026-06-10T14:12:34.193Z root INFO Closing channel on service path '/services/keyStore'.
2026-06-10 09:12:34 2026-06-10T14:12:34.193Z root INFO Closing channel on service path '/services/languagePackService'.
2026-06-10 09:12:34 Closing channel on service path '/services/electron-window'.
2026-06-10 09:12:34 Closing channel on service path '/services/ide-updater'.
2026-06-10 09:34:04 2026-06-10T14:34:04.986Z discovery-log INFO start
2026-06-10 09:34:04 2026-06-10T14:34:04.986Z discovery-log INFO start new deferred
2026-06-10 09:34:04 2026-06-10T14:34:04.986Z discovery-log INFO start resolved watching
2026-06-10 09:34:04 2026-06-10T14:34:04.990Z discovery-log INFO start
2026-06-10 09:34:04 2026-06-10T14:34:04.990Z discovery-log INFO start already watching
2026-06-10 09:34:04 2026-06-10T14:34:04.991Z daemon INFO time="2026-06-10T09:34:04-05:00" level=info msg="Discovery event channel closed builtin:mdns-discovery. Exiting goroutine."
time="2026-06-10T09:34:04-05:00" level=info msg="Closed and removed discovery builtin:mdns-discovery"
time="2026-06-10T09:34:04-05:00" level=error msg="Stopped decode loop: EOF" discovery="builtin:mdns-discovery"
time="2026-06-10T09:34:04-05:00" level=info msg="Discovery event channel closed builtin:serial-discovery. Exiting goroutine."
time="2026-06-10T09:34:04-05:00" level=info msg="Closed and removed discovery builtin:serial-discovery"
time="2026-06-10T09:34:04-05:00" level=error msg="Stopped decode loop: EOF" discovery="builtin:serial-discovery"
2026-06-10 09:34:05 2026-06-10T14:34:05.014Z daemon INFO time="2026-06-10T09:34:05-05:00" level=info msg="Loading libraries index file" index=/home/temp/.arduino15/library_index.json
2026-06-10 09:34:05 2026-06-10T14:34:05.083Z root INFO >>> Starting library package installation... {
name: 'Arduino_BuiltIn',
exampleUris: [],
location: 0,
installedVersion: undefined,
author: 'Arduino',
availableVersions: [ '1.0.0' ],
includes: [],
description: 'The sole purpose of this library is to install the standard Arduino libraries which are typically included with the Arduino IDE.',
moreInfoLink: 'https://github.com/arduino-libraries/Arduino_BuiltIn',
summary: 'Shell Arduino library to provide the standard built-in libraries',
category: 'Other',
types: [ 'Arduino' ],
index: 0
}
2026-06-10 09:34:05 2026-06-10T14:34:05.083Z discovery-log INFO stop
2026-06-10 09:34:05 2026-06-10T14:34:05.083Z discovery-log INFO >>> Stopping boards watcher...
2026-06-10 09:34:05 2026-06-10T14:34:05.083Z discovery-log INFO Canceling boards watcher...
2026-06-10 09:34:05 2026-06-10T14:34:05.083Z discovery-log INFO disposing requesting cancel
2026-06-10 09:34:05 2026-06-10T14:34:05.083Z discovery-log INFO disposing canceled
2026-06-10 09:34:05 2026-06-10T14:34:05.084Z discovery-log INFO error received
2026-06-10 09:34:05 2026-06-10T14:34:05.084Z discovery-log INFO cancel error received!
2026-06-10 09:34:05 2026-06-10T14:34:05.084Z discovery-log INFO stop received event: either end or cancel
2026-06-10 09:34:05 2026-06-10T14:34:05.084Z discovery-log INFO stop stopped
2026-06-10 09:34:05 2026-06-10T14:34:05.084Z discovery-log INFO received end
2026-06-10 09:34:05 2026-06-10T14:34:05.119Z daemon INFO time="2026-06-10T09:34:05-05:00" level=info msg="Starting download" url="https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Stepper-1.1.3.zip?query=depends"
2026-06-10 09:34:05 2026-06-10T14:34:05.350Z daemon INFO time="2026-06-10T09:34:05-05:00" level=info msg="Adding libraries dir" dir=/home/temp/.arduino15/libraries isSingleLibrary=false location=ide
time="2026-06-10T09:34:05-05:00" level=info msg="Adding libraries dir" dir=/home/temp/Arduino/libraries isSingleLibrary=false location=user
2026-06-10 09:34:06 2026-06-10T14:34:06.735Z daemon INFO time="2026-06-10T09:34:06-05:00" level=info msg="Installing library" library=Stepper@1.1.3
2026-06-10 09:34:06 2026-06-10T14:34:06.740Z daemon INFO time="2026-06-10T09:34:06-05:00" level=info msg="Starting download" url="https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Arduino_BuiltIn-1.0.0.zip?query=install-builtin"
2026-06-10 09:34:07 2026-06-10T14:34:07.537Z daemon INFO time="2026-06-10T09:34:07-05:00" level=info msg="Installing library" library=Arduino_BuiltIn@1.0.0
2026-06-10 09:34:07 2026-06-10T14:34:07.539Z daemon INFO time="2026-06-10T09:34:07-05:00" level=info msg="Starting download" url="https://downloads.arduino.cc/libraries/github.com/firmata/Firmata-2.5.9.zip?query=depends"
2026-06-10 09:34:10 2026-06-10T14:34:10.352Z daemon INFO time="2026-06-10T09:34:10-05:00" level=info msg="Installing library" library=Firmata@2.5.9
2026-06-10 09:34:10 2026-06-10T14:34:10.381Z daemon INFO time="2026-06-10T09:34:10-05:00" level=info msg="Starting download" url="https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Servo-1.3.0.zip?query=depends"
2026-06-10 09:34:11 2026-06-10T14:34:11.441Z daemon INFO time="2026-06-10T09:34:11-05:00" level=info msg="Installing library" library=Servo@1.3.0
2026-06-10 09:34:11 2026-06-10T14:34:11.463Z daemon INFO time="2026-06-10T09:34:11-05:00" level=info msg="Starting download" url="https://downloads.arduino.cc/libraries/github.com/arduino-libraries/TFT-1.0.6.zip?query=depends"
2026-06-10 09:34:12 2026-06-10T14:34:12.412Z daemon INFO time="2026-06-10T09:34:12-05:00" level=info msg="Installing library" library=TFT@1.0.6
2026-06-10 09:34:12 2026-06-10T14:34:12.429Z daemon INFO time="2026-06-10T09:34:12-05:00" level=info msg="Starting download" url="https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Ethernet-2.0.2.zip?query=depends"
2026-06-10 09:34:13 2026-06-10T14:34:13.425Z daemon INFO time="2026-06-10T09:34:13-05:00" level=info msg="Installing library" library=Ethernet@2.0.2
2026-06-10 09:34:13 2026-06-10T14:34:13.446Z daemon INFO time="2026-06-10T09:34:13-05:00" level=info msg="Starting download" url="https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Mouse-1.0.1.zip?query=depends"
2026-06-10 09:34:14 2026-06-10T14:34:14.296Z daemon INFO time="2026-06-10T09:34:14-05:00" level=info msg="Installing library" library=Mouse@1.0.1
2026-06-10 09:34:14 2026-06-10T14:34:14.298Z daemon INFO time="2026-06-10T09:34:14-05:00" level=info msg="Starting download" url="https://downloads.arduino.cc/libraries/github.com/arduino-libraries/Keyboard-1.0.6.zip?query=depends"
2026-06-10 09:34:15 2026-06-10T14:34:15.072Z daemon INFO time="2026-06-10T09:34:15-05:00" level=info msg="Installing library" library=Keyboard@1.0.6
2026-06-10 09:34:15 2026-06-10T14:34:15.082Z daemon INFO time="2026-06-10T09:34:15-05:00" level=info msg="Starting download" url="https://downloads.arduino.cc/libraries/github.com/arduino-libraries/LiquidCrystal-1.0.7.zip?query=depends"
2026-06-10 09:34:16 2026-06-10T14:34:16.204Z daemon INFO time="2026-06-10T09:34:16-05:00" level=info msg="Installing library" library=LiquidCrystal@1.0.7
2026-06-10 09:34:16 2026-06-10T14:34:16.211Z daemon INFO time="2026-06-10T09:34:16-05:00" level=info msg="Starting download" url="https://downloads.arduino.cc/libraries/github.com/arduino-libraries/SD-1.3.0.zip?query=depends"
2026-06-10 09:34:17 2026-06-10T14:34:17.532Z daemon INFO time="2026-06-10T09:34:17-05:00" level=info msg="Installing library" library=SD@1.3.0
2026-06-10 09:34:17 2026-06-10T14:34:17.573Z daemon INFO time="2026-06-10T09:34:17-05:00" level=info msg="Checking signature" index=/home/temp/.arduino15/package_index.json signatureFile=/home/temp/.arduino15/package_index.json.sig trusted=true
2026-06-10 09:34:17 2026-06-10T14:34:17.574Z daemon INFO time="2026-06-10T09:34:17-05:00" level=info msg="Loading hardware from: /home/temp/.arduino15/packages"
2026-06-10 09:34:17 2026-06-10T14:34:17.574Z daemon INFO time="2026-06-10T09:34:17-05:00" level=info msg="Loading package builtin from: /home/temp/.arduino15/packages/builtin"
time="2026-06-10T09:34:17-05:00" level=info msg="Checking existence of 'tools' path: /home/temp/.arduino15/packages/builtin/tools"
time="2026-06-10T09:34:17-05:00" level=info msg="Loading tools from dir: /home/temp/.arduino15/packages/builtin/tools"
2026-06-10 09:34:17 2026-06-10T14:34:17.574Z daemon INFO time="2026-06-10T09:34:17-05:00" level=info msg="Loaded tool" tool="builtin:ctags@5.8-arduino11"
time="2026-06-10T09:34:17-05:00" level=info msg="Loaded tool" tool="builtin:dfu-discovery@0.1.2"
2026-06-10 09:34:17 2026-06-10T14:34:17.574Z daemon INFO time="2026-06-10T09:34:17-05:00" level=info msg="Loaded tool" tool="builtin:mdns-discovery@1.0.12"
2026-06-10 09:34:17 2026-06-10T14:34:17.574Z daemon INFO time="2026-06-10T09:34:17-05:00" level=info msg="Loaded tool" tool="builtin:serial-discovery@1.4.3"
2026-06-10 09:34:17 2026-06-10T14:34:17.575Z daemon INFO time="2026-06-10T09:34:17-05:00" level=info msg="Loaded tool" tool="builtin:serial-monitor@0.15.0"
2026-06-10 09:34:17 2026-06-10T14:34:17.580Z daemon INFO time="2026-06-10T09:34:17-05:00" level=info msg="Discovery event channel closed builtin:serial-discovery. Exiting goroutine."
2026-06-10 09:34:17 2026-06-10T14:34:17.581Z daemon INFO time="2026-06-10T09:34:17-05:00" level=info msg="Closed and removed discovery builtin:serial-discovery"
time="2026-06-10T09:34:17-05:00" level=error msg="Stopped decode loop: read |0: file already closed" discovery="builtin:serial-discovery"
2026-06-10 09:34:17 2026-06-10T14:34:17.581Z daemon INFO time="2026-06-10T09:34:17-05:00" level=info msg="Discovery event channel closed builtin:mdns-discovery. Exiting goroutine."
2026-06-10 09:34:17 2026-06-10T14:34:17.581Z daemon INFO time="2026-06-10T09:34:17-05:00" level=info msg="Closed and removed discovery builtin:mdns-discovery"
2026-06-10 09:34:17 2026-06-10T14:34:17.581Z daemon INFO time="2026-06-10T09:34:17-05:00" level=error msg="Stopped decode loop: EOF" discovery="builtin:mdns-discovery"
2026-06-10 09:34:17 2026-06-10T14:34:17.586Z daemon INFO time="2026-06-10T09:34:17-05:00" level=info msg="Loading libraries index file" index=/home/temp/.arduino15/library_index.json
2026-06-10 09:34:17 2026-06-10T14:34:17.825Z daemon INFO time="2026-06-10T09:34:17-05:00" level=info msg="Adding libraries dir" dir=/home/temp/.arduino15/libraries isSingleLibrary=false location=ide
time="2026-06-10T09:34:17-05:00" level=info msg="Adding libraries dir" dir=/home/temp/Arduino/libraries isSingleLibrary=false location=user
2026-06-10 09:34:17 2026-06-10T14:34:17.830Z discovery-log INFO start
2026-06-10 09:34:17 2026-06-10T14:34:17.830Z discovery-log INFO start new deferred
2026-06-10 09:34:17 2026-06-10T14:34:17.830Z discovery-log INFO start resolved watching
2026-06-10 09:34:18 2026-06-10T14:34:18.205Z root ERROR ---- !!!SLOW!!! DURATION: search took 375.262 ms. Args: [{}] ----
2026-06-10 09:34:18 2026-06-10T14:34:18.205Z root INFO <<< Library package installation done. {
name: 'Arduino_BuiltIn',
exampleUris: [],
location: 0,
installedVersion: undefined,
author: 'Arduino',
availableVersions: [ '1.0.0' ],
includes: [],
description: 'The sole purpose of this library is to install the standard Arduino libraries which are typically included with the Arduino IDE.',
moreInfoLink: 'https://github.com/arduino-libraries/Arduino_BuiltIn',
summary: 'Shell Arduino library to provide the standard built-in libraries',
category: 'Other',
types: [ 'Arduino' ],
index: 0
}
2026-06-10 09:34:52 isTempSketch: true. Input was /tmp/.arduinoIDE-unsaved2026510-15492-qj38vj.x546f/sketch_jun10a
2026-06-10 09:34:52 Ignored marking workspace as a closed sketch. The sketch was detected as temporary. Workspace URI: file:///tmp/.arduinoIDE-unsaved2026510-15492-qj38vj.x546f/sketch_jun10a.
2026-06-10 09:34:52 isTempSketch: true. Input was /tmp/.arduinoIDE-unsaved2026510-15492-qj38vj.x546f/sketch_jun10a
2026-06-10 09:34:52 Ignored marking workspace as a closed sketch. The sketch was detected as temporary. Workspace URI: file:///tmp/.arduinoIDE-unsaved2026510-15492-qj38vj.x546f/sketch_jun10a.
2026-06-10 09:34:52 2026-06-10T14:34:52.306Z root INFO socked closed
2026-06-10 09:34:52 2026-06-10T14:34:52.306Z root INFO closing connection for 1
2026-06-10 09:34:52 2026-06-10T14:34:52.306Z root INFO Closing channel on service path '/localization-server'.
2026-06-10 09:34:52 2026-06-10T14:34:52.306Z root INFO Closing channel on service path '/os'.
2026-06-10 09:34:52 2026-06-10T14:34:52.307Z root INFO Closing channel on service path '/services/commands'.
2026-06-10 09:34:52 2026-06-10T14:34:52.307Z root INFO Closing channel on service path '/services/keyboard'.
2026-06-10 09:34:52 2026-06-10T14:34:52.307Z root INFO Closing channel on service path '/services/logger'.
2026-06-10 09:34:52 2026-06-10T14:34:52.307Z root INFO Closing channel on service path '/services/messageService'.
2026-06-10 09:34:52 2026-06-10T14:34:52.307Z root INFO Closing channel on service path '/services/ChannelCloseService'.
2026-06-10 09:34:52 2026-06-10T14:34:52.307Z root INFO Closing channel on service path '/services/remote-filesystem'.
2026-06-10 09:34:52 2026-06-10T14:34:52.307Z root INFO Closing channel on service path '/services/envs'.
2026-06-10 09:34:52 2026-06-10T14:34:52.307Z root INFO Closing channel on service path '/services/authentication-service'.
2026-06-10 09:34:52 2026-06-10T14:34:52.307Z root INFO Closing channel on service path '/services/sketches-service'.
2026-06-10 09:34:52 2026-06-10T14:34:52.307Z root INFO Closing channel on service path '/services/config-service'.
2026-06-10 09:34:52 2026-06-10T14:34:52.307Z root INFO Closing channel on service path '/services/workspace'.
2026-06-10 09:34:52 2026-06-10T14:34:52.307Z root INFO Closing channel on service path '/services/notification-service'.
2026-06-10 09:34:52 2026-06-10T14:34:52.307Z root INFO Closing channel on service path '/services/arduino-daemon'.
2026-06-10 09:34:52 2026-06-10T14:34:52.307Z root INFO Closing channel on service path '/services/stopwatch'.
2026-06-10 09:34:52 2026-06-10T14:34:52.307Z root INFO Closing channel on service path '/services/application'.
2026-06-10 09:34:52 2026-06-10T14:34:52.307Z root INFO Closing channel on service path '/services/i18n'.
2026-06-10 09:34:52 2026-06-10T14:34:52.307Z root INFO Closing channel on service path '/services/quickInput'.
2026-06-10 09:34:52 2026-06-10T14:34:52.307Z root INFO Closing channel on service path '/services/debug'.
2026-06-10 09:34:52 2026-06-10T14:34:52.307Z root INFO Closing channel on service path '/services/shell-terminal'.
2026-06-10 09:34:52 2026-06-10T14:34:52.307Z root INFO Closing channel on service path '/services/quickPick'.
2026-06-10 09:34:52 2026-06-10T14:34:52.307Z root INFO Closing channel on service path '/services/task'.
2026-06-10 09:34:52 2026-06-10T14:34:52.307Z root INFO Closing channel on service path '/services/search'.
2026-06-10 09:34:52 2026-06-10T14:34:52.308Z root INFO Closing channel on service path '/services/hostedPlugin'.
2026-06-10 09:34:52 2026-06-10T14:34:52.308Z root INFO Closing channel on service path '/services/plugin-ext'.
2026-06-10 09:34:52 2026-06-10T14:34:52.308Z root INFO Closing channel on service path '/services/plugin-paths'.
2026-06-10 09:34:52 2026-06-10T14:34:52.308Z root INFO Closing channel on service path '/services/cli-preferences'.
2026-06-10 09:34:52 2026-06-10T14:34:52.308Z root INFO Closing channel on service path '/services/boards-service'.
2026-06-10 09:34:52 2026-06-10T14:34:52.308Z root INFO Closing channel on service path '/services/response-service'.
2026-06-10 09:34:52 2026-06-10T14:34:52.308Z root INFO Closing channel on service path '/services/file-system-ext'.
2026-06-10 09:34:52 2026-06-10T14:34:52.308Z root INFO Closing channel on service path '/services/core-service'.
2026-06-10 09:34:52 2026-06-10T14:34:52.308Z root INFO Closing channel on service path '/services/example-service'.
2026-06-10 09:34:52 2026-06-10T14:34:52.308Z root INFO Closing channel on service path '/services/library-service'.
2026-06-10 09:34:52 2026-06-10T14:34:52.308Z root INFO Closing channel on service path '/services/executable-service'.
2026-06-10 09:34:52 2026-06-10T14:34:52.308Z root INFO Closing channel on service path '/services/arduino-firmware-uploader'.
2026-06-10 09:34:52 2026-06-10T14:34:52.308Z root INFO Closing channel on service path '/services/formatter'.
2026-06-10 09:34:52 2026-06-10T14:34:52.308Z root INFO Closing channel on service path '/services/search-in-workspace'.
2026-06-10 09:34:52 2026-06-10T14:34:52.308Z root INFO Closing channel on service path '/services/request-service'.
2026-06-10 09:34:52 2026-06-10T14:34:52.308Z root INFO Closing channel on service path '/services/keyStore'.
2026-06-10 09:34:52 2026-06-10T14:34:52.308Z root INFO Closing channel on service path '/services/languagePackService'.
2026-06-10 09:34:52 Closing channel on service path '/services/electron-window'.
2026-06-10 09:34:52 Closing channel on service path '/services/ide-updater'.
2026-06-10 09:34:52 Stored workspaces roots:
2026-06-10 09:34:52 No sketches were scheduled for deletion.

View File

@@ -0,0 +1,353 @@
2026-06-23 23:49:57 Arduino IDE 2.3.8
2026-06-23 23:49:57 Checking for frontend application configuration customizations. Module path: /tmp/.mount_arduinzsUsN9/resources/app/lib/backend/electron-main.js, destination 'package.json': /tmp/.mount_arduinzsUsN9/resources/app/package.json
2026-06-23 23:49:58 Setting 'theia.frontend.config.appVersion' application configuration value to: "2.3.8" (type of string)
2026-06-23 23:49:58 Setting 'theia.frontend.config.cliVersion' application configuration value to: "1.4.1" (type of string)
2026-06-23 23:49:58 Setting 'theia.frontend.config.buildDate' application configuration value to: "2026-02-25T15:15:50.003Z" (type of string)
2026-06-23 23:49:58 Frontend application configuration after modifications: {"applicationName":"Arduino IDE","defaultTheme":{"light":"arduino-theme","dark":"arduino-theme-dark"},"defaultIconTheme":"none","electron":{"windowOptions":{},"showWindowEarly":true,"splashScreenOptions":{},"uriScheme":"arduino-ide"},"defaultLocale":"","validatePreferencesSchema":false,"reloadOnReconnect":true,"uriScheme":"theia","preferences":{"window.title":"${rootName}${activeEditorShort}${appName}","files.autoSave":"afterDelay","editor.minimap.enabled":false,"editor.tabSize":2,"editor.scrollBeyondLastLine":false,"editor.quickSuggestions":{"other":false,"comments":false,"strings":false},"editor.maxTokenizationLineLength":500,"editor.bracketPairColorization.enabled":false,"breadcrumbs.enabled":false,"workbench.tree.renderIndentGuides":"none","explorer.compactFolders":false},"appVersion":"2.3.8","cliVersion":"1.4.1","buildDate":"2026-02-25T15:15:50.003Z"}
2026-06-23 23:49:58 Starting backend process. PID: 26170
2026-06-23 23:49:58 Showing main window early
2026-06-23 23:49:59 Using browser-only version of superagent in non-browser environment
2026-06-23 23:49:59 Configuration directory URI: 'file:///home/temp/.arduinoIDE'
2026-06-23 23:49:59 Configuring to accept webviews on '^.+\.webview\..+$' hostname.
2026-06-23 23:49:59 2026-06-24T04:49:59.420Z root INFO Backend u.initialize: 32.0 ms [Finished 0.838 s after backend start]
2026-06-23 23:49:59 2026-06-24T04:49:59.430Z root INFO Backend Object.initialize: 29.0 ms [Finished 0.838 s after backend start]
2026-06-23 23:49:59 2026-06-24T04:49:59.430Z root INFO Backend a.initialize: 1.2 ms [Finished 0.838 s after backend start]
2026-06-23 23:49:59 2026-06-24T04:49:59.430Z root INFO Backend a.initialize: 0.9 ms [Finished 0.838 s after backend start]
2026-06-23 23:49:59 2026-06-24T04:49:59.430Z root INFO Backend u.initialize: 1.2 ms [Finished 0.839 s after backend start]
2026-06-23 23:49:59 2026-06-24T04:49:59.432Z root INFO Backend l.initialize: 30.3 ms [Finished 0.840 s after backend start]
2026-06-23 23:49:59 2026-06-24T04:49:59.440Z root INFO configured all backend app contributions
2026-06-23 23:49:59 2026-06-24T04:49:59.441Z root INFO Backend l.onStart: 1.3 ms [Finished 0.860 s after backend start]
2026-06-23 23:49:59 2026-06-24T04:49:59.441Z root INFO Backend d.onStart: 0.1 ms [Finished 0.860 s after backend start]
2026-06-23 23:49:59 2026-06-24T04:49:59.442Z root INFO Backend a.onStart: 0.3 ms [Finished 0.860 s after backend start]
2026-06-23 23:49:59 2026-06-24T04:49:59.442Z config INFO >>> Initializing CLI configuration...
2026-06-23 23:49:59 2026-06-24T04:49:59.442Z root INFO Backend x.onStart: 0.3 ms [Finished 0.861 s after backend start]
2026-06-23 23:49:59 2026-06-24T04:49:59.442Z config INFO Loading CLI configuration from /home/temp/.arduinoIDE/arduino-cli.yaml...
2026-06-23 23:49:59 2026-06-24T04:49:59.442Z daemon INFO Starting daemon from /tmp/.mount_arduinzsUsN9/resources/app/lib/backend/resources/arduino-cli...
2026-06-23 23:49:59 2026-06-24T04:49:59.442Z root INFO Backend w.onStart: 0.4 ms [Finished 0.861 s after backend start]
2026-06-23 23:49:59 2026-06-24T04:49:59.442Z discovery-log INFO start
2026-06-23 23:49:59 2026-06-24T04:49:59.442Z discovery-log INFO start new deferred
2026-06-23 23:49:59 2026-06-24T04:49:59.442Z root INFO Backend v.onStart: 0.2 ms [Finished 0.862 s after backend start]
2026-06-23 23:49:59 2026-06-24T04:49:59.442Z root INFO Backend a.onStart: 0.1 ms [Finished 0.862 s after backend start]
2026-06-23 23:49:59 2026-06-24T04:49:59.446Z root INFO Theia app listening on http://127.0.0.1:41299.
2026-06-23 23:49:59 2026-06-24T04:49:59.446Z root INFO Finished starting backend application: 3.9 ms [Finished 0.866 s after backend start]
2026-06-23 23:49:59 2026-06-24T04:49:59.448Z root WARN The local plugin referenced by local-dir:/home/temp/.arduinoIDE/plugins does not exist.
2026-06-23 23:49:59 2026-06-24T04:49:59.448Z root WARN The local plugin referenced by local-dir:/home/temp/.arduinoIDE/deployedPlugins does not exist.
2026-06-23 23:49:59 2026-06-24T04:49:59.472Z config INFO Loaded CLI configuration: {"board_manager":{"additional_urls":[]}}
2026-06-23 23:49:59 2026-06-24T04:49:59.472Z config INFO Loading fallback CLI configuration to get 'directories.data' and 'directories.user'
2026-06-23 23:49:59 2026-06-24T04:49:59.630Z root INFO Resolve plugins list: 186.5 ms [Finished 1.050 s after backend start]
2026-06-23 23:49:59 2026-06-24T04:49:59.861Z daemon INFO time="2026-06-23T23:49:59-05:00" level=info msg="arduino-cli version 1.4.1"
2026-06-23 23:49:59 2026-06-24T04:49:59.872Z daemon INFO time="2026-06-23T23:49:59-05:00" level=info msg="Using config file: /home/temp/.arduinoIDE/arduino-cli.yaml"
time="2026-06-23T23:49:59-05:00" level=info msg="Executing `arduino-cli daemon`"
2026-06-23 23:49:59 2026-06-24T04:49:59.910Z daemon INFO Daemon is now listening on 127.0.0.1:44739
{"IP":"127.0.0.1","Port":"44739"}
2026-06-23 23:49:59 2026-06-24T04:49:59.910Z daemon INFO Daemon is running.
2026-06-23 23:49:59 2026-06-24T04:49:59.911Z config INFO Loaded fallback CLI configuration: {"directories":{"user":"/home/temp/Arduino","data":"/home/temp/.arduino15"}}
2026-06-23 23:49:59 2026-06-24T04:49:59.911Z config INFO Merged CLI configuration with the fallback: {"directories":{"user":"/home/temp/Arduino","data":"/home/temp/.arduino15"},"board_manager":{"additional_urls":[]}}
2026-06-23 23:49:59 2026-06-24T04:49:59.911Z config INFO Loaded the CLI configuration.
2026-06-23 23:49:59 2026-06-24T04:49:59.921Z config INFO Mapped the CLI configuration: {"dataDirUri":"file:///home/temp/.arduino15","sketchDirUri":"file:///home/temp/Arduino","additionalUrls":[],"network":"none","locale":"en"}
2026-06-23 23:49:59 2026-06-24T04:49:59.921Z config INFO Validating the CLI configuration...
2026-06-23 23:49:59 2026-06-24T04:49:59.924Z config INFO The CLI config is valid.
2026-06-23 23:49:59 2026-06-24T04:49:59.924Z config INFO <<< Initialized the CLI configuration.
2026-06-23 23:50:00 2026-06-24T04:50:00.053Z daemon INFO time="2026-06-23T23:50:00-05:00" level=info msg="Checking signature" index=/home/temp/.arduino15/package_index.json signatureFile=/home/temp/.arduino15/package_index.json.sig trusted=true
2026-06-23 23:50:00 2026-06-24T04:50:00.055Z daemon INFO time="2026-06-23T23:50:00-05:00" level=info msg="Loading hardware from: /home/temp/.arduino15/packages"
time="2026-06-23T23:50:00-05:00" level=info msg="Loading package builtin from: /home/temp/.arduino15/packages/builtin"
time="2026-06-23T23:50:00-05:00" level=info msg="Checking existence of 'tools' path: /home/temp/.arduino15/packages/builtin/tools"
2026-06-23 23:50:00 2026-06-24T04:50:00.085Z daemon INFO time="2026-06-23T23:50:00-05:00" level=info msg="Loading tools from dir: /home/temp/.arduino15/packages/builtin/tools"
time="2026-06-23T23:50:00-05:00" level=info msg="Loaded tool" tool="builtin:ctags@5.8-arduino11"
time="2026-06-23T23:50:00-05:00" level=info msg="Loaded tool" tool="builtin:dfu-discovery@0.1.2"
time="2026-06-23T23:50:00-05:00" level=info msg="Loaded tool" tool="builtin:mdns-discovery@1.0.12"
time="2026-06-23T23:50:00-05:00" level=info msg="Loaded tool" tool="builtin:serial-discovery@1.4.3"
time="2026-06-23T23:50:00-05:00" level=info msg="Loaded tool" tool="builtin:serial-monitor@0.15.0"
time="2026-06-23T23:50:00-05:00" level=info msg="Loading libraries index file" index=/home/temp/.arduino15/library_index.json
2026-06-23 23:50:00 2026-06-24T04:50:00.508Z daemon INFO time="2026-06-23T23:50:00-05:00" level=info msg="Adding libraries dir" dir=/home/temp/.arduino15/libraries isSingleLibrary=false location=ide
time="2026-06-23T23:50:00-05:00" level=info msg="Adding libraries dir" dir=/home/temp/Arduino/libraries isSingleLibrary=false location=user
2026-06-23 23:50:00 2026-06-24T04:50:00.541Z discovery-log INFO start resolved watching
2026-06-23 23:50:01 2026-06-24T04:50:01.169Z root INFO Deploy plugins list: 1725.4 ms [Finished 2.588 s after backend start]
2026-06-23 23:50:01 2026-06-24T04:50:01.697Z root INFO creating connection for 1
2026-06-23 23:50:02 2026-06-24T04:50:02.924Z root WARN Frontend a.configure took longer than the expected maximum 100 milliseconds: 105.6 ms [Finished 3.466 s after frontend start]
2026-06-23 23:50:02 2026-06-24T04:50:02.973Z root WARN A command editor.action.toggleStickyScroll is already registered.
2026-06-23 23:50:03 Opening channel for service path '/services/electron-window'.
2026-06-23 23:50:03 Opening channel for service path '/services/ide-updater'.
2026-06-23 23:50:03 2026-06-24T04:50:03.140Z root INFO Start frontend contributions: 393.2 ms [Finished 3.652 s after frontend start]
2026-06-23 23:50:03 2026-06-24T04:50:03.141Z root INFO Changed application state from 'init' to 'started_contributions'.
2026-06-23 23:50:03 2026-06-24T04:50:03.155Z root INFO Changed application state from 'started_contributions' to 'attached_shell'.
2026-06-23 23:50:03 2026-06-24T04:50:03.156Z root INFO >>> Restoring the layout state...
2026-06-23 23:50:03 2026-06-24T04:50:03.219Z root INFO [a46f35d0-ed49-4016-acd9-9c02c1356050] Waiting for backend deployment: 116.4 ms [Finished 3.760 s after frontend start]
2026-06-23 23:50:03 isTempSketch: true. Input was /tmp/.arduinoIDE-unsaved2026523-26170-86v1m1.kpgo2/sketch_jun23a
2026-06-23 23:50:03 Ignored marking workspace as a closed sketch. The sketch was detected as temporary. Workspace URI: file:///tmp/.arduinoIDE-unsaved2026523-26170-86v1m1.kpgo2/sketch_jun23a.
2026-06-23 23:50:03 Closing channel on service path '/services/electron-window'.
2026-06-23 23:50:03 Closing channel on service path '/services/ide-updater'.
2026-06-23 23:50:03 Stored workspaces roots:
2026-06-23 23:50:03 No sketches were scheduled for deletion.
2026-06-23 23:50:19 Arduino IDE 2.3.8
2026-06-23 23:50:19 Checking for frontend application configuration customizations. Module path: /tmp/.mount_arduinWdG7Mo/resources/app/lib/backend/electron-main.js, destination 'package.json': /tmp/.mount_arduinWdG7Mo/resources/app/package.json
2026-06-23 23:50:19 Setting 'theia.frontend.config.appVersion' application configuration value to: "2.3.8" (type of string)
2026-06-23 23:50:19 Setting 'theia.frontend.config.cliVersion' application configuration value to: "1.4.1" (type of string)
2026-06-23 23:50:19 Setting 'theia.frontend.config.buildDate' application configuration value to: "2026-02-25T15:15:50.003Z" (type of string)
2026-06-23 23:50:19 Frontend application configuration after modifications: {"applicationName":"Arduino IDE","defaultTheme":{"light":"arduino-theme","dark":"arduino-theme-dark"},"defaultIconTheme":"none","electron":{"windowOptions":{},"showWindowEarly":true,"splashScreenOptions":{},"uriScheme":"arduino-ide"},"defaultLocale":"","validatePreferencesSchema":false,"reloadOnReconnect":true,"uriScheme":"theia","preferences":{"window.title":"${rootName}${activeEditorShort}${appName}","files.autoSave":"afterDelay","editor.minimap.enabled":false,"editor.tabSize":2,"editor.scrollBeyondLastLine":false,"editor.quickSuggestions":{"other":false,"comments":false,"strings":false},"editor.maxTokenizationLineLength":500,"editor.bracketPairColorization.enabled":false,"breadcrumbs.enabled":false,"workbench.tree.renderIndentGuides":"none","explorer.compactFolders":false},"appVersion":"2.3.8","cliVersion":"1.4.1","buildDate":"2026-02-25T15:15:50.003Z"}
2026-06-23 23:50:19 Starting backend process. PID: 27765
2026-06-23 23:50:20 Showing main window early
2026-06-23 23:50:20 Using browser-only version of superagent in non-browser environment
2026-06-23 23:50:20 Configuration directory URI: 'file:///home/temp/.arduinoIDE'
2026-06-23 23:50:20 Configuring to accept webviews on '^.+\.webview\..+$' hostname.
2026-06-23 23:50:21 2026-06-24T04:50:21.017Z root INFO Backend u.initialize: 43.9 ms [Finished 1.146 s after backend start]
2026-06-23 23:50:21 2026-06-24T04:50:21.023Z root INFO Backend Object.initialize: 41.3 ms [Finished 1.146 s after backend start]
2026-06-23 23:50:21 2026-06-24T04:50:21.023Z root INFO Backend a.initialize: 1.6 ms [Finished 1.146 s after backend start]
2026-06-23 23:50:21 2026-06-24T04:50:21.023Z root INFO Backend a.initialize: 1.2 ms [Finished 1.146 s after backend start]
2026-06-23 23:50:21 2026-06-24T04:50:21.023Z root INFO Backend u.initialize: 1.7 ms [Finished 1.147 s after backend start]
2026-06-23 23:50:21 2026-06-24T04:50:21.026Z root INFO Backend l.initialize: 43.2 ms [Finished 1.148 s after backend start]
2026-06-23 23:50:21 2026-06-24T04:50:21.036Z root INFO configured all backend app contributions
2026-06-23 23:50:21 2026-06-24T04:50:21.036Z root INFO Backend l.onStart: 1.8 ms [Finished 1.167 s after backend start]
2026-06-23 23:50:21 2026-06-24T04:50:21.037Z root INFO Backend d.onStart: 0.1 ms [Finished 1.167 s after backend start]
2026-06-23 23:50:21 2026-06-24T04:50:21.038Z root INFO Backend a.onStart: 0.4 ms [Finished 1.167 s after backend start]
2026-06-23 23:50:21 2026-06-24T04:50:21.038Z config INFO >>> Initializing CLI configuration...
2026-06-23 23:50:21 2026-06-24T04:50:21.038Z root INFO Backend x.onStart: 0.5 ms [Finished 1.168 s after backend start]
2026-06-23 23:50:21 2026-06-24T04:50:21.038Z config INFO Loading CLI configuration from /home/temp/.arduinoIDE/arduino-cli.yaml...
2026-06-23 23:50:21 2026-06-24T04:50:21.038Z daemon INFO Starting daemon from /tmp/.mount_arduinWdG7Mo/resources/app/lib/backend/resources/arduino-cli...
2026-06-23 23:50:21 2026-06-24T04:50:21.038Z root INFO Backend w.onStart: 0.5 ms [Finished 1.169 s after backend start]
2026-06-23 23:50:21 2026-06-24T04:50:21.038Z discovery-log INFO start
2026-06-23 23:50:21 2026-06-24T04:50:21.038Z discovery-log INFO start new deferred
2026-06-23 23:50:21 2026-06-24T04:50:21.038Z root INFO Backend v.onStart: 0.3 ms [Finished 1.169 s after backend start]
2026-06-23 23:50:21 2026-06-24T04:50:21.038Z root INFO Backend a.onStart: 0.1 ms [Finished 1.169 s after backend start]
2026-06-23 23:50:21 2026-06-24T04:50:21.043Z root INFO Theia app listening on http://127.0.0.1:37211.
2026-06-23 23:50:21 2026-06-24T04:50:21.043Z root INFO Finished starting backend application: 5.3 ms [Finished 1.175 s after backend start]
2026-06-23 23:50:21 2026-06-24T04:50:21.046Z root WARN The local plugin referenced by local-dir:/home/temp/.arduinoIDE/plugins does not exist.
2026-06-23 23:50:21 2026-06-24T04:50:21.046Z root WARN The local plugin referenced by local-dir:/home/temp/.arduinoIDE/deployedPlugins does not exist.
2026-06-23 23:50:21 2026-06-24T04:50:21.088Z config INFO Loaded CLI configuration: {"board_manager":{"additional_urls":[]}}
2026-06-23 23:50:21 2026-06-24T04:50:21.088Z config INFO Loading fallback CLI configuration to get 'directories.data' and 'directories.user'
2026-06-23 23:50:21 2026-06-24T04:50:21.263Z root INFO Resolve plugins list: 222.4 ms [Finished 1.394 s after backend start]
2026-06-23 23:50:21 2026-06-24T04:50:21.549Z daemon INFO time="2026-06-23T23:50:21-05:00" level=info msg="arduino-cli version 1.4.1"
2026-06-23 23:50:21 2026-06-24T04:50:21.572Z daemon INFO time="2026-06-23T23:50:21-05:00" level=info msg="Using config file: /home/temp/.arduinoIDE/arduino-cli.yaml"
time="2026-06-23T23:50:21-05:00" level=info msg="Executing `arduino-cli daemon`"
2026-06-23 23:50:21 2026-06-24T04:50:21.580Z config INFO Loaded fallback CLI configuration: {"directories":{"user":"/home/temp/Arduino","data":"/home/temp/.arduino15"}}
2026-06-23 23:50:21 2026-06-24T04:50:21.580Z config INFO Merged CLI configuration with the fallback: {"directories":{"user":"/home/temp/Arduino","data":"/home/temp/.arduino15"},"board_manager":{"additional_urls":[]}}
2026-06-23 23:50:21 2026-06-24T04:50:21.580Z config INFO Loaded the CLI configuration.
2026-06-23 23:50:21 2026-06-24T04:50:21.581Z config INFO Mapped the CLI configuration: {"dataDirUri":"file:///home/temp/.arduino15","sketchDirUri":"file:///home/temp/Arduino","additionalUrls":[],"network":"none","locale":"en"}
2026-06-23 23:50:21 2026-06-24T04:50:21.581Z config INFO Validating the CLI configuration...
2026-06-23 23:50:21 2026-06-24T04:50:21.581Z config INFO The CLI config is valid.
2026-06-23 23:50:21 2026-06-24T04:50:21.581Z config INFO <<< Initialized the CLI configuration.
2026-06-23 23:50:21 2026-06-24T04:50:21.606Z daemon INFO Daemon is now listening on 127.0.0.1:42515
{"IP":"127.0.0.1","Port":"42515"}
2026-06-23 23:50:21 2026-06-24T04:50:21.606Z daemon INFO Daemon is running.
2026-06-23 23:50:21 2026-06-24T04:50:21.698Z daemon INFO time="2026-06-23T23:50:21-05:00" level=info msg="Checking signature" index=/home/temp/.arduino15/package_index.json signatureFile=/home/temp/.arduino15/package_index.json.sig trusted=true
2026-06-23 23:50:21 2026-06-24T04:50:21.703Z daemon INFO time="2026-06-23T23:50:21-05:00" level=info msg="Loading hardware from: /home/temp/.arduino15/packages"
time="2026-06-23T23:50:21-05:00" level=info msg="Loading package builtin from: /home/temp/.arduino15/packages/builtin"
2026-06-23 23:50:21 2026-06-24T04:50:21.703Z daemon INFO time="2026-06-23T23:50:21-05:00" level=info msg="Checking existence of 'tools' path: /home/temp/.arduino15/packages/builtin/tools"
2026-06-23 23:50:21 2026-06-24T04:50:21.706Z daemon INFO time="2026-06-23T23:50:21-05:00" level=info msg="Loading tools from dir: /home/temp/.arduino15/packages/builtin/tools"
2026-06-23 23:50:21 2026-06-24T04:50:21.706Z daemon INFO time="2026-06-23T23:50:21-05:00" level=info msg="Loaded tool" tool="builtin:ctags@5.8-arduino11"
2026-06-23 23:50:21 2026-06-24T04:50:21.706Z daemon INFO time="2026-06-23T23:50:21-05:00" level=info msg="Loaded tool" tool="builtin:dfu-discovery@0.1.2"
time="2026-06-23T23:50:21-05:00" level=info msg="Loaded tool" tool="builtin:mdns-discovery@1.0.12"
2026-06-23 23:50:21 2026-06-24T04:50:21.707Z daemon INFO time="2026-06-23T23:50:21-05:00" level=info msg="Loaded tool" tool="builtin:serial-discovery@1.4.3"
2026-06-23 23:50:21 2026-06-24T04:50:21.707Z daemon INFO time="2026-06-23T23:50:21-05:00" level=info msg="Loaded tool" tool="builtin:serial-monitor@0.15.0"
2026-06-23 23:50:21 2026-06-24T04:50:21.712Z daemon INFO time="2026-06-23T23:50:21-05:00" level=info msg="Loading libraries index file" index=/home/temp/.arduino15/library_index.json
2026-06-23 23:50:22 2026-06-24T04:50:22.112Z daemon INFO time="2026-06-23T23:50:22-05:00" level=info msg="Adding libraries dir" dir=/home/temp/.arduino15/libraries isSingleLibrary=false location=ide
time="2026-06-23T23:50:22-05:00" level=info msg="Adding libraries dir" dir=/home/temp/Arduino/libraries isSingleLibrary=false location=user
2026-06-23 23:50:22 2026-06-24T04:50:22.115Z discovery-log INFO start resolved watching
2026-06-23 23:50:22 2026-06-24T04:50:22.554Z root INFO Deploy plugins list: 1514.2 ms [Finished 2.685 s after backend start]
2026-06-23 23:50:23 2026-06-24T04:50:23.016Z root INFO creating connection for 1
2026-06-23 23:50:24 2026-06-24T04:50:24.099Z root WARN A command editor.action.toggleStickyScroll is already registered.
2026-06-23 23:50:24 Opening channel for service path '/services/electron-window'.
2026-06-23 23:50:24 Opening channel for service path '/services/ide-updater'.
2026-06-23 23:50:24 2026-06-24T04:50:24.251Z root INFO Start frontend contributions: 380.5 ms [Finished 3.169 s after frontend start]
2026-06-23 23:50:24 2026-06-24T04:50:24.251Z root INFO Changed application state from 'init' to 'started_contributions'.
2026-06-23 23:50:24 2026-06-24T04:50:24.263Z root INFO Changed application state from 'started_contributions' to 'attached_shell'.
2026-06-23 23:50:24 2026-06-24T04:50:24.263Z root INFO >>> Restoring the layout state...
2026-06-23 23:50:24 2026-06-24T04:50:24.340Z root INFO [36a3a04c-3023-4cf3-8c03-35bb514306b5] Waiting for backend deployment: 109.5 ms [Finished 3.269 s after frontend start]
2026-06-23 23:50:25 2026-06-24T04:50:25.314Z root INFO [hosted-plugin: 27910] PLUGIN_HOST(27910) starting instance
[Object: null prototype] {}
2026-06-23 23:50:26 2026-06-24T04:50:26.440Z root INFO [36a3a04c-3023-4cf3-8c03-35bb514306b5] Sync of 23 plugins: 2107.8 ms [Finished 5.377 s after frontend start]
2026-06-23 23:50:26 2026-06-24T04:50:26.485Z root INFO <<< Nothing to restore.
2026-06-23 23:50:26 2026-06-24T04:50:26.631Z root INFO Initialize the workbench layout: 2280.2 ms [Finished 5.485 s after frontend start]
2026-06-23 23:50:26 2026-06-24T04:50:26.635Z root INFO Changed application state from 'attached_shell' to 'initialized_layout'.
2026-06-23 23:50:26 2026-06-24T04:50:26.636Z root INFO [36a3a04c-3023-4cf3-8c03-35bb514306b5] Loading plugin contributions
2026-06-23 23:50:26 2026-06-24T04:50:26.636Z root INFO [36a3a04c-3023-4cf3-8c03-35bb514306b5] Load contributions of 23 plugins: 75.4 ms [Finished 5.571 s after frontend start]
2026-06-23 23:50:26 2026-06-24T04:50:26.765Z root WARN 'cpp' language is remapped from 'source.cpp.embedded.macro' to 'source.cpp' scope
2026-06-23 23:50:26 2026-06-24T04:50:26.765Z root WARN a registered grammar configuration for 'cpp' language is overridden
2026-06-23 23:50:28 2026-06-24T04:50:27.961Z root INFO Frontend application start: 3915.6 ms [Finished 8.092 s after backend start]
2026-06-23 23:50:28 Checking for update
2026-06-23 23:50:28 2026-06-24T04:50:28.106Z root INFO Replace loading indicator with ready workbench UI (animation): 1070.6 ms [Finished 6.649 s after frontend start]
2026-06-23 23:50:28 2026-06-24T04:50:28.106Z root INFO Changed application state from 'initialized_layout' to 'ready'.
2026-06-23 23:50:28 2026-06-24T04:50:28.106Z root WARN Linked preference "workbench.colorCustomizations" not found.
2026-06-23 23:50:28 2026-06-24T04:50:28.174Z root ERROR [hosted-plugin: 27910] Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.linux as cortex-debug.armToolchainPath is null
Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.osx as cortex-debug.armToolchainPath is null
Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.windows as cortex-debug.armToolchainPath is null
Conflict in settings file Default: Ignoring cortex-debug.JLinkGDBServerPath.linux as cortex-debug.JLinkGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.JLinkGDBServerPath.osx as cortex-debug.JLinkGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.JLinkGDBServerPath.windows as cortex-debug.JLinkGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.openocdPath.linux as cortex-debug.openocdPath is null
Conflict in settings file Default: Ignoring cortex-debug.openocdPath.osx as cortex-debug.openocdPath is null
Conflict in settings file Default: Ignoring cortex-debug.openocdPath.windows as cortex-debug.openocdPath is null
Conflict in settings file Default: Ignoring cortex-debug.pyocdPath.linux as cortex-debug.pyocdPath is null
Conflict in settings file Default: Ignoring cortex-debug.pyocdPath.osx as cortex-debug.pyocdPath is null
Conflict in settings file Default: Ignoring cortex-debug.pyocdPath.windows as cortex-debug.pyocdPath is null
Conflict in settings file Default: Ignoring cortex-debug.PEGDBServerPath.linux as cortex-debug.PEGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.PEGDBServerPath.osx as cortex-debug.PEGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.PEGDBServerPath.windows as cortex-debug.PEGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.stutilPath.linux as cortex-debug.stutilPath is null
Conflict in settings file Default: Ignoring cortex-debug.stutilPath.osx as cortex-debug.stutilPath is null
Conflict in settings file Default: Ignoring cortex-debug.stutilPath.windows as cortex-debug.stutilPath is null
Conflict in settings file Default: Ignoring cortex-debug.stlinkPath.linux as cortex-debug.stlinkPath is null
Conflict in settings file Default: Ignoring cortex-debug.stlinkPath.osx as cortex-debug.stlinkPath is null
Conflict in settings file Default: Ignoring cortex-debug.stlinkPath.windows as cortex-debug.stlinkPath is null
Conflict in settings file Default: Ignoring cortex-debug.stm32cubeprogrammer.linux as cortex-debug.stm32cubeprogrammer is null
Conflict in settings file Default: Ignoring cortex-debug.stm32cubeprogrammer.osx as cortex-debug.stm32cubeprogrammer is null
Conflict in settings file Default: Ignoring cortex-debug.stm32cubeprogrammer.windows as cortex-debug.stm32cubeprogrammer is null
2026-06-23 23:50:28 2026-06-24T04:50:28.279Z daemon INFO time="2026-06-23T23:50:28-05:00" level=info msg="Updating index" url="https://downloads.arduino.cc/packages/package_index.tar.bz2"
2026-06-23 23:50:28 2026-06-24T04:50:28.294Z daemon INFO time="2026-06-23T23:50:28-05:00" level=info msg="Starting download" url="https://downloads.arduino.cc/packages/package_index.tar.bz2"
2026-06-23 23:50:28 2026-06-24T04:50:28.301Z daemon INFO time="2026-06-23T23:50:28-05:00" level=info msg="Starting download" url="https://downloads.arduino.cc/libraries/library_index.tar.bz2"
2026-06-23 23:50:28 2026-06-24T04:50:28.315Z root INFO core-client-provider [library-index] Downloading index: library_index.tar.bz2
2026-06-23 23:50:28 2026-06-24T04:50:28.316Z root INFO core-client-provider [platform-index] Downloading index: package_index.tar.bz2
2026-06-23 23:50:28 2026-06-24T04:50:28.342Z root INFO [hosted-plugin: 27910] PLUGIN_HOST(27910): PluginManagerExtImpl/init()
2026-06-23 23:50:28 2026-06-24T04:50:28.393Z root INFO [hosted-plugin: 27910] PLUGIN_HOST(27910): initializing(vscode-arduino-api@0.1.2 with /tmp/.mount_arduinWdG7Mo/resources/app/lib/backend/plugin-vscode-init)
2026-06-23 23:50:28 2026-06-24T04:50:28.826Z root ERROR ---- !!!SLOW!!! DURATION: search took 714.518 ms. Args: [{"type":"Updatable"}] ----
2026-06-23 23:50:28 2026-06-24T04:50:28.828Z root ERROR ---- !!!SLOW!!! DURATION: search took 587.652 ms. Args: [{"query":"Arduino_BuiltIn"}] ----
2026-06-23 23:50:28 2026-06-24T04:50:28.829Z root INFO [hosted-plugin: 27910] PLUGIN_HOST(27910): initializing(json-language-features@1.88.1 with /tmp/.mount_arduinWdG7Mo/resources/app/lib/backend/plugin-vscode-init)
PLUGIN_HOST(27910): initializing(cortex-debug@1.5.1 with /tmp/.mount_arduinWdG7Mo/resources/app/lib/backend/plugin-vscode-init)
Debugger contribution has been registered: cortex-debug
PLUGIN_HOST(27910): initializing(vscode-arduino-tools@0.1.3 with /tmp/.mount_arduinWdG7Mo/resources/app/lib/backend/plugin-vscode-init)
PLUGIN_HOST(27910): initializing(cpp@1.88.1 with /tmp/.mount_arduinWdG7Mo/resources/app/lib/backend/plugin-vscode-init)
PLUGIN_HOST(27910): initializing(json@1.88.1 with /tmp/.mount_arduinWdG7Mo/resources/app/lib/backend/plugin-vscode-init)
PLUGIN_HOST(27910): initializing(vscode-language-pack-bg@1.48.3 with /tmp/.mount_arduinWdG7Mo/resources/app/lib/backend/plugin-vscode-init)
PLUGIN_HOST(27910): initializing(vscode-language-pack-cs@1.96.0 with /tmp/.mount_arduinWdG7Mo/resources/app/lib/backend/plugin-vscode-init)
PLUGIN_HOST(27910): initializing(vscode-language-pack-de@1.96.0 with /tmp/.mount_arduinWdG7Mo/resources/app/lib/backend/plugin-vscode-init)
PLUGIN_HOST(27910): initializing(vscode-language-pack-es@1.96.0 with /tmp/.mount_arduinWdG7Mo/resources/app/lib/backend/plugin-vscode-init)
PLUGIN_HOST(27910): initializing(vscode-language-pack-fr@1.96.0 with /tmp/.mount_arduinWdG7Mo/resources/app/lib/backend/plugin-vscode-init)
PLUGIN_HOST(27910): initializing(vscode-language-pack-hu@1.48.3 with /tmp/.mount_arduinWdG7Mo/resources/app/lib/backend/plugin-vscode-init)
PLUGIN_HOST(27910): initializing(vscode-language-pack-it@1.96.0 with /tmp/.mount_arduinWdG7Mo/resources/app/lib/backend/plugin-vscode-init)
PLUGIN_HOST(27910): initializing(vscode-language-pack-ja@1.96.0 with /tmp/.mount_arduinWdG7Mo/resources/app/lib/backend/plugin-vscode-init)
PLUGIN_HOST(27910): initializing(vscode-language-pack-ko@1.96.0 with /tmp/.mount_arduinWdG7Mo/resources/app/lib/backend/plugin-vscode-init)
PLUGIN_HOST(27910): initializing(vscode-language-pack-nl@1.48.3 with /tmp/.mount_arduinWdG7Mo/resources/app/lib/backend/plugin-vscode-init)
PLUGIN_HOST(27910): initializing(vscode-language-pack-pl@1.96.0 with /tmp/.mount_arduinWdG7Mo/resources/app/lib/backend/plugin-vscode-init)
PLUGIN_HOST(27910): initializing(vscode-language-pack-pt-BR@1.96.0 with /tmp/.mount_arduinWdG7Mo/resources/app/lib/backend/plugin-vscode-init)
PLUGIN_HOST(27910): initializing(vscode-language-pack-ru@1.96.0 with /tmp/.mount_arduinWdG7Mo/resources/app/lib/backend/plugin-vscode-init)
PLUGIN_HOST(27910): initializing(vscode-language-pack-tr@1.96.0 with /tmp/.mount_arduinWdG7Mo/resources/app/lib/backend/plugin-vscode-init)
PLUGIN_HOST(27910): initializing(vscode-language-pack-uk@1.48.3 with /tmp/.mount_arduinWdG7Mo/resources/app/lib/backend/plugin-vscode-init)
PLUGIN_HOST(27910): initializing(vscode-language-pack-zh-hans@1.96.0 with /tmp/.mount_arduinWdG7Mo/resources/app/lib/backend/plugin-vscode-init)
PLUGIN_HOST(27910): initializing(vscode-language-pack-zh-hant@1.96.0 with /tmp/.mount_arduinWdG7Mo/resources/app/lib/backend/plugin-vscode-init)
2026-06-23 23:50:29 2026-06-24T04:50:28.994Z root INFO >>> Starting boards package installation... {
id: 'arduino:avr',
name: 'Arduino AVR Boards',
summary: 'Boards included in this package:',
description: 'Arduino Yún, Arduino UNO, Arduino UNO Mini, Arduino UNO WiFi, Arduino Diecimila, Arduino Nano, Arduino Mega, Arduino Mega ADK, Arduino Leonardo, Arduino Leonardo Ethernet, Arduino Micro, Arduino Esplora, Arduino Mini, Arduino Ethernet, Arduino Fio, Arduino BT, Arduino LilyPad USB, Arduino LilyPad, Arduino Pro, Arduino ATMegaNG, Arduino Robot Control, Arduino Robot Motor, Arduino Gemma, Adafruit Circuit Playground, Arduino Yún Mini, Arduino Industrial 101, Linino One',
boards: [
{ name: 'Arduino Yún', fqbn: '' },
{ name: 'Arduino UNO', fqbn: '' },
{ name: 'Arduino UNO Mini', fqbn: '' },
{ name: 'Arduino UNO WiFi', fqbn: '' },
{ name: 'Arduino Diecimila', fqbn: '' },
{ name: 'Arduino Nano', fqbn: '' },
{ name: 'Arduino Mega', fqbn: '' },
{ name: 'Arduino Mega ADK', fqbn: '' },
{ name: 'Arduino Leonardo', fqbn: '' },
{ name: 'Arduino Leonardo Ethernet', fqbn: '' },
{ name: 'Arduino Micro', fqbn: '' },
{ name: 'Arduino Esplora', fqbn: '' },
{ name: 'Arduino Mini', fqbn: '' },
{ name: 'Arduino Ethernet', fqbn: '' },
{ name: 'Arduino Fio', fqbn: '' },
{ name: 'Arduino BT', fqbn: '' },
{ name: 'Arduino LilyPad USB', fqbn: '' },
{ name: 'Arduino LilyPad', fqbn: '' },
{ name: 'Arduino Pro', fqbn: '' },
{ name: 'Arduino ATMegaNG', fqbn: '' },
{ name: 'Arduino Robot Control', fqbn: '' },
{ name: 'Arduino Robot Motor', fqbn: '' },
{ name: 'Arduino Gemma', fqbn: '' },
{ name: 'Adafruit Circuit Playground', fqbn: '' },
{ name: 'Arduino Yún Mini', fqbn: '' },
{ name: 'Arduino Industrial 101', fqbn: '' },
{ name: 'Linino One', fqbn: '' }
],
types: [ 'Arduino' ],
moreInfoLink: 'https://www.arduino.cc/',
author: 'Arduino',
deprecated: false,
availableVersions: [
'1.8.8', '1.8.7', '1.8.6',
'1.8.5', '1.8.4', '1.8.3',
'1.8.2', '1.8.1', '1.6.23',
'1.6.22', '1.6.21', '1.6.20',
'1.6.19', '1.6.18', '1.6.17',
'1.6.16', '1.6.15', '1.6.14',
'1.6.13', '1.6.12', '1.6.11',
'1.6.10', '1.6.9', '1.6.8',
'1.6.7', '1.6.6', '1.6.5',
'1.6.4', '1.6.3', '1.6.2'
],
index: 0
}
2026-06-23 23:50:29 2026-06-24T04:50:29.001Z discovery-log INFO stop
2026-06-23 23:50:29 2026-06-24T04:50:29.001Z discovery-log INFO >>> Stopping boards watcher...
2026-06-23 23:50:29 2026-06-24T04:50:29.001Z discovery-log INFO Canceling boards watcher...
2026-06-23 23:50:29 2026-06-24T04:50:29.001Z discovery-log INFO disposing requesting cancel
2026-06-23 23:50:29 2026-06-24T04:50:29.001Z discovery-log INFO disposing canceled
2026-06-23 23:50:29 2026-06-24T04:50:29.003Z discovery-log INFO error received
2026-06-23 23:50:29 2026-06-24T04:50:29.003Z discovery-log INFO cancel error received!
2026-06-23 23:50:29 2026-06-24T04:50:29.003Z discovery-log INFO stop received event: either end or cancel
2026-06-23 23:50:29 2026-06-24T04:50:29.003Z discovery-log INFO stop stopped
2026-06-23 23:50:29 2026-06-24T04:50:29.003Z discovery-log INFO received end
2026-06-23 23:50:29 2026-06-24T04:50:29.018Z daemon INFO time="2026-06-23T23:50:29-05:00" level=warning msg="fetched archive size differs from size specified in index: 17903808 != 37630618"
2026-06-23 23:50:29 2026-06-24T04:50:29.023Z root INFO [hosted-plugin: 27910] PLUGIN_HOST(27910): PluginManagerExtImpl/loadPlugin(/tmp/.mount_arduinWdG7Mo/resources/app/plugins/vscode-builtin-json-language-features/extension/client/dist/node/jsonClientMain)
2026-06-23 23:50:29 2026-06-24T04:50:29.105Z daemon INFO time="2026-06-23T23:50:29-05:00" level=info msg="Starting download" url="https://downloads.arduino.cc/tools/avr-gcc-7.3.0-atmel3.6.1-arduino7-x86_64-pc-linux-gnu.tar.bz2"
2026-06-23 23:50:29 2026-06-24T04:50:29.124Z root INFO [hosted-plugin: 27910] PLUGIN_HOST(27910): PluginManagerExtImpl/loadPlugin(/tmp/.mount_arduinWdG7Mo/resources/app/plugins/vscode-arduino-api/extension/dist/extension.js)
2026-06-23 23:50:29 2026-06-24T04:50:29.130Z root INFO [hosted-plugin: 27910] calling activation function on Arduino IDE API for VS Code extensions
2026-06-23 23:50:29 2026-06-24T04:50:29.135Z root INFO [36a3a04c-3023-4cf3-8c03-35bb514306b5] Starting plugins.
2026-06-23 23:50:29 2026-06-24T04:50:29.185Z root INFO [hosted-plugin: 27910] PLUGIN_HOST(27910): PluginManagerExtImpl/loadPlugin(/tmp/.mount_arduinWdG7Mo/resources/app/plugins/cortex-debug/extension/dist/extension.js)
2026-06-23 23:50:29 2026-06-24T04:50:29.230Z root INFO [hosted-plugin: 27910] Debug configuration provider has been registered: cortex-debug, trigger: 1
2026-06-23 23:50:29 2026-06-24T04:50:29.230Z root INFO [hosted-plugin: 27910] calling activation function on Cortex-Debug
2026-06-23 23:50:29 2026-06-24T04:50:29.235Z root INFO [hosted-plugin: 27910] GDB server console created
2026-06-23 23:50:29 2026-06-24T04:50:29.245Z root INFO [36a3a04c-3023-4cf3-8c03-35bb514306b5] Start of 23 plugins: 2407.2 ms [Finished 8.184 s after frontend start]
2026-06-23 23:50:29 2026-06-24T04:50:29.577Z root INFO [hosted-plugin: 27910] calling activation function on JSON Language Features (built-in)
2026-06-23 23:50:31 isTempSketch: true. Input was /tmp/.arduinoIDE-unsaved2026523-27765-g39mgx.aggj/sketch_jun23a
2026-06-23 23:50:31 Ignored marking workspace as a closed sketch. The sketch was detected as temporary. Workspace URI: file:///tmp/.arduinoIDE-unsaved2026523-27765-g39mgx.aggj/sketch_jun23a.
2026-06-23 23:50:32 isTempSketch: true. Input was /tmp/.arduinoIDE-unsaved2026523-27765-g39mgx.aggj/sketch_jun23a
2026-06-23 23:50:32 Ignored marking workspace as a closed sketch. The sketch was detected as temporary. Workspace URI: file:///tmp/.arduinoIDE-unsaved2026523-27765-g39mgx.aggj/sketch_jun23a.
2026-06-23 23:50:32 2026-06-24T04:50:32.578Z root INFO socked closed
2026-06-23 23:50:32 2026-06-24T04:50:32.578Z root INFO closing connection for 1
2026-06-23 23:50:32 2026-06-24T04:50:32.578Z root INFO Closing channel on service path '/localization-server'.
2026-06-23 23:50:32 2026-06-24T04:50:32.578Z root INFO Closing channel on service path '/os'.
2026-06-23 23:50:32 2026-06-24T04:50:32.578Z root INFO Closing channel on service path '/services/commands'.
2026-06-23 23:50:32 2026-06-24T04:50:32.578Z root INFO Closing channel on service path '/services/keyboard'.
2026-06-23 23:50:32 2026-06-24T04:50:32.578Z root INFO Closing channel on service path '/services/logger'.
2026-06-23 23:50:32 2026-06-24T04:50:32.578Z root INFO Closing channel on service path '/services/messageService'.
2026-06-23 23:50:32 2026-06-24T04:50:32.578Z root INFO Closing channel on service path '/services/ChannelCloseService'.
2026-06-23 23:50:32 2026-06-24T04:50:32.578Z root INFO Closing channel on service path '/services/remote-filesystem'.
2026-06-23 23:50:32 2026-06-24T04:50:32.578Z root INFO Closing channel on service path '/services/envs'.
2026-06-23 23:50:32 2026-06-24T04:50:32.578Z root INFO Closing channel on service path '/services/authentication-service'.
2026-06-23 23:50:32 2026-06-24T04:50:32.578Z root INFO Closing channel on service path '/services/sketches-service'.
2026-06-23 23:50:32 2026-06-24T04:50:32.578Z root INFO Closing channel on service path '/services/config-service'.
2026-06-23 23:50:32 2026-06-24T04:50:32.578Z root INFO Closing channel on service path '/services/workspace'.
2026-06-23 23:50:32 2026-06-24T04:50:32.578Z root INFO Closing channel on service path '/services/notification-service'.
2026-06-23 23:50:32 2026-06-24T04:50:32.578Z root INFO Closing channel on service path '/services/arduino-daemon'.
2026-06-23 23:50:32 2026-06-24T04:50:32.578Z root INFO Closing channel on service path '/services/stopwatch'.
2026-06-23 23:50:32 2026-06-24T04:50:32.578Z root INFO Closing channel on service path '/services/application'.
2026-06-23 23:50:32 2026-06-24T04:50:32.578Z root INFO Closing channel on service path '/services/i18n'.
2026-06-23 23:50:32 2026-06-24T04:50:32.578Z root INFO Closing channel on service path '/services/quickInput'.
2026-06-23 23:50:32 2026-06-24T04:50:32.578Z root INFO Closing channel on service path '/services/debug'.
2026-06-23 23:50:32 2026-06-24T04:50:32.578Z root INFO Closing channel on service path '/services/shell-terminal'.
2026-06-23 23:50:32 2026-06-24T04:50:32.578Z root INFO Closing channel on service path '/services/quickPick'.
2026-06-23 23:50:32 2026-06-24T04:50:32.578Z root INFO Closing channel on service path '/services/task'.
2026-06-23 23:50:32 2026-06-24T04:50:32.579Z root INFO Closing channel on service path '/services/search'.
2026-06-23 23:50:32 2026-06-24T04:50:32.579Z root INFO Closing channel on service path '/services/hostedPlugin'.
2026-06-23 23:50:32 2026-06-24T04:50:32.579Z root INFO Closing channel on service path '/services/plugin-ext'.
2026-06-23 23:50:32 2026-06-24T04:50:32.579Z root INFO Closing channel on service path '/services/plugin-paths'.
2026-06-23 23:50:32 2026-06-24T04:50:32.579Z root INFO Closing channel on service path '/services/cli-preferences'.
2026-06-23 23:50:32 2026-06-24T04:50:32.579Z root INFO Closing channel on service path '/services/boards-service'.
2026-06-23 23:50:32 2026-06-24T04:50:32.579Z root INFO Closing channel on service path '/services/response-service'.
2026-06-23 23:50:32 2026-06-24T04:50:32.579Z root INFO Closing channel on service path '/services/file-system-ext'.
2026-06-23 23:50:32 2026-06-24T04:50:32.579Z root INFO Closing channel on service path '/services/core-service'.
2026-06-23 23:50:32 2026-06-24T04:50:32.579Z root INFO Closing channel on service path '/services/example-service'.
2026-06-23 23:50:32 2026-06-24T04:50:32.579Z root INFO Closing channel on service path '/services/library-service'.
2026-06-23 23:50:32 2026-06-24T04:50:32.579Z root INFO Closing channel on service path '/services/executable-service'.
2026-06-23 23:50:32 2026-06-24T04:50:32.579Z root INFO Closing channel on service path '/services/arduino-firmware-uploader'.
2026-06-23 23:50:32 2026-06-24T04:50:32.579Z root INFO Closing channel on service path '/services/formatter'.
2026-06-23 23:50:32 2026-06-24T04:50:32.579Z root INFO Closing channel on service path '/services/search-in-workspace'.
2026-06-23 23:50:32 2026-06-24T04:50:32.579Z root INFO Closing channel on service path '/services/request-service'.
2026-06-23 23:50:32 2026-06-24T04:50:32.579Z root INFO Closing channel on service path '/services/keyStore'.
2026-06-23 23:50:32 2026-06-24T04:50:32.579Z root INFO Closing channel on service path '/services/languagePackService'.
2026-06-23 23:50:32 Closing channel on service path '/services/electron-window'.
2026-06-23 23:50:32 Closing channel on service path '/services/ide-updater'.
2026-06-23 23:50:32 Stored workspaces roots:
2026-06-23 23:50:32 No sketches were scheduled for deletion.

View File

@@ -0,0 +1,26 @@
[General]
AmbientLightLevel=0
LabelMode=18560
LimitOfKnowledge=false
LocationFilter=18446744073709551615
OrbitMask=515
RenderFlags=34229507991
StarStyle=0
StarsColor=2
TextureResolution=1
TintSaturation=0.5
fps=0
[MainWindow]
Fullscreen=false
Pos=@Point(0 26)
Size=@Size(1920 1030)
State=@ByteArray(\0\0\0\xff\0\0\0\f\xfd\0\0\0\x2\0\0\0\0\0\0\x1{\0\0\x3\xcf\xfc\x2\0\0\0\x2\xfb\0\0\0&\0\x63\0\x65\0l\0\x65\0s\0t\0i\0\x61\0-\0t\0o\0o\0l\0s\0-\0\x64\0o\0\x63\0k\0\0\0\0\x37\0\0\x3\xcf\0\0\x1\xaa\0\xff\xff\xff\xfb\0\0\0\x18\0\x65\0v\0\x65\0n\0t\0-\0\x66\0i\0n\0\x64\0\x65\0r\0\0\0\0\0\xff\xff\xff\xff\0\0\x1\r\0\xff\xff\xff\0\0\0\x1\0\0\0\0\0\0\0\0\xfc\x2\0\0\0\x1\xfb\0\0\0\x14\0i\0n\0\x66\0o\0-\0p\0\x61\0n\0\x65\0l\0\0\0\0\0\xff\xff\xff\xff\0\0\0S\0\xff\xff\xff\0\0\a\x80\0\0\x3\xcf\0\0\0\x4\0\0\0\x4\0\0\0\b\0\0\0\b\xfc\0\0\0\x1\0\0\0\x2\0\0\0\x3\0\0\0\x18\0t\0i\0m\0\x65\0-\0t\0o\0o\0l\0\x62\0\x61\0r\x1\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0\0\0\0\x1c\0g\0u\0i\0\x64\0\x65\0s\0-\0t\0o\0o\0l\0\x62\0\x61\0r\x1\0\0\x1\x4\xff\xff\xff\xff\0\0\0\0\0\0\0\0\0\0\0 \0\x62\0o\0o\0k\0m\0\x61\0r\0k\0-\0t\0o\0o\0l\0\x62\0\x61\0r\x1\0\0\x2\x1c\xff\xff\xff\xff\0\0\0\0\0\0\0\0)
[Preferences]
ActiveFrameVisible=false
FramesVisible=true
LocalTime=true
SyncTime=true
TimeZoneName=CDT
VisualMagnitude=8.328222274780273

View File

@@ -0,0 +1,112 @@
; org.xfce.mousepad GtkAccelMap rc-file -*- scheme -*-
; this file is an automated accelerator map dump
;
; (gtk_accel_path "<Actions>/app.mousepad-plugin-shortcuts" "")
; (gtk_accel_path "<Actions>/win.edit.convert.spaces-to-tabs" "")
; (gtk_accel_path "<Actions>/app.preferences.view.smart-backspace" "")
; (gtk_accel_path "<Actions>/app.preferences.view.highlight-current-line" "")
; (gtk_accel_path "<Actions>/app.preferences.file.make-backup" "")
; (gtk_accel_path "<Actions>/win.preferences.window.toolbar-visible" "")
; (gtk_accel_path "<Actions>/app.preferences.window.client-side-decorations" "")
; (gtk_accel_path "<Actions>/win.search.find-and-replace" "<Primary>r")
; (gtk_accel_path "<Actions>/win.file.reload(false)" "F5")
; (gtk_accel_path "<Actions>/win.document.viewer-mode" "")
; (gtk_accel_path "<Actions>/win.edit.move.line-up" "<Alt>Up")
; (gtk_accel_path "<Actions>/win.edit.convert.transpose" "<Primary>t")
; (gtk_accel_path "<Actions>/win.document.go-to-tab(4)" "<Alt>5")
; (gtk_accel_path "<Actions>/win.edit.undo" "<Primary>z")
; (gtk_accel_path "<Actions>/win.file.save-as" "<Primary><Shift>s")
; (gtk_accel_path "<Actions>/win.document.filetype()" "")
; (gtk_accel_path "<Actions>/win.file.new-from-template.new()" "")
; (gtk_accel_path "<Actions>/app.preferences.window.remember-size" "")
; (gtk_accel_path "<Actions>/app.preferences" "")
; (gtk_accel_path "<Actions>/win.edit.convert.tabs-to-spaces" "")
; (gtk_accel_path "<Actions>/app.preferences.window.remember-state" "")
; (gtk_accel_path "<Actions>/app.preferences.window.path-in-title" "")
; (gtk_accel_path "<Actions>/win.view.fullscreen" "F11")
; (gtk_accel_path "<Actions>/win.document.previous-tab" "<Primary>Page_Up")
; (gtk_accel_path "<Actions>/app.preferences.view.show-whitespace.inside" "")
; (gtk_accel_path "<Actions>/win.file.new-window" "<Primary><Shift>n")
; (gtk_accel_path "<Actions>/app.state.search.incremental" "")
; (gtk_accel_path "<Actions>/app.preferences.view.show-whitespace" "")
; (gtk_accel_path "<Actions>/app.preferences.view.use-default-monospace-font" "")
; (gtk_accel_path "<Actions>/app.preferences.file.auto-reload" "")
; (gtk_accel_path "<Actions>/win.document.go-to-tab(5)" "<Alt>6")
; (gtk_accel_path "<Actions>/win.reset-font-size" "<Primary>0")
; (gtk_accel_path "<Actions>/win.file.save" "<Primary>s")
; (gtk_accel_path "<Actions>/win.help.about" "")
; (gtk_accel_path "<Actions>/win.file.new" "<Primary>n")
; (gtk_accel_path "<Actions>/app.preferences.file.add-last-end-of-line" "")
; (gtk_accel_path "<Actions>/win.preferences.window.menubar-visible" "<Primary>m")
; (gtk_accel_path "<Actions>/win.search.find-previous" "<Primary><Shift>g")
; (gtk_accel_path "<Actions>/app.preferences.window.expand-tabs" "")
; (gtk_accel_path "<Actions>/win.document.go-to-tab()" "")
; (gtk_accel_path "<Actions>/win.file.detach-tab" "<Primary>d")
; (gtk_accel_path "<Actions>/app.state.search.highlight-all" "")
; (gtk_accel_path "<Actions>/win.edit.paste" "<Primary>v")
; (gtk_accel_path "<Actions>/app.preferences.view.show-whitespace.leading" "")
; (gtk_accel_path "<Actions>/win.edit.duplicate-line-selection" "")
; (gtk_accel_path "<Actions>/win.edit.copy" "<Primary>c")
; (gtk_accel_path "<Actions>/win.document.go-to-tab(6)" "<Alt>7")
; (gtk_accel_path "<Actions>/win.file.close-window" "<Primary><Shift>w")
; (gtk_accel_path "<Actions>/win.edit.convert.strip-trailing-spaces" "")
; (gtk_accel_path "<Actions>/win.document.tab.tab-size()" "")
; (gtk_accel_path "<Actions>/win.edit.paste-special.paste-from-history" "")
; (gtk_accel_path "<Actions>/win.edit.convert.to-lowercase" "")
; (gtk_accel_path "<Actions>/win.edit.convert.to-title-case" "")
; (gtk_accel_path "<Actions>/app.preferences.window.always-show-tabs" "")
; (gtk_accel_path "<Actions>/win.document.go-to-tab(7)" "<Alt>8")
; (gtk_accel_path "<Actions>/win.search.find" "<Primary>f")
; (gtk_accel_path "<Actions>/win.document.go-to-tab(0)" "<Alt>1")
; (gtk_accel_path "<Actions>/app.quit" "<Primary>q")
; (gtk_accel_path "<Actions>/win.file.close-tab" "<Primary>w")
; (gtk_accel_path "<Actions>/win.edit.increase-indent" "<Primary>i")
; (gtk_accel_path "<Actions>/app.preferences.view.show-line-endings" "")
; (gtk_accel_path "<Actions>/win.edit.delete-selection" "Delete")
; (gtk_accel_path "<Actions>/win.edit.move.word-left" "<Alt>Left")
; (gtk_accel_path "<Actions>/win.file.reload()" "")
; (gtk_accel_path "<Actions>/win.edit.delete-line" "<Primary><Shift>Delete")
; (gtk_accel_path "<Actions>/win.textview.menubar" "")
; (gtk_accel_path "<Actions>/win.file.open-recent.clear-history" "")
; (gtk_accel_path "<Actions>/app.preferences.view.auto-indent" "")
; (gtk_accel_path "<Actions>/app.preferences.view.show-whitespace.trailing" "")
; (gtk_accel_path "<Actions>/win.view.select-font" "")
; (gtk_accel_path "<Actions>/win.edit.move.line-down" "<Alt>Down")
; (gtk_accel_path "<Actions>/win.document.go-to-tab(8)" "<Alt>9")
; (gtk_accel_path "<Actions>/win.document.go-to-tab(1)" "<Alt>2")
; (gtk_accel_path "<Actions>/app.preferences.view.show-line-numbers" "")
; (gtk_accel_path "<Actions>/win.search.go-to" "<Primary>l")
; (gtk_accel_path "<Actions>/win.document.line-ending()" "")
; (gtk_accel_path "<Actions>/app.preferences.window.app-name-in-title" "")
; (gtk_accel_path "<Actions>/app.preferences.file.monitor-changes" "")
; (gtk_accel_path "<Actions>/win.edit.paste-special.paste-as-column" "")
; (gtk_accel_path "<Actions>/app.preferences.view.show-right-margin" "")
; (gtk_accel_path "<Actions>/app.preferences.window.remember-position" "")
; (gtk_accel_path "<Actions>/win.edit.cut" "<Primary>x")
; (gtk_accel_path "<Actions>/win.search.find-next" "<Primary>g")
; (gtk_accel_path "<Actions>/app.mousepad-plugin-gspell" "<Primary>k")
; (gtk_accel_path "<Actions>/app.preferences.view.match-braces" "")
; (gtk_accel_path "<Actions>/win.edit.decrease-indent" "<Primary>u")
; (gtk_accel_path "<Actions>/win.increase-font-size" "<Primary>plus")
; (gtk_accel_path "<Actions>/app.preferences.view.word-wrap" "")
; (gtk_accel_path "<Actions>/win.document.go-to-tab(2)" "<Alt>3")
; (gtk_accel_path "<Actions>/app.preferences.view.insert-spaces" "")
; (gtk_accel_path "<Actions>/app.preferences.view.color-scheme()" "")
; (gtk_accel_path "<Actions>/win.file.open" "<Primary>o")
; (gtk_accel_path "<Actions>/win.decrease-font-size" "<Primary>minus")
; (gtk_accel_path "<Actions>/win.file.print" "<Primary>p")
; (gtk_accel_path "<Actions>/win.file.open-recent.new()" "")
; (gtk_accel_path "<Actions>/win.document.next-tab" "<Primary>Page_Down")
; (gtk_accel_path "<Actions>/win.edit.move.word-right" "<Alt>Right")
; (gtk_accel_path "<Actions>/win.edit.select-all" "<Primary>a")
; (gtk_accel_path "<Actions>/win.edit.convert.to-uppercase" "")
; (gtk_accel_path "<Actions>/win.file.save-all" "")
; (gtk_accel_path "<Actions>/win.preferences.window.statusbar-visible" "")
; (gtk_accel_path "<Actions>/win.edit.convert.to-opposite-case" "<Primary><Alt>u")
; (gtk_accel_path "<Actions>/app.preferences.window.cycle-tabs" "")
; (gtk_accel_path "<Actions>/app.preferences.view.indent-on-tab" "")
; (gtk_accel_path "<Actions>/win.help.contents" "F1")
; (gtk_accel_path "<Actions>/win.document.go-to-tab(3)" "<Alt>4")
; (gtk_accel_path "<Actions>/win.edit.redo" "<Primary>y")
; (gtk_accel_path "<Actions>/win.document.write-unicode-bom" "")
; (gtk_accel_path "<Actions>/app.preferences.window.toolbar-visible" "")

View File

@@ -0,0 +1,8 @@
[FileDialog]
history=file:///home/temp/Pictures, file:///home/temp
lastVisited=file:///home/temp
qtVersion=6.11.1
shortcuts=file:, file:///home/temp
sidebarWidth=111
treeViewHeader="@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x1\xbe\0\0\0\x4\x1\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x81\0\0\0\0\0\0\0\x4\0\0\0\xe9\0\0\0\x1\0\0\0\0\0\0\0\x37\0\0\0\x1\0\0\0\0\0\0\0;\0\0\0\x1\0\0\0\0\0\0\0\x63\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x1)"
viewMode=Detail

View File

@@ -0,0 +1 @@
{"fetchNewsFromWeb":true,"hideLauncherOnPlay2":true,"hide32bit":true,"closeLauncherAfterGameExit":false,"closeLauncherOnGameStart":false,"storeVersionShowExternalVersions":false,"useStoreSeamlessMode":true,"beginningKeptGameOutput":100,"lastKeptGameOutput":900,"launcherLanguage":null,"installPath":null,"cacheFolderPath":null,"temporaryFolder2":null,"autoCleanTemporaryFolder":true,"allowAutoUpdate":true,"useAlternateUpdateMethod":false,"showLatestBetaVersion":false,"showAllBetaVersions":false,"enableThriveAutoRestart":true,"preferSystemTools":false,"verboseLogging":false,"devCenterKey":null,"selectedDevBuildType":"botd","manuallySelectedBuildHash":null,"forceOpenGLMode":false,"disableThriveVideos":false,"disableThriveMods":false,"overrideAudioLatency":false,"overrideAudioLatencyMilliseconds":30}

View File

@@ -0,0 +1,141 @@
; Thunar GtkAccelMap rc-file -*- scheme -*-
; this file is an automated accelerator map dump
;
; (gtk_accel_path "<Actions>/ThunarDetailsView/expandable-folders" "")
; (gtk_accel_path "<Actions>/ThunarStandardView/sort-by-type" "")
; (gtk_accel_path "<Actions>/ThunarStatusBar/toggle-last-modified" "")
; (gtk_accel_path "<Actions>/Thunarwindow/menu" "")
; (gtk_accel_path "<Actions>/ThunarActionManager/cut" "<Primary>x")
; (gtk_accel_path "<Actions>/ThunarStandardView/sort-by-size" "")
; (gtk_accel_path "<Actions>/ThunarWindow/file-menu" "")
; (gtk_accel_path "<Actions>/ThunarWindow/close-tab" "<Primary>w")
; (gtk_accel_path "<Actions>/ThunarWindow/switch-previous-tab-alt" "<Primary><Shift>ISO_Left_Tab")
; (gtk_accel_path "<Actions>/ThunarBookmarks/434ea8f0a33b55c4a7a331e82cb616c8" "")
; (gtk_accel_path "<Actions>/ThunarStatusBar/toggle-size" "")
; (gtk_accel_path "<Actions>/ThunarWindow/new-window" "<Primary>n")
; (gtk_accel_path "<Actions>/ThunarWindow/clear-directory-specific-settings" "")
; (gtk_accel_path "<Actions>/ThunarWindow/close-window" "<Primary>q")
; (gtk_accel_path "<Actions>/ThunarWindow/open-parent" "<Alt>Up")
; (gtk_accel_path "<Actions>/ThunarWindow/view-side-pane-menu" "")
; (gtk_accel_path "<Actions>/ThunarStatusBar/toggle-size-in-bytes" "")
; (gtk_accel_path "<Actions>/ThunarWindow/switch-previous-tab" "<Primary>Page_Up")
; (gtk_accel_path "<Actions>/ThunarActionManager/open" "<Primary>o")
; (gtk_accel_path "<Actions>/ThunarStandardView/sort-ascending" "")
; (gtk_accel_path "<Actions>/ThunarWindow/toggle-split-view" "F3")
; (gtk_accel_path "<Actions>/ThunarBookmarks/93c6ce4cb92df0f2f96cd036eea99157" "")
; (gtk_accel_path "<Actions>/ThunarActionManager/copy-2" "<Primary>Insert")
; (gtk_accel_path "<Actions>/ThunarActionManager/trash-delete" "Delete")
; (gtk_accel_path "<Actions>/ThunarBookmarks/24740ae474a03036cc4fce99240a59d7" "")
; (gtk_accel_path "<Actions>/ThunarWindow/open-recent" "")
; (gtk_accel_path "<Actions>/ThunarWindow/view-configure-toolbar" "")
; (gtk_accel_path "<Actions>/ThunarStandardView/forward" "<Alt>Right")
; (gtk_accel_path "<Actions>/ThunarBookmarks/59f0e5ea416851334959d35cdac37e95" "")
; (gtk_accel_path "<Actions>/ThunarActionManager/restore" "")
; (gtk_accel_path "<Actions>/ThunarWindow/open-location-alt" "<Alt>d")
; (gtk_accel_path "<Actions>/ThunarStandardView/select-by-pattern" "<Primary>s")
; (gtk_accel_path "<Actions>/ThunarWindow/zoom-out-alt" "<Primary>KP_Subtract")
; (gtk_accel_path "<Actions>/ThunarWindow/open-file-menu" "F10")
; (gtk_accel_path "<Actions>/ThunarWindow/contents" "F1")
; (gtk_accel_path "<Actions>/ThunarBookmarks/866b2e4a4d4e0f77a6ff4df2c960fc8e" "")
; (gtk_accel_path "<Actions>/ThunarStandardView/sort-descending" "")
; (gtk_accel_path "<Actions>/ThunarWindow/show-highlight" "")
; (gtk_accel_path "<Actions>/ThunarBookmarks/1205562d19062281ac621fc29ba71c69" "")
; (gtk_accel_path "<Actions>/ThunarStandardView/sort-by-name" "")
; (gtk_accel_path "<Actions>/ThunarStandardView/select-all-files" "<Primary>a")
; (gtk_accel_path "<Actions>/ThunarActionManager/execute" "")
; (gtk_accel_path "<Actions>/ThunarStandardView/properties" "<Alt>Return")
; (gtk_accel_path "<Actions>/ThunarActionManager/cut-2" "")
; (gtk_accel_path "<Actions>/ThunarStandardView/sort-by-dtime" "")
; (gtk_accel_path "<Actions>/ThunarWindow/switch-next-tab" "<Primary>Page_Down")
; (gtk_accel_path "<Actions>/ThunarWindow/open-templates" "")
; (gtk_accel_path "<Actions>/ThunarActionManager/paste-2" "<Shift>Insert")
; (gtk_accel_path "<Actions>/ThunarStatusBar/toggle-filetype" "")
; (gtk_accel_path "<Actions>/ThunarWindow/close-all-windows" "<Primary><Shift>w")
; (gtk_accel_path "<Actions>/ThunarStandardView/create-document" "")
; (gtk_accel_path "<Actions>/ThunarWindow/detach-tab" "")
; (gtk_accel_path "<Actions>/ThunarBookmarks/510bddb44c406b77a692a34f0b827d50" "")
; (gtk_accel_path "<Actions>/ThunarWindow/cancel-search" "Escape")
; (gtk_accel_path "<Actions>/ThunarWindow/zoom-in-alt2" "<Primary>equal")
; (gtk_accel_path "<Actions>/ThunarStatusBar/toggle-hidden-count" "")
; (gtk_accel_path "<Actions>/ThunarShortcutsPane/sendto-shortcuts" "<Primary>d")
; (gtk_accel_path "<Actions>/ThunarActionManager/undo" "<Primary>z")
; (gtk_accel_path "<Actions>/ThunarStandardView/toggle-sort-order" "")
; (gtk_accel_path "<Actions>/ThunarWindow/view-location-selector-entry" "")
; (gtk_accel_path "<Actions>/ThunarActionManager/paste" "<Primary>v")
; (gtk_accel_path "<Actions>/ThunarWindow/zoom-in-alt1" "<Primary>KP_Add")
; (gtk_accel_path "<Actions>/ThunarWindow/view-menubar" "<Primary>m")
; (gtk_accel_path "<Actions>/ThunarBookmarks/edd0530560136aa1a6c01300ae4055cf" "")
; (gtk_accel_path "<Actions>/ThunarActionManager/restore-show" "")
; (gtk_accel_path "<Actions>/ThunarWindow/open-desktop" "")
; (gtk_accel_path "<Actions>/ThunarWindow/view-as-detailed-list" "<Primary>2")
; (gtk_accel_path "<Actions>/ThunarStandardView/back" "<Alt>Left")
; (gtk_accel_path "<Actions>/ThunarWindow/zoom-out" "<Primary>minus")
; (gtk_accel_path "<Actions>/ThunarStatusBar/toggle-display-name" "")
; (gtk_accel_path "<Actions>/ThunarWindow/sendto-menu" "")
; (gtk_accel_path "<Actions>/ThunarWindow/go-menu" "")
; (gtk_accel_path "<Actions>/ThunarWindow/remove-from-recent" "")
; (gtk_accel_path "<Actions>/ThunarActionManager/open-with-other" "")
; (gtk_accel_path "<Actions>/ThunarStandardView/invert-selection" "<Primary><Shift>i")
; (gtk_accel_path "<Actions>/ThunarWindow/view-side-pane-shortcuts" "<Primary>b")
; (gtk_accel_path "<Actions>/ThunarWindow/reload-alt-2" "Reload")
; (gtk_accel_path "<Actions>/ThunarWindow/view-location-selector-menu" "")
; (gtk_accel_path "<Actions>/ThunarBookmarks/724d1f05543e44295fa92e653136f432" "")
; (gtk_accel_path "<Actions>/ThunarWindow/edit-menu" "")
; (gtk_accel_path "<Actions>/ThunarActionManager/copy" "<Primary>c")
; (gtk_accel_path "<Actions>/ThunarStandardView/sort-by-mtime" "")
; (gtk_accel_path "<Actions>/ThunarStandardView/forward-alt" "Forward")
; (gtk_accel_path "<Actions>/ThunarActionManager/move-to-trash" "")
; (gtk_accel_path "<Actions>/ThunarWindow/reload-alt-1" "F5")
; (gtk_accel_path "<Actions>/ThunarActionManager/delete-3" "<Shift>KP_Delete")
; (gtk_accel_path "<Actions>/ThunarStandardView/unselect-all-files" "Escape")
; (gtk_accel_path "<Actions>/ThunarStandardView/arrange-items-menu" "")
; (gtk_accel_path "<Actions>/ThunarWindow/bookmarks-menu" "")
; (gtk_accel_path "<Actions>/ThunarWindow/reload" "<Primary>r")
; (gtk_accel_path "<Actions>/ThunarWindow/open-computer" "")
; (gtk_accel_path "<Actions>/ThunarWindow/toggle-image-preview" "")
; (gtk_accel_path "<Actions>/ThunarWindow/toggle-side-pane" "F9")
; (gtk_accel_path "<Actions>/ThunarWindow/view-as-icons" "<Primary>1")
; (gtk_accel_path "<Actions>/ThunarWindow/zoom-in" "<Primary>plus")
; (gtk_accel_path "<Actions>/ThunarActionManager/delete-2" "<Shift>Delete")
; (gtk_accel_path "<Actions>/ThunarStandardView/configure-columns" "")
; (gtk_accel_path "<Actions>/ThunarStandardView/rename" "F2")
; (gtk_accel_path "<Actions>/ThunarWindow/open-location" "<Primary>l")
; (gtk_accel_path "<Actions>/ThunarWindow/view-as-compact-list" "<Primary>3")
; (gtk_accel_path "<Actions>/ThunarWindow/view-menu" "")
; (gtk_accel_path "<Actions>/ThunarWindow/search" "<Primary>f")
; (gtk_accel_path "<Actions>/ThunarWindow/new-tab" "<Primary>t")
; (gtk_accel_path "<Actions>/ThunarWindow/zoom-reset" "<Primary>0")
; (gtk_accel_path "<Actions>/ThunarWindow/contents/help-menu" "")
; (gtk_accel_path "<Actions>/ThunarActionManager/open-in-new-tab" "<Primary><Shift>p")
; (gtk_accel_path "<Actions>/ThunarWindow/view-location-selector-buttons" "")
; (gtk_accel_path "<Actions>/ThunarStandardView/back-alt2" "Back")
; (gtk_accel_path "<Actions>/ThunarActionManager/redo" "<Primary><Shift>z")
; (gtk_accel_path "<Actions>/ThunarWindow/open-trash" "")
; (gtk_accel_path "<Actions>/ThunarBookmarks/590318f33c66677fdc39ae3b21bcae70" "")
; (gtk_accel_path "<Actions>/ThunarBookmarks/3fc3befab0951574d4bbe3ac9fa22ad4" "")
; (gtk_accel_path "<Actions>/ThunarActionManager/open-in-new-window" "<Primary><Shift>o")
; (gtk_accel_path "<Actions>/ThunarWindow/view-statusbar" "")
; (gtk_accel_path "<Actions>/ThunarActionManager/open-location" "")
; (gtk_accel_path "<Actions>/ThunarStandardView/duplicate" "")
; (gtk_accel_path "<Actions>/ThunarActionManager/trash-delete-2" "KP_Delete")
; (gtk_accel_path "<Actions>/ThunarStandardView/back-alt1" "BackSpace")
; (gtk_accel_path "<Actions>/ThunarStandardView/create-folder" "<Primary><Shift>n")
; (gtk_accel_path "<Actions>/ThunarWindow/open-home" "<Alt>Home")
; (gtk_accel_path "<Actions>/ThunarWindow/switch-focused-split-view-pane" "")
; (gtk_accel_path "<Actions>/ThunarWindow/show-hidden" "<Primary>h")
; (gtk_accel_path "<Actions>/ThunarStandardView/set-default-app" "")
; (gtk_accel_path "<Actions>/ThunarWindow/empty-trash" "")
; (gtk_accel_path "<Actions>/ThunarWindow/preferences" "")
; (gtk_accel_path "<Actions>/ThunarActionManager/delete" "")
; (gtk_accel_path "<Actions>/ThunarWindow/open-file-system" "")
; (gtk_accel_path "<Actions>/ThunarWindow/open-network" "")
; (gtk_accel_path "<Actions>/ThunarWindow/view-side-pane-tree" "<Primary>e")
; (gtk_accel_path "<Actions>/ThunarBookmarks/ef17d33726d8b066b22616134566356b" "")
; (gtk_accel_path "<Actions>/ThunarWindow/search-alt" "Search")
; (gtk_accel_path "<Actions>/ThunarWindow/switch-next-tab-alt" "<Primary>Tab")
; (gtk_accel_path "<Actions>/ThunarActionManager/sendto-desktop" "")
; (gtk_accel_path "<Actions>/ThunarStandardView/make-link" "")
; (gtk_accel_path "<Actions>/ThunarBookmarks/7b728bd5eca76c79965f4ae7bd5a0886" "")
; (gtk_accel_path "<Actions>/ThunarWindow/zoom-reset-alt" "<Primary>KP_0")
; (gtk_accel_path "<Actions>/ThunarBookmarks/30579055de901d45b324fc4a7be2ad74" "")
; (gtk_accel_path "<Actions>/ThunarWindow/about" "")

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<actions>
<action>
<icon>utilities-terminal</icon>
<name>Open Terminal Here</name>
<submenu></submenu>
<unique-id>1779377290570344-1</unique-id>
<command>exo-open --working-directory %f --launch TerminalEmulator</command>
<description>Example for a custom action</description>
<range></range>
<patterns>*</patterns>
<startup-notify/>
<directories/>
</action>
</actions>

View File

@@ -0,0 +1 @@
b59f7d87-f756-5ed2-ab0d-9676416b3fcb

Binary file not shown.

View File

@@ -0,0 +1 @@
b5bab4aa-e908-43e5-a8c8-4da1989043ff

View File

@@ -0,0 +1,3 @@
2026/06/23-23:50:23.428 6c4c Reusing MANIFEST /home/temp/.config/arduino-ide/IndexedDB/file__0.indexeddb.leveldb/MANIFEST-000001
2026/06/23-23:50:23.429 6c4c Recovering log #3
2026/06/23-23:50:23.429 6c4c Reusing old log /home/temp/.config/arduino-ide/IndexedDB/file__0.indexeddb.leveldb/000003.log

View File

@@ -0,0 +1,3 @@
2026/06/23-23:50:02.278 65d8 Reusing MANIFEST /home/temp/.config/arduino-ide/IndexedDB/file__0.indexeddb.leveldb/MANIFEST-000001
2026/06/23-23:50:02.278 65d8 Recovering log #3
2026/06/23-23:50:02.279 65d8 Reusing old log /home/temp/.config/arduino-ide/IndexedDB/file__0.indexeddb.leveldb/000003.log

View File

@@ -0,0 +1 @@
MANIFEST-000001

View File

@@ -0,0 +1,3 @@
2026/06/23-23:50:20.004 6c4c Reusing MANIFEST /home/temp/.config/arduino-ide/Local Storage/leveldb/MANIFEST-000001
2026/06/23-23:50:20.108 6c4c Recovering log #3
2026/06/23-23:50:20.108 6c4c Reusing old log /home/temp/.config/arduino-ide/Local Storage/leveldb/000003.log

View File

@@ -0,0 +1,3 @@
2026/06/23-23:49:58.639 65d8 Reusing MANIFEST /home/temp/.config/arduino-ide/Local Storage/leveldb/MANIFEST-000001
2026/06/23-23:49:58.694 65d8 Recovering log #3
2026/06/23-23:49:58.694 65d8 Reusing old log /home/temp/.config/arduino-ide/Local Storage/leveldb/000003.log

View File

@@ -0,0 +1 @@
{"net":{"http_server_properties":{"broken_alternative_services":[{"anonymization":[],"broken_count":1,"host":"r5---sn-4g5ednz7.gvt1.com","port":443,"protocol_str":"quic"},{"anonymization":[],"broken_count":3,"host":"ipv4.icanhazip.com","port":443,"protocol_str":"quic"}],"servers":[{"alternative_service":[{"advertised_alpns":["h3"],"expiration":"13428165679009500","port":443,"protocol_str":"quic"}],"anonymization":[],"server":"https://redirector.gvt1.com","supports_spdy":true},{"anonymization":[],"server":"https://ipv4.icanhazip.com","supports_spdy":true},{"anonymization":[],"server":"https://api.ipify.org","supports_spdy":true}],"version":5},"network_qualities":{"CAASABiAgICA+P////8B":"3G"}}}

View File

@@ -0,0 +1 @@
{"partition":{"per_host_zoom_levels":{"15667443554141384798":{}}},"spellcheck":{"dictionaries":["en-US"],"dictionary":""}}

View File

@@ -0,0 +1 @@
MANIFEST-000001

View File

@@ -0,0 +1,3 @@
2026/06/23-23:50:32.782 6c4c Reusing MANIFEST /home/temp/.config/arduino-ide/Session Storage/MANIFEST-000001
2026/06/23-23:50:32.784 6c4c Recovering log #3
2026/06/23-23:50:32.784 6c4c Reusing old log /home/temp/.config/arduino-ide/Session Storage/000003.log

View File

@@ -0,0 +1,3 @@
2026/06/23-23:50:03.420 65d9 Reusing MANIFEST /home/temp/.config/arduino-ide/Session Storage/MANIFEST-000001
2026/06/23-23:50:03.420 65d9 Recovering log #3
2026/06/23-23:50:03.421 65d9 Reusing old log /home/temp/.config/arduino-ide/Session Storage/000003.log

View File

@@ -0,0 +1,14 @@
{
"windowstate": {
"isFullScreen": false,
"isMaximized": false,
"width": 1280,
"height": 720,
"x": 320,
"y": 180,
"frame": true,
"screenLayout": "0:0:1920:1080-1920:0:1920:1080",
"backgroundColor": "rgb(31, 39, 42)"
},
"workspaces": []
}

View File

@@ -0,0 +1,25 @@
<?xml version="1.0"?>
<toolbars version="1.0">
<toolbar name="DefaultToolBar" hidden="false" editable="true">
<toolitem name="ViewSidebar"/>
<toolitem name="GoPreviousPage"/>
<toolitem name="GoNextPage"/>
<toolitem name="GoFirstPage"/>
<toolitem name="GoLastPage"/>
<separator/>
<toolitem name="PageSelector"/>
<toolitem name="Navigation"/>
<toolitem name="ViewContinuous"/>
<toolitem name="ViewDual"/>
<toolitem name="ViewFitWidth"/>
<toolitem name="ViewFitPage"/>
<toolitem name="ViewInvertedColors"/>
<separator/>
<toolitem name="ViewZoom"/>
<toolitem name="ViewZoomIn"/>
<toolitem name="ViewZoomOut"/>
<toolitem name="EditRotateLeft"/>
<toolitem name="EditRotateRight"/>
<toolitem name="ViewFullscreen"/>
</toolbar>
</toolbars>

View File

@@ -0,0 +1,273 @@
PrefsVersion=1.1.1r1
SelectionFormat=hh:mm:ss + milliseconds
AudioTimeFormat=hh:mm:ss
FrequencySelectionFormatName=Hz
BandwidthSelectionFormatName=octaves
MenuBar=File,Edit,Select,View,Transport,Tracks,Generate,Effect,Analyze,Tools,Optional,Help
StatusBarFieldRegistry=state,main,rate
NumericConverterRegistry=parsed
SnapFunctions=beats,time,frames
Importers=AUP,PCM,OGG,FLAC,MP3,LOF,WavPack,portsmf,FFmpeg,Opus
Exporters=PCM,MP3,OGG,Opus,FLAC,WavPack,FFmpeg,MP2,CommandLine
[GUI]
IntroOrderStart=1
ShowSplashScreen=1
[GUI/ToolBars]
[GUI/ToolBars/Tools]
MultiToolActive=0
DockV2=1
Dock=1
Path=0,0
Show=1
X=-1
Y=-1
W=67
H=63
[GUI/ToolBars/Audio\ Setup]
DockV2=1
Dock=1
Path=0,0,0,0
Show=1
X=-1
Y=-1
W=106
H=63
[GUI/ToolBars/CombinedMeter]
DockV2=1
Dock=0
Show=0
X=-1
Y=-1
W=338
H=31
[GUI/ToolBars/Control]
DockV2=1
Dock=1
Path=0
Show=1
X=-1
Y=-1
W=417
H=63
[GUI/ToolBars/CutCopyPaste]
DockV2=1
Dock=0
Show=0
X=-1
Y=-1
W=67
H=63
[GUI/ToolBars/Device]
DockV2=1
Dock=0
Show=0
X=-1
Y=-1
W=883
H=31
[GUI/ToolBars/Edit]
DockV2=1
Dock=1
Path=0,0,0
Show=1
X=-1
Y=-1
W=148
H=63
[GUI/ToolBars/PlayMeter]
DockV2=1
Dock=1
Path=0,0,0,0,1
Show=1
X=-1
Y=-1
W=290
H=31
[GUI/ToolBars/RecordMeter]
DockV2=1
Dock=1
Path=0,0,0,0,0
Show=1
X=-1
Y=-1
W=290
H=31
[GUI/ToolBars/Selection]
DockV2=2
Dock=2
Path=0,0,0,0
Show=1
X=-1
Y=-1
W=246
H=63
[GUI/ToolBars/Snapping]
DockV2=2
Dock=2
Path=0,0
Show=1
X=-1
Y=-1
W=171
H=63
[GUI/ToolBars/SpectralSelection]
DockV2=2
Dock=0
Show=0
X=-1
Y=-1
W=251
H=63
[GUI/ToolBars/Time]
DockV2=2
Dock=2
Path=0,0,0
Show=1
X=-1
Y=-1
W=250
H=63
[GUI/ToolBars/TimeSignature]
DockV2=2
Dock=2
Path=0
Show=1
X=-1
Y=-1
W=230
H=63
[GUI/ToolBars/Transcription]
DockV2=2
Dock=2
Path=0,0,0,0,0
Show=1
X=-1
Y=-1
W=191
H=31
[Version]
Major=3
Minor=7
Micro=7
[Directories]
TempDir=/var/tmp/audacity-temp
[Module]
mod-pcm=1
mod-script-pipe=4
mod-ogg=1
mod-ffmpeg=1
mod-wavpack=1
mod-aup=1
mod-flac=1
mod-cl=1
mod-opus=1
mod-lof=1
mod-midi-import-export=1
mod-mpg123=1
mod-mp2=1
mod-mp3=1
[ModulePath]
mod-pcm=/usr/lib/audacity/modules/mod-pcm.so
mod-script-pipe=/usr/lib/audacity/modules/mod-script-pipe.so
mod-ogg=/usr/lib/audacity/modules/mod-ogg.so
mod-ffmpeg=/usr/lib/audacity/modules/mod-ffmpeg.so
mod-wavpack=/usr/lib/audacity/modules/mod-wavpack.so
mod-aup=/usr/lib/audacity/modules/mod-aup.so
mod-flac=/usr/lib/audacity/modules/mod-flac.so
mod-cl=/usr/lib/audacity/modules/mod-cl.so
mod-opus=/usr/lib/audacity/modules/mod-opus.so
mod-lof=/usr/lib/audacity/modules/mod-lof.so
mod-midi-import-export=/usr/lib/audacity/modules/mod-midi-import-export.so
mod-mpg123=/usr/lib/audacity/modules/mod-mpg123.so
mod-mp2=/usr/lib/audacity/modules/mod-mp2.so
mod-mp3=/usr/lib/audacity/modules/mod-mp3.so
[ModuleDateTime]
mod-pcm=2026-03-27T01:10:09
mod-script-pipe=2026-03-27T01:10:09
mod-ogg=2026-03-27T01:10:09
mod-ffmpeg=2026-03-27T01:10:09
mod-wavpack=2026-03-27T01:10:09
mod-aup=2026-03-27T01:10:09
mod-flac=2026-03-27T01:10:09
mod-cl=2026-03-27T01:10:09
mod-opus=2026-03-27T01:10:09
mod-lof=2026-03-27T01:10:09
mod-midi-import-export=2026-03-27T01:10:09
mod-mpg123=2026-03-27T01:10:09
mod-mp2=2026-03-27T01:10:09
mod-mp3=2026-03-27T01:10:09
[FFmpeg]
Enabled=1
[AudioIO]
RecordingDevice=pipewire
Host=ALSA
PlaybackDevice=default
RecordChannels=2
RecordingSourceIndex=-1
RecordingSource=
[SamplingRate]
DefaultProjectSampleRate=44100
[Snap]
To=bar_1_8
[MenuBar]
[MenuBar/Optional]
[MenuBar/Optional/Extra]
Part1=Transport,Tools,Mixer,Edit,PlayAtSpeed,Seek,Device,Select,Import-Export
Part2=Navigation,Focus,Cursor,Track,Scriptables1,Scriptables2,Misc
[MenuBar/Optional/Extra/Part2]
Scriptables1=SelectTime,SelectFrequencies,SelectTracks,SetTrackStatus,SetTrackAudio,SetTrackVisuals,GetPreference,SetPreference,SetClip,SetEnvelope,SetLabel,SetProject
Scriptables2=Select,SetTrack,GetInfo,Message,Help,Import2,Export2,OpenProject2,SaveProject2,Drag,CompareAudio
[MenuBar/Optional/Extra/Part1]
Transport=Play,Stop,PlayOneSec,PlayToSelection,PlayBeforeSelectionStart,PlayAfterSelectionStart,PlayBeforeSelectionEnd,PlayAfterSelectionEnd,PlayBeforeAndAfterSelectionStart,PlayBeforeAndAfterSelectionEnd,PlayCutPreview,KeyboardScrubbing
Edit=DeleteKey,DeleteKey2,TimeShift
PlayAtSpeed=PlayAtSpeed,PlayAtSpeedCutPreview,PlayAtSpeedLooped,PlaySpeedDec,PlaySpeedInc,SetPlaySpeed
Select=SnapToOff,SnapToNearest,SnapToPrior,SelStart,SelEnd,SelExtLeft,SelExtRight,SelSetExtLeft,SelSetExtRight,SelCntrLeft,SelCntrRight,MoveToLabel
[MenuBar/View]
Windows=UndoHistory,MixerBoard
Other=Toolbars,ShowExtraMenus,ShowClipping,ShowRMS
[MenuBar/View/Other]
Toolbars=Toolbars,Timeline
[MenuBar/View/Other/Toolbars]
[MenuBar/View/Other/Toolbars/Toolbars]
Other=ShowTransportTB,ShowToolsTB,ShowRecordMeterTB,ShowPlayMeterTB,ShowEditTB,ShowCutCopyPasteTB,ShowTranscriptionTB,ShowDeviceTB,ShowSelectionTB,ShowTimeTB,ShowSpectralSelectionTB,ShowAudioSetupTB,ShowSnappingTB,ShowTimeSignatureTB
[MenuBar/Analyze]
[MenuBar/Analyze/Analyzers]
Windows=ContrastAnalyser,PlotSpectrum
[MenuBar/Transport]
Basic=Play,Record,Scrubbing,Cursor
[MenuBar/Transport/Basic]
Record=Record1stChoice,Record2ndChoice,TimerRecord,PunchAndRoll,Pause
Cursor=CursSelStart,CursSelEnd,CursTrackStart,CursTrackEnd,Clip,CursProjectStart,CursProjectEnd
[MenuBar/Transport/Other]
[MenuBar/Transport/Other/Options]
Part2=PinnedHead,Overdub,SWPlaythrough
[MenuBar/Tracks]
[MenuBar/Tracks/Add]
Add=NewMonoTrack,NewStereoTrack,NewLabelTrack,NewTimeTrack
[MenuBar/File]
[MenuBar/File/Import-Export]
ExportOther=ExportLabels,ExportMIDI
Import=ImportAudio,ImportMIDI,ImportLabels,ImportRaw
[MenuBar/Edit]
Other=Clip,LabelEditMenus,EditMetaData
[MenuBar/Edit/Other]
Clip=ChangePitchAndSpeed,PitchDown,PitchUp,RenameClip,RenderPitchAndSpeed
[MenuBar/Select]
Basic=SelectAll,SelectNone,Tracks,Region,Spectral,Clip
[MenuBar/Tools]
Manage=ManageTools,Macros
[MenuBar/Help]
[MenuBar/Help/Other]
Diagnostics=DeviceInfo,MidiDeviceInfo,Log,CrashReport
[ActiveProjects]
[Window]
X=10
Y=10
Width=1898
Height=1058
Maximized=0
Normal_X=10
Normal_Y=10
Normal_Width=1898
Normal_Height=1058
Iconized=0

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1 @@
pluginsettingsversion=1.0

View File

@@ -0,0 +1,16 @@
[Desktop Entry]
Type=Application
Version=1.0
Name=Connman UI Setup
GenericName=Network Configuration
Comment=QT GUI frontend for connman
Categories=Settings;System;Qt;Network;
Icon=cmst
Exec=cmst -w5
Terminal=false
StartupNotify=false
X-GNOME-Autostart-enabled=true
Keywords=Network;Wireless;Wi-Fi;Wifi;IP;LAN;Proxy;WAN;Broadband;Bluetooth;vpn;DNS;
Name[de]=Netzwerk-Konfiguration

View File

@@ -0,0 +1,9 @@
[Desktop Entry]
Type=Application
Exec=connman-gtk
Hidden=false
X-MATE-Autostart-enabled=true
Name[en_US]=ConnMan GTK
Name=ConnMan GTK
Comment[en_US]=
Comment=

View File

@@ -0,0 +1,49 @@
[Desktop Entry]
Type=Application
Name=LXPolKit
Name[cs]=LXPolKit
Name[el]=LXPolKit
Name[es]=LXPolKit
Name[eu]=LXPolKit
Name[fi]=LXPolKit
Name[fr]=LXPolKit
Name[gl]=LXPolKit
Name[is]=LXPolKit
Name[ja]=LXpolkit
Name[ko]=LXPolKit
Name[nl]=LXPolKit
Name[pl]=Zestaw polityk LXPolKit
Name[pt]=LXPolKit
Name[pt_BR]=LXPolKit
Name[ru]=LXPolKit
Name[sr]=ЛИкс-Пол-Кит
Name[te]=ఎల్ఎక్స్‌పోల్‌కిట్
Name[tr]=LXPolKit
Name[zh_CN]=LXPolKit
Comment=Policykit Authentication Agent
Comment[ar]=وكيل الاستيثاق Policykit
Comment[cs]=Policykit ověřovací agent
Comment[el]=σολαβητής Πιστοποίησης Policykit
Comment[es]=Agente de autenticación de PolicyKit
Comment[eu]=Policykit autentifikazio-agentea
Comment[fr]=Agent d'authentification Policykit
Comment[gl]=Axente Policykit de autenticación
Comment[is]=PolicyKit auðkennisþjónn
Comment[ja]=Policykit 認証エージェント
Comment[ko]=Policykit 인증 대리자
Comment[lg]=Puloguramu ekolera PolicyKit eby'okakasa
Comment[nl]=Authenticatie-agent Policykit
Comment[pl]=Agent uwierzytelnienia zestawu polityk
Comment[pt]=Agente de autenticação Policykit
Comment[pt_BR]=Agente de autenticação do Policykit
Comment[ru]=Агент аутенфикации Policykit
Comment[sr]=Полисикитов агент за идентификацију
Comment[tr]=Policykit Kimlik Doğrulama Aracı
Comment[uk]=Агент авторизації Policykit
Comment[zh_CN]=Policykit 认证代理
Comment[zh_TW]=Policykit 身分核對代理程式
Exec=lxpolkit
TryExec=lxpolkit
Icon=gtk-dialog-authentication
NotShowIn=GNOME;KDE;MATE;
Hidden=true

View File

@@ -0,0 +1,12 @@
[Desktop Entry]
Comment=A X compositor
Comment[pt]=Compositor para o servidor X
Exec=compton --dbus
GenericName=X compositor
GenericName[pt]=Compositor X
Name=Compton (X Compositor)
Name[pt]=Compton (Compositor X)
OnlyShowIn=LXQt;
TryExec=compton
Type=Application
X-LXQt-Module=true

View File

@@ -0,0 +1,7 @@
[Desktop Entry]
Type=Application
Name=Nekoray Script
Exec=qterminal -e /usr/share/scripts/nekoray.sh
X-GNOME-Autostart-enabled=true
Terminal=true

View File

@@ -0,0 +1,13 @@
[Desktop Entry]
Version=1.0
Name[de]=PipeWire Mediensystem
Name=PipeWire Media System
Categories=Audio;AudioVideo
Comment[de]=Das PipeWire Mediensystem starten
Comment=Start the PipeWire Media System
Exec=/usr/bin/artix-pipewire-launcher restart
Terminal=false
Type=Application
X-GNOME-HiddenUnderSystemd=true
X-KDE-HiddenUnderSystemd=true
X-systemd-skip=true

View File

@@ -0,0 +1,11 @@
[Desktop Entry]
Version=1.0
Name=Welcome voice-message
Categories=
Comment=System welcome voice-message
Exec=sh -c 'ffplay -nodisp -autoexit -af "volume=0.3" ~/.config/hypr/LibreOS/audio/welcome-to-socio-cybernetic-operating-system.wav'
Terminal=false
Type=Application
X-GNOME-HiddenUnderSystemd=true
X-KDE-HiddenUnderSystemd=true
X-systemd-skip=true

View File

@@ -0,0 +1,11 @@
[Desktop Entry]
Version=1.0
Name=Nekoray xhost configuration
Categories=
Comment=xhost configuration to allow nekoray run as root for system proxy (tun)
Exec=sh -c '/usr/share/scripts/xhost.sh'
Terminal=false
Type=Application
X-GNOME-HiddenUnderSystemd=true
X-KDE-HiddenUnderSystemd=true
X-systemd-skip=true

View File

@@ -0,0 +1,10 @@
[Bookmarks]
[Recent]
/home/temp/PROJECTs/Blender_scenes/SCE/dist/
/home/temp/PROJECTs/Blender_scenes/SCE/
/usr/share/fonts/TTF/
/home/temp/.fonts/
/home/temp/Pictures/
/home/temp/Videos/
/home/temp/Desktop/
/home/temp/GAMES/Luanti/screenshots/

View File

@@ -0,0 +1 @@
{Intel/Mesa Intel(R) UHD Graphics 620 (KBL GT2)/4.6 (Core Profile) Mesa 26.1.2-arch1.1}=SUPPORTED

View File

@@ -0,0 +1,2 @@
/home/temp/PROJECTs/Blender_scenes/SCE/Video1.blend
/home/temp/PROJECTs/Blender_scenes/SCE/Animations.blend

View File

@@ -0,0 +1,27 @@
0 Material.001
Render Result
Viewer Node
Generate ▸ Wireframe
Generate ▸ Array
Scene
Utilities ▸ Text ▸ String to Curves
Curve ▸ Operations ▸ Fill Curve
Utilities ▸ Text ▸ Slice String
Geometry ▸ Material ▸ Set Material
Material.002
Material.003
Material
Input ▸ Scene ▸ Scene Time
Utilities ▸ Math ▸ Math ▸ Multiply
LinaraOS
Array|[geometry_nodes_essentials.blend.001]
0 Geometry Nodes
Geometry Nodes
THE SOCIO-CYBEREENG
F LinaraOS
Scene.002
Scene.003
Filter ▸ Glare ▸ Bloom
Scene.006
Scene.005
Scene.004

Some files were not shown because too many files have changed in this diff Show More