Resources are missing when path contains non-latin characters #88

Closed
opened 2014-08-13 10:21:25 +02:00 by Kurosar · 12 comments
Kurosar commented 2014-08-13 10:21:25 +02:00 (Migrated from github.com)

Hello,
I have a problem with cool-old-term and Ubuntu 14.04 (x64).

capture du 2014-08-13 10 19 39

Seems like it's not loading the background noise image or something is wrong with the brightness (I tried to mess with it without success).
Or maybe because my system language is "French" ?

There's also that error when I load ./cool-old-term
Unable to load translator "linux"
Unable to load translator "default"

GPU GTX 670MX (331.38)

Regards.

Hello, I have a problem with cool-old-term and Ubuntu 14.04 (x64). ![capture du 2014-08-13 10 19 39](https://cloud.githubusercontent.com/assets/4887819/3902736/b5af20dc-22c2-11e4-8dd4-31d7102aa38e.png) Seems like it's not loading the background noise image or something is wrong with the brightness (I tried to mess with it without success). Or maybe because my system language is "French" ? There's also that error when I load ./cool-old-term `Unable to load translator "linux"` `Unable to load translator "default"` > GPU GTX 670MX (331.38) Regards.
Swordfish90 commented 2014-08-13 11:40:25 +02:00 (Migrated from github.com)

Ok, I see the problem. Brightness is not the issue, you are just missing some files (the keytabs and the color scheme) I suggest you to retry the install procedure, following it step by step in (particular qmake && make && make install). In the end you will see a folder called /imports/org/kde/konsole in the project root, that must contain other two folders kb-layouts and color-schemes. If this is not the case post the output of qmake, make, and make install.

Ok, I see the problem. Brightness is not the issue, you are just missing some files (the keytabs and the color scheme) I suggest you to retry the install procedure, following it step by step in (particular qmake && make && make install). In the end you will see a folder called /imports/org/kde/konsole in the project root, that must contain other two folders kb-layouts and color-schemes. If this is not the case post the output of qmake, make, and make install.
proedie commented 2014-08-13 14:36:31 +02:00 (Migrated from github.com)

Hello! I had the same issue when I installed it with sudo make install instead of just make install.

Hello! I had the same issue when I installed it with `sudo make install` instead of just `make install`.
Kurosar commented 2014-08-13 14:53:42 +02:00 (Migrated from github.com)

There you go for the qmake log : http://hastebin.com/aqobegaduh.md

I tried to install it with sudo su, still the same issue in the terminal, and the screen is still "super bright", the folder "imports" only contains a folder called "org"....

Unable to load translator "default"
Unable to load translator "linux"
Unable to load translator "default"
loadAllColorSchemes
Using an unsupported variable-width font in the terminal. This may produce display errors.
Using an unsupported variable-width font in the terminal. This may produce display errors.

EDIT 15:08 : Found the kb-layouts and color-schemes folders... they are here
' /cool-old-term/imports/org/kde/konsole '
But I still have the same problem..

There you go for the qmake log : http://hastebin.com/aqobegaduh.md I tried to install it with sudo su, still the same issue in the terminal, and the screen is still "super bright", the folder "imports" only contains a folder called "org".... > Unable to load translator "default" > Unable to load translator "linux" > Unable to load translator "default" > loadAllColorSchemes > Using an unsupported variable-width font in the terminal. This may produce display errors. > Using an unsupported variable-width font in the terminal. This may produce display errors. _EDIT 15:08_ : Found the kb-layouts and color-schemes folders... they are here ' /cool-old-term/imports/org/kde/konsole ' But I still have the same problem..
Swordfish90 commented 2014-08-13 16:45:26 +02:00 (Migrated from github.com)

@proedie wrote something worthy. If the files are in the right position it might be that you don't have the permissions to read them. I see from your log that you didn't use sudo, but can you check permissions of those files? Or try running ./cool-old-term with sudo to be sure.

@proedie wrote something worthy. If the files are in the right position it might be that you don't have the permissions to read them. I see from your log that you didn't use sudo, but can you check permissions of those files? Or try running ./cool-old-term with sudo to be sure.
Kurosar commented 2014-08-13 18:48:42 +02:00 (Migrated from github.com)

Tried to install everything again with sudo, even tried to chown and chmod 777 -R the folder... I still have the issue, I'm running a fresh ubuntu install...

Tried to install everything again with sudo, even tried to chown and chmod 777 -R the folder... I still have the issue, I'm running a fresh ubuntu install...
proedie commented 2014-08-15 15:08:26 +02:00 (Migrated from github.com)

@Sakarias-Longhorn no, you misunderstood me. Do NOT use sudo. Install it with your normal user. It's no real installation at the moment.

@Sakarias-Longhorn no, you misunderstood me. Do NOT use sudo. Install it with your normal user. It's no real installation at the moment.
Kurosar commented 2014-08-15 15:12:03 +02:00 (Migrated from github.com)

Just tried to install it without sudo, same problem.

Just tried to install it **without** sudo, same problem.
Swordfish90 commented 2014-08-19 10:44:00 +02:00 (Migrated from github.com)

I really don't know what to say. It clear that the application can't read those files, but I don't understand why since they should be in the right location with the right permissions. Can you please attach the output of ls -lR in the cool-old-term folder?

I really don't know what to say. It clear that the application can't read those files, but I don't understand why since they should be in the right location with the right permissions. Can you please attach the output of ls -lR in the cool-old-term folder?
Kurosar commented 2014-08-19 10:46:43 +02:00 (Migrated from github.com)
http://hastebin.com/qugidumede.hs
Swordfish90 commented 2014-08-19 11:06:48 +02:00 (Migrated from github.com)

Now I know your problem: you are french! :-) ... I just renamed my folder Téléchargements and I could reproduce the issue. Please try to copy the cool-old-term folder into /tmp/cool-old-term and launch it from there.

Now I know your problem: you are french! :-) ... I just renamed my folder Téléchargements and I could reproduce the issue. Please try to copy the cool-old-term folder into /tmp/cool-old-term and launch it from there.
Kurosar commented 2014-08-19 11:11:01 +02:00 (Migrated from github.com)

Oh my god... it's working now, Thanks a lot !

Oh my god... it's working now, Thanks a lot !
Swordfish90 commented 2014-08-19 12:16:28 +02:00 (Migrated from github.com)

You're welcome but this is not a solution; It needs to be fixed. This morning I made some changes and colors schemes and layouts are recognized but the fonts are still missing.

You're welcome but this is not a solution; It needs to be fixed. This morning I made some changes and colors schemes and layouts are recognized but the fonts are still missing.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: seeseemelk/cool-retro-term#88
No description provided.