daa84 / neovim-gtk

gtk ui for neovim
GNU General Public License v3.0
716 stars 57 forks source link

Some environment variables missing #195

Closed cinghiopinghio closed 3 years ago

cinghiopinghio commented 5 years ago

Describe the bug In practice the environment variable QT_QPA_PLATFORMTHEME is not set inside nvim-gtk while it is set outside to qt5ct (!echo $QT_QPA_PLATFORMTHEME return an empty string). Other environment variables are set as expected.

Technical information (please complete the following information):

Features: +acl +iconv +jemalloc +tui See ":help feature-compile"

system vimrc file: "$VIM/sysinit.vim" fall-back for $VIM: "/usr/share/nvim"



 - Neovim-Gtk build version: v0.2.0-35-g3c5d6e8
daa84 commented 5 years ago

Does it works inside console nvim? Does it works when run nvim-gtk --no-fork?

cinghiopinghio commented 5 years ago

It does work in both cases.

Excerpts from daa84's message of May 8, 2019 5:34 pm:

Does it works inside console nvim? Does it works when run nvim-gtk --no-fork?

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/daa84/neovim-gtk/issues/195#issuecomment-490535716

daa84 commented 5 years ago

I try run X=3 nvim-gtk and !echo $X works for me, so maybe this is some problems with specific variables? Maybe this is somehow depends on selected gtk theme and gtk do some manipulation with it