vinceliuice / Vimix-gtk-themes

Vimix is a flat Material Design theme for GTK 3, GTK 2 and Gnome-Shell etc.
https://vinceliuice.github.io/
GNU General Public License v3.0
1.64k stars 109 forks source link

File manager doesn't look as expected #20

Closed kenenbek closed 7 years ago

kenenbek commented 7 years ago

I downloaded .zip archive from https://github.com/vinceliuice/vimix-gtk-themes/releases. Then I run ./Vimix-installer.sh As a result, default file manager looks like that (with paper icons): http://i.imgur.com/OTEkH9F.png

What do I miss to make it more like as screens from https://camo.githubusercontent.com/1177a26b83a8766b885a7ae051d38d46e45a8f47/68747470733a2f2f636e2e706c696e672e636f6d2f696d672f662f372f652f622f6264343939393335626562643765373730323834346333326237663539613931646431642e6a70673f7261773d74727565

cwchien commented 7 years ago

Vimix works for GTK 3.20 or later.

If you're using Ubuntu 16.04 (which is GTK 3.18) or before, you need to upgrade your GTK3 runtime.

kenenbek commented 7 years ago

I updated gtk+

~ ❯❯❯ dpkg -l libgtk2.0-0 libgtk-3-0
  libgtk-3-0:amd64          3.20.8-1ubuntu0~p amd64             GTK+ graphical user interface library
  libgtk2.0-0:amd64         2.24.30-4ubuntu1~ amd64             GTK+ graphical user interface library

Then I run './VimixInstaller.sh' again: But my file managers looks badly: http://i.imgur.com/lUtQBJY.png

cwchien commented 7 years ago
  1. If you execute the file-manager from terminal, is there any error message ?
  2. If you install theme into /usr/share/themes with sudo, you can try to ensure the file permissions with sudo chmod 755 /usr/share/themes/VimixDark-Laptop -R for example.
kenenbek commented 7 years ago
~ ❯❯❯ gnome-open .
~ ❯❯❯ GDBus.Error:org.freedesktop.DBus.Error.NotSupported: Application does not handle command line arguments

(nautilus:6667): GLib-GIO-CRITICAL **: g_dbus_interface_skeleton_unexport: assertion 'interface_->priv->connections != NULL' failed

(nautilus:6667): GLib-GIO-CRITICAL **: g_dbus_interface_skeleton_unexport: assertion 'interface_->priv->connections != NULL' failed
cwchien commented 7 years ago

Perhaps you can try

  1. logout and login again to reload GTK theme.
  2. this.

If the instructions don't help, maybe someone else can lend a hand. (I use MATE desktop and Caja works fine)

kenenbek commented 7 years ago

The first option is helped me! Thanks!!!

cwchien commented 7 years ago

No problem. :)