Re: Starting kernel module programming

2013-03-27 Thread Rigved Rakshit
> I want to begin with kernel module programming and also contribute to the
community on the way. So please help me with how to start and proceed.

TLDP is the correct resource. You should also join this community:
http://kernelnewbies.org/ , especially their mailing list as it has people
like Greg-Kroah Hartman on it!
Best Regards,
Rigved

@Sent from my smart-phone
-- 
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: Missing File

2012-04-23 Thread Rigved Rakshit
> This morning I tried to upgrade my Ubuntu 11.10 to the Ubuntu 12.04
> beta2-desktop-amd64, which did not work.
>
> I went into the Terminal and typed in this Line.
>         ''sudo do-­release-­upgrade ­d;''
>

sudo do-release-upgrade -d

This command will only work after Ubuntu 12.04 has been released,
which means after 26th April, 2012.

> I tried this several times, both using and not using the "-" between words
> like it is Printed in the PDF I downloaded from the Ubuntu Web Site last
> evening.  I also tried it with and with out the "; " at the end of the Line.
>
> The only result I got was a Line that said "no upgrades found''.  I know the
> File has been released, because I downloaded a copy of it last evening
> also.  I do prefer to use the Automatic Upgrade, because it has worked so
> well on Ubuntu before, and saves so much time re-installing and configuring
> Software.

If you want to upgrade now, before the official release, then you can
do the following:

sudo apt-get update
gksudo update-manager -d

The update-manager window will open up. It will show the 12.04 is
available. Click the upgrade button to upgrade to the 12.04 beta
version.

Please direct such Ubuntu support questions to the ubuntu-users mailing list.

Best Regards,
Rigved Rakshit

-- 
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: Controlling menubar title on Ubuntu 11.10?

2012-03-15 Thread Rigved Rakshit
Hi,

For a dialog, you can do this via:

dialog.setWindowTitle(tr("New Dialog Title here"));

assuming that you have set the necessary macros for 'tr'.

Documentation: http://qt-project.org/doc/qt-4.8/qwidget.html#windowTitle-prop

Please note that this is a C++/QT-specific query and as such, should
be directed to the appropriate forums/mailing-lists/IRC channels.

Hope this helps!

Best Regards,
Rigved Rakshit

On 3/14/12, Nikos Chantziaras  wrote:
> (I initially sent this to ubuntu-devel, but it didn't make it through.)
>
> Hello.
>
> I wrote an application that, at startup, prompts the user for a file
> (using a standard "open file" dialog).  Ubuntu 11.10 takes the title of
> that dialog ("Choose the file you wish to play") and uses it for the
> rest of the application's session.  This is wrong of course.  The menu
> bar should display the application's name.
>
> Is there a way I can control the title of the menu bar?
>
> The GUI of the application is written using Qt.
>
>
> --
> 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
>

-- 
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