-
Notifications
You must be signed in to change notification settings - Fork 670
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Overlay icons problem on arch linux #6406
Comments
(See also discussion on #owncloud-client-dev on freenode:
) |
But why would the umlaut problem apply only to the nautilus that's started from the system tray? @lbayerlein Could you check if both are using the same nautilus binary (you're on arch, maybe one of them is using python3 and not having the encoding issues?)
Otherwise: Could you check what the system-tray started nautilus is saying?
|
shows me:
And for the
Thanks for your support. If you need further information, tell me what to do, plz. |
What's the value of What show in the console when starting nautilus? (can you do |
Hi @ogoffart , here all things from my side:
Seems that it is everything OK. |
I have found further informations.
To get this, I run nautilus from the desktop file (nautilus), not in the terminal. Hope it will get you further |
Do you have the arhclinux package Anyway, i think the problem here is that the print() tries to converet the string with an ascii codec, but it contains the |
Yes, the actual version of owncloud-client is installed (with -2). I installed it via
|
On my second pc, I reinstalled it via
|
I did some further testing and can recognize this error on my side. If there is an 'ä', 'ö' or 'ü' in the current view (in the folder), this traceback comes up. |
Does look like an encoding issue that wasn't fixed by #6397. Possibly only reproducible with python3? (should add python version to initialization output) |
@ogoffart Could you test encoded files on your arch where the shell extension uses python3? I'll add a note about the python version to the start debug output. |
Use b'\n' in the call to rfind, as the _remainder is bytes, not a string. Remove most of the debug message which happens during normal operation. They are mostly spamming the nautilus console, and can also cause bug as they may throw exception in case of wrong encoding. Relates to issue: #6406
Use b'\n' in the call to rfind, as the _remainder is bytes, not a string. Remove most of the debug message which happens during normal operation. They are mostly spamming the nautilus console, and can also cause bug as they may throw exception in case of wrong encoding. Relates to issue: #6406
@lbayerlein Could you test by replacing |
@ckamm I replaced Thanks very much for your support guys |
Use b'\n' in the call to rfind, as the _remainder is bytes, not a string. Remove most of the debug message which happens during normal operation. They are mostly spamming the nautilus console, and can also cause bug as they may throw exception in case of wrong encoding. Relates to issue: #6406 (cherry picked from commit 1ab3a9f)
@lbayerlein Thank you for testing. I'll close this here. The PR for the backport is also part of the 2.4.2 milestone. |
Use b'\n' in the call to rfind, as the _remainder is bytes, not a string. Remove most of the debug message which happens during normal operation. They are mostly spamming the nautilus console, and can also cause bug as they may throw exception in case of wrong encoding. Relates to issue: #6406 (cherry picked from commit 1ab3a9f)
Tested with 242rc1: sudo apt install -y testpilotcloud-client testpilotcloud-client-nautilus LANG=de_DE testpilotcloud --logwin --logdebug & cd $SYNCFOLDER echo huhu > '♥_♥.txt' echo huhu > 'Jü.txt' killall nautilus nautilusSUCCESS. Overlay icons work fine. Strange attribute errors that only occur, when filenames with unicode chars are involved https://github.com/owncloud/client/issues/6643 |
Expected behaviour
I am starting Nautilus, click on the folder and there are folders and files with a given state in it. This state would be shown by small icons extending the default icons.
Actual behaviour
Nautilus does not show anything.
Steps to reproduce
Server configuration
Operating system: CentOS 7.15011
Web server: Apache2 (2.4)
Database: MariaDB
PHP version: 7.1
ownCloud version:
Storage backend (external storage):
Client configuration
Client version: 2.4.1
Operating system: Arch Linux (Linux version 4.15.10-1-ARCH (builduser@heftig-18961) (gcc version 7.3.1 20180312 (GCC)) #1 SMP PREEMPT Thu Mar 15 12:24:34 UTC 2018)
OS language: DE
Qt version used by client package (Linux only, see also Settings dialog): 5.10.1
Client package (From ownCloud or distro) (Linux only):
Installation path of client: default
The text was updated successfully, but these errors were encountered: