Mark Williams | 10 Oct 2010 20:37

Ping: Tony H

Can you update your ppa? It doesn't seem to work properly in Maverick.

Thanks.

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
Tony Houghton | 14 Oct 2010 17:25
Picon

Re: Ping: Tony H

On Sun, 10 Oct 2010 19:37:52 +0100
Mark Williams <mark.williams <at> ntlworld.com> wrote:

> Can you update your ppa? It doesn't seem to work properly in Maverick.

OK, I've uploaded packages for maverick now. If you're reading this
very shortly after I posted you might have to wait a few minutes while
the server builds the binary packages.

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
Mark Williams | 14 Oct 2010 20:27

Re: Ping: Tony H

Hi Tony.

Your packages don't seem to be overriding the Ubuntu ones just yet.

Tony Houghton wrote:
> On Sun, 10 Oct 2010 19:37:52 +0100
> Mark Williams<mark.williams <at> ntlworld.com>  wrote:
>
>> Can you update your ppa? It doesn't seem to work properly in Maverick.
>
> OK, I've uploaded packages for maverick now. If you're reading this
> very shortly after I posted you might have to wait a few minutes while
> the server builds the binary packages.
>
> ------------------------------------------------------------------------------
> Beautiful is writing same markup. Internet Explorer 9 supports
> standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2&  L3.
> Spend less time writing and  rewriting code and more time creating great
> experiences on the web. Be a part of the beta today.
> http://p.sf.net/sfu/beautyoftheweb

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
Mark Williams | 14 Oct 2010 20:45

Re: Ping: Tony H

Panic over. It worked after a reboot :)

Thanks again TH.

Mark Williams wrote:
> Hi Tony.
>
> Your packages don't seem to be overriding the Ubuntu ones just yet.
>
> Tony Houghton wrote:
>> On Sun, 10 Oct 2010 19:37:52 +0100
>> Mark Williams<mark.williams <at> ntlworld.com>   wrote:
>>
>>> Can you update your ppa? It doesn't seem to work properly in Maverick.
>>
>> OK, I've uploaded packages for maverick now. If you're reading this
>> very shortly after I posted you might have to wait a few minutes while
>> the server builds the binary packages.
>>
>> ------------------------------------------------------------------------------
>> Beautiful is writing same markup. Internet Explorer 9 supports
>> standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2&   L3.
>> Spend less time writing and  rewriting code and more time creating great
>> experiences on the web. Be a part of the beta today.
>> http://p.sf.net/sfu/beautyoftheweb
>
>
>
> ------------------------------------------------------------------------------
> Beautiful is writing same markup. Internet Explorer 9 supports
(Continue reading)

Tony Houghton | 14 Oct 2010 22:06
Picon

Re: Ping: Tony H

On 14/10/10 19:45, Mark Williams wrote:
> Panic over. It worked after a reboot :)
> 
> Thanks again TH.
> 
> Mark Williams wrote:
>> Hi Tony.
>>
>> Your packages don't seem to be overriding the Ubuntu ones just yet.

The reboot probably scheduled an update of the packages lists, which you
can do manually, either from update manager or 'sudo apt-get update'
from the CLI.

--

-- 
TH * http://www.realh.co.uk

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
Ariszló | 21 Oct 2010 10:23
Picon

Shutdown/Reboot Ubuntu

How do you shutdown/reboot Ubuntu from ROX-Session?

Logout works fine in home-built ROX-Session 0.41.0 (unlike in 0launch
ROX-Session where even Logout is broken) but Shutdown or Reboot does
not. No problem in Debian Lenny/Squeeze/Sid so I guess this might be
related to Ubuntu's disabled root account but I have no idea how to
fix it.

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
Mithat Konar | 21 Oct 2010 11:17
Picon
Favicon

Re: Shutdown/Reboot Ubuntu

The problem is that the 'shutdown' command used by IceWM can be executed only by 
root. (This is the default case for most (all?) Linuxes.) Here are a few 
choices:

1) Use sudo to give permission to regular users to execute the 'shutdown' 
command without password prompting. This requires editing your sudoers file 
(with visudo) but is probably better than the following option. I set my box up 
so all member of the 'plugdev' group can execute 'shutdown'. I did this by using 
visudo to add:

%plugdev ALL=NOPASSWD: /sbin/shutdown

as the last line in the sudoers file. To power down, configure IceWM to use:

sudo shutdown -hP now

To reboot:

sudo shutdown -r now

2) Set the 'sticky' bit on the shutdown command to give all users the ability to 
execute the 'shutdown' command directly. The problem with this approach is that 
if the 'shutdown' command get an update in the future, you will have to set the 
sticky bit again. As root:

chmod u+s /sbin/shutdown

(I think this is correct! I haven't done this in a while.)

3) If you have Openbox and GDM installed as well, you can use 'gdm-control' to 
(Continue reading)

Mithat Konar | 21 Oct 2010 11:20
Picon
Favicon

Re: Shutdown/Reboot Ubuntu

Doh! Sorry ... I thought this was from the IceWM mailing list (which I also 
follow). If the info I provided can be used to fix your problem, great. If not, 
please forgive my bad.

-M

----- Original Message ----
> From: Mithat Konar <mithat_konar <at> yahoo.com>
> To: Installation and use of the ROX Desktop <rox-users <at> lists.sourceforge.net>
> Sent: Thu, October 21, 2010 12:17:07 PM
> Subject: Re: [rox-users] Shutdown/Reboot Ubuntu
> 
> The problem is that the 'shutdown' command used by IceWM can be executed only 
>by 
>
> root. (This is the default case for most (all?) Linuxes.) Here are a few 
> choices:
> 
> 1) Use sudo to give permission to regular users to execute  the 'shutdown' 
> command without password prompting. This requires editing  your sudoers file 
> (with visudo) but is probably better than the following  option. I set my box 
>up 
>
> so all member of the 'plugdev' group can execute  'shutdown'. I did this by 
>using 
>
> visudo to add:
> 
> %plugdev ALL=NOPASSWD:  /sbin/shutdown
> 
(Continue reading)

Mark Williams | 21 Oct 2010 13:58

Re: Shutdown/Reboot Ubuntu

Ariszló wrote:
> How do you shutdown/reboot Ubuntu from ROX-Session?
>
> Logout works fine in home-built ROX-Session 0.41.0 (unlike in 0launch
> ROX-Session where even Logout is broken) but Shutdown or Reboot does
> not. No problem in Debian Lenny/Squeeze/Sid so I guess this might be
> related to Ubuntu's disabled root account but I have no idea how to
> fix it.
>
> ------------------------------------------------------------------------------
> Nokia and AT&T present the 2010 Calling All Innovators-North America contest
> Create new apps&  games for the Nokia N8 for consumers in  U.S. and Canada
> $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
> Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store
> http://p.sf.net/sfu/nokia-dev2dev

I just use gksu halt, gksu reboot and gksu pm-suspend (in the power 
management section of ROX-Session/Session Settings).

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
Jim Lesurf | 21 Oct 2010 14:25
Picon

Re: Shutdown/Reboot Ubuntu

In article
<AANLkTimtzpnz0uR1SP=sFAwWO5sfpBSiVQRw811ZVZas <at> mail.gmail.com>,
   Ariszló <ariszlo <at> gmail.com> wrote:
> How do you shutdown/reboot Ubuntu from ROX-Session?

I cheat. :-)

I've removed one Ubuntu/Xubuntu panel to make space for the ROX 'icon bar'.
But this means I still have the Ubuntu/Xubuntu shutdown icon on the
'remaining' *buntu panel. 

FWIW With CrunchBang Linux the key shortcut that provides for a shutdown
still works when using ROX.

Slainte,

Jim

--

-- 
Electronics  http://www.st-and.ac.uk/~www_pa/Scots_Guide/intro/electron.htm
Armstrong Audio  http://www.audiomisc.co.uk/Armstrong/armstrong.html
Audio Misc  http://www.audiomisc.co.uk/index.html

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
(Continue reading)


Gmane