Andrei Korshikov commented on issue derat/xsettingsd#32
Rationale behind using PartOf= in the systemd service ? @beetlebop : why not use BindsTo= which in addition will start xsettingsd when a graphical session is launched ? Basically, you are asking about...
View ArticleAndrei Korshikov commented on issue derat/xsettingsd#34
cannot enable the systemd service @BachoSeven : Is there a reason behind this? I think, I've answered in #32. Or is the intended way to start xsettingsd at boot to put it in .xinitrc and such? My point...
View ArticleDaniel Erat commented on issue derat/xsettingsd#34
cannot enable the systemd service @andrei-korshikov, thank you for the detailed explanations! Closing this as you suggested.
View ArticleAndrei Korshikov opened issue derat/xsettingsd#35
At this moment 86ce25fbd4/xsettingsd.1 and 86ce25fbd4/README.md mention only ~/.xsettingsd. If I understand common.ccLine 62 in 86ce25fvector<string> GetDefaultConfigFilePaths() { and...
View ArticleDaniel Erat pushed to main at derat/xsettingsd
e56f08447e173ecdcf55a9d81ce40989ffea68f4 Document configuration file paths.
View ArticleDaniel Erat closed issue derat/xsettingsd#35
Explicitly mention supported config file paths in the documentation
View ArticleDaniel Erat commented on issue derat/xsettingsd#35
Explicitly mention supported config file paths in the documentation Thanks for pointing this out! I've updated README.md and xsettingsd.1.
View Articleactionless opened issue derat/xsettingsd#36
Any ideas why it's not working with GTK4? First of all i can't understand if it's smth specific to my setup or a common issue - for me changing gtk4 theme works only by setting GTK_THEME env var...
View ArticleDaniel Erat commented on issue derat/xsettingsd#36
Net/ThemeName ignored by libadwaita under GTK 4 Thanks for the report! It's been forever since I've done any development using GTK+, but I'm able to reproduce this too. Are you sure it's working in GTK...
View Articleactionless commented on issue derat/xsettingsd#36
Net/ThemeName ignored by libadwaita under GTK 4 you need to unset GTK_THEME in order to make it work with gtk3 - otherwise env var is overriding the settings daemon
View ArticleDaniel Erat commented on issue derat/xsettingsd#36
Net/ThemeName ignored by libadwaita under GTK 4 (I didn't have GTK_THEME set when I was testing against GTK 3.) It's a shot in the dark, but any chance you're running Wayland? It seems plausible that...
View Articleactionless commented on issue derat/xsettingsd#36
Net/ThemeName ignored by libadwaita under GTK 4 i was double-checking with couple of different apps, and i've realized that it's apparently smth to do with libadwaita - because for example...
View Articleactionless commented on issue derat/xsettingsd#36
Net/ThemeName ignored by libadwaita under GTK 4 no, i'm using X11 (AwesomeWM)
View ArticleDaniel Erat commented on issue derat/xsettingsd#36
Net/ThemeName ignored by libadwaita under GTK 4 Ah, okay re X11. Maybe the problems that I saw under Wayland with GTK 3 and 4 are different from the problem that you're running into. Just to mention...
View Articleactionless commented on issue derat/xsettingsd#36
Net/ThemeName ignored by libadwaita under GTK 4 i did further investigation, apparently it's reproducing with all libadwaita apps i have installed $ pacman -Qi libadwaita ...... Required By : baobab...
View ArticleDaniel Erat pushed to main at derat/xsettingsd
84c545f7bc3e685aae9a407850ee8b8af381164d Document GTK+ brokenness under libadwaita and Wayland.
View Articleactionless closed issue derat/xsettingsd#36
Net/ThemeName ignored by libadwaita under GTK 4
View Articleactionless commented on issue derat/xsettingsd#36
Net/ThemeName ignored by libadwaita under GTK 4 idk which makes me more wondering - why gnome devs are such ass-brained, or why some developers are still using that stupid toolkit - but both are...
View Article