/srv/irclogs.ubuntu.com/2014/04/04/#ubuntu-gnome.txt

=== ph_afk is now known as ph1
darkxstahoneybun, uploaded polari with a few minor fixes00:13
ahoneybundarkxst, awesome sauce00:14
ahoneybunin the staging?00:14
darkxstyes00:15
ahoneybunthanks!00:16
darkxsthttps://launchpad.net/~aaronhoneycutt/+related-packages00:16
darkxstahoneybun, also see http://phillw.net/ubuntu-gnome/trusty311.html, plenty of other packages there that need updates ;)00:23
ahoneybunI'll be back monday from my trip so if your up for teaching me and helping me then I'm up for it00:28
ahoneybun:)00:28
darkxstok, thanks !00:35
ahoneybunjust thankful I could do something helpful00:38
ahoneybunhow hard would gnome-contacts be?00:39
ahoneybun3.10.1 is in the staging00:40
ahoneybunso we need 3.1200:40
ahoneybundarkxst, do I remove the 3.10.1 one so I can compile the 3.12.0 ?00:42
darkxstno you don't remove it00:42
darkxstapt-get source gnome-contacts00:43
darkxstcd gnome-contacts-3.10.100:43
darkxstuscan00:43
ahoneybunto copy debian/?00:43
darkxstuupdate -v 3.12.0 ../gnome-contacts-3.12.0.tar.xz00:43
darkxstand that will create the new source folder gnome-contacts-3.12.000:44
ahoneybunfor some reason it downloaded 3.800:44
darkxstahoneybun, deb-src lines are commented out for ppa00:44
darkxstyou need to uncomment that first00:44
ahoneybunoh yea00:44
darkxstin the new source folder debian/, check and update deps in control.in00:46
ahoneybunok just let me grab 3.10 source00:46
darkxstthen try test build it with pbuilder00:46
ahoneybunpbuilder is not kind to me lol00:47
ahoneybunI guess this can be removed/marked as finished then https://bugs.launchpad.net/ubuntu-gnome/+bug/121954600:51
ubot5Ubuntu bug 1219546 in Ubuntu GNOME "Staging PPA Package Request: Polari IRC" [Wishlist,Triaged]00:51
darkxstthere is also sbuild, but it lacks good docs00:52
ahoneybunwhere is that debian/ I need to edit00:56
ahoneybunis it in the 3.10.1 one?00:56
darkxstafter you run uupdate as above, you will have a new folder gnome-contacts-3.12.000:59
ahoneybungot it01:05
ahoneybunhow do I tell if the deps are the same what was that command to find the ubuntu package name?01:06
darkxstapt-file01:07
darkxsthowever the packages should mostly be the same, just versions will need updating01:07
ahoneybunso how do I found out if there is a new version?01:08
ahoneybunso how do I found out if there is a new version? darkxst01:21
darkxstahoneybun, compare the versions in configure.ac and make sure they match the version  in debian/control.in01:21
darkxstalthough in this case there doesn't appear to be any changes, but as an example configure.ac has:01:24
darkxstgtk+-3.0 >= 3.9.1101:24
darkxstso control.in needs to have:01:25
darkxstlibgtk-3-dev (>= 3.9.11)01:25
ahoneybunthere is a command something with policy that lists the version number01:32
darkxstapt-cache policy01:33
ahoneybunso apt-file libnotify to find the package name then apt-cache policy to find the version number?01:39
ahoneybunso apt-file libnotify to find the package name then apt-cache policy to find the version number? darkxst01:48
darkxstahoneybun, yes, however the however the version of the system package only matters if its too old, in which case the package needs to be updated03:38
darkxstthe versions that go into control.in, come directly from configure.ac03:38
darkxstahoneybun, here is a working pbuilderrc http://pastebin.com/2kKjRrcb04:01
darkxst(use that and then `pbuilder create` and things should work04:02
ahoneybunstill here darkxst?04:17
darkxstyes04:17
ahoneybunok cool going to copy that file04:17
ahoneybunhow do I get the .dsc file I need to build with for pbuilder?04:19
darkxstdebuild -S04:19
ahoneybunhttp://pastebin.com/4XrftDSh04:19
ahoneybunseems I'm missing gnome-pkg-tools04:20
ahoneybunright?04:21
darkxstwill be more than that04:21
ahoneybunwell got to start somewhere04:22
darkxsttry 'packaging-dev'04:23
ahoneybunok04:23
* ahoneybun thinks that kinda workd04:42
ahoneybungpg error04:42
darkxstahoneybun, from debuild?04:47
ahoneybunyes04:47
darkxstdebuild -S -us -uc04:47
darkxstor you should just install a gpg key ;)04:48
ahoneybungnome-contacts changes: changed-by-address-malformed Aaron Honeycutt <aaron@mac-the-knife>04:48
ahoneybungnome-contacts source: ancient-standards-version 3.9.3 (current is 3.9.5)04:49
darkxstyou must use valid email addresses in the changelog!04:49
darkxstyou can just ignore the standards warning for now04:49
darkxsthttp://packaging.ubuntu.com/html/getting-set-up.html04:50
ahoneybunthat is a email04:52
ahoneybunnever changed the changelog04:52
darkxstalso probably you should use the email address that matches your gpg key04:54
darkxstdid you set DEBEMAIL?04:55
ahoneybunno...04:55
ahoneybunI just setup a gpg key,,, I think04:55
darkxstAdd DEBEMAIL and DEBFULLNAME to ~/.bashrc:05:02
ahoneybunDEBEMAIL?05:02
darkxstyou already have a gpg key! keyserver.ubuntu.com:11371/pks/lookup?search=0x2A660EFF3A5D07615BF3D01F8C54B842CA8D2BE4&op=index05:03
ahoneybun???05:04
darkxstsee http://packaging.ubuntu.com/html/getting-set-up.html#configure-your-shell05:08
darkxstas long as they match your key, then signing should work05:08
ahoneybuncan;t remember the pass for this new key I made05:09
darkxstoops!05:10
ahoneybungot it05:13
ahoneybunpbuilder-satisfydepends failed05:18
ahoneybundoes not install the packages it needs darkxst05:20
darkxstlog05:22
darkxst?05:22
ahoneybunhttp://pastebin.com/XnEL3gaL05:23
darkxstahoneybun, that looks like its still a saucy chroot05:25
ahoneybunwhat the fudge05:26
darkxstwipe out /var/cache/pbuilder05:26
darkxstmake sure you /etc/pbuilderrc is correct05:26
darkxstthen create a new one05:26
ahoneybunI copied the one you sent me05:27
darkxstok, so just do 1+3 then05:27
ahoneybunwhat is the command to rm a directory>05:28
darkxstrm -rf05:29
ahoneybunpbuilder create --distribution-trusty ?05:30
darkxstwith that config, just `pbuilder create` should work fine05:32
ahoneybunmaking it still05:51
ahoneybunworking05:57
ahoneybundarkxst, http://pastebin.com/n2vDqQtC06:15
darkxstahoneybun, it will probably fail though!06:15
darkxstahoneybun, probably needs valac-0.2406:16
ahoneybunhow to install that in the pbuilder06:20
darkxstahoneybun, you do it from debian/control.in06:21
darkxst^that is what tells pbuilder what to install!06:21
ahoneybundont yell ll06:21
ahoneybunlol06:22
ahoneybundarkxst, so change valac-0.22 to .24?06:33
darkxstyeh06:34
ahoneybunhave to redo debuild right?06:40
darkxstyes06:41
ahoneybunthink that was it06:46
ahoneybunno errors06:46
ahoneybunso dput it into my ppa?06:48
darkxstyes'06:51
darkxstricotz, you seeing screen lock key combo wierdness? I have to <super>+L+L to lock now06:51
darkxstall other <super> combos seem fine though06:52
darkxstahoneybun, and send me a debdiff to review06:52
ahoneybunhave to fix some gpg error06:54
ahoneybunhow do I do that darkxst06:54
ahoneybunalso how do I add a ppa dependency06:55
darkxstahoneybun, `debdiff old.dsc new.dsc | filterdiff -i "*/debian/*" > a_file.debdiff`06:55
ahoneybunlike what do I put there06:55
darkxstvia the web interface there is add ppa dep06:55
darkxstgnome3-staging ppa06:55
ahoneybunjust that ?06:56
darkxstgnome3-team/gnome3-staging then click search06:56
darkxstit should find it06:56
ahoneybunI need to fix that gpg error to upload06:58
ahoneybunadded that06:58
darkxstyes, uploads must be signed06:59
ahoneybunwell I am getting a public key not found for that debdiff06:59
ahoneybunfixed the UNRELEASED in the changelog and package name07:00
darkxstahoneybun, did you upload it to the ubuntu keyserver?07:00
ahoneybunthink so07:00
darkxstalso we tag the ppa package version  with ~trustyN at the end07:01
ahoneybunI did taht07:01
ahoneybunseems I have 5 keys07:02
darkxstyou lauchpad page only shows your old key07:02
ahoneybunnothing exporte07:03
ahoneybund07:03
ahoneybundarkxst, http://pastebin.com/UcfPCq7M07:07
ahoneybundamn07:07
ahoneybunI changed that07:07
darkxstahoneybun, changelog should mention all changes you made!07:10
ahoneybunI changed it and then redid debuild -S07:10
darkxstahoneybun, you need something like -> "* debian/control.in: Bump build-dep on valac-0.24"07:11
ahoneybunbut I made some changes07:11
darkxstthen redo the debdiff after the changes!07:11
ahoneybundamn it I did07:11
darkxstor you debdiff'ed the wrong dsc file!07:12
ahoneybunoh wait07:12
ricotzdarkxst, hi, works as expected here <super>+L07:12
ricotzdarkxst, i guess i sync vala-0.24 from debian which would make it the default too then07:13
ricotzmeaning depending on e,g, "valac (>= 0.23.2)" would suffice07:13
darkxstricotz:ah right, ahoneybun ^07:15
ricotzahoneybun, is vala 0.22 really not enough?07:15
ricotzsince configure claims AM_PROG_VALAC([0.21.1.8-8f10])07:15
darkxstricotz, http://pastebin.com/n2vDqQtC07:16
ahoneybunstupid stupid gpg07:16
ricotzahoneybun, could you paste the output of "valac --version" ran in your console?07:17
darkxstricotz, vala 0.22 can't see any of the new api07:17
ahoneybunwait need to get this gpg set up07:17
ricotzah nevermind this is a pbuilder build07:17
ricotzdarkxst, configure suggests gtk+-3.0 >= 3.9.11 which vala-0.22 should provide just fine07:18
darkxstricotz, I suspect they just didn't update that07:19
ricotzcould be outdated and missed to be updated upstream07:19
ricotzyeah07:19
ahoneybunhow can I read a gpg message without a email client set up for it07:22
darkxstahoneybun, install openpgp into thunderbird!07:24
darkxstricotz, it really needs gtk 3.11.407:25
darkxstricotz, https://bugzilla.gnome.org/show_bug.cgi?id=72758407:30
ubot5Gnome bug 727584 in general "build: bump gtk+ and vala required versions" [Normal,Unconfirmed]07:30
ahoneybunhttps://launchpad.net/~aaronhoneycutt/+archive/ubuntu-gnome07:30
ahoneybundarkxst, https://launchpad.net/~aaronhoneycutt/+archive/ubuntu-gnome07:30
ricotzdarkxst, good ;)07:31
ahoneybunI did not make the changes to the control.in07:32
darkxstahoneybun, fix the changelog, and control.in as per ricotz comment above, then send me a new debdiff07:32
ricotzwill take a moment to finish and then can be binary copied -- https://launchpad.net/~vala-team/+archive/ppa/+sourcepub/4064942/+listing-archive-extra07:33
ahoneybundarkxst, cant find what the changelog needs07:35
ahoneybunvalac (>= 0.23.2) and mark that in the changelog right darkxst?07:36
darkxstyes07:40
ricotzdarkxst, if your patch gets accepted it requires 0.24.0 ;)07:44
darkxstricotz, guess I should make 0.23.2 then07:44
ricotzmy mentioning of 0.23.2 was just an educated guess though07:45
ricotzcould be 0.23.3 as well07:45
ricotzg2g07:47
darkxstricotz, bye07:48
darkxstand no point guessing, we can just make the package need 0.24.007:50
=== ph1 is now known as ph_afk
=== ph_afk is now known as ph1
=== ph_afk is now known as ph1
=== jackson is now known as Guest23530
=== Guest23530 is now known as Noskcaj_
=== S-USA is now known as SonikkuAmerica
AnAntHello, gnome-shell on trusty isn't working after some updates I've done yesterday & today20:06
AnAntI get this error:20:07
AnAnt(gnome-shell:15576): Gjs-WARNING **: JS ERROR: Exception in callback for signal: sessions-loaded: Gio.DBusError: Error calling StartServiceByName for org.freedesktop.login1: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ExecFailed: Cannot launch daemon, file not found or permissions invalid20:07
AnAntcan anyone help ?20:07
AnAntah, #1302331 explains it20:32
Noskcaj_bug 130233120:33
ubot5bug 1302321 in systemd (Ubuntu) "duplicate for #1302331 Missing /lib/systemd/systemd-logind-launch (referred to by /usr/share/dbus-1/system-services/org.freedesktop.login1.service)" [Wishlist,Won't fix] https://launchpad.net/bugs/130232120:33
bigonhey22:04
bigonare you actively using nautilus-sendto in ubuntu?22:04
bigonI'm thinking of uploading the new version that drops the plugins support22:05
bigonin debian22:05
bigon(latest empathy 3.12 has dropped its plugin)22:05
darkxstbigon seeded-in-ubuntu nautilus-sendto22:06
darkxstnautilus-sendto (from nautilus-sendto) is seeded in:22:06
darkxst  edubuntu: dvd22:06
darkxst  ubuntu-gnome: daily-live22:06
darkxst  ubuntu: daily-live22:06
darkxst  ubuntukylin: daily-live22:06
bigonI'm not planning to drop it22:08
bigonjust that with 3.8.1 there is no plugins support anymore22:09
bigonit just open $default_mail_client22:09
bigonso my question was more, do you have some kind of custom plugins or something22:12
darkxstI don't think so, but would be better to check with the desktop guys22:13
darkxstbigon, I predict that will make seb grumpy23:01
bigonthere are quite some plugins that are in a bad state any way23:28
darkxstprobably, can't say I have really used it recently23:37
darkxstbigon, any reason you guys didnt package gnome-online-miners?23:40
darkxsthttps://launchpad.net/ubuntu/+source/gnome-online-miners23:42
bigonnot really23:50
bigonI don't know about this one23:50
darkxstit was previously part of gnome-documents23:50

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