Change word of "Logout Lubuntu Session"

Please post all general support questions for LXDE here.
Locked
btxaja
Posts: 1
Joined: Wed Mar 02, 2011 6:47 am

Change word of "Logout Lubuntu Session"

Post by btxaja »

hi I'm from Indonesia,
My name is Arief, and now I use Lubuntu 10.04 for re mastering.
In the step of changing logout window , I found sentences "Logout Lubuntu Session ?"

So, I want change it, but, I don't know where directory or script place.
I need your helps friends :) Thank before :)
ericsebasta
Posts: 2
Joined: Tue Sep 20, 2011 2:52 pm

Re: Change word of "Logout Lubuntu Session"

Post by ericsebasta »

I have been looking for the same thing, as well as how to change the Logo on the Logout Menu.
Figured I would bump this since it has been half a year without an answer.
ericsebasta
Posts: 2
Joined: Tue Sep 20, 2011 2:52 pm

Re: "Logout Lubuntu Session" and lubuntu logout graph

Post by ericsebasta »

I found it! Catfish, patience, and ingenuity is your friend.
The text you are looking for is in:

Code: Select all

/usr/share/lubuntu/openbox/menu.xml
Near the bottom is:

Code: Select all

  <item label="Exit">
    <action name="Execute"><command>lubuntu-logout</command></action>
  </item>
Open it as root, change that "Exit" label to "LXDE Logout", save and you are good. That will change the label.

As for the popup, it comes from that mystery command lubuntu-logout.
That is at : /usr/bin/lubuntu-logout
which is just a quick shell script that sends the logo I cover below to: lxsession-logout

/usr/bin/lxsession-logout
is a compiled binary and you can just alter it with a hex editor maybe... I'll let you know in a bit ROFL.

The logout image is located here:

Code: Select all

/usr/share/lubuntu/images/logout-banner.png
I can state this for a fact with lubuntu 10.10 anyway, I would bet it is the same on 11.
amjjawad
Posts: 304
Joined: Mon Aug 29, 2011 1:51 am
Contact:

Re: Change word of "Logout Lubuntu Session"

Post by amjjawad »

Topic Moved to General Help :)
Feel Free to contact me: http://amjjawad.net
Locked