Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GUI Renders {var_name} Instead of Expected Contents (Linux, .deb) #370

Open
7-seg opened this issue Feb 5, 2025 · 3 comments
Open

GUI Renders {var_name} Instead of Expected Contents (Linux, .deb) #370

7-seg opened this issue Feb 5, 2025 · 3 comments
Labels
bug Something isn't working

Comments

@7-seg
Copy link

7-seg commented Feb 5, 2025

When using the .deb install of v5.5.0 on Debian Testing I have graphical issues throughout the app where variable names are rendered instead of their contents. I get similar issues with the .AppImage too.

I used to have an old version of pocket-sync installed and working fine. At some point I started to have these types of issues I assumed were related to tauri. I saw those issues were meant to be more or less fixed but perhaps this issue isn't related.

I installed by downloading the deb and running dpkg -i Pocket.Sync_5.5.0_amd64.deb

Image
Image
Image

Logs

[2025-02-05][10:19:09][pocket_sync::install_zip][INFO] Zip Task Started
[2025-02-05][10:19:09][pocket_sync::install_zip][INFO] Zip Task listening for file drop
[2025-02-05][10:19:09][pocket_sync::install_zip][INFO] Zip Task listening for install-core
[2025-02-05][10:19:09][pocket_sync][DEBUG] Command: get_news_feed
[2025-02-05][10:19:09][pocket_sync][DEBUG] Command: get_firmware_versions_list
[2025-02-05][10:19:09][reqwest::connect][DEBUG] starting new connection: https://openfpga-cores-inventory.github.io/
[2025-02-05][10:19:09][reqwest::connect][DEBUG] starting new connection: https://www.analogue.co/
[2025-02-05][10:19:09][pocket_sync][DEBUG] Command: open_pocket_folder /media/XXXX/AN_POCKET
[2025-02-05][10:19:09][pocket_sync::checks][INFO] Watching files and folders at /media/XXXX/AN_POCKET....
[2025-02-05][10:19:09][webview:e@tauri://localhost/assets/index-CJCsw9lK.js:4004:2382][INFO] Checking for update...
[2025-02-05][10:19:09][reqwest::connect][DEBUG] starting new connection: https://github.com/
[2025-02-05][10:19:09][pocket_sync][DEBUG] Command: walkdir_list_files - Saves
[2025-02-05][10:19:09][pocket_sync][DEBUG] Command: read_text_file - pocket-sync.json
[2025-02-05][10:19:10][reqwest::async_impl::client][DEBUG] redirecting 'https://github.com/neil-morrison44/pocket-sync/releases/latest/download/latest.json' to 'https://github.com/neil-morrison44/pocket-sync/releases/download/v5.5.0/latest.json'
[2025-02-05][10:19:10][reqwest::async_impl::client][DEBUG] redirecting 'https://github.com/neil-morrison44/pocket-sync/releases/download/v5.5.0/latest.json' to 'https://objects.githubusercontent.com/github-production-release-asset-2e65be/556993170/88d16086-2817-4cb3-accd-49ecab1812ed?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20250205%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250205T101910Z&X-Amz-Expires=300&X-Amz-Signature=381a62e82dddc20455d9a17880cc9104a8da882cd5f988dc19b7011bcf3e51cf&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3Dlatest.json&response-content-type=application%2Foctet-stream'
[2025-02-05][10:19:10][reqwest::connect][DEBUG] starting new connection: https://objects.githubusercontent.com/
[2025-02-05][10:19:10][pocket_sync][DEBUG] Command: read_text_file - Analogue_Pocket.json
[2025-02-05][10:19:10][pocket_sync][DEBUG] Command: list_files - Memories/Screenshots
[2025-02-05][10:19:10][pocket_sync][DEBUG] Command: read_binary_file - Memories/Screenshots/20231211_220142.png
[2025-02-05][10:19:14][pocket_sync][DEBUG] Command: read_binary_file - Memories/Screenshots/20231227_215840.png
...

System

  • OS: Debian
  • Version: Testing

Additional context
These libs are installed (I thought that might be relevant looking through FAQ)

libwebkit2gtk-4.1-0/testing,unstable,now 2.46.5-1+b1 amd64 [installed,automatic]
  Web content engine library for GTK

libwebkit2gtk-4.1-dev/testing,unstable,now 2.46.5-1+b1 amd64 [installed]
  Web content engine library for GTK - development files
@7-seg 7-seg added the bug Something isn't working label Feb 5, 2025
@neil-morrison44
Copy link
Owner

I’ve not seen it do that before, what language / locale is your computer set to use?

@7-seg
Copy link
Author

7-seg commented Feb 5, 2025

Looking at this a little weird I guess. I would have expected en_AU.utf8 which is installed.

locale
LANG=C.UTF-8
LANGUAGE=
LC_CTYPE="C.UTF-8"
LC_NUMERIC="C.UTF-8"
LC_TIME="C.UTF-8"
LC_COLLATE="C.UTF-8"
LC_MONETARY="C.UTF-8"
LC_MESSAGES="C.UTF-8"
LC_PAPER="C.UTF-8"
LC_NAME="C.UTF-8"
LC_ADDRESS="C.UTF-8"
LC_TELEPHONE="C.UTF-8"
LC_MEASUREMENT="C.UTF-8"
LC_IDENTIFICATION="C.UTF-8"
LC_ALL=
locale -a
C
C.utf8
POSIX
en_AU.utf8

@7-seg
Copy link
Author

7-seg commented Feb 5, 2025

This might be more accurate, I'm actually not sure the best way to answer your question.

/etc/default/locale
#  File generated by update-locale
LANG=en_AU.UTF-8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants