Re: [MeeGo-dev] OBS oddities

2011-08-24 Thread Fernando Muñoz
 Which I would love to do, but I don't have control over these machines...
 Guess I should wait till I get home.


Notepad++ can be run without installation, just extract the zip. To
change the CR/LF use the menu Edit / EOL Conversion.

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


Re: [MeeGo-dev] meego tablet on viewpad 10

2011-04-20 Thread Fernando Muñoz
On Wed, Apr 6, 2011 at 11:36 AM, Arjan van de Ven ar...@linux.intel.com wrote:
 On 4/6/2011 9:35 AM, Chen Baozi wrote:

 I got the latest kernel from git and built it locally on the tablet.
 Luckily, it works.

 I used to try to adapt Gabriel's patches by rebuilding the srpm. But it
 seems to be incompatible to build with the srpm offered along with 1.2
 version. So I turned to the latest vanilla linux kernel.

 for those of you struggling with this... do take a look at the

 kernel-adaptation-pinetrail

 kernel that I'm working on in devel:kernel; if that works out it should be
 the kernel we use for all pinetrail based tablets...

Hello arjan

I just installed kernel-adaptation-pinetrail to my tablet however the
touchscreen is still not detected on the Tablet UX, it works during
the installer, but not on the UX. Should I file a bug against
Pinetrail Hardware Adaptation or against OS Base::Touch screen driver?

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


Re: [MeeGo-dev] MeeGo Systray

2011-03-25 Thread Fernando Muñoz
On Wed, Mar 23, 2011 at 3:45 PM, Leonardo Luiz Padovani da Mata
leonar...@syst.com.br wrote:
 Hello,

 Is there plans to change matchbox-panel to a different systray? Do the
 netbook image support standrt behavior of system tray like icons on
 botton left on kde or windows.

 I'm wondering how to deal with a java application that runs a system
 tray icon and pop-up messages to users.


 What are the plans for the Future of System Tray on MeeGo?

I remember that MeeGo netbook UX included an option to view the system
tray icons, a new floating bar appeared showing the tray icons, it did
not look well integrated.

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


Re: [MeeGo-dev] How to calibrate the xenarc touch screen?

2011-01-14 Thread Fernando Muñoz
Did you try using the xinput_calibrator tool?


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


Re: [MeeGo-dev] Nokia N900 hardware adaptation team meeting minutes 13/01/2011

2011-01-13 Thread Fernando Muñoz
  22. I am made swi-prolog pagages for version 5.6.64 (newiest 5.6
 series version), but not any testing yet. (kallam, 08:32:55)

Where can I get information about why n900 image require/include swi-prolog?

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


Re: [MeeGo-dev] Meego image to Boot the system without UI using USB

2011-01-05 Thread Fernando Muñoz
On Wed, Jan 5, 2011 at 3:35 AM,  rajeevranjan.ku...@wipro.com wrote:
 Hi Tomaz
 Thanks this is fine but I need some other things also.

 When I wrtie this image on USB and boot. This will ask three options.

 I like to remove those option and boot using USB?


Edit the syslinux configuration on the USB and leave only the live entry.

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


Re: [MeeGo-dev] arch of meego handset image for N900 ? armv7l ?armv5tel ?

2010-12-23 Thread Fernando Muñoz
N900 images are armv7 with softp.

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


Re: [MeeGo-dev] How to connect N900(meego flashed) device to Minicom

2010-10-22 Thread Fernando Muñoz

 if your intent is just shell, you probably just need usbnet - Anyone know
 if  we can do
 sudo ifconfig usb0 192.168.2.14 netmask 255.255.255.0 up on PC side? and use
 dropbear on N900 MeegGo?

SSH is enabled by default, after setting network try

ssh r...@192.168.2.15
password meego

For more info check
http://wiki.meego.com/ARM/N900/Tips_and_Tricks/N900_USB_Networking

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


Re: [MeeGo-dev] How to compress raw image

2010-10-20 Thread Fernando Muñoz
You can specify the size of the root (and swap) partition editing the
kickstart file before generating the image, I would recommend
excluding the sample-media package if you are low on storage space.

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


Re: [MeeGo-dev] Terminal on MeeGo Handheld image on pinetrail

2010-09-22 Thread Fernando Muñoz
 -  Is there any build of MeeGo Handheld for pinetrail where the
 xterminal actually works from within the UI? Even the most recent build from
 here:
 http://repo.meego.com/MeeGo/builds/1.0.90/1.0.90.3.20100917.1/handset/images/meego-handset-ia32-pinetrail-mtf/
 has problems. It launches but you see only a black screen, which you need to
 exit by typing blindly “exit”.

Just FYI, I'm experiencing a similar issue with MeeGo Handheld for
N900, I can only see the commands/output when the window is 'zoomed
out' in the task switcher.


 Is there a developer version of MeeGo Handheld on Pinetrail, with
 yum, gcc, rpm tools, etc?? Downloading everything is extremely painful

I would use the appropiate kickstart file and add the development
packages to generate the image.

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


Re: [MeeGo-dev] non SSSE3 MeeGo

2010-08-12 Thread Fernando Muñoz
Isn't it possible to build non-ssse3 images with OBS? I don't think
they require too much code change, or if any is needed, just different
gcc settings.

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


[MeeGo-dev] Meego media player framework

2010-05-28 Thread Fernando Muñoz
Hello,

I would like to know if the current media player framework will stay
with the meego netbook image, and also if it will be used with the
other editions (handheld, ivi). It seems to be based on banshee [1]
which is a mono application [2]. I am no mono hater, but I do not
believe it's a good idea that meego built in applications should use
mono, or any other additional runtime (e.g java)

Thanks,


[1] http://banshee-project.org
[2] http://www.mono-project.com/
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev


Re: [MeeGo-dev] How to add an executabl file to the Applications menu ?

2010-05-28 Thread Fernando Muñoz
On Fri, May 28, 2010 at 1:58 PM,  adhyas.avas...@nokia.com wrote:
 I have an a.out file (executable). Can I add it to the Applications Menu
 directly (like cp, ln –s etc) ? Where is the folder for Applications
 directory located?

I believe you need to create a .desktop file and place it on the
applications folder.
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev


Re: [MeeGo-dev] New Release Problems: Was: MeeGo v1.0 Core Software Platform Netbook User Experience project release

2010-05-26 Thread Fernando Muñoz
 I get a a few Buffer I/O errors.. SQUASHFS error.  Is the image
 designed to not work in a VM?


I believe your issue is that Netbook UI requires 3D acceleration which
VM do not provide.
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev