To view the current GTK3 theme in use on the XFCE desktop environment that is pre-installed in distributions like Linux Mint or Xubuntu, open a terminal window and enter the following comment: $ gtk-query-settings theme <enter> Upon enter, it displays the following: gtk-theme-name: "Mint-Y-Dark-Orange" gtk-icon-theme-name: "Mint-Y-Dark-Orange" ! gtk-fallback-icon-theme: NULL gtk-key-theme-name: NULL gtk-cursor-theme-name: "Bibata-Modern-Ice" gtk-cursor-theme-size: 24 … Continue reading How to query the GTK3 theme currently in use on Linux, enable dark mode and display missing icons in Gnucash
Tag: gnucash
Must have applications on Linux Mint or Ubuntu Linux
The below list of applications is a must-have for any Linux system. Not just for convenience, but additional capabilities too. The below list of applications is a must-have for any Linux system. Not just for convenience, but additional capabilities too. Download From internet Firefox Thunderbird Android Studio VirtualBox Google Chrome Mega InsyncHQ Spotify Vivaldi Browser … Continue reading Must have applications on Linux Mint or Ubuntu Linux
How to change the price retrieval source for stock quote in GnuCash
Recently, I wanted to change the stock quote source for the stocks in GnuCash. To do so, follow the steps below: To retrieve the stock quotes for National Stock Exchange or Bombay Stock Exchange in India, use Yahoo as JSON as the source.To find the stock quote and abbreviation, visit the Yahoo Finance at https://in.finance.yahoo.com … Continue reading How to change the price retrieval source for stock quote in GnuCash
How to enable greyed out Get Quotes button in GnuCash for stock quotes retrieval
On fresh install of Xubuntu 20.04 LTS, it was noticed that the Get Quotes button on the Price Editor option of GnuCash was greyed out. To diagnose this, open a terminal window and enter the following commands:$ gnc-fq-check <enter> The error Can't locate Finance/Quote/Yahoo/Asia.pm in @INC is displayed. This means that the Finance::Quotes module is … Continue reading How to enable greyed out Get Quotes button in GnuCash for stock quotes retrieval
How to delete Budget in Gnucash
Gnucash allows the creation of Budgets. To delete a Budget in Gnucash, start Gnucash, open the budget using Actions -> Open Budget, then to delete the budget opened, select Edit -> Delete Budget. That's it, the budget is deleted.
How to update Currency Quotes in GnuCash on Ubuntu
If you use GnuCash on Ubuntu 16.04 LTS, then this will apply to you. Over last few months, I have not been able to get stock quotes or currency updates for stocks on the NYSE, NASDAQ, Yahoo Finance. The reason is that Yahoo Finance Finance::Quotes module does not work anymore to fetch the quotes and … Continue reading How to update Currency Quotes in GnuCash on Ubuntu
How to enter accrued interest entries in GnuCash
The complications of Accounting for the layman! Accrued Interest is interest that has been added to a Fixed Deposit (FD) at the time interval it accumulated and computed, but not actually received or paid out to a depositor. There is no transfer of money into the Savings Bank of the Fixed Deposit holder. Basically, in … Continue reading How to enter accrued interest entries in GnuCash
How to debug MumbaiStock.pm with Finance::Quotes
After creating or editing any of the Finance::Quotes modules you need to test them. To test, open a terminal window and do the following to check if the module gives any errors$ cd /usr/share/perl5/Finance/Quote <enter>$ sudo cp ~/MumbaiStock.pm . <enter>$ cd ~ <enter>$ gnc-fq-check <enter> If above command returns any errors, then modify the MumbaiStock.pm … Continue reading How to debug MumbaiStock.pm with Finance::Quotes
How to create and use Pre-configured reports in GnuCash
GnuCash is a very powerful personal finance management software. It is very easy to create new pre-configured reports out of the existing set of reports provided in GnuCash. Let me explain this with a scenario. I need to extract all the dividends I have received so far. To do that, I can simply look at … Continue reading How to create and use Pre-configured reports in GnuCash
How to adjust width of GnuCash Balance column heading
Since I upgraded to Ubuntu 14.04 LTS, GnuCash would never display all digits of the balance column. Using the mouse to widen the column yielded no results. It was a struggle to find out how to adjust the width of the GnuCash Balance column within the Accounts. Finally, found by accident that just a Double … Continue reading How to adjust width of GnuCash Balance column heading