=== jjfrv8_ is now known as jjfrv8 [00:58] i'm trying to report a bug and it says this private bug (1502732) is a duplicate. could someone please look at it and mark it not private? [00:58] I reported public bug 1540186 [00:58] bug 1540186 in thunar (Ubuntu) "thunar crashed with SIGSEGV in g_type_check_instance_is_fundamentally_a()" [Undecided,New] https://launchpad.net/bugs/1540186 [01:14] jjfrv8: bug 1502732 is now public [01:14] bug 1502732 in thunar (Ubuntu) "thunar crashed with SIGSEGV in g_type_check_instance_is_fundamentally_a()" [Medium,Confirmed] https://launchpad.net/bugs/1502732 === meetingology` is now known as meetingology === JMulholland_ is now known as JMulholland === bpierre_ is now known as bpierre [13:42] hggdh, thanks! [19:13] Hi all! I have a problem with the default font in web browser. Months ago, I installed various additional fonts in my Ubuntu, and it made a conflict somewhere in the default Ubuntu font, because pages like Yahoo Mail or Twitter or most of the blogs, display a very hard-to-read font called HelveticaNeue, and for now I don't manage to remove it and get my browsers (Firefox and Chrome) displaying the correct default font... [19:13] Here is a screencap of the issue visible on Firefox : http://www.pasteall.org/pic/show.php?id=98766 [19:13] If somehow here can help me fix this, that would be fabulous [19:14] I guess it's not complicated to fix, but for now I have no solution... [19:14] I've been using Ubuntu for about 8 years and it's the first time installing fonts creates a conflict like that... [19:19] Ludo38: try resetting your default fonts https://askubuntu.com/questions/454279/change-default-system-font-using-terminal-only-in-14-04 [19:19] Thank you! I try this now [19:22] Mmm, not sure which terminal command to use, this page suggests various things, mostly about the size of the fonts, not the name of the font [19:22] I tried this : dconf write /org/gnome/desktop/interface/font-name "'Ubuntu 11'" and it didn't change anything [19:22] here [19:22] 's the gui option http://askubuntu.com/questions/19770/how-do-i-change-fonts-and-adjust-their-size [19:24] suffice it to say `gsettings reset-recursively org.gnome.desktop.interface` should reset everything [19:27] WXL : thanks for this last reset idea, but it didn't change anything... [19:27] I now try the Unity Tweak Tool [19:27] just installed it [19:27] you can also specifically change the settings in the brwoser [19:27] yes, but as the bug appears in both Firefox AND Chrome, I must find a way to change it universally, globally [19:28] there is something wrong in my global Ubuntu font config [19:33] Unity Tweak Tool doesn't help more either :( [19:35] you should try to use gsettings to list all teh font properties [19:35] gsettings list-recursively org.gnome.desktop.interface [19:35] maybe best to try gsettings list-recursively org.gnome.desktop.interface | grep -i font [19:36] and if you haven't already re-started x you probably should [19:36] not sure that's necessary but it would be wise [19:38] THank you very much WXL. I restart now and come back here soon [19:43] Argh, I restarted and it didn't cange my issue :( [19:45] Ludo38: what does gsettings say your fonts are? you can do `sudo apt -y install pastebinit xclip && gsettings list-recursively org.gnome.desktop.interface | grep -i font | pastebinit | xclip -i` and then just paste in the channel [19:46] (pastebinit will paste the output of the previous command to pastebin) [19:46] (xclip will take the output of the pastebinit command which is the url of the pastebin and put it on your clipboard) [20:07] Lecture des listes de paquets... Fait [20:07] Construction de l'arbre des dépendances [20:07] Lecture des informations d'état... Fait [20:07] Les NOUVEAUX paquets suivants seront installés : [20:07] pastebinit xclip [20:07] 0 mis à jour, 2 nouvellement installés, 0 à enlever et 0 non mis à jour. [20:07] Il est nécessaire de prendre 31.8 ko dans les archives. [20:07] Après cette opération, 241 ko d'espace disque supplémentaires seront utilisés. [20:07] Réception de : 1 http://mx.archive.ubuntu.com/ubuntu/ wily/main pastebinit all 1.4-4 [14.8 kB] [20:07] Réception de : 2 http://mx.archive.ubuntu.com/ubuntu/ wily/universe xclip amd64 0.12+svn84-4 [17.0 kB] [20:07] !pastebin [20:07] For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [20:07] 31.8 ko réceptionnés en 0s (45.4 ko/s) [20:07] Sélection du paquet pastebinit précédemment désélectionné. [20:07] (Lecture de la base de données... 295151 fichiers et répertoires déjà installés.) [20:07] Préparation du dépaquetage de .../pastebinit_1.4-4_all.deb ... [20:07] Dépaquetage de pastebinit (1.4-4) ... [20:07] Sélection du paquet xclip précédemment désélectionné. [20:07] Ludo38: don't paste to the channel. [20:07] Préparation du dépaquetage de .../xclip_0.12+svn84-4_amd64.deb ... [20:07] Dépaquetage de xclip (0.12+svn84-4) ... [20:07] Traitement des actions différées (« triggers ») pour man-db (2.7.4-1) ... [20:07] Paramétrage de pastebinit (1.4-4) ... [20:07] Paramétrage de xclip (0.12+svn84-4) ... [20:07] ludovic@aguila:~$ gsettings list-recursively org.gnome.desktop.interface | grep -i font | pastebinit | xclip -i [20:08] It's what I got, WXL [20:08] sorry, I'm not used to that [20:08] I redo it better [20:08] Ludo38: use a pastebin for multi-line pastes [20:08] that hasn't changed, and applies to all Ubuntu channels [20:13] here it is : [20:13] http://paste.ubuntu.com/14882318/ [20:14] Ludo38: the link should then be copied into your clipboard, as that's what xclip is supposed to do [20:14] does it not do that? [20:15] if it doesn't, then you can remove the xclip argument and that last pipe, and then just manually copy-paste the pastebin link from the terminal [20:16] teward : sorry, I don't understand [20:16] This is all new to me [20:16] Ludo38: when you run the command that was said at the end - that is, the "gsettings list-recursively org.gnome.desktop.interface | grep -i font | pastebinit | xclip -i" command [20:17] when you then try and paste into another window, does it paste a paste.ubuntu.com URL? [20:17] if it does, then the command worked effectively, and wxl wants that URL [20:17] ah, wait, I check this [20:17] thanks for your help [20:22] Well, I just pasted "gsettings list-recursively org.gnome.desktop.interface | grep -i font | pastebinit | xclip -i" in a new terminal, but it didn't answered anything [20:22] Ludo38: it shouldn't. Now try making a paste anywhere [20:22] does that paste give you an http://paste.ubuntu.com/ URL [20:22] or is it just the 'gsettings ...' command? [20:22] what do you mean by "Now try making a paste anywhere" ? [20:31] In the terminal, it tells me xclip is the most recent, and same with pastebinit === AndrewMC` is now known as AndrewMC