Package Details: arronax 0.8.1-5

Git Clone URL: https://aur.archlinux.org/arronax.git (read-only, click to copy)
Package Base: arronax
Description: A GTK based GUI program to create and modify starters (*.desktop files) for applications, files, and URIs.
Upstream URL: https://www.florian-diesch.de/software/arronax
Licenses: GPL-3.0-or-later
Submitter: max.bra
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 19
Popularity: 0.002138
First Submitted: 2015-02-05 16:23 (UTC)
Last Updated: 2024-04-21 23:44 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

AZMCode commented on 2022-01-20 20:44 (UTC)

I can confirm pertaining to some comments from 2019, I'm also suffering from the weird glitch where arronax searches for .ui files from /share and not /usr/share. I'm pretty sure it's not supposed to be there, and I don't think it's a good idea to make a symlink as another commenter suggested, to say the least.

Is it possible this is a PKGBUILD issue, or should I report it to the upstream Launchpad?

max.bra commented on 2021-12-26 17:26 (UTC)

yes i thinks so, or at least it's "a feature": arronax, right now, don't respect theme settings other than gnome ones.
from AUR perspective, we cannot do much about that.

mireiner commented on 2021-12-26 15:13 (UTC) (edited on 2022-01-22 09:07 (UTC) by mireiner)

hi max.bra, on sway/wayland arronax doesn't respond to theme settings of lxappearance. A work around is to set gtk themes and gtk icon themes for arronax in sway config (/home/user/.config/sway/config) manually adding:

exec always {
    gsettings set org.gnome.desktop.interface gtk-theme "Breeze-Dark"
    gsettings set org.gnome.desktop.interface icon-theme "Papirus-Dark" 
}

After that, all icons are shown in arronax on sway/wayland. Don't know if this is a bug?

max.bra commented on 2021-12-26 10:19 (UTC)

hi mireiner, despite this is an gnome oriented project you should file a bug upstream.

mireiner commented on 2021-12-26 09:38 (UTC) (edited on 2022-01-22 08:56 (UTC) by mireiner)

Sway/Wayland > arronax 0.8-2 > all icons are missing (below menu bar)
Gnome 41/Wayland > arronax 0.8-2 > all icons are shown

max.bra commented on 2021-04-15 18:52 (UTC)

@yochananmarqos done, thanks a lot for reporting.

yochananmarqos commented on 2021-04-13 18:00 (UTC)

Could you update the dependency to python-pyxdg? It doesn't work with the python-xdg AUR package.

max.bra commented on 2020-10-12 16:46 (UTC)

@yochananmarqos thanks for the heads up. this package deserves more love.

yochananmarqos commented on 2020-10-12 15:40 (UTC)

@max.bra: python-setuptools is only required to build, it's not a runtime dependency.

This now requires libwnck3:

Traceback (most recent call last):
  File "/usr/sbin/arronax", line 33, in <module>
    sys.exit(load_entry_point('arronax==0.8', 'console_scripts', 'arronax')())
  File "/usr/sbin/arronax", line 25, in importlib_load_entry_point
    return next(matches).load()
  File "/usr/lib/python3.8/importlib/metadata.py", line 77, in load
    module = import_module(match.group('module'))
  File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 961, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 783, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/usr/lib/python3.8/site-packages/arronax/__init__.py", line 24, in <module>
    from .editor import main
  File "/usr/lib/python3.8/site-packages/arronax/editor.py", line 34, in <module>
    from arronax import categoriesbrowser, entrytools, parsecli, winclass
  File "/usr/lib/python3.8/site-packages/arronax/winclass.py", line 24, in <module>
    gi.require_version('Wnck', '3.0')
  File "/usr/lib/python3.8/site-packages/gi/__init__.py", line 126, in require_version
    raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Wnck not available