Skip to content
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

GTK issues in Ubuntu 17.10 workaround #8

Closed
bbevan opened this issue Oct 23, 2017 · 9 comments
Closed

GTK issues in Ubuntu 17.10 workaround #8

bbevan opened this issue Oct 23, 2017 · 9 comments

Comments

@bbevan
Copy link

bbevan commented Oct 23, 2017

I'm running Ubuntu 17.10. When I tried to run octave for the first time, I received an error related to gtk.

$ octave
/usr/share/themes/Ambiance/gtk-2.0/apps/mate-panel.rc:30: error: invalid string constant "murrine-scrollbar", expected valid string constant

What I had to do was chown the ~/.config/octave directory to the non-root user I use.

The fix was

$ sudo chown -R username /home/username/.config/octave/

It now runs fine as the non-root user and even loads the gui.

@isuruf
Copy link
Member

isuruf commented Oct 24, 2017

Anything under /home/username/ should belong to the user. Did you run octave using root?

@bbevan
Copy link
Author

bbevan commented Oct 24, 2017

I tried to reinstall with the following commands.

$ conda create -n conda-forge
$ source activate conda-forge
$ conda install octave

$ source activate conda-forge
$ octave
/usr/share/themes/Ambiance/gtk-2.0/apps/mate-panel.rc:30: error: invalid string constant "murrine-scrollbar", expected valid string constant

It still doesn't work without the workaround. It may be that /home/username/.config/ belongs to root in Ubuntu.

Thanks!

@isuruf
Copy link
Member

isuruf commented Oct 24, 2017

In Ubuntu 16.04 it belongs to the user. Something must have messed up the permissions in you home directory.

drwx------ 32 isuru isuru    4096 ඔක්   20 17:33 .config

@l4r1k4
Copy link

l4r1k4 commented Nov 4, 2017

I think it's a ubuntu theme related problem, I have the same error doing an apt update for example.

@bbevan
Copy link
Author

bbevan commented Nov 4, 2017 via email

@vkarne
Copy link

vkarne commented Nov 24, 2017

When I am trying to run skype on ubuntu 17.10, I too got the error as below and skype could not launched:
/usr/share/themes/Ambiance/gtk-2.0/apps/mate-panel.rc:30: error: invalid string constant "murrine-scrollbar", expected valid string constant
need help

@amineHY
Copy link

amineHY commented Nov 29, 2017

I get the same issue when I want to launch my application,
This the error I get :

HP-ZBook-15-G2:~$ superproductivity
/usr/share/themes/Ambiance/gtk-2.0/apps/mate-panel.rc:30: error: invalid string constant "murrine-scrollbar", expected valid string constant
module.js:472

Any help please ?.

@isuruf
Copy link
Member

isuruf commented Nov 29, 2017

@vkarne, @amineHY, this is not a ubuntu support forum. Please raise this issue in an ubuntu forum.

@isuruf
Copy link
Member

isuruf commented Nov 29, 2017

@bbevan, I'm closing this as it seems unrelated to conda-forge. Please reopen this issue if you think it's not.

@isuruf isuruf closed this as completed Nov 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants