Re: Subversion update
On Thu, Jul 17, 2008 at 6:48 PM, Lucas Stephanou <[EMAIL PROTECTED]> wrote: > In hardy subversion package will be updated to 1.5 series? No in hardy-updates, yes in hardy-backports if someone requests it. And of course backports receive minimal testing. Onkar -- Ubuntu-devel-discuss mailing list Ubuntu-devel-discuss@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
Re: Call for testing empathy
> Empathy[1] will be part of the upcoming GNOME 2.24 desktop. > The ubuntu desktop team considers using it instead of Pidgin for > intrepid as default IM client. I request not to replace pidgin with empathy for following main reasons: 1. I believe empathy is relatively young project compared to pidgin and has not received enough testing. I feel that the testing in alpha/beta cycle will not be enough as compared to when people can try empathy in all it's glory in a stable release. When I say 'all it's glory' I mean everything including the VoIP features. 2. There are too many extensions out there for pidgin which is not yet the case for empathy. This is something similar to how firefox vs epiphany situation is. This is my personal opinion and I am not sure how many agree with it. But I hope it will be given a thought while making decision. Onkar -- Ubuntu-devel-discuss mailing list Ubuntu-devel-discuss@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
Re-encoding sample content with latest theora encoders
Hi all, I hope this is the right place to discuss the example content. This is related to the video where Mr. Nelson Mandela explains meaning of Ubuntu. As good as the video content is, the video quality is I believe average at best. Theora has improved really well in last year. I think we should take advantage of the latest development in theora encoder [1] and re-encode the video from original source to produce better looking video. [1] http://xiphmont.livejournal.com/35363.html Onkar -- Ubuntu-devel-discuss mailing list Ubuntu-devel-discuss@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
Re: Glabels has a newer version athat works
On Mon, Sep 22, 2008 at 8:46 PM, George Farris <[EMAIL PROTECTED]> wrote: > Hi all, > Any chance of getting Glables 2.2.x into Intrepid? 2.1.x takes hours to > print, yes I'm not kidding. 2.2.x fixes the problem by moving to gtk > print. > Please file a bug on launchpad. Onkar -- Ubuntu-devel-discuss mailing list Ubuntu-devel-discuss@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
Package removals from archive should have email notifications
Hi all, It just came to my attention today that a package I worked on and updated in Ubuntu (when it was orphaned in Debian) was removed accidentally about 1.5 months back. The package in question is 'electric'. https://edge.launchpad.net/ubuntu/+source/electric/+publishinghistory I am not uploader of the package. It was sponsored/uploaded by Matvey Kozhev (LucidFox/sikon). I am assuming that even he didn't get any notification about it. I came to know about this mistake when I was planning to make a sync from Debian for a mistake in debian/copyright in Ubuntu version. The version on Debian is based on Ubuntu version and fixes this problem. http://packages.qa.debian.org/electric I suggest that package removals should have email notifications, if it is possible, to following people. 1. Last uploader of the package. 2. The email address of last changelog entry. 3. The maintainer team, Ubuntu MOTU in this case. Not a must, but nice to have. Please let me know what you think. Onkar -- Ubuntu-devel-discuss mailing list Ubuntu-devel-discuss@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
Re: Go-OOO.org?
On Tue, Dec 30, 2008 at 7:16 PM, Mackenzie Morgan wrote: > On Mon, 2008-12-29 at 16:48 -0500, John Moser wrote: >> I was considering filing a bug for package request or creating a spec >> for Go-Ooo.org for inclusion in Ubuntu, or possibly as a replacement >> for OpenOffice.org vanilla. Start-up time is faster and feature set >> is expanded. > > Given we have had support for docx, etc. in Ubuntu since, I think Gutsy, > I was under the impression we already used Go-OOO.org Really? I am currently using hardy at office and intrepid at home. And none of them have OOo which supports docx out of box. Onkar -- Ubuntu-devel-discuss mailing list Ubuntu-devel-discuss@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
Re: fast-user-switch-applet
On Thu, Mar 5, 2009 at 3:18 PM, Nicolò Chieffo wrote: > I'd like to start a new (maybe already discussed, if so I'm sorry) > discussion about the fast-user-switch-applet in Jaunty. > > Why it's the only menu which does not have icons in gnome??? *every* > other applet has icons (volume, clock, network-manager, deskbar, > inhibit, ...) > > I'm asking this because it's extremely annoying to find out which menu > item you want to choose without an icon, especially when there are > lots of items, like in this case (logout, change user, reboot, > shutown, hibernate, suspend) I was thinking of asking this query since yesterday, but I am too lazy to search through mailing list archives to see if it was already discussed. :-D I agree that not having icons is not only 'visually not appealing', it is also annoying. Onkar -- Ubuntu-devel-discuss mailing list Ubuntu-devel-discuss@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
Re: fast-user-switch-applet
A quick look at the code reveals that the menu items added to the applet are of the type GtkImageMenuItem. The reason stock items are not being used is probably because the labels in stock menu items do not contain '...'. It is quite possible that the icons were left out by mistake. I think it is better to log bug and then discuss the pros/cons here. By the way, +1 for me for icons. Onkar -- Ubuntu-devel-discuss mailing list Ubuntu-devel-discuss@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
Call for testing - DVD playback related
Hi all, This is a call for testing for DVD playback in jaunty with players totem-gstreamer, mplayer, VLC. xine based players are not affected. I myself have broken dvd playback after the migration to libdvdread4. But it looks like the playback is not broken for everybody and for all DVD types. I have a package ready that fixes playback for me but I would like more feedback on that package before I upload it to repositories. What needs to be tested: 1. Only if it works at all. If it doesn't then try the libdvdread4 package from my PPA. Please refer to bug 342890. If you are using totem-gstreamer then make sure gstreamer0.10-plugins-bad is installed and resindvd plugin is getting used. What additional help I need: The package in repositories uses a custom Makefile and a configure2 script. But package in my PPA uses the traditional autogen.sh, configure, make way. If any autotools experts can figure out the reasoning behind the fix I used in the package in PPA that will be great. Cheers, Onkar -- Ubuntu-devel-discuss mailing list Ubuntu-devel-discuss@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
Re: CD burning: Audio, mixed, and MP3 CDs
2009/4/12 (``-_-´´) -- BUGabundo : > Olá Evan e a todos. > > On Saturday 11 April 2009 02:54:14 Evan wrote: >> Auto-transcoding in rhythmbox has been on my wishlist for a >> long time. If someone familiar with the Rhythmbox code would be kind enough >> to point me in the right direction, I'd be willing to work on it for Karmic, >> time permitting. > > Upstream development for Rhythmbox has halted. > http://mail.gnome.org/archives/rhythmbox-devel/2009-February/msg00023.html Where in that thread do you see an announcement that there will be no further development on rhythmbox? It is just of the developers being busy with his work. It does not mean that upstream development is halted/dead. Onkar -- Ubuntu-devel-discuss mailing list Ubuntu-devel-discuss@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
Re: mirror moved, apt-get/aptitude barfs
On Tue, Apr 14, 2009 at 3:47 PM, Onno Benschop wrote: > Today I finally got to the bottom of why apt-get/aptitude update was > failing. The owner of an Australian mirror has moved the files to a > different server. > > Apart from updating the sources.list, and updating the bug that supplied the > URL to the mirror in the first place, apt-get doesn't appear to be following > a 302 redirect. Is it really a 302 redirect? Typing http://mirror.gamearena.com.au/ubuntu/ in browser it looks like meta-refresh based redirect. > Is this expected, normal behaviour, or am I seeing something unusual? > > Is there anything that the mirror operator has neglected to do, or something > else? > > The ISP is Australia's largest, Telstra BigPond: > > The original mirror (203.46.104.10) was: > > http://mirror.gamearena.com.au/ubuntu/ > > The new mirror (203.46.104.19) is now: > > http://mirror.files.bigpond.com/ubuntu/ The mirror (old or new) is not listed in the official list on page - https://edge.launchpad.net/ubuntu/+archivemirrors >From where did you come to know about the mirror? Onkar -- Ubuntu-devel-discuss mailing list Ubuntu-devel-discuss@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
Re: Eclipse is stagnating
On Fri, Apr 17, 2009 at 7:11 PM, Oli Warner wrote: > Jaunty is shipping Eclipse version 3.2. That's about two years old -- a > massive amount of time -- and since then there have been innumerable fixes. > There has been a bug calling for its upgrade since 3.3 came out 20-something > months ago. That bug has since gone through versions 3.4, 3.4.1 and now > 3.4.2. > > https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/123064 > > If this were an insignificant and very niche tool, but it's not; Eclipse > earns four stars in the popularity contest (only beaten by the Python > runtimes for obvious reasons). > > The community appears to be failing at getting this packaged. People try, > run into build issues and quit. Over and over again. So is there any way we > can elevate this issue before we start getting laughed at? Ideally somebody > from Canonical would have a little chat with somebody from Sun and we'd > magically be at a point where the community can maintain the build > process... > Why would Sun want to do anything about Eclipse? They are doing good job at maintaining their own IDE (netbeans) in Ubuntu. Eclipse has become a mammoth. If any new maintainer tries to touch it, it is going to be pain. We (Ubuntu community) are already short of good java packagers. Of those we have I believe none have any experience with Eclipse packaging. The people who are responsible for Eclipse in Debian are missing in action (from my understanding). I will be happy if proven wrong. So this has really become a deadlock. If canonical does anything about (as in hiring someone for six moths to get the package in good shape), that will be great. Onkar -- Ubuntu-devel-discuss mailing list Ubuntu-devel-discuss@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
Re: Opal VoIP
On Tue, Apr 21, 2009 at 4:11 AM, Antonio wrote: > I only installed libopal-dev with its dependencies. > What can I do? Which version of Ubuntu are you using? If it is jaunty then you should install libopal3.6.1-dev. It is possible that libopal-dev is left installed while doing upgrade. Onkar -- Ubuntu-devel-discuss mailing list Ubuntu-devel-discuss@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
Re: Eclipse is stagnating
On Tue, Apr 21, 2009 at 5:43 AM, Robbie Williamson wrote: > I will provide you the link to the Blueprint (once I create it). You will > also be able to participate via icecast (live audio) during the UDS session. Is icecast two way? Or do you mean to say participate as listeners only? Onkar -- Ubuntu-devel-discuss mailing list Ubuntu-devel-discuss@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
Re: Broadcom BCM4311 802.11b/g WLAN interface.
Not sure why you are doing that manually. If you have a Ethernet connection then you should use Drivers Manager (System -> Administration). It will download the right files, extract firmware and put it in right place (a common folder where any kernel will load from). Onkar -- Ubuntu-devel-discuss mailing list Ubuntu-devel-discuss@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
Re: Question on automatic migration of Debian packages into Ubuntu
On Wed, Jun 3, 2009 at 1:10 PM, David MENTRE wrote: > Hello, > > During automatic import periods like currently for Karmic, is there > any reason that a Debian package would not be imported into Ubuntu? If > the Ubuntu package has no Ubuntu specific patches? If the Ubuntu > package has Ubuntu specific patches (-ubuntu)? Yes. When a package has been modified in Ubuntu, next time when Debian updates the package a manual update is required in Ubuntu and the package maintainer needs to decide if the Ubuntu changes are still relevant. > > I am currently investigating why certain OCaml packages are failing to > build on Karmic[1]. > > For exemple, for source package "graphviz", the package seems to build > correctly: > https://launchpad.net/ubuntu/karmic/+source/graphviz/+builds > > However, the package has been built against OCaml compiler 3.10.2 and > not latest 3.11.0: > http://launchpadlibrarian.net/24508327/buildlog_ubuntu-jaunty-i386.graphviz_2.20.2-3ubuntu2_FULLYBUILT.txt.gz The package was last built in jaunty. It is not built in karmic because the source has not been updated. > > The current version in Karmic is 2.20.2-3ubuntu2 while it is 2.20.2-3 in > Debian: > http://packages.qa.debian.org/g/graphviz.html Current version in Ubuntu is greater than the one in Debian by the virtue of ubuntu2. > Any idea of what is going wrong? Should I manually request something? If you wish that graphviz should be built against latest ocaml in karmic, please file a bug on launchpad and someone from MOTU team will handle it. Please note that this may happen eventually if we do a merge/sync from Debian in near future. You may want to just wait till DIF (Debian Import Freeze) date for karmic - June 25th. Onkar -- Ubuntu-devel-discuss mailing list Ubuntu-devel-discuss@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
Re: Question on automatic migration of Debian packages into Ubuntu
On Wed, Jun 3, 2009 at 2:47 PM, David MENTRE wrote: > Hello Onkar, > > Many thanks for you detailed explanations. It is much clearer now. > > On Wed, Jun 3, 2009 at 10:05, Onkar Shinde wrote: >> If you wish that graphviz should be built against latest ocaml in >> karmic, please file a bug on launchpad and someone from MOTU team will >> handle it. > > Should the bug report filed against the source package (in my example > "graphviz")? Yes. By the way, graphviz is in main, so this will need to be handled by someone from core team (not MOTU team). > > Is there any specific format and/or bug title to follow? A bug with title "Karmic: Please rebuild with latest ocaml" should do. Provide any additional information you may want in the description. > >> Please note that this may happen eventually if we do a >> merge/sync from Debian in near future. > > Are those syncs done continuously or only at certain times? In the > later case, how can I know about them? The syncs are done automatically on daily basis until DIF date. The merges are done by developers as they get time. Sometimes merges get converted to sync when Ubuntu changes are no more relevant. All the source package uploads for karmic are announced to the mailing list karmic-changes. The archives of the same can be found at https://lists.ubuntu.com/archives/karmic-changes/ You also have an option of watching the binary package additions in last 7 days (and subscribing to RSS) at http://packages.ubuntu.com/karmic/main/newpkg. Replace 'main' with other section names as needed. > >> You may want to just wait till >> DIF (Debian Import Freeze) date for karmic - June 25th. > > I would much prefer to solve those issues before Debian Import Freeze. > A transition to OCaml 3.11.1 is already planned in Debian (Karmic is > currently at 3.11.0). As you wish. I am not an expert on ocaml. Cheers, Onkar -- Ubuntu-devel-discuss mailing list Ubuntu-devel-discuss@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
Re: Status of OCaml packages on Ubuntu Karmic - 2009-06-10
On Thu, Jun 11, 2009 at 10:06 PM, Dmitrijs Ledkovs wrote: > Cool =D With my packages it seems that ubuntu autosync is also usually > triggered after the Debian automatic removal (superseeded packages in > experimental and etc). Anyways so far I had to wait for autosync 0-7 > days. Plus as far I can see only fully build and published packages in > sid get synced. No. Ubuntu only syncs source from Debian. The packages are built on Ubuntu build servers. Onkar -- Ubuntu-devel-discuss mailing list Ubuntu-devel-discuss@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
Re: swt-gtk sync-request.
On Tue, Jul 7, 2009 at 11:43 PM, Adrian Perez wrote: > Hello list. > I've recently uploaded swt-gtk_3.4.2-1 to debian sid. > You may consider integrating it. > As you may know SWT is a standard widget toolkit developed from eclipse, > and it's objective it's to provide native look and feel in the > architectures it supports. I am going to work on this some time this week. It may not be sync but rather a merge as there are some changes in Ubuntu ex. xulrunner-1.9.1 is going to replace xulrunner-1.9 in karmic. Cheers, Onkar -- Ubuntu-devel-discuss mailing list Ubuntu-devel-discuss@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
Re: swt-gtk sync-request.
On Wed, Jul 8, 2009 at 9:02 AM, Onkar Shinde wrote: > On Tue, Jul 7, 2009 at 11:43 PM, Adrian Perez > wrote: >> Hello list. >> I've recently uploaded swt-gtk_3.4.2-1 to debian sid. >> You may consider integrating it. >> As you may know SWT is a standard widget toolkit developed from eclipse, >> and it's objective it's to provide native look and feel in the >> architectures it supports. > > I am going to work on this some time this week. It may not be sync but > rather a merge as there are some changes in Ubuntu ex. xulrunner-1.9.1 > is going to replace xulrunner-1.9 in karmic. > Here is an update on this. There were some changes done to swt-gtk in Ubuntu (version 3.4-2ubuntu2) to fix FTBFS on lpia and powerpc. I am not sure if those changes are still relevant. Since the default-jdk is different in Ubuntu and Debian, I can not rely on Debian build logs to decide whether to drop these changes. And since currently openjdk is not installable (dependency problems) on powerpc in karmic chroot I can not try building the source package from Debian. So this merge (or sync) will have to wait till openjdk becomes installable on powerpc. Onkar -- Ubuntu-devel-discuss mailing list Ubuntu-devel-discuss@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
Re: bring Indic onScreen keyboard to ubuntu and replace the actual one
On Mon, Jul 20, 2009 at 9:56 PM, solaris manzur wrote: > we need a better designed What advantages does this design offer? It is not very clear from a single screenshot. > and high performance on screen keyboard What kind of performance are you expecting from onscreen keyboard? How does the application you mentioned perform better in that respect. > please this will be the top of karmic koala, this keyboard is great You can not just point to a screenshot and claim that application is great and should be included in Ubuntu default install. You need to provide reasons. Onkar -- Ubuntu-devel-discuss mailing list Ubuntu-devel-discuss@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
Re: swt-gtk sync-request.
On Tue, Jul 14, 2009 at 4:12 PM, Onkar Shinde wrote: > On Wed, Jul 8, 2009 at 9:02 AM, Onkar Shinde wrote: >> On Tue, Jul 7, 2009 at 11:43 PM, Adrian Perez >> wrote: >>> Hello list. >>> I've recently uploaded swt-gtk_3.4.2-1 to debian sid. >>> You may consider integrating it. >>> As you may know SWT is a standard widget toolkit developed from eclipse, >>> and it's objective it's to provide native look and feel in the >>> architectures it supports. >> >> I am going to work on this some time this week. It may not be sync but >> rather a merge as there are some changes in Ubuntu ex. xulrunner-1.9.1 >> is going to replace xulrunner-1.9 in karmic. >> > > Here is an update on this. There were some changes done to swt-gtk in > Ubuntu (version 3.4-2ubuntu2) to fix FTBFS on lpia and powerpc. I am > not sure if those changes are still relevant. Since the default-jdk is > different in Ubuntu and Debian, I can not rely on Debian build logs to > decide whether to drop these changes. And since currently openjdk is > not installable (dependency problems) on powerpc in karmic chroot I > can not try building the source package from Debian. > > So this merge (or sync) will have to wait till openjdk becomes > installable on powerpc. I merged swt-gtk two days ago. I had to retain all the changes. They will be useful in Debian when debian switched to openjdk as default jdk. Onkar -- Ubuntu-devel-discuss mailing list Ubuntu-devel-discuss@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
Re: Compile farm for MIPS64/Loongson
On Sat, Jul 18, 2009 at 3:41 PM, Kai-Cheung Leung wrote: > Debian is still supporting MIPS64, which the Chinese Loongson chips > are compartible with. And Ubuntu codes are lifted from Debian. > > I would like to have an unofficial repository for MIPS64/Loongson, at > least in main, and if this works, I really would like to set up a > project that provides unofficial MIPS64 support. This would certainly > drive Ubuntu to the Chinese desktop market, where in a few years time, > Loongson can become popular and now is a good time to prepare for. > > How can I set up a compile farm that sync packages from Ubuntu source, > do automated compiling and for each package, automatically generate a > report? > > Where can I find information about such infrastructure in Ubuntu? You may want to contact the build server maintainers - https://edge.launchpad.net/~launchpad-buildd-admins Onkar -- Ubuntu-devel-discuss mailing list Ubuntu-devel-discuss@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
Re: sid OCaml packages missing in Karmic: still time for sync requests?
On Tue, Aug 18, 2009 at 1:59 PM, David MENTRE wrote: > Hello, > > Two new OCaml packages in Debian unstable are missing in Karmic, > "pgocaml" and "react": > http://packages.qa.debian.org/p/pgocaml.html > http://packages.qa.debian.org/r/react.html > > As far as I have checked, all the dependencies are available. > > Is it still time for a sync request? Yes. Feature freeze is on 27th August. Onkar -- Ubuntu-devel-discuss mailing list Ubuntu-devel-discuss@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
Re: sid OCaml packages missing in Karmic: still time for sync requests?
On Tue, Aug 18, 2009 at 7:00 PM, David MENTRE wrote: > Hello Onkar, > > 2009/8/18 Onkar Shinde : >> Yes. Feature freeze is on 27th August. > > Thanks. Done. > https://bugs.launchpad.net/ubuntu/+bug/415369 > https://bugs.launchpad.net/ubuntu/+bug/415371 > > The documentation is not very detailed[1]. Should I subscribe somebody > else (ubuntu-devel-sponsors, archive maintainer)? 1. You should add latest changelog entry from Debian. 2. You should subscribe ubuntu-universe-spondors. Going forward try to use requestsync tool from ubuntu-dev-tools package. It does the heavy lifting for you. Cheers, Onkar -- Ubuntu-devel-discuss mailing list Ubuntu-devel-discuss@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
Re: Huge instability and insanely large memory footprint in 9.04
On Thu, Sep 24, 2009 at 11:28 PM, Caroline Ford wrote: > You don't have enough RAM. 1 GB is pretty low by today's standards. You may > be happier with xubuntu on a lower spec machine, but as you've got a fast > CPU then you should get more RAM as it is a clear bottleneck. 1 GB may be less by today's standards but not everyone is using a machine bought today. Most are running a machine bought before 6 months or an year or even before that. And 1 GB is no way insufficient for the applications that user is running. There is something else wrong on his machine. Onkar -- Ubuntu-devel-discuss mailing list Ubuntu-devel-discuss@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
Re: Apache Maven to be removed from Karmic?
On Thu, Oct 15, 2009 at 8:39 PM, Alvin Thompson wrote: > Currently, the Apache Maven package doesn't work due to the libplexus > packages (a Maven dependency) being synced from Debian but not Maven > itself. According to the bug reports [1][2], this isn't going to be > fixed for Karmic and the Maven package will most likely just be dropped. > > First, as a Java developer I hope this doesn't happen as Maven is pretty > much required for Java development (at least in the U.S.). > > Second, There are a great many people who are currently using Maven in > Ubuntu. If it is necessary to drop the packages you really need to warn > people during the upgrade process so they won't spend too much time > wondering why their projects aren't building anymore (or so they can > stick to 9.04 for the time being). It should also be mentioned in the > release notes that Ubuntu no longer supports Maven because that would > certainly come as a surprise to developers and would factor into their > decision on which version to install. I've created a bug report for > that [3] but it doesn't appear to have been looked at yet. True, it's > only been a few days, but since the release date is quite close now I > figured I'd shoot off this email so hopefully this will be resolved one > way or the other before the release. > > > > 1. https://bugs.launchpad.net/bugs/427539 > 2. https://bugs.launchpad.net/bugs/417164 > 3. https://bugs.launchpad.net/bugs/450554 I think you wrongly assumed that Maven was being removed. There were some bugs which were being worked on and most of them have been fixed. Rest will be fixed post release. Credit belongs to many people (I was not involved), and most importantly to the Debian developers who put the packages in shape first. Onkar -- Ubuntu-devel-discuss mailing list Ubuntu-devel-discuss@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
Re: Is Ubuntu adapted to screen resolution 1024x768?
On Thu, Oct 29, 2009 at 10:30 PM, yurik 81 wrote: > In this resolution icons of main menus items have sizes bigger than I > want. This sizes hard coded in Human theme as gtk-icon-sizes = > "panel-menu=24,24:gtk-button=16,16". To change this behavior I must > edit Human theme. Is this Ubuntu way? I have been using Ubuntu at the resolution of 1024x768 for ages. The icon sizes are really good and if they were smaller it would be straining on eyes. It will be great if you could post the screenshot of your problem. By the way, I do not think 24x24 pixels is a large size. Onkar -- Ubuntu-devel-discuss mailing list Ubuntu-devel-discuss@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
Re: Java deb package
On Tue, Nov 3, 2009 at 8:45 AM, Evan Hazlett wrote: > Greetings... > > Is there any way to bypass the license agreement for the sun-java6-jre > package making it possible to silently install the package? > Try this. sudo debconf-set-selections And then inter following lines. sun-java6-bin shared/accepted-sun-dlj-v1-1boolean true sun-java6-jre shared/accepted-sun-dlj-v1-1boolean true sun-java6-jre sun-java6-jre/stopthreadboolean true sun-java6-jre sun-java6-jre/jcepolicy note sun-java6-bin shared/present-sun-dlj-v1-1 note sun-java6-jre shared/present-sun-dlj-v1-1 note Press Ctrl + D to finish the process. Onkar -- Ubuntu-devel-discuss mailing list Ubuntu-devel-discuss@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
Re: gthumb vs fspot
On Wed, Dec 2, 2009 at 4:41 PM, Markus Hitter wrote: > > Am 21.11.2009 um 13:02 schrieb Dave Morley: > >> Gthumb and fspot both have similar tool set for editing: >> [...] >> it's only 2 big advantages I see are uploading to online galleries >> and timeline view. > > Is it just me or doesn't do the F-Spot shipped with Karmic editing at > all? Timeline view? No such thing here. > > I'm aware the F-Spot web site mentions photo editing, but looking at > the actually installed application, it's a very rudimentary photo > viewer which doesn't allow for anything but looking at the pixels and > at the metadata. Which version of Ubuntu are you using? On my jaunty installation I see 'Edit' button in the top toolbar. When I click it the sidebar changes to show buttons 'Crop', 'Red eye reduction', 'Desaturate', 'Sepia tine', 'Straighten', 'Soft focus', 'Auto color', 'Adjust colors'. I also see timeline just above a photo in 'Browse' mode and IIRC the timeline has been there since Hardy. Onkar -- Ubuntu-devel-discuss mailing list Ubuntu-devel-discuss@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
Re: No Cyber Cafe Software for Ubuntu yet...
On Mon, Dec 21, 2009 at 3:09 AM, omar ar wrote: > > Why not the ubuntu developer develope the cyber cafe software that works with > ubuntu server and clients. There is no any cyber cafe software for ubuntu > yet. and make it open source perhaps. It will make easier for anybody who > wants to open a cyber cafe business. Just saying cyber cafe software doesn't say much. What kind of functionality are you looking for. Perhaps it is already available in different packages. By the way how many cyber cafe owners do you know who want to use Ubuntu? Onkar -- Ubuntu-devel-discuss mailing list Ubuntu-devel-discuss@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
Re: something about install g++-4.3
2010/4/16 xiaohuhu : > hello! > There are somethings trouble me when I download G++.deb to install > g++ . > when i install g++-4.3.deb which is download from the packages.ubuntu.com > , it > tell me that need to install libstdc++6-4.3.dev first. So i download it , > but it require > g++-4.3 installed. It get into a bad loop. If i use the apt-get , It > will ok, but i need to > download debs to install another computer without network. If you have 'Alternate CD' you can use it as repository. g++ is available on the alternate CD. Onkar -- Ubuntu-devel-discuss mailing list Ubuntu-devel-discuss@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
Re: Hide name in Indicator Applet Session
On Sun, May 2, 2010 at 9:30 PM, Dmitrijs Ledkovs wrote: > On 2 May 2010 16:55, Lorenzo De Liso wrote: >> Il giorno dom, 02/05/2010 alle 17.42 +0200, Sebastian Geiger ha scritto: >>> Hi, >>> >>> is ist possible to hide the name of the user in the indicator applet >>> session? >>> Currently the Indicator contains the off-button a green circle and the >>> name, but the name is uncessesary and uses a lot of space, I tried right >>> clicking on it but there is no preferences option. Is there any other >>> way to hide the name so only the green circle remains? I would remove >>> the indicator completely but it is bound to the shutdown button which i >>> need. >> >> Hello, >> just do a right click on it and then select "Remove from the panel" a >> left click. >> > > But this will remove the power button as well that user wants to keep. When indicator applet is not present, the power management menus are supposed to appear in their standard place i.e. System menu. This was the case at least in karmic. Don't know about lucid. Onkar -- Ubuntu-devel-discuss mailing list Ubuntu-devel-discuss@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
Re: Replace F-Spot with Solang?
On Wed, May 19, 2010 at 11:48 AM, Mario Vukelic wrote: > On Mon, 2010-05-17 at 10:00 -0700, George Farris wrote: >> Just uncheck the copy photos checkbox when >> importing. > > Yes, every time. And never ever forget it. This was a bug in f-spot. But it has been fixed at least since Ubuntu 9.04. Onkar -- Ubuntu-devel-discuss mailing list Ubuntu-devel-discuss@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
Re: Replace F-Spot with Solang?
On Thu, May 20, 2010 at 4:47 AM, Mario Vukelic wrote: > On Wed, 2010-05-19 at 17:24 +0530, Onkar Shinde wrote: >> >> This was a bug in f-spot. But it has been fixed at least since Ubuntu >> 9.04. > > How so? It still shows the checkbox in the import dialog and there is > not setting in the preferences. Or do you mean that this checkbox > remembers its state now? (If so, then I missed it because I like the > copy on import and never unchecked it) Yes. That is what I meant. There was a bug where the 'unchecked' state of checkbox was never remembered. But this has been fixed for some time. Onkar -- Ubuntu-devel-discuss mailing list Ubuntu-devel-discuss@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
Re: Replace totem-video-thumbnailer with ffmpegthumbnailer - 15x Speed Increase
On Sun, May 30, 2010 at 11:24 PM, Rich Jones wrote: > Saw this recent post about switching from totem-video-thumbnailer to > ffmpegthumbnailer and receiving a massive boost of speed: > > http://tuxcanfly.appspot.com/2010/05/ffmpegthumbnailer-vs-totem-video-thumbnailer > > Though I should bring it to your attention here, perhaps this could be > replaced as the default. I notice that thumbnailing is very slow in Ubuntu, > and this is a massive improvement, so I think it's probably at least worth > investigation. Ubuntu doesn't ship ffmpeg on CDs. Also ffmpegthumbnailer is in universe and not in main. Further, if you check the comment by Jillian on the blog post you mentioned, you can see that ffmpegthumbnailer does not understand the file names in the format in which nautilus passes them. Onkar -- Ubuntu-devel-discuss mailing list Ubuntu-devel-discuss@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
Re: problem with network manager
On Sat, Jun 19, 2010 at 12:23 PM, kshitij tripathi wrote: > Hi, > > I use Ubuntu Karmic. I am having problem with network manager. Initially at > the release of Karmic, it didn't work with DSL connection so i had to use > command line method: sudo pon dsl-provider. But after one month a ppa was > released which solved my problem and after updates i had version 0.8.0 of > network manager which was working fine till last month. An update came for > beta version of nm-0.8.1, after which i am unable to use network manager to > make an Internet connection and Empathy for instant messaging. > > Please suggest a solution for this problem as it is a tiring task to use > command line for connecting and disconnecting to Internet. Kshitij, This is not a user support mailing list. You should either ask on ubuntu-users mailing list or if you live in India then on ubuntu-in list. You will have better luck there. By the way you do not need to use 'sudo' with on/off. Onkar -- Ubuntu-devel-discuss mailing list Ubuntu-devel-discuss@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
Re: librxtx-java dependencies
On Tue, Jun 22, 2010 at 11:56 PM, Scott Howard wrote: > On Tue, Jun 22, 2010 at 9:24 AM, Augusto Brito wrote: >> Hello >> >> The librxtx-java package lists java-runtime as a dependency, which in >> turn brings along a lot of packages. Would it be reasonable if it >> depended only on the java-runtime-headless? This new dependency could >> reduce a lot of unused packages when installed on a server machine as is >> my case. > > Thanks for pointing this out. This package has just been adopted by > the Debian Java Packaging team, and a new version has just been > uploaded to debian and maverick [1]. This new version does not depend > on java-runtime. It actually does not depend on any java (which is a > bug). I agree that it should at least depend on: default-jre-headless. No, it is not a bug. It was decided by Debian Java team that library packages should not depend on runtime unless the package needs a specific version of runtime (1.5 or 1.6). Onkar -- Ubuntu-devel-discuss mailing list Ubuntu-devel-discuss@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
Re: cups print dialog defaulting to Postscript...
On Wed, Aug 4, 2010 at 10:06 PM, Daniel J Blueman wrote: > When selecting 'Print to File' in the CUPS printer dialog box, > Postscript is selected per default. > > Many users may not realise that this is disadvantageous until too late > - with all the fonts converted to paths and less easy to open on other > operating systems. > > PDF seems a rational default - what reasons are against changing to this? I agree that PDF should have been default since start. I believe there was a papercut bug for this. But I don't have reference to the bug. By the way what you call as CUPS dialog is probably the dialog provided by printing APIs in GTK+. So it should be possible to patch GTK+ to use PDF by default. Onkar -- Ubuntu-devel-discuss mailing list Ubuntu-devel-discuss@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
Re: cups print dialog defaulting to Postscript...
On Thu, Aug 5, 2010 at 2:55 PM, Daniel J Blueman wrote: > On 5 August 2010 10:24, Daniel J Blueman wrote: >> Hi Onkar, >> >> On 5 August 2010 06:05, Onkar Shinde wrote: >>> On Wed, Aug 4, 2010 at 10:06 PM, Daniel J Blueman >>> wrote: >>>> When selecting 'Print to File' in the CUPS printer dialog box, >>>> Postscript is selected per default. >>>> >>>> Many users may not realise that this is disadvantageous until too late >>>> - with all the fonts converted to paths and less easy to open on other >>>> operating systems. >>>> >>>> PDF seems a rational default - what reasons are against changing to this? >>> >>> I agree that PDF should have been default since start. I believe there >>> was a papercut bug for this. But I don't have reference to the bug. >>> >>> By the way what you call as CUPS dialog is probably the dialog >>> provided by printing APIs in GTK+. So it should be possible to patch >>> GTK+ to use PDF by default. >> >> Good heads-up. From >> https://bugs.launchpad.net/hundredpapercuts/+bug/611011 , the only >> related paper cut I could find is: >> https://bugs.launchpad.net/hundredpapercuts/+bug/611011 >> >> If this is the one you're referring to, I'll open another one. >> >> Thanks for replying all the same! > > Of course, I mean from: https://launchpad.net/hundredpapercuts/maverick I was referring to https://bugs.launchpad.net/hundredpapercuts/+bug/382829 One of the suggestions in the bug is 'default to PDF' format. One comment suggests that it is already the case except in case of firefox. I will have to check on my setup. Onkar -- Ubuntu-devel-discuss mailing list Ubuntu-devel-discuss@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
Inclusion of theora beta 1 for gutsy
Hi all, I would like to propose the inclusion of libtheora beta 1 in gutsy. The latest version provides more spec compliant decoder and performance improvement in encoding/decoding. I have tested totem, mplayer and ffmpeg2theora and haven't found any breakage so far. Performance looks to be improved but that may be just my personal observation. I have test packages in my ppa which you can try. The ppa address is http://ppa.launchpad.net/onkarshinde/ubuntu Notes: 1. I have created new packages today by syncing to debian package. Unfortunately I can not upload the latest package due to version problem i.e. 1.0.beta1.dfsg-0ubuntu1 (my old package) vs libtheora_1.0~beta1-1ubuntu1 (created from the package in debian) 2. Due to above mentioned problem, I have all the files in a .tar.gz hosted at http://onkarshinde.googlepages.com/theora.tar.gz. It contains source package as well as binary packages. Onkar -- Passion - Some people climb mountains - others write Free software. Don't ask why - the reason is the same. -- Ubuntu-devel-discuss mailing list Ubuntu-devel-discuss@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
Re: Clarification over Alpha 1 and dual monitors
On Dec 3, 2007 3:38 AM, Sidarth Dasari <[EMAIL PROTECTED]> wrote: > Does Alpha 1 have support for Dual monitors? > I noticed there was no xorg.conf so I was wondering how to configure it. Isn't Xorg 7.3 supposed to support hot plugging of monitors? Onkar -- Ubuntu-devel-discuss mailing list Ubuntu-devel-discuss@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss