bobweaver | hello there any on have unity-2d running on 12.10 ? | 01:50 |
---|---|---|
bobweaver | if so did you compile ? I can not get it to compile thanks | 01:50 |
trism | bobweaver: what is the error? I just did a rebuild of the version in quantal without errors | 02:11 |
bobweaver | [ 43%] Building CXX object libunity-2d-private/src/CMakeFiles/unity-2d-private.dir/gkeysequenceparser.cpp.o | 02:11 |
bobweaver | Linking CXX shared library libunity-2d-private.so | 02:11 |
bobweaver | /usr/bin/ld: cannot find -lnux-core-2.0 | 02:11 |
bobweaver | collect2: error: ld returned 1 exit status | 02:11 |
bobweaver | make[2]: *** [libunity-2d-private/src/libunity-2d-private.so.0.0.0] Error 1 | 02:11 |
bobweaver | make[1]: *** [libunity-2d-private/src/CMakeFiles/unity-2d-private.dir/all] Error 2 | 02:11 |
bobweaver | make: *** [all] Error 2 | 02:11 |
bobweaver | 22:05:57: The process "/usr/bin/make" exited with code 2. | 02:11 |
bobweaver | Error while building/deploying project unity-2d (target: Desktop) | 02:11 |
bobweaver | When executing step 'Make' | 02:11 |
bobweaver | I have changed the CMake files and getting nothing | 02:11 |
bobweaver | because there is no nux-core | 02:12 |
bobweaver | in 12.10 | 02:12 |
bobweaver | see | 02:12 |
bobweaver | dpkg-query -l | grep [Nn][uU[xX]-[Cc]ore | 02:12 |
bobweaver | joseph@joseph:~$ dpkg-query -l | grep nux-core | 02:12 |
bobweaver | joseph@joseph:~$ apt-cache search nux-core | 02:12 |
bobweaver | joseph@joseph:~$ | 02:12 |
trism | bobweaver: in a pastebin please | 02:12 |
bobweaver | kah sorry | 02:12 |
trism | bobweaver: did you run: sudo apt-get build-dep unity-2d; first? | 02:12 |
bobweaver | yes | 02:13 |
bobweaver | so I changed 2 things | 02:13 |
bobweaver | to things in Cmake | 02:13 |
bobweaver | one ) libunity-private/CmakeList | 02:14 |
bobweaver | Unity-core-5.0 to 6.0 | 02:14 |
bobweaver | then | 02:14 |
bobweaver | base CmakeList.txt file changed nux core stuff | 02:14 |
bobweaver | pkg_check_modules(NUX REQUIRED nux-3.0) | 02:14 |
bobweaver | line 44 ^^ | 02:15 |
trism | bobweaver: 44 is nux-core-3.0 here, which version are you building? I just rebuilt 5.12.0-0ubuntu2 | 02:16 |
bobweaver | see that is the thing I do not have nux-core and can not find it | 02:16 |
bobweaver | I am using unity6 | 02:16 |
bobweaver | I do have libnux-3.0.0 | 02:17 |
trism | bobweaver: libnux-3.0-dev | 02:17 |
bobweaver | Ys | 02:17 |
bobweaver | trism, I want to say thanks also for helping me :) | 02:17 |
trism | bobweaver: no problem, what is: apt-cache policy libnux-3.0-dev; ? | 02:18 |
bobweaver | http://paste.ubuntu.com/1099363/ | 02:19 |
trism | bobweaver: odd that it is trying to link to 2.0 though, -lnux-core-2.0 | 02:22 |
bobweaver | I know right | 02:22 |
bobweaver | and I have Changed the CmakeFiles.txt and ran make clean | 02:22 |
bobweaver | last error is parser for keyboard | 02:23 |
bobweaver | do you know a command to cat everything out under a dir and grep say 'nux-core' ? | 02:24 |
bobweaver | maybe it is hiding and I dont see it ? | 02:24 |
trism | bobweaver: grep -nHR nux-core directory/ | 02:24 |
bobweaver | Thanks | 02:24 |
trism | bobweaver: but I'm not sure you should need to hack anything, do you have libnux-2.0-dev installed as well? | 02:25 |
bobweaver | yes | 02:25 |
trism | bobweaver: might trying removing that and rerunning cmake | 02:25 |
bobweaver | ok | 02:26 |
bobweaver | would grep -nHR nux-core . work if I am in $(CURDIR) ? | 02:26 |
bobweaver | the directory that I want to search ? | 02:26 |
bobweaver | because there is a mix in this of 2.0 and 3.0 | 02:27 |
trism | bobweaver: yes | 02:28 |
trism | bobweaver: oh I see, which version are you building? the package has a debdiff making all those changes (just noticed) | 02:29 |
bobweaver | Yeah there is some ldflags that I missed woops | 02:29 |
bobweaver | Building now | 02:29 |
bobweaver | It built but now to update to QT5 | 02:33 |
bobweaver | Thanks again trism you Rock :) | 02:33 |
trism | bobweaver: no problem, good luck with the coding | 02:34 |
bobweaver | Do you knpw how to make unity2d into c++ plugin for QTCreator ? | 02:35 |
bobweaver | to use the qml disgner | 02:35 |
bobweaver | designer * | 02:35 |
trism | bobweaver: sorry, I do not, you might want to ask in #ubuntu-unity , they may have an idea | 02:38 |
bobweaver | Yeah I tried thanks again | 02:38 |
bobweaver | it is funny it is calling for QConf 1.0 but there is nothing like that | 02:38 |
bobweaver | do you have a file called QConf.qml | 02:39 |
trism | bobweaver: not that I can see, the Unity2d page on the ubuntu wiki suggests that you can open the CMakeList.txt as a qtcreator project, I don't have much qt experience myself though | 02:41 |
bobweaver | Yeah that is how I build | 02:41 |
bobweaver | but if you do that there is a declaritve view port or something like that that you must import | 02:42 |
trism | bobweaver: I see a qconf package | 02:43 |
bobweaver | like import Unity2d 1.0 << that imports that project on top of the shell the shell is all qml that reads the c++ or Unity2d 1.0 but to use the designer for qml (shell) you need to export the c++ code as a plugin | 02:43 |
trism | !info qconf | 02:43 |
ubottu | qconf (source: qconf): Nice configure script for your qmake-based project. In component universe, is optional. Version 1.4-3 (precise), package size 58 kB, installed size 186 kB | 02:43 |
bobweaver | 1.0 is version Number of the Plugin | 02:44 |
bobweaver | should be like 1.7 by now I would think *o | 02:44 |
bobweaver | It built finaly | 02:46 |
bobweaver | thanks so so much | 02:47 |
trism | you're welcome | 02:47 |
bobweaver | I wounder why build-deps did not pick up qconf ? | 02:48 |
trism | probably not necessary to build the package, just useful for developing it | 02:48 |
bobweaver | I am going to drop the Ubuntu TV shell on top and see if I can get Ubuntu TV on 12.10 | 02:49 |
sbarcteam | hi. are we going to see deb diff updates the next release ? | 07:18 |
nocturn | Hi, anyone else getting Corrupted MAC on input on ssh connections? | 08:08 |
nocturn | Don't get this ssh error on precise, only quantal | 08:09 |
=== zniavre_ is now known as zniavre | ||
BluesKaj | 'Morning all | 11:23 |
peterrus | I need some advice | 12:24 |
peterrus | I am using the following patch: | 12:24 |
peterrus | http://comments.gmane.org/gmane.linux.kernel/1315719 | 12:24 |
peterrus | which only works if I start ubuntu in recovery mode | 12:24 |
peterrus | and then choose 'resume normal boot' | 12:24 |
peterrus | if I dont do that, I get a hung bootscreen | 12:25 |
peterrus | when I boot with nosplash | 12:25 |
peterrus | I can see kernel errors | 12:25 |
peterrus | not sure what to call them | 12:25 |
peterrus | the fact that it does work when I boot to recovery mode and then normal boot might have to do with the fact that there is some race condition | 12:25 |
peterrus | what should I do, and what should I report? | 12:26 |
peterrus | oh hai new nautilus | 12:38 |
ReshAyin | hey, appears the upgrade from 12.04 is now at "precise" 12.10, though am not certain about that | 15:54 |
ReshAyin | & now the internet is not reachable via browsers | 15:54 |
bazhang | 12.10 is quantal quetzal | 15:55 |
=== akgraner` is now known as akgraner | ||
ReshAyin | what is the way to check that bazhang? | 15:55 |
bazhang | !version | ReshAyin | 15:55 |
ubottu | ReshAyin: To find out what version of Ubuntu you have, type « lsb_release -a » in a !shell - To know the available version of a package, « apt-cache policy <package> » | 15:55 |
ReshAyin | am using 12.04 Precise | 15:56 |
ReshAyin | is this the wrong group? | 15:56 |
bazhang | that's #ubuntu for support | 15:57 |
ReshAyin | gracias bazhang | 15:57 |
MechanisM | how to fix this http://paste.ubuntu.com/1100330/ ? | 16:08 |
MechanisM | anyone knows how to remove context menu which appears when I select any link? | 16:31 |
MechanisM | the one showing me open if firefox etc | 16:31 |
=== yofel_ is now known as yofel | ||
IdleOne | ran an update and got 3.5.0-5-generic, after reboot I noticed that grub was not showing me my Windows 7 install. sudo os-prober & update-grub found it and added it back to grub menu. Just wanted to report. | 19:46 |
FernandoMiguel | E: Version '1:3.6.0~rc2-0ubuntu2' for 'fonts-opensymbol' was not found | 19:52 |
FernandoMiguel | Setting up libglib2.0-0:i386 (2.33.6-1) ... | 19:53 |
FernandoMiguel | warning: Schema 'com.canonical.notify-osd' has path '/apps/notify-osd/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. | 19:53 |
FernandoMiguel | warning: Schema 'com.canonical.Unity.ApplicationsLens' has path '/desktop/unity/lenses/applications/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. | 19:53 |
FernandoMiguel | anyone seeing that ? | 19:53 |
trism | FernandoMiguel: strange, the version I have is: 2:102.2+LibO3.6.0~rc2-0ubuntu2 | 20:19 |
FernandoMiguel | trism: me too | 21:04 |
=== bazhang_ is now known as bazhang | ||
=== len is now known as Guest95644 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!