action-layout-editor not launch.
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 1.6k
- Forks
- 368
- Avg merge
- 4d 4h
- Merged PRs (30d)
- 2
Description
Distribution
Linux MInt latest(upgrade) and Manjaro Cinnamon.
Package version
nemo 6.2.8 Cinnamon 6.2.9
Frequency
Always
Bug description
action-layout-editor. I can not launch.
Steps to reproduce
$ cinnamon-settings
Using pam module (python3-pampy)
Loading Actions module
Traceback (most recent call last):
File "/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py", line 753, in button_press
self.side_view_nav(widget, None, category)
File "/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py", line 178, in side_view_nav
self.go_to_sidepage(sidePage, user_action=True)
File "/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py", line 187, in go_to_sidepage
sidePage.build()
File "/usr/share/cinnamon/cinnamon-settings/bin/SettingsWidgets.py", line 212, in build
self.module.on_module_selected()
File "/usr/share/cinnamon/cinnamon-settings/modules/cs_actions.py", line 24, in on_module_selected
self.sidePage.load(self.window)
File "/usr/share/cinnamon/cinnamon-settings/modules/cs_actions.py", line 43, in load
self.spices = Spice_Harvester(self.collection_type, self.window)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/cinnamon/cinnamon-settings/bin/Spices.py", line 191, in __init__
self._load_metadata()
File "/usr/share/cinnamon/cinnamon-settings/bin/Spices.py", line 468, in _load_metadata
name = keyfile.get_locale_string('Nemo Action', 'Name')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expected behavior
Additional information
I had get advise in manjaro forum.
Possibly an upstream issue - perhaps triggered by your chosen locale.
my locale
$ locale
LANG=ja_JP.UTF-8
LC_CTYPE="ja_JP.UTF-8"
LC_NUMERIC="ja_JP.UTF-8"
LC_TIME="ja_JP.UTF-8"
LC_COLLATE="ja_JP.UTF-8"
LC_MONETARY="ja_JP.UTF-8"
LC_MESSAGES="ja_JP.UTF-8"
LC_PAPER="ja_JP.UTF-8"
LC_NAME="ja_JP.UTF-8"
LC_ADDRESS="ja_JP.UTF-8"
LC_TELEPHONE="ja_JP.UTF-8"
LC_MEASUREMENT="ja_JP.UTF-8"
LC_IDENTIFICATION="ja_JP.UTF-8"
LC_ALL=ja_JP.UTF-8
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the failure with cinnamon-settings under the reported ja_JP.UTF-8 locale, then start at cinnamon-settings/modules/cs_actions.py and follow the Spice_Harvester path into cinnamon-settings/bin/Spices.py, especially _load_metadata. Trace the failure around the Nemo Action Name lookup and verify that the Actions module and action-layout-editor launch successfully afterward.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- desktop, internationalization
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100