=== makije|away is now known as makije | ||
=== makije is now known as makije|away | ||
ricotz | darkxst, hi | 06:08 |
---|---|---|
ricotz | darkxst, your json-glib update is a bit broken | 06:09 |
ricotz | libjson-glib-1.0-0 is multiarch, so do NOT add "usr/bin/" to it | 06:09 |
ricotz | those need to go in a separate package or in the -dev package | 06:10 |
x-Na | darkxst, at least at some point it was said that Gnome 3.10 works only with GDM | 07:01 |
x-Na | And I have tried filing bugs, they end up rejected or smth | 07:01 |
darkxst | X-Na, gnome-shell depends on libgdm, however it does not require gdm | 07:16 |
x-Na | Ok, that is good to know, I need to try that out at some point | 07:26 |
x-Na | Only downside of not using gdm is that the "lock" option is missing from the menu, wife would rather use that than any shortcuts to lock the desktop | 07:26 |
x-Na | But I will anyways do a fresh install, just to see if it resolves this | 07:27 |
x-Na | I could actually try it with the beta version of Ubuntu Gnome, I just need to hook the left over hdd | 07:27 |
darkxst | x-Na, gdm is much more integrated, however the main features such as lock and user switching should work with lightdm, although i havent tested that for a while | 08:14 |
x-Na | lock is missing with gnome 3.8 if not using gdm | 08:35 |
x-Na | So that is something that is missing already with 3.8 | 08:36 |
darkxst | x-Na, it used to work I believe | 08:46 |
x-Na | Before 3.8, yes | 08:48 |
x-Na | It needs gdm from 3.8 upwards | 08:48 |
x-Na | After upgrading to 13.10 that was the first thing my wife asked "Why is the lock option missing?" | 08:49 |
x-Na | and I started googling and found out that it is shown only with gdm | 08:49 |
darkxst | x-Na, assuming its still like that on 14.04, then please file a bug | 08:49 |
x-Na | You mean the user change? | 08:50 |
x-Na | I filed a bug, but it got rejected | 08:50 |
darkxst | where is the bug? | 08:50 |
x-Na | I do not know, I just know that if I use GDM, whenever I select Switch user, I get the white screen | 08:51 |
x-Na | I mean that GDM pops up just fine, but my desktop disappears on the background | 08:51 |
x-Na | So I can't really know which component has the bugs | 08:51 |
x-Na | bug | 08:51 |
darkxst | x-Na, all the above can be filed against gnome-shell | 08:52 |
x-Na | Ok, but I have tried that | 08:52 |
x-Na | Usually it gets rejected with not enough information or similar | 08:52 |
darkxst | then provide clear steps to reproduce! | 08:52 |
x-Na | Nobody usually cares about multiple user setups | 08:52 |
darkxst | and always use 'ubuntu-bug gnome-shell' to file, so that logs get attached | 08:53 |
x-Na | But I can't as it works for others, I believe | 08:53 |
x-Na | That is why I am here trying to figure out why it does not work for me | 08:53 |
darkxst | I can't tell you anything without logs! | 08:53 |
x-Na | And the problem is that I can't run ubuntu-bug when the problem occurs as I can't do anything on my desktop' | 08:54 |
darkxst | switch to a VT and run it from there | 08:55 |
x-Na | Ok | 08:55 |
darkxst | it will upload and give you a link you can visit later to finish things off | 08:55 |
x-Na | Ok | 08:55 |
x-Na | But I bet it gets rejected, I am guessing it is something specific to my setup | 08:55 |
x-Na | I just do not know what | 08:55 |
x-Na | Could it be the screensaver / screenlock that causes this? | 08:56 |
darkxst | bugs don't normally get rejected for lack of info, they get marked incomplete | 08:56 |
x-Na | I mean it should lock my desktop when I select "Switch user", but it does not active | 08:56 |
x-Na | Well the result is the same, it gets marked incomplete, but I do not have any way to make it complete :p | 08:56 |
darkxst | x-Na, you attach the logs! | 08:57 |
darkxst | when using gnome-shell/gdm screensaver is built into gnome-shell | 08:57 |
darkxst | otherwise with lightdm, its probably gnome-screensaver | 08:57 |
x-Na | Ok, but could that be the culprit here | 08:58 |
darkxst | last time I checked they use the same d-bus interface | 08:59 |
x-Na | I'll try to file a bug, once again, but I do not have my hopes up as I am guessing this is something that is happening only for me | 09:00 |
x-Na | Or other people just have one user | 09:00 |
darkxst | user switching with gdm/gnome-shell works fine here, that is why I need to see logs! | 09:08 |
x-Na | On 3.8? | 09:14 |
x-Na | or .310? | 09:14 |
darkxst | x-Na, 3.10 | 09:19 |
darkxst | ricotz, I see, thanks for fixing | 09:19 |
x-Na | darkxst, ok. It works on virtualbox too, but on my setup there is something different | 09:56 |
x-Na | And that is one reason I do not know if the bug is the correct way rather than trying to figure out what is wrong with my setup | 09:56 |
=== Guest19612 is now known as ph_afk | ||
ricotz | darkxst, yw | 10:04 |
=== ph_afk is now known as ph | ||
=== ph is now known as Guest85736 | ||
=== Guest85736 is now known as ph1 | ||
=== FJKong_afk is now known as FJKong | ||
=== back is now known as Guest66599 | ||
=== makije|away is now known as makije | ||
Ferret86 | Hi, in 14.04 in my Gnome Extension I define a Dbus interface like this "const Iface = <interface name="org.example.MyInterface">...</interface>;" , it works fine in 13.10, but now I get a SyntaxError. I didn't find a related Bug Report on Launchpad, so did the way you are suppose to do that change or is this a Bug? | 11:39 |
mgedmin | looks like you're embedding " quotes inside a "-quoted string without escaping them | 11:40 |
mgedmin | what language is this? | 11:40 |
Ferret86 | nono I just added these, it's gjs | 11:41 |
mgedmin | ok, javascript | 11:42 |
mgedmin | try const Iface = "<interface name='org.example.MyInterface'>...</interface>"; (also note ; goes outside the closing ") | 11:42 |
Ferret86 | yes I used the example from here https://mail.gnome.org/archives/gnome-shell-list/2013-February/msg00059.html | 11:43 |
Ferret86 | ok I try | 11:43 |
mgedmin | either that example is full of syntax errors or gjs enhances javascript syntax to parse xml snippets inline | 11:44 |
mgedmin | https://github.com/search?l=javascript&q=%22%3Cinterface%3E%22+%40GNOME+makeProxyClass&ref=searchresults&type=Code | 11:46 |
mgedmin | this looks like a working example: https://github.com/GNOME/gnome-shell/blob/e70fd5a57a758b802a777f484e2947d0fb7c1e43/js/ui/status/location.js#L15 | 11:46 |
mgedmin | disclaimer: I never wrote a line of gjs code in my life | 11:47 |
Ferret86 | ok I try it out | 11:47 |
Ferret86 | thx | 11:47 |
=== Guest66599 is now known as bakc | ||
Ferret86 | the last example did it thanks :) | 11:55 |
=== ph1 is now known as ph_afk | ||
=== makije is now known as makije|away | ||
=== makije|away is now known as makije | ||
=== ph_afk is now known as ph | ||
=== ph is now known as Guest88484 | ||
=== Guest88484 is now known as ph1 | ||
x-Na | darkxst, I was able to file a bug -> https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1297383 | 16:09 |
ubot5 | Ubuntu bug 1297383 in gnome-shell (Ubuntu) "Gnome-shell desktop is just a white blank screen after switching users" [Undecided,New] | 16:09 |
x-Na | I do hope that would at least tell me what's wrong in my setup :P | 17:03 |
=== ph1 is now known as ph_afk | ||
=== makije is now known as makije|away | ||
=== makije|away is now known as makije | ||
=== makije is now known as makije|away | ||
=== makije|away is now known as makije | ||
jdmssmkrr | Installing Trusy Daily Beta in VMware Fusion... let's test :) | 17:59 |
jdmssmkrr | Trusty Daily Build installs beautifully inside VMware Fusion. Tools are auto-installed, 3D accelleration works, quite a smooth desktop | 18:13 |
=== makije is now known as makije|away | ||
=== FJKong is now known as FJKong_afk | ||
dam- | hello, I just installed last Ubuntu Gnome distribution (Gnome 3.8) and I have a strange behaviour with alt-tab. When an app is on full screen and that I press alt-tab, it goes to last position then. Does someone know how to fix that ? | 20:50 |
=== makije|away is now known as makije | ||
darkxst | x-Na, anychance you can get a backtrace? | 20:53 |
=== makije is now known as makije|away | ||
darkxst | x-Na, also please edit the Bug description with clear steps to reproduce | 23:03 |
darkxst | starting from a fresh boot, so something like: Login User A -> Click Switch User from user menu -> gdm login screen? -> login User B -> whatever else... is required to produce crash | 23:08 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!