| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 4 months |
| seen | May 12 at 16:05 | |
| stats | profile views | 3 |
|
Mar 23 |
comment |
Radeon HD 2000, 3000, 4000 on 12.10 Quantal: fglrx (legacy) 12.6 unsupported, what to do? Eh, my laptop is this one: forum.notebookreview.com/acer/… Terrible design. Right now i have temp1: +57.0°C (crit = +90.0°C) on the gpu idling with nothing but firefox, about 10+ degrees than the closed drivers, and that's on always 'min' power setting, on 'medium' it crashes sometimes during the first minutes (a process that is doing a mimetype file database). |
|
Mar 23 |
comment |
Radeon HD 2000, 3000, 4000 on 12.10 Quantal: fglrx (legacy) 12.6 unsupported, what to do? It 'works' on unity. On gnome shell it causes a hang at gdm init. YMMV. To fix the hang, enable networking from safe mode, ppa-purge the fglrx-legacy ppa, apt-get update and upgrade AND remove xserver-xorg and autoremove AND reinstall gnome-shell ... something always got left behind for me otherwise and gnome-shell kept being unbootable. |
|
Mar 20 |
asked | Software sources not added to favorites |
|
Feb 3 |
comment |
Creating a PPA for maven project BTW, there is another (complicated) possibility. Debhelper has a maven bridge. It doesn't allow you to connect to offline repositories, but if you can manage to build the libraries you need in launchpad, and integrate the maven xml that that bridge probably needs to work, you can use the normal launchpad infrastructure for the build. Seems like too much work thou, and it's possible you can't do it because of lib building complications. |
|
Feb 3 |
awarded | Commentator |
|
Jan 9 |
awarded | Teacher |
|
Jan 1 |
asked | Any gnome shell extension to replace 'close all'? |
|
Dec 4 |
comment |
Gnome session in ubuntu doesn't remove top panel in fullscreen apps This complaint is basically the same: askubuntu.com/questions/158843/… |
|
Dec 4 |
comment |
Can we use svn2cl on launchpad buildbots? Even if it was called on a repository, there is no bzr2cl command, so it wouldn't work. |
|
Dec 4 |
asked | Gnome session in ubuntu doesn't remove top panel in fullscreen apps |
|
Dec 4 |
awarded | Supporter |
|
Nov 28 |
asked | Can we use svn2cl on launchpad buildbots? |
|
Sep 9 |
comment |
Creating a PPA for maven project You probably don't want to use the hg log > changelog trick. It has some dubious requirements such as not having any hg tag except numeric ones (releases) or having to have all commit commiters follow debian guidelines (and since hg doesn't allow changing history... if this happens you either use a complicated extension or reinit the repository ... and in any case hose remote clones). It does have the advantage of not having to maintain the changelog if you manage it though. |
|
Sep 9 |
comment |
Creating a PPA for maven project Forgot: In this scheme you're responsible for the uploads to the ppa releases instead of linking the ppa to a code repository with a watchdog file and having it build periodically. I prefer it this way and didn't even try to do the other, but it's probably possible. My ppa built with this (after 13 failed attempts!). Also be careful because your changelog has to be in OCD-pristine order to be accepted by debuild - which means that your hg log also has to be so - i had to reinit the repo because of a 'user' that didn't follow the guidelines |
|
Sep 9 |
revised |
Creating a PPA for maven project added 399 characters in body |
|
Sep 9 |
answered | Creating a PPA for maven project |
|
Aug 18 |
awarded | Tumbleweed |
|
Aug 12 |
comment |
Is there a script or application that creates a deb from a ppa address that adds the ppa to the system repositories? Yes, i already give the link, but it's not obvious (google code project, template for downloads page only allows adding downloads, not editing the page). Would be much better if in the download page there was a 'add unstable ppa for ubuntu' artifact. |
|
Aug 12 |
asked | Is there a script or application that creates a deb from a ppa address that adds the ppa to the system repositories? |
|
Aug 12 |
comment |
Creating a PPA for maven project This whole thing is a bit nasty since there is no transparent support for translating the classpath into system libs on ant project using ivy/maven downloaded libs. The only thing i saw that is even thinking of that is fedoraproject.org/wiki/KojiMavenSupport . As it is now, my project requires 'static linking' embedding the dependencies. |