Suggested codelines

Under development: PCMCIA, wireless, etc.
Message
Author
User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#31 Post by zigbert »

My alternative pmount is updated to reflect changes in woof-pmount (16.feb 2013). - f2fs support


http://murga-linux.com/puppy/viewtopic. ... 166#619166

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#32 Post by bigpup »

Not sure what is causing this, but would think it has something to do with Pmount.
http://www.murga-linux.com/puppy/viewto ... 351#715351
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#33 Post by zigbert »

bigpup
First: I am not the maintainer of Pmount ! - I have made an alternative gui.

Now the answer. :)
your sda5 is mounted on /initrd/mnt/dev_save with a link to /mnt/home. This is always the 'home' of the Puppy savefile.


Sigmund

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#34 Post by zigbert »

Nathans wallpaper app - now scalable
Attachments
wallpaper-0.6.4.pet
(10.02 KiB) Downloaded 546 times

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#35 Post by musher0 »

zigbert wrote:Nathans wallpaper app - now scalable
Hi, zigbert.

Clear to use. Nicely done. Thanks.

musher0
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#36 Post by zigbert »

PPPOE gui
Optimized for WoofCE - will not work properly in other Puppies!
/usr/sbin/pppoe_gui

Image

Code: Select all

#!/bin/sh
#Barry Kauler 2008, for Puppy Linux. Totally free script.
#130118 rodin.s: adding gettext
#131217 zigbert: gui (gtkdialog) improvements.


export TEXTDOMAIN=rp_pppoe #pppoe
export TEXTDOMAINDIR=/usr/share/locale
export OUTPUT_CHARSET=UTF-8
eval_gettext () {
  local myMESSAGE=$(gettext "$1")
  eval echo \"$myMESSAGE\"
}
export LANGORG=$LANG

export PPPOE_gui='
<window title="PPPOE" icon-name="gtk-network">
<vbox space-expand="true" space-fill="true">
  '"`/usr/lib/gtkdialog/xml_info fixed internet_connect.svg 60 "<b>PPPOE</b>" "$(gettext 'Roaring Penguin client')"`"'
  <vbox space-expand="true" space-fill="true">
    <frame> 
      <hbox>
        <text><label>"'$(gettext 'Initial configuration')' "</label></text>
        <button>
          '"`/usr/lib/gtkdialog/xml_button-icon preferences.svg big`"'
          <action>rxvt -e pppoe-setup &</action>
        </button>
      </hbox>
      <hbox>
        <text><label>"'$(gettext 'Connect now')' "</label></text>
        <button>
          '"`/usr/lib/gtkdialog/xml_button-icon internet_connect.svg big`"'
          <action>rxvt -e pppoe-start_shell &</action>
        </button>
      </hbox>
      <hbox>
        <text><label>"'$(gettext 'Disconnect now')' "</label></text>
        <button>
          '"`/usr/lib/gtkdialog/xml_button-icon internet_connect_no.svg big`"'
          <action>rxvt -e pppoe-stop_shell &</action>
        </button>
      </hbox>
      <hbox>
        <text><label>"'$(gettext 'View status')' "</label></text>
        <button>
          '"`/usr/lib/gtkdialog/xml_button-icon info.svg big`"'
          <action>rxvt -e pppoe-status_shell &</action>
        </button>
      </hbox>
    </frame>
  </vbox>
  <hbox space-expand="false" space-fill="false">
    <button>'"`/usr/lib/gtkdialog/xml_button-icon quit`"'<label>'$(gettext 'Quit')'</label></button>
  </hbox>
</vbox>
</window>
'

. /usr/lib/gtkdialog/xml_info gtk #build bg_pixmap for gtk-theme
gtkdialog -p PPPOE_gui

###END###

anikin
Posts: 994
Joined: Thu 10 May 2012, 06:16

#37 Post by anikin »

This one got my attention, as I'm interested in PPPOE.
Nice GUI - modify the text as follows and it will shine:

PPPOE
Roaring Penguin Client

Setup
Connect
Disconnect
Status

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#38 Post by zigbert »

These are
/usr/local/lib/pixmaps/closebox_outline48.png
/usr/local/lib/pixmaps/locked_outline48.png


Image Image


Image


Image Image
Last edited by zigbert on Fri 28 Feb 2014, 09:16, edited 2 times in total.

User avatar
sc0ttman
Posts: 2812
Joined: Wed 16 Sep 2009, 05:44
Location: UK

#39 Post by sc0ttman »

Zigbert, does your updated pmount include support for exfat partitions? (I updated mine, uses fuse-exfat/mount.exfat to get it working... but it's a hack more than anything... )
[b][url=https://bit.ly/2KjtxoD]Pkg[/url], [url=https://bit.ly/2U6dzxV]mdsh[/url], [url=https://bit.ly/2G49OE8]Woofy[/url], [url=http://goo.gl/bzBU1]Akita[/url], [url=http://goo.gl/SO5ug]VLC-GTK[/url], [url=https://tiny.cc/c2hnfz]Search[/url][/b]

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#40 Post by zigbert »

sc0ttman
My alternative Pmount has no other features than the original Pmount. It is a simple gui rewrite.

If you want to improve it, you'll find it on github as a part of woof-CE.


Sigmund

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#41 Post by zigbert »

Using white instead of green shade makes it better blend in with any wallpaper.

Image

Download icons here

Pelo

Pmount ddoes not work in precise 5.4.3

#42 Post by Pelo »

zigbert, your are going the wrong way.... i was glorifying you.. i am changing my mind :!:
Your new Pmount does not work in precise 5.4.3... no time to read (translate) all the topic.
A new copy will be needed, zigbert, pleeeaase, asap :!:
Don't hurry, it was just a try. Old one is enough.

Post Reply