[05:17] How can i set a gnome-shell theme from the command line ? === ccar_away is now known as ccarella === zequence_ is now known as zequence [10:02] good day to everybody! i hope i got to the right place and there will be someone to help with my little problem. [10:03] vitalish, how could we know if you don't describe your problem ;) [10:04] i am trying to type the decription =)) [10:06] how do you set the number of workspaces in ubuntu gnome? i've tried it in the bottom right corner of desktop there's a workspace switcher (which i found to be the only graphical mention of workspaces in the system), when trying to select preferences of it and set the number to be more than 1, it still defaults to 1, however it changes the number of rows. [10:06] i couldn't find the settings of workspace switcher anywhere else. =) so i am kind of stuck. [10:07] vitalish, they are by default dynamic (created as required) but you can set a number in gnome-tweak-tool [10:07] i will be fine with any console way of resolving it as long as it works [10:10] =) thank you darkxst for the tip. however it doesn't change the switcher. as far as i can see now. it does let to change the number but the switcher still says it's got one workspace =) [10:10] am i doing something wrong? [10:11] could be a bug, its not really a supported config [10:19] vitalish, can you switch to workspaces that don't show in switcher? [10:19] [10:43] sorry for the silence =) [10:43] no, i cannot switch to other workspaces. [10:46] unless the key combination to switch have changed, it was ctrl+alt+arrowkey, right? [10:46] yes [10:47] vitalish, file a bug [10:49] How can i enable a gnome-shell theme from the command line ? [10:50] bcx by typing a lot [10:50] right. there's always no easy way =))) but thanks, darkxst! =) [10:50] vitalish, its a bug, do file a report [10:51] vitalish, preferbably upstream as well, on bugzilla.gnome.org [10:51] darkxst: I use a machine build script, so typing is not an issue [10:51] bcx there is an extension-enabled key in the gsettings schemas [10:52] just add your extension to that array [10:53] "enabled-extenstions" [10:53] "enabled-extensions" [10:53] darkxst: at the moment i have user-theme extension installed but setting the name is not enough [10:53] oh themes [10:54] they are different [10:54] darkxst: I am talking about the gnome-shell one [10:54] bcx, I am confused are you trying to enable user-theme extension or actual themes? [10:55] both [10:55] user-themes extension is in the enabled array and shows in tweak tool [10:55] well the first uses the above mentioned key [10:56] the theme name is in the "name" but it is not applied [10:56] the latter, idk, but all user-themes does is make shell look in the user home dir for themes [10:57] I think my issue is that dbus is not available while my build script is running [10:58] that could cause problems depending on how you are doing what [10:59] when I look at user-theme extension srouce code I can see: const Main = imports.ui.main; Main.setThemeStylesheet(_stylesheet); Main.loadTheme(); [11:00] I don't know how to do equivalent thing from the command-line without dbus, ie the unix file-only way as the information must end someone on filesystem [11:00] bcx, you can't [11:02] that is actually loading the theme into the JS engine [11:02] so my current implementation installs user-theme extension, installs the theme, sets it in dconf -> so i can see it selected with gnome-tweak-tool, but is not applied since dbus was unavailable at install time, manually selecting again in gnowme-tweak-tool though resolves my problem [11:02] bcx, probably you are doing it all wrong [11:03] and I don't know what you are building, but look at gsettings overrides and or gnome-shell modes [11:03] darkxst: what is the right way to pre-build a gnome themed env ? [11:04] bcx, at a system level, gsettings overrides [11:04] I use glib overrides to activate the user-theme extension and setting my chosen theme [11:05] bcx you don't even need user-theme extension if theme is installed properly in the root filesystem [11:07] darkxst: great ! how to do that ? [11:08] bcx, look at ubuntu-gnome-default-settings [11:09] I have zero time for tutoring people atm [11:10] darkxst: ok will look at the package sources [11:26] darkxst: 20_ubuntu-gnome-default-settings.gschema.override in the mentionned package sets a gtk-theme but no gnome-shell theme [11:27] bcx, yes, we use the upstream gnome theme [11:28] but you can set that also similarly [11:29] darkxst: setting [org.gnome.shell.extensions.user-theme] / name, is not enough [11:29] bcx, again no user-theme for system themes [11:30] darkxst: hmmm, should I understand that i should not use user-theme extension to set the gnome-shell theme ? [11:30] darkxst: and use another dconf key ? [11:31] bcx, so long as theme is installed in /usr/share/ you can just use the standard keys, no extenstion required [11:32] darkxst: ok, what is the standard key for setting the gnome-shell theme, I have not found it ? [11:34] darkxst: I thought that only the user-theme extension was able to do that [11:36] bcx, I don't know what the key is off the top of my head [11:36] but user-theme is only to load themes from home dir [11:55] darkxst: maybe there is a dbus message doing this ? [11:59] darkxst: currently all literature I can find on google mentions the user-theme extension for setting the theme [12:00] bcx, don't trust google, there are no good docs there [12:01] you can set a system theme without that extension [12:01] of course that is beyond most users, that just want download a theme to their home-dir and then set it [12:03] darkxst: so where can I find docs/clues about it ? [12:06] darkxst: or if it is undocumented how can I talk to a developer that knows it ? [12:07] bcx, the keys are there, gnome-tweak-tool uses them [12:08] bcx, you can talk to me more about it, but not tonight, I sleep [12:10] thanks darkxst, what is the right timezone for you (i'm in Europe) ? [12:14] bcx, australia [12:15] bcx UTC +11 atm [12:16] darkxst: thanks for helping, I will come back this night (your day), good night [14:57] computer goes to sleep when wathcing youtube, how do i stop that? [14:58] now i have "never sleep", but i do want it to sleep when i dont use it, but not sleep when watching videos etc. [14:59] Olotila_: check out https://github.com/hotice/lightsOn , I have not tried it [18:09] Olotila_, you can also check out https://extensions.gnome.org/extension/517/caffeine/ [18:09] bcx, thanks for sharing that one :) === _7 is now known as Guest23899