Difference between revisions of "Talk:GTK3"

From GnuCash
Jump to: navigation, search
m (spacing between paragraphs)
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
There should probably by sections for each main OS supported by GnuCash. Users on *nix may come here but see only Windows specific info. I'll be happy to create and populate the sections if the OP is only focused on Windows.
 
There should probably by sections for each main OS supported by GnuCash. Users on *nix may come here but see only Windows specific info. I'll be happy to create and populate the sections if the OP is only focused on Windows.
 +
:Absolutely. The idea is that people add related info to the page. I currently have only a Linux VM at home and can't confirm if things run the same on Linux. From my understanding, Adwaita Dark is included in GTK but I couldn't switch to it on Windows.
 +
:We could divide the sections per OS, as was done in the linked articles.
 +
:That said, there's not much that's Windows specific on this page yet. CSS and GTK settings should work pretty much the same on any OS.
 +
:--[[User:Cicko|Cicko]] ([[User talk:Cicko|talk]]) 13:48, 29 March 2018 (UTC)
 +
::Yes, but I would prefer the following form:
 +
:::GTK will search the content of the environment variable [https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html XDG_CONFIG_DIRS] for ... That means under
 +
:::;Linux: /etc/xdg
 +
:::;MacOS: FIXME
 +
:::;Windows: FIXME
 +
:: First name the freedesktop standard and then its OS dependend default. See also [[Wiki Conventions]]
 +
:: --[[User:Fell|Fell]] ([[User talk:Fell|talk]]) 23:58, 29 March 2018 (UTC)
  
 +
---
  
Absolutely. The idea is that people add related info to the page. I currently have only a Linux VM at home and can't confirm if things run the same on Linux. From my understanding, Adwaita Dark is included in GTK but I couldn't switch to it on Windows.
+
What categories would you suggest for this page? Geert's instructions for GTK3 theming work on Windows so I find the page more-or-less complete in terms of functionality.
We could divide the sections per OS, as was done in the linked articles.
+
--[[User:Cicko|Cicko]] ([[User talk:Cicko|talk]]) 10:54, 4 April 2018 (UTC)
That said, there's not much that's Windows specific on this page yet. CSS and GTK settings should work pretty much the same on any OS.
+
:I am still experimenting to get useful category trees, but I think Customization might be a good keyword.
--[[User:Cicko|Cicko]] ([[User talk:Cicko|talk]]) 13:48, 29 March 2018 (UTC)
+
 
 +
---
 +
 
 +
Thanks, John, for the instructions on customizing the keyboard shortcuts! Very useful. --[[User:Cicko|Cicko]] ([[User talk:Cicko|talk]]) 07:45, 6 April 2018 (UTC)
 +
 
 +
---
 +
 
 +
There's a note in the Inspector section that mentions Gtk3 needs to be installed. That seems completely redundant to me. If you have installed gnucash, gtk3 will be installed with it. You can't run gnucash without having Gtk3 available. So I suggest to remove that note.
 +
 
 +
--[[User:Gjanssens|Gjanssens]] ([[User talk:Gjanssens|talk]]) 09:23, 10 December 2021 (UTC)
 +
 
 +
== Structure ==
 +
 
 +
I think you should reorder the sections and obey a few different dimensions:
 +
# General '''System settings''' (/etc) affects all users e.g. from GTK,  
 +
# ''Application specific'' sytem settings (/etc/gnucash/ or similar)
 +
# General '''User settings''' ~/config/... overwrite system settimgs e.g. with the config tools of your desktop environment
 +
# ''Users and application specific settings'' ~/config/gnucash/ or similar with
 +
:* containing also document stuff like .css files
 +
 
 +
Distinguish another dimension GTK affecting '''rc''' files and document affecting elements like [https://en.wikipedia.org/wiki/Cascading_Style_Sheets CSS] files.
 +
 
 +
Does this also apply on Windows?
 +
--[[User:Cicko|Cicko]] ([[User talk:Cicko|talk]]) 10:31, 12 April 2018 (UTC)
 +
:Yes. [[User:Jralls|John Ralls]] ([[User talk:Jralls|talk]]) 13:36, 12 April 2018 (UTC)

Latest revision as of 09:23, 10 December 2021

There should probably by sections for each main OS supported by GnuCash. Users on *nix may come here but see only Windows specific info. I'll be happy to create and populate the sections if the OP is only focused on Windows.

Absolutely. The idea is that people add related info to the page. I currently have only a Linux VM at home and can't confirm if things run the same on Linux. From my understanding, Adwaita Dark is included in GTK but I couldn't switch to it on Windows.
We could divide the sections per OS, as was done in the linked articles.
That said, there's not much that's Windows specific on this page yet. CSS and GTK settings should work pretty much the same on any OS.
--Cicko (talk) 13:48, 29 March 2018 (UTC)
Yes, but I would prefer the following form:
GTK will search the content of the environment variable XDG_CONFIG_DIRS for ... That means under
Linux
/etc/xdg
MacOS
FIXME
Windows
FIXME
First name the freedesktop standard and then its OS dependend default. See also Wiki Conventions
--Fell (talk) 23:58, 29 March 2018 (UTC)

---

What categories would you suggest for this page? Geert's instructions for GTK3 theming work on Windows so I find the page more-or-less complete in terms of functionality. --Cicko (talk) 10:54, 4 April 2018 (UTC)

I am still experimenting to get useful category trees, but I think Customization might be a good keyword.

---

Thanks, John, for the instructions on customizing the keyboard shortcuts! Very useful. --Cicko (talk) 07:45, 6 April 2018 (UTC)

---

There's a note in the Inspector section that mentions Gtk3 needs to be installed. That seems completely redundant to me. If you have installed gnucash, gtk3 will be installed with it. You can't run gnucash without having Gtk3 available. So I suggest to remove that note.

--Gjanssens (talk) 09:23, 10 December 2021 (UTC)

Structure

I think you should reorder the sections and obey a few different dimensions:

  1. General System settings (/etc) affects all users e.g. from GTK,
  2. Application specific sytem settings (/etc/gnucash/ or similar)
  3. General User settings ~/config/... overwrite system settimgs e.g. with the config tools of your desktop environment
  4. Users and application specific settings ~/config/gnucash/ or similar with
  • containing also document stuff like .css files

Distinguish another dimension GTK affecting rc files and document affecting elements like CSS files.

Does this also apply on Windows? --Cicko (talk) 10:31, 12 April 2018 (UTC)

Yes. John Ralls (talk) 13:36, 12 April 2018 (UTC)