Advanced Search
Search Results
33 total results found
Installation
Supported installation methods. If installing through the AUR or the binary, the first time run will take longer since these rely on PyApp to run. Note: after installation, it is encouraged to run config-init for the first-time setup. Arch yay -S wallypub Bina...
Secrets
In order to access your Wallabag instance, Wallypub relies on two secrets. Your wallabag_password and your wallabag_client_secret. Viewing & Editing You are prompted to add your secrets when running the initial config-init, but you can view the currently confi...
Issues
There are two ways to get bugs addressed. Reach out to the jeremiah@micro.glasshoundcomputing.com account or follow the Bug Reports section of the CONTRIBUTING guidelines.
Frequently Asked Questions
Why the name? Wallabag + Epub = Wallypub. Doesn't Wallabag have some Ereader integration? Yes! There are many. KOReader, for example, has great integration with Wallabag; however, I found that I wanted the news that makes it to my e-reader to be more curated a...
Settings
Initial Configuration Running config-init will take you through your first-time setup. During the initial configuration, Wallypub only asks for the bare minimum information to create a digest. This includes the name of the digest, who you would like to attrib...
Commands
The commands are present in alphabetical order and organized by the domain followed by the action. Most of the information can be found through the use of the --help flag. This page provides information on nuances and edge cases that might not have fit in the ...
Troubleshooting
Wallypub generates a debug.log file which can be found in your ~/.local/share/Wallypub/ directory If you want to see debug output in your terminal, set the log_level to 10 in your base settings.
Pycharm Graying Out the Run Button
If your run button is suddenly greyed out and no longer green, try the following: 1.) open another repository / project File > Open > select project > OK 2.) If you have the pop-up to choose "This Window or "New Window", chose "This Window" 3.) Open the...
Flashing Firmware
The recommended tool from the github repo is https://xteink.dve.al/ Connection Issues Arch Linux (EndeavorOS) If you encounter issues connecting to web serial try the following Possible Error xteink (index):1 Uncaught (in promise) NetworkError: Failed to exec...
XTC / XTCH
XTC / XTCH is the proprietary container format that the xteink4 uses. Converting to these formats yields better results. Converter: https://x4converter.rho.sh
NTFS Mounting Issues
Linux Sometimes there is a mounting issue with NTFS drives. This command handles them a lot of the time. sudo ntfsfix /dev/{sdbNumber} fix References https://linux.die.net/man/8/ntfsfix
systemd-boot Failed to mount /efi [solved]
After a recent update using eos-update --aur I rebooted my machine and found myself only able to boot into emergency mode. For boot, my devices uses systemd-boot. I spent some time searching around figuring out what the issue could possibly be. Smoking Gun una...
Git Ignore Scenarios
Broadly, there are three scenarios where one might want to ignore files. Specific to personal workflow modify .git/info/exclude Specific to project secrets Scenarios like .env files for running a project locally. Here you can modifiy the repo level .gitign...
Creating a New Service
If you want an application to be able to run at start up. Create your service file nano /etc/systemd/system/<application>.service Add the following information to the file with updated application info. Depending on the service you might not need specific envi...
Applications
Linux gimagereader sudo pacman -s gimagereader-qt (there are also gtk versions swap -qt for -gtk) You will be prompted to select a dataset based on your language. The table that provides a key can be found on this page. If you are looking for English search fo...