[02:47] * bluesabre fumbles around trying to rename a debian bug [02:48] https://wiki.debian.org/DebianMentorsFaq#How_do_I_make_my_first_package.3F mentions it. [02:49] yay, it just took a while https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=781014 [02:49] Debian bug 781014 in wnpp "ITP: xfce4-pulseaudio-plugin -- Xfce4 panel plugin to" [Wishlist,Open] [02:50] bluesabre: Great! [02:51] Well, ok at least .:P [02:51] I didn't do it = great [02:54] :p [02:54] Should I nitpick? :P [02:56] only if you want to make the changes :p [03:00] Done. [03:01] :D [03:02] ...Not done. [03:02] D: [03:05] Done. [03:06] :D [03:06] what'd you do? [03:09] Nope, not done. I'm not play with this crap anymore. [03:10] lol [03:10] Read manpage. [03:10] Follow manpage [03:10] Broken [03:10] Nope [03:10] poor Unit193 [03:11] what are you trying to accomplish? [03:22] Using an application how the manpage directs you to, the 'bts' application. [03:27] Figured, forget this. Man, I like LP so much right now, it's bad. [03:30] lol [03:31] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=781014 [03:31] Debian bug 781014 in wnpp "ITP: xfce4-pulseaudio-plugin -- Xfce4 panel plugin to control pulseaudio" [Wishlist,Open] [03:31] bluesabre: Don't touch bts, reportbug isn't jacked up though, I've used it before. [03:31] I just used the email commands [03:32] Email is the only way, it's a terrible system. [03:32] I'll do the xfdashboard ITP in the morning, unless you want to mess with it [03:32] :) [03:33] Nooope. [03:34] :D [03:34] tomorrow it is [03:34] sleep now, bbl [03:34] I filed an xorg bug, didn't do anything though. :P [09:07] New xfpm won't let me change brightness via hotkeys. Is this a known issue? [13:50] Noskcaj: there has been another report of that, but we haven't changed anything there. so it's likely something else [14:06] Hello. I know that this may sound idiotic, but how can I open a xfce module in eclipse ? I come from Java background, where I use maven, so there is a file which Eclipse reads in order to open the module. How can I open for example http://git.xfce.org/xfce/exo/tree/exo-open inside eclipse ? [14:07] Makefile Project ? [14:09] is your eclipse setup for c/c++'ing? [14:09] yes [14:10] I'd like to try to fix a bug I've reported yesterday, so I'd like to dive in a little bit in the code, even that I don't know C/C++ nor GTK 3 [14:11] you might need to setup an eclipse project and copy the files into it or just open the main.c file with eclipse [14:14] lderan, what I am mostly interested is to be able to navigate from one class to another when clicking on an object. Having an easy way to navigate through files it will be easier to understand the code [14:14] i guess :) [14:17] then all you need is the main.c file really, use automake or make -f Makefile.in to compile and see if your patch works :) [14:20] lderan, I'm not useless in C++, I'm null in C++. It will get some time for me to be able to produce a patch. Let's not say that I might fix something in the wrong place, don't even know if my bug report is valid :) [14:25] sure it is, what goes wrong with exo-open? [14:53] lderan, : let me find the issue [14:56] lderan, https://bugzilla.xfce.org/show_bug.cgi?id=11976 it might be a wrong issue [14:56] bugzilla.xfce.org bug 11976 in Settings Manager "Preferred Applications does not update default browser properly (xdg-open)" [Normal,New] [17:59] mhh today's parole version does not crash, but instead hangs while consuming 100% of one cpu thread [18:13] lderan, ping [18:18] dkessel: but parole was not updated, so it's still the same version, or? [18:20] i got an update from the -dev ppa, revision 898 -> 899 (wily) [18:20] i haven't looked at the code changes ;) maybe this changed behaviour is just because of some other package update.... [18:21] anyway, still unusable [18:21] probably [20:12] ochosi, It seems to be that the panel plugin's brightness slider is taking control from everything else [20:39] bluesabre, ochosi: think you might be interested in https://bugs.launchpad.net/~elfy/+subscribedbugs [21:04] Hello. I have cloned the entire exo repo, and opened it in Eclipse, using Import -> Makefile project. To problem is that I get a TON of errors in main.c because a lot of the symbols cannot be resolved. Could someone tell me what am I doing wrong ? [21:06] maybe you need libexo-1-0-dbg (and exo-utils-dbg) [21:08] those are packages ? [21:08] dbg? Not likely, though I have no idea how Eclipse works, I'd think it's talking about libxfceui4 symbols. [21:08] libxfce4ui-1-dbg then [21:08] for example, 2 includes cannot be found: #include [21:08] #include [21:09] Then you need those dev packages. [21:09] sudo apt-get build-dep exo [21:09] thanks, installing now [21:10] but just as curiosity, how does Eclipse know where to look for these files ? [21:11] ok, installed the package along a lot of other dependencies, but I still get the same number of errors [21:12] That's relative to the includes dir, so gio is a dir and gio.h is the file. [21:13] I reimport the project, Eclipse is asking me "Toolchain for Indexer Settings": I have 4 options: 1) none, 2) Cross GCC, 3) GNU Autotools Toolchain, 4) Linux GCC. Which should I choose ? [21:20] ok, I've managed to fix most of them... not it's complaining about GTK [21:21] I see a lot of related gtk packages, could you tell me which one I need ? [21:22] sorinello, what are you actually trying to achieve? [21:22] sorinello, why are you looking at the exo repository to begin with? [21:23] knome, do be able to look at main.c from exo-open without having errors in eclipse [21:23] sorinello, no, that's not what i'm asking [21:23] I imported the full exo module, from its root, but I am interested in exo-open [21:23] what are you looking to do with exo-open? [21:23] study a bit the code, play around, maybe fix an issue I've reported [21:24] then i think it would be more beneficial for your hacking that you figured out the packages you need yourself [21:24] (no, i don't even know the answer to that question) [21:24] okay. too bad the docs don't have more detailed steps on how to setup a dev environment [21:25] #xfce-dev is likely better for getting information on setting up xfce devel environment [21:25] ^ on that channel you can leave feedback about that, and if you are willing, volunteer to help improving the docs [21:25] thanks for pointing, didn't know about that channel [21:26] you're welcome, good luck [21:38] ok, managed to fix that, but now I get some missing includes which I really don't know even where they should be :)) [21:38] symbols like: EXIT_FAILURE, EXIT_SUCCESS [21:39] and PACKAGE_VERSION [22:07] dkessel: no new relevant commits in parole. you can always check here: http://git.xfce.org/apps/parole/ (only translation updates) [22:08] dkessel: so it's very unlikely (again or still) that this is really related to parole. might be some gtk3 or gstreamer hickups in 15.10 [22:08] Noskcaj: hm, strange, works just fine here. so what you're saying is that the plugin's slider works but the laptop's brightness buttons don't? [22:08] yes [22:10] odd [22:11] sorinello: so wait, apt-get build-dep didn't do the trick for you at all? did you run ./autogen.sh and then you got the missing symbols thing? [22:12] Noskcaj: so with 1.4.4 everything is fine while with 1.5.0/1.5.1 it isn't? [22:17] ochosi, you mean build-essential ? Cos I can't find build-dep [22:18] ehm, running "sudo apt-get build-dep exo" didnt work? [22:20] ochosi, yepp, I have it installed. I ran autogen.sh, all seemed good. Debug support: full, GNU visibility: yes. Then I ran make and it crashed with: exo-job.c: In function 'exo_job_emit_valist': [22:20] exo-job.c:398:3: error: 'g_io_scheduler_job_send_to_mainloop' is deprecated (declared at /usr/include/glib-2.0/gio/gioscheduler.h:42): Use 'g_main_context_invoke' instead [-Werror=deprecated-declarations] [22:22] oh ok [22:22] what am I doing wrong ? [22:22] well, in that case run autogen with less debug support ;) [22:23] e.g. ./autogen.sh --enable-debug=no [22:23] that should help with the deprecation warnings [22:24] thing is, with full debug support the compiler considers warnings deadly threats [22:24] indeed, this worked :) [22:25] ochosi, and if I want to open the code in eclipse, I have to include some additional paths, right ? pointing to /usr/include ..... [22:25] sorry, with eclipse you're on your own. i've never used it for anything [22:26] what IDE do you use, vim ? :) [22:26] mousepad ;D [22:26] no, tbh i don't use IDEs for my coding. all i need is an editor with syntax highlighting [22:27] geany is quite nice though [22:27] have you tried sublime ? [22:27] ochosi, but mister big mister, shouldn't this discussion be on -offtopic [22:27] ;) [22:28] oh, the channel police! [22:28] we prefer open source software [22:28] at your service! [22:28] sorry for the noise, I'll keep quitet :) [22:28] sorinello: i might have. and i might have tried atom [22:28] sorinello, i'm mostly kidding, but on a serious note too, #xubuntu-offtopic isn't a horrible place :) [22:29] brainwash_, the royal "we" ? [22:29] :D [22:30] sorinello: also, no reason thou shall "quitet" straight away [22:30] especially because everyone here seems to be in a jolly mood tonight [22:30] ochosi, are you making me put on my language police hat on as well? [22:30] * ochosi wants to see how many hats knome can put on at once [22:31] two hats together look silly, you know [22:32] sorinello: anyway, good luck with fixing that exo bug! [22:32] * knome puts the jester hat on top of the bearskin [22:32] thanks, that pretty much makes my night :) [22:32] ochosi, now see, this looks totally silly! [22:33] anyway, that means i can finally head off to bed [22:33] ochosi, I don't even know if it's a valid one: https://bugzilla.xfce.org/show_bug.cgi?id=11976 [22:33] bugzilla.xfce.org bug 11976 in Settings Manager "Preferred Applications does not update default browser properly (xdg-open)" [Normal,New] [22:33] ochosi, good night ;) [22:33] * ochosi ticks "make knome wear >1 hats" off his bucket list and wanders off [22:33] hah! [22:34] sorinello: did you try "exo-open ..."? [22:34] sorinello: last note before i leave: chrome might not be best-practice in this respect and xdg-open != exo-open [22:35] yeah, I agree, but if other apps use xdg-open ... exo-open becomes useless for these programs [22:35] speaking of hats, I have my dumb user hat on right now :) [22:35] also, ubuntu ships with an old and custom patched xdg-open version [22:35] please try the git version [22:35] the one which expects this setting from xfce-settings to go system wide [22:36] btw: you can close my issue if you consider it's invalid [22:38] but it does not work as expected [22:43] sorinello: it's probably bug 1388922 [22:43] bug 1388922 in xdg-utils (Ubuntu) "xdg-open doesn't properly detect Xfce/Xubuntu" [Undecided,Confirmed] https://launchpad.net/bugs/1388922 [22:44] xdg-open calls exo-open if it detects xfce or xubuntu