rofimoji not executable by default
See original GitHub issueFrom sources
Download the src directory. In the picker subdirectory, execute python setup.py install --user. This also installs the python dependencies xdg and configargparse.
This doesn’t seem to be accurate anymore. One have to execute the script in src
, not in picker
.
It then got installed under:
~/.local/lib/python3.8/site-packages/
So far so good, but I also had to manually make the rofimoji.py
script executable afterwards, because the installer didn’t.
Furthermore I had to manually add an alias to my zsh-config to reach it for execution.
I have the feeling this isn’t the intended way to go at all but more some lucky hackyish solution.
Expected behaviour:
- To not have to do all the manual steps described above.
- To open rofimoji via shortcut or directly from rofi rather than starting it from terminal.
Maybe someone can help me out here.🙏😀 I’m on Fedora and i3wm and installed it from source.
Issue Analytics
- State:
- Created 4 years ago
- Comments:15 (9 by maintainers)
Top Results From Across the Web
1961783 – Review Request: rofimoji - A character picker for rofi
By default (installed in a clean mock chroot) the roflmoji command fails with Could not find a valid way to type characters. Please...
Read more >Rofimoji: A character picker for rofi - GitHub
Fear no more, rofimoji invokes the power of rofi (and other ... Emojis by default, but you can have any Unicode block you...
Read more >[Bug 1961783] Review Request: rofimoji - A character picker ...
By default (installed in a clean mock chroot) the roflmoji command fails with Could not find a valid way to type characters.
Read more >Rofi - ArchWiki
rasi shipped by default in the rofi package to the rofi configuration directory (usually ~/.config/rofi ) and enable it by appending @theme dmenu...
Read more >rofimoji · PyPI
Fear no more, this script uses the power of rofi (and other ... By default, rofimoji types the characters using either xdotool or...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I pushed something to
master
that could fix the installation. Could you please test it? Thank you 🙂First, thanks for the report and sorry for all the effort you had to invest.
I hope to find some time soon to fix the setup. But as you may have noticed, I’m quite new to Python packaging, so if you have any ideas, please share!