/srv/irclogs.ubuntu.com/2013/11/22/#ubuntu-gnome.txt

=== c_smith_away is now known as c_smith
sam113101why does the lockscreen always turns off my monitors?03:16
phsam113101, it shouldn't turn off the monitors. should just blank them03:47
phsam113101, it does with mine at any rate.03:48
sam113101ph: well, it stops sending a signal, so my monitors say they're not plugged in03:53
sam113101(the LED is flashing, etc.)03:53
sam113101it's a bit annoying IMO03:53
sam113101I'd like to see the lock screen with the time of the day03:54
sam113101and maybe I'd change the background to darker one so it doesn't light up the entire room03:54
sam113101to a*03:54
=== c_smith is now known as c_smith_away
=== Guest25333 is now known as jokerdino
=== Guest25333 is now known as jokerdino
phsam113101, sorry was afk for a bit - yeah that could be the power settings have you checked those at all? The lock screen is under privacy and then the sleep side of things is under power06:11
sam113101ph: checked them both, it's really the lockscreen06:13
darkxstsam113101, monitors are intentionally put into power saving mode when you lock the screen06:51
darkxstperhaps there is an extension to disable that06:52
sam113101that's one thing I don't like about gnome 3, you can't easily personalize what you want (unless you download tweak tool, still…)06:57
phsam113101, even with gnome-tweak-tool you can't really personalise that much anyway07:10
phdarkxst, ah ok I see now, my smart tv doesn't have the DPMS settings so that's why it's not powering off when the screen is locked yeah?07:12
darkxstph most likely07:13
phdarkxst, how do i debug pyton apps from cli? I just installed g-t-t 3.10.1 and it's not running and no errors on the cli07:22
ph3.10.0 worked fine, but this one won't start07:23
sam113101ph: I know, that sucks…07:23
phsam113101, only way to tweak g-s is manually hacking code, g-t-t, extensions, and themes. Personally I'd love to see the options for tweaking or personalising certain things in one location, but that's doubtful07:25
darkxstph, is it crashing?07:32
phit doesn't run and no errors when i run it from the cli07:33
darkxstif so there are python extensions for gdb07:33
darkxstpy-bt or something like that07:33
phah ok - does it report in any log files at all?07:34
darkxstno you need to manually run python under gdb07:34
darkxstor you can also try `gnome-tweak-tool -d`07:34
phwith -d it says: DEBUG   : Schema not translated org.gnome.shell (domain: gnome-shell)07:35
phDEBUG   : Caching gsettings: <gtweak.gsettings._GSettingsSchema: org.gnome.shell>07:35
phDEBUG   : Shell version: [3, 10, 1]07:35
phand stops at that point07:35
phdarkxst, what command should i use to run it within gdb?07:39
phdarkxst, I get these errors in gnome-session.log http://pastebin.com/T7hPMDsi07:43
phthis file it's looking for /usr/local/share/glib-2.0/schemas/org.gnome.desktop.input-sources.gschema.xml actually lives in /usr/share/glib-2.0/schemas/org.gnome.desktop.input-sources.gschema.xml07:48
darkxstph, are you running -staging?07:48
phyep07:49
darkxsthmm, file a bug07:49
darkxstI have to run07:49
darkxstbut that missing schema is the problem07:49
darkxst(it works fine here though)07:50
phI have the schema it's in /usr/share not in /usr/local/share where g-t-t is looking07:51
phdarkxst, anyways no worries07:51
ricotzph, don't file a bug since it is your fault ;)07:52
phricotz, lol how is it my fault :P07:52
ricotzmanually installing things (without using the proper prefix)07:53
phI just removed gnome-tweak-tool, and rebuilt it with the /usr prefix but that didn't fix it07:54
ricotzph, them same error?07:54
phyeah07:55
phit still looking for that file under /usr/local/share07:55
ricotzthen really clean the source dir07:55
phlike wipe it and reclone it?07:55
ricotzgit reset --hard origin/master07:56
ricotzgit clean -dxf07:56
phok i'll give that a go hangon07:56
phricotz, it's giving me these errors now http://pastebin.com/tH9cjMNC08:04
phricotz, but gtweak isn't in /usr/local/lib it's under /usr/lib08:04
ricotzph, works here08:13
ricotzph, uploaded 3.10.1 to the saucy pocket of staging08:14
phricotz, lol ok I'll try an update and pull that version and see if it works for me08:14
phricotz, can you provide me a link to the package you built?08:17
ricotzhttps://launchpad.net/~gnome3-team/+archive/gnome3-staging/+sourcepub/3676221/+listing-archive-extra08:17
phricotz, also how are you building packages so quickly? I use checkinstall, but it seems to include a lot of 'extras' when it builds the packages08:17
phricotz, is this the file i download https://launchpad.net/~gnome3-team/+archive/gnome3-staging/+files/gnome-tweak-tool_3.10.1.orig.tar.xz08:19
phricotz, also does it matter if I'm on x64?08:19
ricotzph, wait for the deb to be built08:19
phricotz, ah ok I see sorry08:20
ricotzand checkinstall won't give your the same as a proper deb package08:20
phso what should I be using instead of checkinstall?08:20
ricotzthe packaging you can find there too08:21
ricotzdget *.dsc08:21
ricotzupdate it to the favoured upstream version and use a pbuilder or just debuild08:21
phbut things like pulling apps from git source like pygobject for example - how can i build a package that doesn't exist in the ubuntu repos for example08:25
=== ph_afk is now known as ph
phricotz, ok a reboot is all that was needed. It's working fine now08:33
phlooking at the checkinstall package and the .deb that you built - your's is 123kb and the checkinstall package is 3.5MB08:34
phricotz, so obviously I went with your one ;)08:38
phricotz, generally for ubuntu packages they should be configured with prefix=/usr correct?08:39
ricotzph, 3.5mb o.O, the normal make install is 1.3mb here08:40
ricotznormally yes. to have them look at the right places08:40
ricotzg2g08:41
phricotz, yeah i don't know what checkinstall is doing, why it includes all this extra crap. So that's why I was asking the method you use. But checkinstall allows easy package creation from packages that don't have ubuntu dsc etc in them08:41
phricotz, ok no worries - thanks for the help08:42
=== ph is now known as ph_afk
=== rZr is now known as RzR
=== ph_afk is now known as ph
=== ph is now known as ph_afk
=== Teh is now known as TehRaij
TehRaijhi there, i just downloaded and installed 13.10 gnome edition. i love the new way that gnome classic is going, but I need to make some teaks for my preferences. How do I edit and/or remove panels? I am not a fan of the double panel thing, and all of the old right click/alt right click/super alt right click key combos don't have any effect, and I'm not having any luck finding the right menu selection. Can anyone point me in the di16:55
someuserhello16:59
TehRaijhm, ok then. maybe not. Can anyone tell me how to kill the bottom panel and move the top panel to the bottom in 13.10 classic?17:27
=== c_smith_away is now known as c_smith
TehRaijnice chatting with you guys23:03
TehRaijhelpful23:03
=== c_smith is now known as c_smith_away

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!