horst3180 / arc-theme

A flat theme with transparent elements
GNU General Public License v3.0
8.28k stars 611 forks source link

Arc theme screws up menus with GTK3 applications in XFCE #662

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hi.

Arc theme seems to behave strange with some GTK3 applications when used within XFCE:

http://imgur.com/a/0pqQp

My assumption is that could be easily fixed by adding some padding between those menu bar elements in the theme files, but I have a hard time finding out where to look further. I would be thankful for any hint!

Best regards and much respect for this awesome theme, nevertheless, Horst!

Armin

horst3180 commented 7 years ago

Why did you ignore the issue template? Please give me the information asked in the details section of the template.

ghost commented 7 years ago

My apologies!

GTK3 Version: gtk+3 (3.20.9_1) [gtk+3-3.20.9_1] OS: VoidLinux

Distribution (with version): VoidLinux Base distribution (if have, with version): VoidLinux

Desktop environment (with version): xfce4 (4.12.0_5) [xfce4-4.12.0_5]

Arc version/commit (don't put "latest"): (armin@zero:~/.themes/arc-theme) git pull Already up-to-date. (armin@zero:~/.themes/arc-theme) git log --pretty=oneline | head -n 1 b8a8461709064429491d1958d771f7019bc639f3 revert recent pathbar changes (armin@zero:~/.themes/arc-theme)

GTK+ 3 version: gtk+3 (3.20.9_1) [gtk+3-3.20.9_1] Murrine engine version: gtk-engine-murrine (0.98.2_5) [gtk-engine-murrine-0.98.2_5] gnome-themes-standard version: There's no package with that name for my distribution. Installation method (package or source): Cloned the GitHub repository, copied over to ~/.themes/arc/

Sorry, I only over-looked your project site and just used GitHub in the most intuitive way my brain came up with real quick. Will take care of this in the future, my apologies for the inconveniences.

Armin

horst3180 commented 7 years ago

Okay, please delete ~/.themes/arc/ and follow the manual installation as described in the readme:

Install autoconf and automake. Also, I'm pretty sure VoidLinux has gnome-themes-standard (https://repo.voidlinux.eu/current/gnome-themes-standard-3.20_1.i686.xbps), so install that too, if possible.

Next, execute the following:

git clone https://github.com/horst3180/arc-theme --depth 1 && cd arc-theme
./autogen.sh --prefix=/usr --with-gnome=3.20
sudo make install
ghost commented 7 years ago

Hi, I have to report full success with both of your themes, Arc and also Vertex.

Vertex looks PRETTY GOOD on my current setup, and it even works for GTK3 applications beautifully like no other theme I got (and believe me I'm into ricing/customizing a lot and I do not often report something like this, ever). This is one of the technically built best themes I have ever seen, and the support you give here is extra-ordinary.

Thanks for your awesome work.

Armin