/srv/irclogs.ubuntu.com/2014/04/09/#xubuntu-devel.txt

starratsDon't know if this is a 'bug report' or not but I'm still experiencing a 'lock-out on login/password screen after a major update/upgrade when it rerquests a re-start to complete the action.01:31
bluesabreUnit193... it works O.O01:32
Unit193bluesabre: Of course it does, I'm better than Logan_. ;)01:32
bluesabrelol01:33
Unit193(Hah, juuust kidding, he wins.)01:33
bluesabrewhat did you change? :)01:33
Unit193I was on the right track, just wrong change.  dpkg-buildflags uses -Wl,-Bsymbolic-functions in Ubuntu but not Debian, so in the rules file I exported LDFLAGS=-Wl,-z,relro and rebuilt.  (Spotted it in the diff he linked to.)01:34
bluesabreaha01:34
Unit193(Note, that may not be the proper change, but it's a test at least.)01:34
bluesabreif it works, its better than what we have now ;)01:35
Unit193Now, I need to bookmark that site, because that's a nice diff tool.01:35
bluesabrewell, if we are happy with it, I can toss it into a PPA and request some testing01:36
Logan_Unit193: I figured it had something to do with that01:37
Unit193bluesabre: See? ^  Already knew.01:37
bluesabre:)01:37
Unit193http://paste.openstack.org/show/75380 This is what I used.01:39
Unit193Logan_: Another oddity, the libdrm include.01:41
Logan_Unit193: that's because it's a B-D of something else in Debian but not in Ubuntu01:43
Unit193Yes, but adding the dep didn't include it, not even sure it's needed for anything.01:44
Unit193bluesabre: Is there a need to test it?01:46
bluesabreI don't think so01:47
bluesabreI mean, it works :D01:47
bluesabreI'll make a branch with that and poke Logan_ to merge it ;)01:48
Logan_sure :)01:49
Unit193Is this something we can push to Corsac? :/01:49
* Unit193 liked that parole would sync.01:49
bluesabrewe can try01:50
bluesabredone, poked Corsac01:58
bluesabreand put the ball in Unit193's court01:59
Unit193Hah, like I know anything. :P01:59
bluesabre:D01:59
bluesabremore than I do in this instance01:59
Unit193So, I'm done with the parole thing right?  I don't need to do anything else with it since you seem to have it from here?01:59
bluesabremost likely02:00
bluesabreI might poke/ping you two more times02:00
starratsshould i file a bug report?02:02
bluesabrehey starrats02:03
bluesabrewhat do you mean by that 'lock-out'?02:04
bluesabrebrb, rebooting my server to fix ssl02:05
starratswell my cursor is free but when I try to put in my password it won't let me just a flashing line then goes solid02:05
bluesabrestarrats, that sounds odd02:10
bluesabrego ahead and file a bug, we'll look into it02:11
starratsokay02:11
starratsI know it's odd and only happens after a large update/upgrade session on term02:12
jhenkegood morning06:29
brainwashochosi: did you test the new xfpm upload?06:47
NoskcajCan someone please propose https://code.launchpad.net/~noskcaj/ubuntu/trusty/xfdesktop4/4.11.6 for merging?06:49
NoskcajMy launchpad won't log in06:49
brainwashlp broken?06:50
brainwashInvalid OpenID transaction06:50
Noskcajyep06:51
brainwashnow it worked06:56
elfybrainwash: no inviscursor on this - can't help with that one ... 07:11
brainwashbut you are a black screen expert :)07:11
brainwashI've uploaded power-manager + ochosi's test patch07:12
elfyok - when I'm on a real install I will look at that then :)07:13
brainwashbut he claimed that it's somewhat broken, because suspend via power-amaner stopped working for him07:13
elfyok - well I'm all up for breaking it if at all possible :D07:14
brainwashso I've rebuilt and re-uploaded the same thing07:14
elfylol07:15
NoskcajUnit193, That patch for parole could end rather badly07:17
Noskcajsince you broke hardening, and the various existing flags07:17
brainwashdid he reveal the patch? :)07:18
Unit193Noskcaj: That's kind of the point, "breaking" existing flags.07:19
Noskcajok. because relro is on anyway.07:20
Unit193Did you check?  Is hardening disabled?07:20
NoskcajUnit193, I didn't check, i'm just looking at your patch07:21
NoskcajAnd pretty much repeating what corsac said07:21
Unit193...He hasn't said anything.  Also, I did kind of say this was good enough to test, but beyond that...07:22
NoskcajUnit193, https://bugzilla.xfce.org/show_bug.cgi?id=9904#c1007:23
ubottubugzilla.xfce.org bug 9904 in General "Notification icon plugin not working" [Normal,Needinfo]07:23
Unit193Right, he missed that it's trying to disable a default flag, I think.  But yes, I was hoping for a better way to disable it.07:24
Noskcajok07:26
Unit193Is indicator-messages broken with the latest update?07:40
elfybrainwash ochosi : installed xfpm from brainwash's ppa, still black screen where it was failing yesterday08:37
brainwashelfy: I assume that you've restarted xfpm before doing the test run, right?09:31
elfymachine had been out of xubuntu and into windows and out again09:36
bluesabreUnit193: want to proceed on that?09:46
bluesabre;)09:46
Unit193Not quite, still waiting for a better way. :/09:47
bluesabre:(09:49
Unit193bluesabre: Could try to push it anyway, can't think of a better way.10:03
bluesabrewant to comment on the bug? Corsac is pretty stubborn about his packages and I really don't "get" what's going on10:04
* Unit193 wonders if bluesabre, the upstream, can fix it so it compiles with -Bsymbolic-functions :P10:05
* bluesabre wouldn't even know where to start10:06
Unit193https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=57061710:08
ubottuDebian bug 570617 in user-mode-linux "Filtering -Wl,-Bsymbolic-functions out of LDFLAGS" [Wishlist,Open]10:08
Unit193bluesabre: Does https://lists.ubuntu.com/archives/ubuntu-devel/2008-May/025367.html help you at all?10:11
bluesabreO.o10:13
bluesabreI think weak symbols is how parole's plugin system is designed10:13
bluesabreyeah10:14
bluesabreit creates a plugin instance10:15
bluesabrethen drops in the plugins functionality, overriding the previously defined methods10:15
Unit193That's weird, but alright.10:16
bluesabreI didn't design it10:16
bluesabreif it were up to me, I'd use totem's python plugin system10:16
* Unit193 blames bluesabre for not changing it. :P10:16
bluesabreand I suppose it is10:16
Unit193Eww, python. :P10:16
bluesabrebut thats a lot of work10:16
Unit193bluesabre: Read about pyston?10:16
bluesabrenope10:17
Unit193(Also, think I came up with something I like out of a test env.  Trying it now.)10:17
bluesabrewait a sec10:17
bluesabrepyston is a new thing10:18
bluesabreyet they target python 2.710:18
bluesabrekill me10:18
bluesabrekill -9 110:18
Unit193killall5 ?10:18
bluesabreoh, but its being developed by the dropbox folks10:19
bluesabreso thats a good thing10:19
Unit193bluesabre: Fixed it in a way I'd feel OK pushing to the Archive and to Corsac. :)10:22
bluesabreoh10:22
Unit193bluesabre: http://paste.openstack.org/show/v1RMkdv0fJ8JNCU6i3Yk/ push that to Log an?10:24
bluesabreI'll ping Corsac with the new version :)10:25
Unit193Okay.10:25
bluesabresound reasonable?10:37
bluesabreSo, with the above rules, -Bsymbolic-functions flag is removed as it breaks parole.10:37
bluesabreReferring to this write-up, https://lists.ubuntu.com/archives/ubuntu-devel/2008-May/025367.html10:37
bluesabreRewriting Parole's plugin architecture would be a huge undertaking.  Parole relies on weak symbols to initialize a plugin.  Here, a base plugin's interface is overridden by the actual plugin's functionality. the -Bsymbolic-functions flag completely breaks that. Adding this protection to the packaging ensures that plugins will continue to build correctly even when default build flags are altered (as they are in Ubuntu).10:37
brainwashNoskcaj: finally xfdesktop4 4.11.6, thanks!10:38
brainwashyou can close bug 1302101 then10:39
ubottubug 1302101 in xfdesktop4 (Ubuntu) "Desktop background turns to a dirty white color after switching theme" [Medium,Triaged] https://launchpad.net/bugs/130210110:39
bluesabrebrainwash, Noskcaj: huzzah! :)10:39
Unit193bluesabre: As long as it's helpful to link to that, sure.10:39
bluesabreit is for me10:39
bluesabrethat helped me understand the source of the issue10:40
Unit193Great!  Glad I could be helpful. :)10:40
bluesabreand why it never happens when building normally10:40
Unit193Also, see x-dev?10:40
brainwashelfy: looks like we need a different approach to fix this, I've uploaded xfpm + another patch which tweaks the timings when triggering the lock screen10:45
Unit193brainwash: Status of xfce4-indicator-plugin and indicator-service-start event?10:46
brainwashwaiting to be merged, bluesabre prepared the branch10:46
brainwashhttps://code.launchpad.net/~smd-seandavis/ubuntu/trusty/xfce4-indicator-plugin/upstart-init10:47
brainwashinstead of hardcoding it, we could use an upstart job to start the indicator services10:48
brainwashbut our current solution works fine too10:49
bluesabreUnit193: <Corsac> also, would it not be possible to remove the linker flag from the build systems itself, so it gets removed only for plugins, not for the whole stuff (or would it need to be removed for the main binary, actually?)10:56
bluesabreI'm thinking no, but how would something like that be done from the d/rules?10:56
brainwashwow, so many uploads (thunar, xfdesktop4, xfwm4)11:06
Unit193bluesabre: That'd be somehow in the makefile, no?11:08
Unit193http://paste.openstack.org/show/sy6gQIx34EWDeXxJe3Ds works for me.11:09
Unit193Upstart job does make sense, unless you don't use a user session (can you do this?)11:19
bluesabreif yes, dunno where or how :)11:30
bluesabreI'll check it out tonight11:32
bluesabreRC tomorrow, let me know if there is anything I need to focus my efforts on next11:32
bluesabrebbl11:32
ochosibrainwash: sorry, no testing for me until maybe next week, i'll be mostly afk12:20
brainwashochosi: ok :/12:25
RFlemingGood day!13:28
RFlemingQuick question.  Lately it seems when I apply updates, I'm losing my wallpaper and am left with plain grey13:33
RFlemingI'm using the default 14.04 xubuntu-wallpaper13:34
starratsRFleming this is also happening to me but i have imported a few photos to be my wallpaper. 13:38
elfyRFleming: fix is in pipeline13:38
starratsso I need not to add to my bug report on this elfy?13:39
elfyme too existing bugs where they exist please13:39
RFlemingelfy, what's the bug #?13:40
* RFleming REALLY needs to learn how to use launchpad13:40
starratsI filed a bug report last night per bluesabres request on my problem and the plain gray screen is part of that, just forgot to add it in the comment section of the report13:41
RFlemingelfy, starrats I've been using the lack of a background as a 'notice' to reboot :)13:41
brainwashplease install the latest updates13:43
starratsbrainwash who?13:45
brainwashboth of you13:46
starratsok13:46
brainwashafter doing so and relogging once bug 1302101 should be fixed13:46
ubottubug 1302101 in xfdesktop4 (Ubuntu) "Desktop background turns to a dirty white color after switching theme" [Medium,Triaged] https://launchpad.net/bugs/130210113:46
starratsupdaste is finished for me, but when i run upgrade right after update that's when my screen will turn 'dirty white' and then i get locked out from logging back in and it takes afew times 13:51
starratsto get bak on13:51
starratsthat is the bug report i filed last night13:52
elfyI think that you have got serious issues if you still have this being locked out issue13:52
starratsthis is of course after i re-started my comp from running those two in term.13:52
starratsmy cursor is 'free' now so i don't know13:53
starratsthis morning I got on te first time so i think there's another issue elfy13:53
brainwashLogan_: hey, are you in the mood to prepare yet another bugfix release?13:55
brainwashLogan_: if yes, please take a look at https://bugs.launchpad.net/ubuntu/+source/abiword/+bugs?orderby=-id&start=0 - we got 3 patches for abiword13:58
elfyhi brainwash 13:59
brainwashhey elfy :)14:00
elfynot sure where we got to with this suspend thing - to recap, I upgraded to your ppa version - logged out - no difference with lid close14:00
brainwashapt-cache policy xfce4-power-manager?14:01
brainwashwhich version14:01
elfyyou want me to turn it on again lol14:01
* elfy wanted to debug with a guessing game today :D14:02
brainwashcheck your apt-get history then14:02
elfy1.2.0-3ubuntu414:03
brainwashok, thanks14:03
elfyit's not this machine :) this is like yours - no lid ;)14:03
starratsjust finished my upgrade and the screen went dirty white half way through the upgrade.  14:04
mzr1a laptop....with no lid....*mind blown*...14:04
elfystarrats: yes it will - just do it and then logout/in and it will be fixed14:04
starratsok14:05
brainwashdesktop pc14:05
brainwash:D14:05
starratswhy though elfy does it do that?14:05
starratstell me after I log back in14:05
elfybrainwash: afaik that's the one from your ppa14:06
xnoxso the debian splash is comming from usr/share/wallpapers/joy_inksplat/contents/screenshot.png14:13
brainwashit's the fallback option, or?14:13
xnoxwhere is the desired background?14:13
xnox(on the cd)14:14
Logan_brainwash: I'll take a look at abiword later today14:14
xnoxfound it in /usr/share/xfce4/backdrops14:16
brainwashLogan_: thanks :)14:16
brainwashxnox: installed by the package xubuntu-artwork14:17
brainwashxnox: did http://bazaar.launchpad.net/~ubuntu-installer/ubiquity/trunk/revision/6044 break it?14:20
=== qwebirc522680 is now known as slickymasterWork
=== mzr1 is now known as mzr
xnoxbrainwash: elfy: who/what/where paints the background on a full xubuntu session these days?14:31
xnoxthe debian swoosh is painted by unity-settings-daemon, which doesn't have any key set and it looks like in inherited schemas from debian they do paint backgrounds with gnome-settings-daemon (or at least synchronise the settings there)14:32
xnoxif there is a xubuntu gsettings schemas overrides package we could fix it there14:33
elfyxnox: I'm not sure tbh14:33
xnoxalternatively we should be loading the desktop wallpaper natively, i thought xsettingsd should do it14:33
brainwashxnox: there is, in xubuntu-default-settings14:33
xnoxbut it only loads up a black screen.14:33
brainwashhttp://bazaar.launchpad.net/~xubuntu-dev/xubuntu-default-settings/trunk/files/head:/debian/14:35
xnoxthanks looking.14:35
=== qwebirc260477 is now known as slickymasterWork
brainwashxnox: so I guess all flavors which don't use gsettings to specify the background should be affected by this problem, or?14:39
xnoxelfy: brainwash: the "background" override pointing at debian image is comming from desktop-base package which seems to be xfce4 dependency14:39
xnoxpreviously there was no unity-settings-daemon nor gnome-settings-daemon on the xubuntu images, and thus something Xfcish painted the background.14:39
brainwashsounds rather confusing14:43
brainwashso overriding the background value won't help in this case?14:44
xnoxso i've launched xfce4-settings-manager and it shows that my background is correct - e.g. the mouse picture14:45
xnoxyet my background is black14:45
xnoxhow come?14:45
brainwashin a normal session?14:45
xnoxno, ubiquity14:46
brainwashxfdesktop4 usually paints the desktop background14:46
brainwashdoes "xfdesktop --reload" restore the background?14:47
xnoxbrainwash: that works, but i get icons on the desktop =))))14:49
brainwashthat means that xfdesktop4 isn't being used in the first place14:49
xnoxany key i can set to disable icons?14:49
brainwashwill this affect the live session?14:50
xnoxno, i'll revert the key14:51
brainwashhttp://bazaar.launchpad.net/~xubuntu-dev/xubuntu-default-settings/trunk/view/head:/etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml14:51
brainwashthis is the config file for xfdesktop414:51
brainwashnow it's getting really confusing :)14:52
brainwashand what about lubuntu and co? shouldn't there be solution which works for every flavor?14:54
brainwashsadly I'm not familiar with ubiquity at all14:54
xnoxwell it used be gnome-settings-daemon that painting the background. let's tinker further.14:54
brainwashwhat about something simple like feh or hsetroot?14:56
xnoxoh, there is xsetroot codepath and feh codepaths but i don't want to use them =)14:56
xnoxi'd rather drop them.14:56
xnoxlet me see.14:56
brainwashanything that works would be fine.  we don't want to ship a LTS release and confuse the user with a debian background :)14:58
=== mzr1 is now known as mzr
elfyindicator-messages appears to have taken a hit like indicator-sound did15:09
brainwashit disappeared?15:11
elfyyep - after the recent update/grade - deactivated in autostart apps15:15
brainwashkinda expected change15:16
elfybecause?15:16
elfyI thought we were using -messages?15:17
brainwashwe do, but the autostart launchers for the different indicators have been or will be changed15:18
brainwashhttps://code.launchpad.net/~smd-seandavis/ubuntu/trusty/xfce4-indicator-plugin/upstart-init/+merge/21471315:19
brainwash^15:19
brainwashxnox: the init process does not exit immediately, we need to save the PID to kill it on logout15:21
brainwashinitially we called the init process twice (copy&paste failure), this resulted in an init process still running after logout and there keeping the session alive15:22
brainwashtherefore15:22
brainwashbtw lightdm-gtk-greeter and unity-greeter do it the same way15:23
=== olli__ is now known as olli
xnoxbrainwash: i'm not involved in that at all.15:25
xnoxbrainwash: i dislike starting indicators via upstart user session only. Imho they should have stayed dbus-activatable.15:25
brainwashxnox: indeed :(15:25
brainwashbut we need to fix this now asap15:25
xnoxbrainwash: also I'm Dimitri and I'm not Dmitry Shachnev (mitya57)  =)15:26
brainwashxnox: oh... my fault, sorry15:26
brainwashgot it mixed up15:26
xnoxfigured as much =)15:26
brainwashreally stressful days before the final release :D15:27
=== mzr1 is now known as mzr
elfyand we still have to finallyt decide to throw ibus out today 15:32
brainwashxnox: wow, you've already uploaded x-d-s 14.04.4, thanks a lot :)16:12
brainwashochosi: maybe we should migrate <control> to <primary> before release, see bug 129963716:14
ubottubug 1292290 in xfce4-settings (Ubuntu) "duplicate for #1299637 Window manager keybindings don't work after reboot" [Undecided,Confirmed] https://launchpad.net/bugs/129229016:14
elfyknome: so it's i-day - my vote is remove ibus 17:26
* starrats is not a happy camper at this moment, when Trusty tahr is released on the 17th, next week, I will be burning a new image and do a total install hoping all is fixed17:33
Pwnnaare we fixing that issue with no screen after login anytime soon? i like lightlocker and wish to reenable it17:41
elfywhat bug number is that?17:43
elfyPwnna: you mean the black screen after suspend one?17:44
Pwnnayeah17:48
Pwnnapower manager doesn't get power.17:48
Pwnnaelfy: that one17:48
Pwnnait's an upstream one17:49
elfyif it's the same one as the one we've spent hours on lately - do you get the issue if you suspend from menu? 17:49
elfyI can only replicate it as suspend with lid close 17:50
brainwashcan anyone please re-enable the xfce4-power-manager try icon (settings manager > power manager > show icon always) and then suspend the system via the new tray icon?17:59
brainwashsomeone who can reproduce the black screen issue17:59
brainwashelfy: I've noticed that if you set the keyboard layout manually (e.g. setxkbmap de) and then start ibus-daemon, ibus will pick the correct kb layout just fine18:02
brainwashso a workaround is possible18:02
elfybrainwash: that's as maybe - there are other workarounds possible - at the moment though we cannot use it and it just work 18:03
elfymy vote won't be changing ;)18:03
elfyif it's fixed by .1 then I don't mind it being put back18:03
brainwashwe read the system layout config and re-set it via setxkbmap on an early stage of the session startup18:04
brainwashsadly it is a bit late for experiments18:05
brainwashbut a workaround seems to be possible, maybe even a proper solution with this information in minde18:06
brainwashmind18:06
elfysuspend from tray icon works fine here 18:06
elfybbl18:06
brainwashelfy: I've installed light-locker on my main system (13.10) and suspend via lid close managed by xfpm works fine here18:23
elfyok 18:28
brainwashelfy: can you check light-locker-settings please18:33
brainwashis "automatically lock the session" set to "... is deactivated"?18:35
elfyauto lock session is set to never18:36
brainwashok18:37
brainwashtime to watch soccer, cya :)18:39
elfycya 18:39
=== mzr1 is now known as mzr
ochosiali1234: comments on the comment from mitya on https://code.launchpad.net/~smd-seandavis/ubuntu/trusty/xfce4-indicator-plugin/upstart-init/+merge/214713 ?20:20
Unit193ochosi: You see the upstart job I created this morning?20:20
ochosisry, no, was busy/away all day20:20
ochosionly have a few minutes now, then i have to run off again20:20
ochosiso you wanna fix this outside the plugin?20:21
Unit193That was the idea brainwash had, I just tried it and it's not bad.20:21
ochosithe downside is that then indicators get started no matter what20:22
ochosiso if you don't have the plugin in the panel, the services still start20:22
ochosithat's a bit meh20:22
ochosiand that was the main reason i seconded the inclusion of the job in the plugin20:22
Unit193Also, no, it doesn't quit.20:30
ochosiyeah20:30
ochosiwe'd have to patch xfce4-session to send that signal20:30
ochosiso meh, let's stick with the plugin solution for now20:30
ochosiunless you guys come up with another solution that is nicer20:31
Unit193"You guys" :P20:36
brainwashyou can write a better upstart job20:40
brainwashnot such a basic one20:40
brainwashbut there is no need for it :)20:40
ali1234bluesabre: i just spotted a bug in the indicator patch...20:41
ochosioh, good that it hasn't been uploaded then20:41
ali1234it's a trivial bug that won't actually affect anything20:42
ochosistill time to update the merge-request20:42
ali1234i will fix the error message too20:42
ochosiwell there are also those comments about storing PID and error message20:42
ochosiso we can amend the patch20:42
ali1234libupstart is a bit of a big change this close to release20:42
ali1234storing the pid is a requirement20:42
ochosiyeah, i think they're aware of that20:42
Unit193ochosi: But, he's wrong on that point as it doesn't exit.20:42
ali1234yeah ^20:42
ochosiright, i didn't read the comment very closely, tbh20:43
Unit193Also, anyone else getting resolvconf failing to write any nameserver in /etc/resolv.conf and just blanking it? ;/20:43
ochosimostly wanted to forward it to ali1234 as i wasn't sure whether he's subscribed to it20:43
ochosiUnit193: what was the result on parole btw?20:44
ochosionly saw some backlog, but not enough time to read it all20:44
Unit193ochosi: Uhh, I made it so I like the change now, I don't see why it can't be uploaded.20:44
ochosithat sounds good20:45
Unit193http://paste.openstack.org/show/9bRq11DcdahwuW5A7pJv/ something like that (drop the prefixed space.)20:45
ochosibbl20:45
Unit193Logan_: Ready for upload: http://paste.openstack.org/show/CA7tPtWrKXWZ5txofePk or https://sigma.unit193.net/source/parole_0.6.1-0ubuntu2.dsc depending on what you like.20:56
Logan_Unit193: tarball plz20:59
Logan_meh, I guess it's okay20:59
Unit193It's there, dget should find it fine...20:59
Unit193Anything else needed?21:04
Logan_Unit193: no, not at the moment21:06
Logan_although, do you know why it works?21:06
Unit193Yes.21:07
Unit193https://bugzilla.xfce.org/show_bug.cgi?id=9904#c12  And, \o/21:07
ubottubugzilla.xfce.org bug 9904 in General "Notification icon plugin not working" [Normal,Needinfo]21:07
Logan_ah, I see21:12
* Unit193 seemingly actually knows something, even if he doesn't use parole at all. :D21:15
Logan_Unit193: uploaded21:37
Logan_thanks for your help, Unit :)21:37
Unit193Logan_: Thanks for all your help!21:39
Logan_yup, no problem21:39
Logan_I should really study for this exam ugh21:39
Logan_#collegeproblems21:39
Unit193Hah, before it hits #ohcrapnotthattimeagain. :P21:39
Logan_yup :/21:40
Logan_I'm thinking of improving my description on Launchpad21:40
Logan_but then again no21:40
Noskcaj Logan_ once you give up studying, can you look at lp:~noskcaj/ubuntu/trusty/xfce4-xkb-plugin/lp-733563  ?22:01
knomecan agree with elfy; we should probably drop ibus and reintroduce it for .1 if it seems to make any sense (eg. the bug is fixed and there are actually people who are bothered by it not being installed)22:12
ochosiknome: +122:22
ochosithanks a lot for the fix Unit193 22:22
ochosiand thanks for uploading, Logan_ 22:22
knomeif we want to dig a bit deeper, we could talk with somebody who actually uses ibus with xubuntu22:23
knomeand ask them how big inconvenience it would be to have to install ibus22:24
ochosiyeah, i guess those ppl will get in touch with us anyhow if ibus isn't there anymore :)22:24
knomewe don't even seed any languages that would need ibus to input, i guess22:24
ochosidoes the whole section "input methods" go?22:27
ochosihttp://bazaar.launchpad.net/~xubuntu-dev/ubuntu-seeds/xubuntu.trusty/view/head:/desktop#L3022:27
ochosii mean is im-config good for anything without ibus?22:27
ochosioh right, seems unrelated22:28
ochosiso only the ibus stuff would go22:28
brainwashlet it go, let it go!22:30
brainwashochosi: I've installed light-locker on 13.10 and suspend via lid close managed by xfpm works fine for me22:38
ochosihm, is that good news?22:38
ochosisorry that i have to take off again22:38
brainwashdunno22:39
Unit193ochosi: Sure thing, glad I could help.22:48
knomethanks Unit193 22:48
ochosiUnit193: since you've tampered with seed files before, in case you wanna take a look at the desktop-seed merge i proposed...22:48
ochosijust to be sure22:49
ochosithanks and night!22:49
Unit193Sure, but not right now.  Checked to see what depends on it?22:49
ochosinope, that's exactly why i'm asking others to review it ;)22:49
ochosi(because i wouldn't have thought of that, not because i didn't want to do the work)22:50
=== `Fibz`` is now known as `Fibz
bluesabreali1234: would you say its worthy of a separate merge?23:59
bluesabreor has mine been merged yet23:59
* bluesabre needs to get his ideas in order23:59

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