replace xmessage with gxmessage

What features/apps/bugfixes needed in a future Puppy
Post Reply
Message
Author
User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

replace xmessage with gxmessage

#1 Post by MU »

http://homepages.ihug.co.nz/~trmusson/programs.html

compiled it, renamed xmessage to xmessage-backup, and made a symlink "xmessage" pointing to gxmessage.

Now the internal dotpup-installer and other xmessage-based programs look like Gtk-Applications
:mrgreen:

Mark

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

#2 Post by BarryK »

GuestToo has been a fan of gxmessage for ages!
he has posted compiled code, maybe even a dotpup.

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#3 Post by MU »

oh yes, in fact I used his dotpup from the wiki, I rembered wrong when I said i compiled it myself :oops:

The dotpup works fine, except that the "pupget"-window is very large then (wider than my 1024 pixel wide screen).

Mark

User avatar
Alienx
Posts: 141
Joined: Fri 06 May 2005, 22:02
Location: Rio de Janeiro - Brazil

#4 Post by Alienx »

MU wrote:The dotpup works fine, except that the "pupget"-window is very large then (wider than my 1024 pixel wide screen).
Paste this at /etc/gtk-2.0/gtkrc and it will fit perfectly at 1024x768 resolution :wink:

Code: Select all

 style "gxmsg" {

 font_name="Arial 12" 

 }

 widget "*.gxmessage-textview" style  "gxmsg"
 widget "*.gxmessage-entry"    style  "gxmsg"

 style "button" {

 font_name="Sans Serif 10"

 }

 widget_class "*Button*"      style "button"
Sorry, broken english above :-)

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#5 Post by MU »

thanks :)

Post Reply