You are not logged in.

#1 2020-06-21 14:56:42

supermario9590
Member
Registered: 2020-06-09
Posts: 17

Title Bars {SOLVED}

I am using the Awesome Window Manager on my Arch install and I have just realised that my favourite file manager(Nautilus) puts another title bar just under the Awesome title bar
Here is a photo of what I am getting https://drive.google.com/file/d/1992eZx … bcM3b6_d5Z

Last edited by supermario9590 (2020-06-22 06:18:25)


Linux is simple, but it takes a genius to understand it

Offline

#2 2020-06-21 15:08:58

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,701

Re: Title Bars {SOLVED}

Can I get you to pose a question rather than make an assertion?


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way

Offline

#3 2020-06-21 15:29:22

supermario9590
Member
Registered: 2020-06-09
Posts: 17

Re: Title Bars {SOLVED}

I would like to remove the title bar nautilus has by default.


Linux is simple, but it takes a genius to understand it

Offline

#4 2020-06-21 15:45:16

supermario9590
Member
Registered: 2020-06-09
Posts: 17

Re: Title Bars {SOLVED}

I thought that installing qt5-styleplugins would fix the problem but it didn't.


Linux is simple, but it takes a genius to understand it

Offline

#5 2020-06-21 15:55:27

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,783

Re: Title Bars {SOLVED}

https://aur.archlinux.org/packages/gtk3-nocsd-git/

Edit, inb4 "didn't work", read https://github.com/ZaWertun/gtk3-nocsd

Last edited by seth (2020-06-21 15:57:29)

Offline

#6 2020-06-21 16:35:52

supermario9590
Member
Registered: 2020-06-09
Posts: 17

Re: Title Bars {SOLVED}

What is inb4?


Linux is simple, but it takes a genius to understand it

Offline

#7 2020-06-21 18:11:03

twelveeighty
Member
Registered: 2011-09-04
Posts: 1,456

Re: Title Bars {SOLVED}

I'm assuming you are asking a genuine question and are not being sarcastic: inb4 stands for "in before" and roughly means "before you or someone else says or does X". Seth's pointing out that there's required reading for that package in the upstream Git repo before reporting back here that it "doesn't work".

Offline

#8 2020-06-21 18:58:28

supermario9590
Member
Registered: 2020-06-09
Posts: 17

Re: Title Bars {SOLVED}

It is not working in Nautilus
Edit: I'm sorry, it does

Last edited by supermario9590 (2020-06-21 19:00:17)


Linux is simple, but it takes a genius to understand it

Offline

#9 2020-06-21 19:12:24

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,783

Re: Title Bars {SOLVED}

lol

Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

Offline

#10 2020-06-21 19:17:58

supermario9590
Member
Registered: 2020-06-09
Posts: 17

Re: Title Bars {SOLVED}

It isn't exactly resolved because I have to add gtk3-nocsd every time I open the app.


Linux is simple, but it takes a genius to understand it

Offline

#11 2020-06-21 19:19:31

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,783

Re: Title Bars {SOLVED}

link wrote:

To have all Gtk+ 3 apps (of current user) use this hack, export…

Offline

#12 2020-06-21 19:30:24

supermario9590
Member
Registered: 2020-06-09
Posts: 17

Re: Title Bars {SOLVED}

seth wrote:
link wrote:

To have all Gtk+ 3 apps (of current user) use this hack, export…

So, in my case, I would put in .xsession

export GTK_CSD=0
export LD_PRELOAD=<"full path" of your libgtk3-nocsd.so.0 file>

Linux is simple, but it takes a genius to understand it

Offline

#13 2020-06-21 19:37:59

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,783

Re: Title Bars {SOLVED}

No, not literally "<"full path" of your libgtk3-nocsd.so.0 file>", check

pacman -Ql gtk3-nocsd-git

for the actual path.

Offline

#14 2020-06-21 19:56:04

supermario9590
Member
Registered: 2020-06-09
Posts: 17

Re: Title Bars {SOLVED}

I have tried all of the paths it is giving me. None of them are working.


Linux is simple, but it takes a genius to understand it

Offline

#15 2020-06-21 20:06:39

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,783

Re: Title Bars {SOLVED}

It should give you exactly *one* path for libgtk3-nocsd.so.0 - "/usr/lib/libgtk3-nocsd.so.0"
So the file should look like

export GTK_CSD=0
export LD_PRELOAD=/usr/lib/libgtk3-nocsd.so.0

and you'll have to restart the session. Speaking of which, how to you start it? startx/xinit or some DM and in the latter case: which?

Offline

#16 2020-06-22 06:08:05

supermario9590
Member
Registered: 2020-06-09
Posts: 17

Re: Title Bars {SOLVED}

seth wrote:

It should give you exactly *one* path for libgtk3-nocsd.so.0 - "/usr/lib/libgtk3-nocsd.so.0"
So the file should look like

export GTK_CSD=0
export LD_PRELOAD=/usr/lib/libgtk3-nocsd.so.0

and you'll have to restart the session. Speaking of which, how to you start it? startx/xinit or some DM and in the latter case: which?

I start awesome wm using startx


Linux is simple, but it takes a genius to understand it

Offline

#17 2020-06-22 06:12:14

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,783

Re: Title Bars {SOLVED}

Add it to your xinitrc…

Offline

#18 2020-06-22 06:14:47

supermario9590
Member
Registered: 2020-06-09
Posts: 17

Re: Title Bars {SOLVED}

seth wrote:

Add it to your xinitrc…

Thanks! It worked!

Last edited by supermario9590 (2020-06-22 06:16:46)


Linux is simple, but it takes a genius to understand it

Offline

Board footer

Powered by FluxBB