You are not logged in.
Pages: 1
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
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
I would like to remove the title bar nautilus has by default.
Linux is simple, but it takes a genius to understand it
Offline
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
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
What is inb4?
Linux is simple, but it takes a genius to understand it
Offline
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
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
![]()
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
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
To have all Gtk+ 3 apps (of current user) use this hack, export…
Offline
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
No, not literally "<"full path" of your libgtk3-nocsd.so.0 file>", check
pacman -Ql gtk3-nocsd-gitfor the actual path.
Offline
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
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.0and 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
It should give you exactly *one* path for libgtk3-nocsd.so.0 - "/usr/lib/libgtk3-nocsd.so.0"
So the file should look likeexport GTK_CSD=0 export LD_PRELOAD=/usr/lib/libgtk3-nocsd.so.0and 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
Add it to your xinitrc…
Offline
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
Pages: 1