Package Details: dialect-git 2.5.0.r21.g975046d-1

Git Clone URL: https://aur.archlinux.org/dialect-git.git (read-only, click to copy)
Package Base: dialect-git
Description: A translation app for GNOME.
Upstream URL: https://apps.gnome.org/Dialect
Licenses: GPL-3.0-or-later
Conflicts: dialect
Provides: dialect
Submitter: yochananmarqos
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 5
Popularity: 0.000055
First Submitted: 2020-08-31 04:11 (UTC)
Last Updated: 2025-01-24 18:32 (UTC)

Pinned Comments

Latest Comments

1 2 Next › Last »

yochananmarqos commented on 2025-01-24 18:33 (UTC)

@cherkaba: Thanks for the heads up, it's addressed.

cherkaba commented on 2025-01-24 09:40 (UTC) (edited on 2025-01-24 09:45 (UTC) by cherkaba)

i can't start dialect via launcher. And i get the following error in terminal:

Traceback (most recent call last):
File "/usr/bin/dialect", line 38, in <module>
from dialect import main
File "/usr/share/dialect/dialect/main.py", line 19, in <module>
gi.require_version("Spelling", "1")
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/site-packages/gi/__init__.py", line 122, in require_version
raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Spelling not available

yochananmarqos commented on 2023-04-24 15:11 (UTC)

@dreieck: I can't reproduce. Try building it a clean chroot.

dreieck commented on 2023-04-24 08:01 (UTC)

I get the following build error:

INFO: calculating backend command to run: /usr/bin/ninja -C /tmp/makepkg/build/dialect-git/src/build
ninja: Entering directory `/tmp/makepkg/build/dialect-git/src/build'
[48/49] Generating data/resources/blueprints with a custom command
usage: blueprint-compiler [-h] [--version] command ...

positional arguments:
  command
    compile      Compile blueprint files
    batch-compile
                 Compile many blueprint files at once
    port         Interactive porting tool
    lsp          Run the language server (for internal use by IDEs)
    help         Show this message

optional arguments:
  -h, --help     show this help message and exit
  --version      show program's version number and exit
[49/49] Generating data/resources/dialect_gresource with a custom command
FAILED: data/resources/dialect.gresource 
/usr/bin/glib-compile-resources ../dialect/data/resources/dialect.gresource.xml --sourcedir data/resources --sourcedir ../dialect/data/resources --internal --generate --target data/resources/dialect.gresource --dependency-file data/resources/dialect.gresource.d
../dialect/data/resources/dialect.gresource.xml: Failed to locate “shortcuts.ui” in any source directory.
ninja: build stopped: subcommand failed.

Regards!

yochananmarqos commented on 2022-01-02 18:52 (UTC) (edited on 2022-01-02 19:04 (UTC) by yochananmarqos)

@BachoSeven: Dialect was only working with GoogleTrans 3.1.0a0 before the Python 3.10 update, now it's broken with any version of GoogleTrans or HttpX.

The developer says only 3.1.0a0 and the feature/rpc branch is compatible, but neither work. Technically only the Flatpak is supported.

BachoSeven commented on 2022-01-02 16:47 (UTC) (edited on 2022-01-02 16:47 (UTC) by BachoSeven)

This is failing due to

    python-googletrans<4.0.0rc1 (wanted by: dialect-git)

Is there any way to solve this or is it due to the httpx issue mentioned here https://aur.archlinux.org/packages/python-googletrans/#comment-828663?

yochananmarqos commented on 2020-12-31 17:49 (UTC)

@fushinari: Done.

mufeed commented on 2020-12-31 14:29 (UTC)

Please remove the python-pydub dependency and add the gst-python dependency instead.

archisman commented on 2020-12-19 07:48 (UTC) (edited on 2020-12-19 07:50 (UTC) by archisman)

I got the following error when running in Manjaro, which prevented the window from opening.

ImportError: Using http2=True, but the 'h2' package is not installed. Make sure to install httpx using `pip install httpx[http2]`.

The solution was to manually install python-h2

sudo pacman -S python-h2