Re: [MeeGo-dev] Maliit 0.80.2 released

2011-07-06 Thread Mark S. Townsley
I just tried to access maliit.org but the site seems to be down?


On Wed, Jul 6, 2011 at 5:53 AM, Michael Hasselmann
micha...@openismus.comwrote:

 What's new?
 ===

 This release introduces a new library: libmaliit. It contains additional
 API for application developers to interact with input methods, such as
 querying the input method area, orientation handling or dynamic key
 overrides.

 Before, any interaction with Maliit (that went beyond Qt's input context
 API) either required linkage against libmeegotouch or breakage of
 QInputContext's pluggability.

 To reflect those changes, the input context name was changed from
 MInputContext to Maliit.

 Where can I get it?
 ===

 * framework:
  http://gitorious.org/maliit/maliit-framework/archive-tarball/0.80.2
 * plugins:
  http://gitorious.org/maliit/maliit-plugins/archive-tarball/0.80.1

 What is it?
 ===

 Maliit provides a flexible and cross-platform input method framework,
 including a virtual keyboard. It works on all MeeGo user experiences,
 and in other GNU/Linux distributions.

 Visit http://maliit.org for more information about the project.

 Who contributed to this release?
 

 * Jan Arne Petersen
 * Jon Nordby
 * Michael Hasselmann

 What changed in detail?
 ===

 CHANGES IN FRAMEWORK SINCE 0.80.1
 * New libmaliit contains additional API for application developers to
 interact
  with input methods (besides Qt's input context API):
  - Maliit::InputMethod: Query input method area and control input method
orientation,
  - Maliit::AttributeExtension: Allows to control input method toolbar and
customization of certain virtual keyboard keys,
  - Maliit::PreeditInjectionEvent: Used by text entries to inject a new
 preedit
into the input context,
  - Maliit namespace for all input method related enums, superseds
 MInputMethod
namespace.
 * New input context name:
  - Use QT_IM_MODULE=Maliit for regular builds and
 QT_IM_MODULE=MInputContext
for legacy builds.
 * Script for making Maliit Plugin SDK tarball.
 * Enabled all unit tests again.

 BUG FIXES
 * Fixes: Settings applet does not compile with enable-meegotouch
 * Fixes: NB#268826

 ___
 MeeGo-dev mailing list
 MeeGo-dev@meego.com
 http://lists.meego.com/listinfo/meego-dev
 http://wiki.meego.com/Mailing_list_guidelines

___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines

[MeeGo-dev] Touch events

2011-06-29 Thread Mark S. Townsley
Hi:

I am trying to find out how to receive touch events.  There are
QGestureEvent and also QEvent::TouchBegin, QEvent::TouchEnd.
I am not able to get those going.  It seems that mouse event has no issues,
but not touch.

Is there another way Qt interacts with touch screen?

thanks


Mark
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines

[MeeGo-dev] virtual keyboard

2011-04-22 Thread Mark S. Townsley
Hi;

I just want to confirm the virtual keyboard available on MeeGo tablet
image and how it works.

It looks like the virtual keyboard will automatically show up/available for
any text input.   For example, I have an QML app and the virtual keyboard
shows up automatically under my TextInput area during run time.

Is this assumption correct (virtual keyboard is available automatically for
any text input fields)?

thanks


Mark
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines

[MeeGo-dev] how to return to main panel

2011-04-18 Thread Mark S. Townsley
Hi:

I am doing some development with the MeeGo tablet image.   It looks like the
panel is responsive to the Window Start key from my keyboard and will pop
up a panel chooser.  That is a convenient way for me to go back to the main
UI panel from any application.

Is there a sure way for me to bring up this panel chooser or go back to the
UI panel if and when the Window Start key is not available or when I
actually want to trigger to go back to main panel operation from my
application?

thanks


Mark
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines

[MeeGo-dev] qemu tablet image

2011-04-17 Thread Mark S. Townsley
Hi:

I am using the 4/12 qemu tablet image I can download from repo.meego.com
The pinetrail or oaktrail image of tablet has libzypp, so does the qemu
image.
But the qemu image does not have zypper, the command line interface.

Is there a reason why zypper is left out of the qemu image (the 4/12
build)?
Is that a bug or is that intentional?

Mark
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines

[MeeGo-dev] X11 between Meego 1.1 and Meego 1.2

2011-04-12 Thread Mark S. Townsley
Hi

I have an application that ran fine under Meego 1.1 using a netbook.   When
I switch it over to Meego 1.2, it seg fault.  There are some OpenGL code
inside my app.

Syslog says the application seg fault at libX11.so.6.3.0.   I even copied
the same library over to MeeGo 1.2 from MeeGo 1.1 and it still seg faults
(the file name and version is the same between Meego 1.2 and 1.1 but size is
different.

Did X undergo a major change between Meego 1.1 and Meego 1.2?
thanks


Mark
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines

[MeeGo-dev] meego table screen saver

2011-04-11 Thread Mark S. Townsley
Hi

I am running the meego table release.   The screen saver is nice but I want
to turn it off at times.
I look under settings but cannot find relevant settings.   Is there a way to
do so?
I looked under /etc/X11 but did not see anything either.

Thanks


Mark
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines

[MeeGo-dev] netbook kernel compilation

2011-02-15 Thread Mark S. Townsley
Hi:

I have Meego 1.1 on a netbook and with kernel 2.6.35.3.10.3-netbook.
I need to re-compile the kernel to turn on deadline IO.   Via zypper, I
installed kernel-netbook and kernel-netbook-devel.   kernel-headers are
already installed.
I then found under /usr/src a kernel directory   2.6.35.3-12.1-netbook.

When I did a make, I got an error:

No rule to make target `missing-syscalls`.  Stop.

make clean also gave me some other errors.

I was able to get into make menuconfig to make my changes.
Can anyone tell me how to do a make and resolve this missing-syscalls
errors?   Is this error stems from the fact that I have different kernel
versions than what is checked out by zypper?

thanks


Mark
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev


[MeeGo-dev] rt patch for MeeGo

2011-02-11 Thread Mark S. Townsley
Hi:

I have MeeGo netbook installed and it has kernel 2.6.35.3.
I need to make the kernel a real-time one and I need to apply rt patch.
However, I do not see the equivalent version patch here:

http://www.kernel.org/pub/linux/kernel/projects/rt/


Should I grab the source and patch and downgrade my kernel?  Or can use the
patch for a previous version of kernel and apply to 2.6.35.3?

thanks



Mark
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev


[MeeGo-dev] mono

2011-01-04 Thread Mark S. Townsley
Hi:

I am seeing mono as part of Meego distribution.  Is that part of Meego core?

thanks

Mark
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev


[MeeGo-dev] Meego update failed

2011-01-04 Thread Mark S. Townsley
Hi:

On my meego netbook 1.1 build, I got a message saying update is available.
I click on update and got the Software Updates window to show up.
When I click on Install Updates, I got a message saying An Internal
system error has occurred and asked me to fill in a bug report.
I looked under /var/log and did not see any error that I can find.

How do I fix this problem?   I can file a bug report but like to know what
my problem so I can make a more meaningful report.
And I have verified my internet connection is working.

thanks

Mark
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev


[MeeGo-dev] QSound not available on Meego?

2010-12-16 Thread Mark S. Townsley
Hi:

I am trying to use Qt class QSound to play a sound file.

However when I run   QSound::isAvailable(),   I got false.  And if I use
it to play a wav file, nothing comes out of the speak.
Is there a reason why?  I am running MeeGo 1.1 netbook edition.

Thanks

Mark
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev


[MeeGo-dev] MeeGo and 3G/4G

2010-12-01 Thread Mark S. Townsley
Hi:

Has anyone tested any USB based 3G/4G cards and whether it is compatible
with MeeGo?

Alternatively, do you know if MeeGo will be compatible on Dell Mini 10 4G
which is a netbook with 4G built-in?

thanks

Mark
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev


[MeeGo-dev] enabling repository

2010-11-19 Thread Mark S. Townsley
Hi:

I am trying to play with the virtual keyboard feature on MeeGo.

On this page,
http://wiki.meego.com/Input_Method_Framework/MeeGo_1.1#Netbook

The first step is enable handset repository.  What are the steps to do
so?

thanks

Mark
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev


[MeeGo-dev] /proc/version

2010-11-10 Thread Mark S. Townsley
Hi:

I like a way to find out the meego version from within my code.  When I look
at /proc/version on my MeeGo 1.1 netbook installation,
it says  (MeeGo 4.5.0-1).How do I usually translate that number to the
actual MeeGo version?
Is there another way/file I can look up this info?

thanks


Mark
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev


[MeeGo-dev] audio and video codecs

2010-11-10 Thread Mark S. Townsley
Hi:

Is there a default list of audio and video codecs that come with MeeGo core?

thanks

Mark
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev


[MeeGo-dev] new MeeGo 1.1 image and VirtualBox problem

2010-10-29 Thread Mark S. Townsley
Hi,

I just downloaded the latest MeeGo 1.1 netbook image that was announced on
MeeGo this week.   I am on a Macbook pro with Virtualbox 3.2.10.
Just tried to put MeeGo on VB by following

http://wiki.meego.com/MeeGo_1.0_Netbook_VirtualBox

I got that respawning too fast issue because Process meego-power-ico kept
spawning  (I launched MeeGo without quiet).
I then followed

http://forum.meego.com/showthread.php?t=447

But still having the same issue.   I had an older version of VB running
MeeGo 1.0 just fine (but on a Win XP box).
Is there some issues with MeeGo 1.1 running on VB?

Thanks


Mark
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev


Re: [MeeGo-dev] new MeeGo 1.1 image and VirtualBox problem

2010-10-29 Thread Mark S. Townsley
Nevermind, I skipped over that libglx.so step and everything is up...

sorry for the spam.

mark


On Fri, Oct 29, 2010 at 4:40 PM, Mark S. Townsley mstowns...@gmail.comwrote:


 Hi,

 I just downloaded the latest MeeGo 1.1 netbook image that was announced on
 MeeGo this week.   I am on a Macbook pro with Virtualbox 3.2.10.
 Just tried to put MeeGo on VB by following

 http://wiki.meego.com/MeeGo_1.0_Netbook_VirtualBox

 I got that respawning too fast issue because Process meego-power-ico kept
 spawning  (I launched MeeGo without quiet).
 I then followed

 http://forum.meego.com/showthread.php?t=447

 But still having the same issue.   I had an older version of VB running
 MeeGo 1.0 just fine (but on a Win XP box).
 Is there some issues with MeeGo 1.1 running on VB?

 Thanks


 Mark

___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev


[MeeGo-dev] Screensaver

2010-10-22 Thread Mark S. Townsley
Hi:

Sorry this is not much of a development question but I find this pretty
annoying and I cannot quite turn it off.

If I let my machine idles for a while, the screen will go blank.   Under
Applications - Accessories - Settings - Power and Brightness, I did some
setting changes on the two IDLE timers.
I also went into gnome-screensaver-preferences, but the screen will still go
blank eventually (I set all to never).

Is there another way to turn this off?




Mark
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev


Re: [MeeGo-dev] Screensaver

2010-10-22 Thread Mark S. Townsley
Before I file a bug, I want to know what is the default screen saver.
I saw a process, gnome-screensaver running.
I then go to gnome-screensaver-preferences.

Is that the right setting?  What is the relationship between the settings
under Power + Brightness in MeeGo UI vs gnome-screensaver-preferences?


Mark

On Fri, Oct 22, 2010 at 4:16 PM, Auke Kok auke-jan.h@intel.com wrote:

 On 10/22/10 16:07, Mark S. Townsley wrote:

 Hi:

 Sorry this is not much of a development question but I find this pretty
 annoying and I cannot quite turn it off.

 If I let my machine idles for a while, the screen will go blank.   Under
 Applications -  Accessories -  Settings -  Power and Brightness, I did
 some setting changes on the two IDLE timers.
 I also went into gnome-screensaver-preferences, but the screen will still
 go blank eventually (I set all to never).

 Is there another way to turn this off?


 this seems to be a recent change (regression) that has been bothering
 multiple folks.

 can you please file a bugzilla?

 thanks.

 Auke

___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev


[MeeGo-dev] MeeGo and BIOS

2010-10-20 Thread Mark S. Townsley
Hi:

I tried to boot up a beta-version of MeeGo 1.1 from repo.meego.com on this
tablet:

  http://www.ctlcorp.com/v4/p-909-2gopad.aspx

It looks like there is some sort of BIOS conflict.   I cannot even see the
blue MeeGo splash screen.  The USB thumb drive indicator is blinking rapidly
but nothing happen on the screen.
I was told this tablet has a Phoenix BIOS inside.

Is MeeGo only able to work with certain BIOS?
Thanks


Mark
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev


Re: [MeeGo-dev] [MeeGo-community] MeeGo 1.0 Update for Netbooks

2010-10-16 Thread Mark S. Townsley
Is there a MeeGo netbook image with touch built in?


Mark


On Sat, Oct 16, 2010 at 7:33 AM, George Ingram geo...@georgeingram.comwrote:

 Can you provide me a current Atom Touch enabled Netbook bug list with a
 check for the ones that have just been fixed? Thanks, George



 *George Ingram Computer Scientist*

 *http://www.georgeingram.net*

 *Winner Coders Challenge Intel AppUp Elements 2010 for FeelMe *

 *From:* meego-dev-boun...@meego.com [mailto:meego-dev-boun...@meego.com] *On
 Behalf Of *Wang, Ning W
 *Sent:* Friday, October 15, 2010 7:20 PM
 *To:* meego-annou...@meego.com; meego-commun...@meego.com;
 meego-dev@meego.com
 *Subject:* [MeeGo-dev] MeeGo 1.0 Update for Netbooks



 Today, we are announcing our 4th update for the MeeGo v1.0 Core Software
 Platform  Netbook User Experience project release, originally announced on
 May 25th.



 This update has over 60 bug fixes and is recommended for all users running
 MeeGo 1.0 for Netbooks.



 This update includes general operating system fixes that enhance the
 stability, compatibility, and security of your devices, as well as:

 * Added detection for network disconnection during system update

 * Added SOCK5 and IPv6 support in email backend data server

 * Resolved several media client issues

 * Fixed many important security issues

 * Updated L10N translation





 To get a full list of bug fixes you can visit the release update pages:

 http://meego.com/downloads/releases/updates/meego-v1.0.4-core-update

 http://meego.com/downloads/releases/updates/meego-v1.0.4-netbook-update



 It also includes the bug fixes in previous update releases, please visit
 http://meego.com/downloads/releases/updates for more information.





 If you run into any issues or have additional questions about the update,
 you can post them in our MeeGo Netbook Forum:

 http://forum.meego.com/forumdisplay.php?f=6



 ___
 MeeGo-community mailing list
 meego-commun...@meego.com
 http://lists.meego.com/listinfo/meego-community


___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev


Re: [MeeGo-dev] Compliance spec before final approval

2010-10-06 Thread Mark S. Townsley
Hi:

Do you have a near-final version somewhere I can download?
Thanks

--Mark



On Sun, Oct 3, 2010 at 3:15 PM, Skarpness, Mark mark.skarpn...@intel.comwrote:

 Hi Carsten,

 Yes, I agree - we will work to get a near final version of the spec out at
 least a week before requesting approval at the TSG meeting.

 Regards,
 -Mark

 On 9/29/10 10:34 AM, Carsten Munk cars...@maemo.org wrote:

 Hi Mark,
 
 I noticed at the TSG meeting schedule on wiki that the final
 compliance spec will be scheduled for final approval either on oct 13
 or 20 by TSG.
 
 Would it be possible to publish the intended-to-be-approved compliance
 spec publically either one or two weeks before final approval so there
 is time for possibly implicated people and companies to comment on the
 spec before it's approved?
 
 While the compliance spec usually raises a lot of discussion, I think
 it's worthwhile to help get input from the people and companies that
 will in the last end have to deal with the compliance spec to catch
 early errors, technological impossibilities and to help plan work
 within compliance area for 1.2 timeframe.
 
 Best regards,
 Carsten Munk

 ___
 MeeGo-dev mailing list
 MeeGo-dev@meego.com
 http://lists.meego.com/listinfo/meego-dev

___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev


Re: [MeeGo-dev] Compliance spec before final approval

2010-10-04 Thread Mark S. Townsley
Hi,

Just want to ask if an updated draft is ready to download or not?
I searched on meego.com and cannot find anything.

thanks


Mark

On Wed, Sep 29, 2010 at 10:43 AM, Wichmann, Mats D 
mats.d.wichm...@intel.com wrote:

 meego-dev-boun...@meego.com wrote:
  Hi Mark,
 
  I noticed at the TSG meeting schedule on wiki that the final
  compliance spec will be scheduled for final approval either on oct 13 or
  20 by TSG.
 
  Would it be possible to publish the intended-to-be-approved compliance
  spec publically either one or two weeks before final approval so there
  is time for possibly implicated people and companies to comment on the
  spec before it's approved?

 it will be.  there should be a new draft Friday or perhaps early next
 week depending on receipt of some pending materials (like the infamous
 core package list), and hopefully that one will generate productive
 discussion to start finalizing things.

 ___
 MeeGo-dev mailing list
 MeeGo-dev@meego.com
 http://lists.meego.com/listinfo/meego-dev

___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev


[MeeGo-dev] MeeGo Staging

2010-09-20 Thread Mark S. Townsley
Hi:

Sorry for this stupid question.   On other discussion threads, I am seeing
the term MeeGo Staging.
I searched on Meego.com but do not see any reference of that.   Is MeeGo
Staging = OBS?
If not, what is MeeGo Staging?   Is it another repository like MeeGo
Surrounds?
Thanks


Mark
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev


Re: [MeeGo-dev] Qemu setup on a netbook

2010-08-26 Thread Mark S. Townsley
Graphics virtualisation through Xephyr should not be affected.  It's
 just that the CPU will be fully emulated and will run considerably
 slower on a 32-bit host OS (on a 64-bit OS the impact is much lower).
 All in all it should run, just slowly.

 Older versions of qemu supported hardware virtualisation on non-VT
 cpus (much like vmware) but that is no longer supported.

 Regards



Yes and I want to clarify that I have no problem with Xephyr.   It is only
qemu that I am unable to pass the checklist for graphics VT.
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev


Re: [MeeGo-dev] Qemu setup on a netbook

2010-08-26 Thread Mark S. Townsley
 Arjan van de Ven wrote:



 Atoms have no hardware virtualisation and are 32-bit only.



 this is not a correct statement.
 some atoms do not have virtualization
 some atoms are 32 bit only



Can you clarify?   I thought all atoms can do both 32bit and 64bit.   When
you said some atoms do not have VT, are you saying then some do?   If so,
how do I identify the ones that have/have not?
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev


Re: [MeeGo-dev] clutter and gtk

2010-08-10 Thread Mark S. Townsley
Thanks

I understand that the current UI is built with clutter, is that correct?

Mark

On Tue, Aug 10, 2010 at 8:02 AM, Arjan van de Ven ar...@linux.intel.comwrote:

 On 8/10/2010 7:58 AM, Mark S. Townsley wrote:


 Hi:

 I noticed that MeeGo comes with clutter and gtk.   Since the SDK does not
 spell out either of these libraries, can I still develop based on clutter
 and gtk instead of Qt?


 you should develop new application you should develop in Qt and not in
 gtk/clutter.
 gtk/clutter are provided for compatibility with existing applications only


___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev


Re: [MeeGo-dev] yum and zypper

2010-08-06 Thread Mark S. Townsley
By graphical tool, do you mean
   Application - System Tools - Manage Apps
?

If so, I am seeing some differences between this GUI tool and zypper
search.   Take XFCE for example, I just
installed everything I can see under this GUI tool for XFCE.   I went to
Terminal and did zypper search and there are still many XFCE packages
available to install.

Is there a reason why?


Mark



On Thu, Aug 5, 2010 at 2:32 PM, Auke Kok auke-jan.h@intel.com wrote:

  On 08/05/10 10:49, Mark S. Townsley wrote:

 What is the difference between yum and zypper on Meego?   I believe the
 OBS build process will contribute packages to the yum respository?
 What does zypper pull down during update?
 Just a bit confused by two different packaging tools and their
 relationship.


 There are some internal differences which make them more or less suitable,
 but all in all the differences to normal users isn't large.

 There's no difference on the repository side. zypper should have the same
 list of repositories as yum, and they use the same file format. You can use
 both to update your system if you're not using the graphical update tool.

 Auke


___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev


Re: [MeeGo-dev] Adding icons

2010-08-06 Thread Mark S. Townsley
I am on a netbook with the the netbook image I got from meego.com about two
weeks ago.

Are the icon creation steps different for different platforms?   (assuming
those UIs have icons)

On Fri, Aug 6, 2010 at 10:39 AM, Michael Leibowitz 
michael.leibow...@intel.com wrote:

 On Fri, 2010-08-06 at 10:37 -0700, Mark S. Townsley wrote:
  I tried this but nothing happen.   I also did not get any error based
  on the man page I read as well.
  I have a *.desktop file that is a sample from the manpage.
  After I run this, am I suppose to see a desktop icon under the
  Application menu under MeeGo?

 Are you on a netbook?  A handset?  Something else?

 --
  Michael Leibowitz michael.leibow...@intel.com


___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev


[MeeGo-dev] yum and zypper

2010-08-05 Thread Mark S. Townsley
Hi

What is the difference between yum and zypper on Meego?   I believe the OBS
build process will contribute packages to the yum respository?
What does zypper pull down during update?
Just a bit confused by two different packaging tools and their relationship.

Thanks

Mark
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev


[MeeGo-dev] Adding icons

2010-08-05 Thread Mark S. Townsley
Hello All:

I am not sure if this is possible.

Under Applications, there are a bunch of categories like Accessories, Games,
Internet etc...
If I want to create a Qt app which is a game, how can I add an icon under
Applications - Games so my game can be launched by just clicking on that
icon?

Thanks

Mark
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev


[MeeGo-dev] PyQt

2010-07-25 Thread Mark S. Townsley
Hi:

I am looking at developing for MeeGo and I know C/C++ is one choice.  Is it
possible to develop MeeGo application using Python/PyQt?

thanks

Mark
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev