Open RhythmLunatic opened 7 years ago
can you clarify? not sure i understand your issue
I ran beautifuldiscord using "sudo python3.5 beautifuldiscord --css /home/arc/Documents/discord.css". It installed, but discord remains unchanged.
After restarting Discord a second time it won't start and gives this error. https://arcofswords.s-ul.eu/c27mhN05.png
This is because the process termination failed. You should terminate all the processes Discord has yourself.
The second issue is caused by incorrect folder permissions (beautifuldiscord cannot write to discord app without root), but still the CSS doesn't actually work.
window.applyAndWatchCSS() doesn't do anything either.
was the app.asar
extracted?
if it was, can you check inside index.js
and look for mainWindow.webContents.on('dom-ready',
?
if both of those are true it should be working, strange...
well, i can assure you that i have python-utils installed .. [ (yaourt output) 2 community/python-psutil 5.2.2-1 [installed] A cross-platform process and system utilities module for Python 3 community/python2-psutil 5.2.2-1 [installed] A cross-platform process and system utilities module for Python2 ]
do i really need an older version for it to work ?
[syl3nt@machine ~]$ beautifuldiscord --css /home/syl3nt/myown.css Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/pkg_resources/init.py", line 654, in _build_master ws.require(requires) File "/usr/lib/python3.6/site-packages/pkg_resources/init.py", line 968, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python3.6/site-packages/pkg_resources/init.py", line 859, in resolve raise VersionConflict(dist, req).with_context(dependent_req) pkg_resources.ContextualVersionConflict: (psutil 5.2.1 (/usr/lib/python3.6/site-packages), Requirement.parse('psutil==5.1.0'), {'BeautifulDiscord'})
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/bin/beautifuldiscord", line 6, in
help ? anybody ?
[edit]
fixed by reverting python2-psutil to a previous version
And the CSS stays unchanged.