J.P
J.P
Change the python call to python 3 and use shlex.quote on PATH_TO_SCRIPT otherwise the call and script breaks due to the space in 'Application Support'
python3 main.py Traceback (most recent call last): File "main.py", line 3, in from youtube import Youtube File "/home/james/Downloads/smd/youtube.py", line 13, in from moviepy.editor import * File "/home/james/.virtualenvs/utils3/lib/python3.7/site-packages/moviepy/editor.py", line 26, in...
Added udev rule in README to handle the new streamdeck mini
-x http://user:pass@proxy/ doesn't seem to be supported - any other way of doing it?
Fix registration issue by specifying charset in POST as per https://getpocket.com/developer/docs/authentication
If I want something to remain in the Inbox, but also apply a "notspam" label to it, for example. https://developers.google.com/gmail/imap/imap-extensions?csw=1#x-gm-labels
Is it possible to run swayosd-libinput-backend.service as a user service? What perms would I have to give my user? Thanks
You could add the below to the SystemD unit file for startup for extra security: ``` [Service] PrivateTmp=yes PrivateUsers=yes ProtectSystem=true NoNewPrivileges=True ``` I've tested these on my own system and...
I'd like to be able to swipe up/down with three/four fingers to the workspace above/below (same as super+pgup/down).
It would be good to have some more batch operations, eg in the search if you could then copy the download links to the clipboard for all files that match...