Page 73 of 130

Posted: Thu 23 Dec 2010, 11:12
by eljuertes
My fake Mac (Puppy 5.1)

Image

Image

Image

I dont know how to post images direct (sorry for my english i am spanish)

Posted: Thu 23 Dec 2010, 22:37
by battleshooter
eljuertes wrote:My fake Mac (Puppy 5.1)

http://img831.imageshack.us/img831/4279/puppymac3.png

http://img151.imageshack.us/img151/3158/puppymac2.png

http://img839.imageshack.us/img839/7749/puppymac4.png

I dont know how to post images direct (sorry for my english i am spanish)
Hey man, looks awesome!

BTW, just put the link between

Code: Select all

 [img][/img] 
To get it to show up.

Welcome to the forum!

Battleshooter

Posted: Fri 24 Dec 2010, 01:04
by postfs1
To reedit up to date.

Posted: Fri 24 Dec 2010, 12:34
by eljuertes
battleshooter wrote:
eljuertes wrote:My fake Mac (Puppy 5.1)

http://img831.imageshack.us/img831/4279/puppymac3.png

http://img151.imageshack.us/img151/3158/puppymac2.png

http://img839.imageshack.us/img839/7749/puppymac4.png

I dont know how to post images direct (sorry for my english i am spanish)
Hey man, looks awesome!

BTW, just put the link between

Code: Select all

 [img][/img] 
To get it to show up.

Welcome to the forum!

Battleshooter
Thanks now is ok

Posted: Sat 25 Dec 2010, 18:53
by eljuertes
sorry one question...
how to put on puppy leopard cursors?

Posted: Sat 25 Dec 2010, 19:31
by Q5sys
runtt21 wrote:Macpup running the LuxeMP theme with a tron wallpaper.
I've been wondering when I'd start to see Tron wallpapers showing up in this thread. Here is what I've been running for about a month now. I think its time for me to change it up again.

Click for larger:
Image

Posted: Sun 26 Dec 2010, 17:58
by clarf
WarMocK wrote:Dejan555 gets 100 rubber points and a cookie. :D
I'm coding that menu right now. It's called navig8or and is written in C++. Only dependencies so far are Gtk and Pango (both are core components in puppy, no need to install anything else). Right now I'm working on the most important part of it: the application menu, which will be created from the .jwmrc file.

Features:
- shortbut links to the folders in your home directory, for example, pictures, media or docs
- a combined exec/search bar. write the command and hit enter/press the button next to it, and the application starts. Right-click the field and it searches for the file (not implemented yet)
- Logout button (probably gonna write me a new window for all the exit/shutdown/reboot stuff)

todo:
- application menu using .jwmrc
- link to the system settings

As soon as I got these features implemented (and I got the transparency working) I'll see if I can break it up and reconfigure the program so I can place the control elements on the main window using a config file. :D
Hi WarMocK,

Any news about your Navig8or?. I would like to test any alpha release, it looks really cool.

Greetings,
clarf

Posted: Tue 28 Dec 2010, 14:16
by WarMocK
clarf wrote: Hi WarMocK,

Any news about your Navig8or?. I would like to test any alpha release, it looks really cool.

Greetings,
clarf
I wanted to add the <geometry> parameter first so you can set the size properties of the menu window. Right now the window size is fixed to 400x260 pixels. Once the <geometry> parameter is implemented you can use the window for more than just a main menu - you can use it to display small launcher widgets and other stuff on the desktop, provided I start adding even more things into the binary. Right now I have 5 different functions (app list, shaped buttons, a search and execution bar, labels, and images), but I already considered adding stuff like drive icons that can be clicked to mount the appropriate drive and open it's content with the file manager of your choice.
Maybe I'll post a version of it today, so stay tuned. ;-)

Posted: Wed 29 Dec 2010, 00:19
by WarMocK
Uploaded:
Navig8or (alpha release) + TinyLogout
I hope I got everything in there, if not please let me know.

Posted: Wed 29 Dec 2010, 04:11
by clarf
Many thanks WarMocK,

It´s a promising application. :shock:

First impressions:

Nice look and feel (I liked the fake transparency effect, icons selection and theme).
The drop-down Menu works fine, but the fixed size is uncomfortable (I think it shouldn´t be encapsulated in a Window).
The configuration file added flexibility to object distribution.
The launcher is a nice idea, I could use it to launch personalized scripts and my favorite applications.
The execution bar works fine.

I know it´s in a early stage so I won´t post any request. :)

It deserves its own thread for a new version...

Greetings,
clarf

Posted: Wed 29 Dec 2010, 20:44
by dejan555
Looks cool WarMock, maybe one more thing to implement: can you make it disapear if mouse clicked elsewhere or at least add small button on top to close it?
Here's screenie with fluxbox

Image

Posted: Wed 29 Dec 2010, 21:45
by WarMocK
Added resizable window capabilities, and you need to tell it the path to the config file it needs to use now.
For changing the size of the navig8or window, add this to the config file:
<geometry>x=$value y=$value</geometry>

For launching the program type:
/usr/local/navig8or/navig8or $X $Y /path/to/config

Posted: Thu 30 Dec 2010, 17:42
by stu90
Light gray lupu 8)

Image

Posted: Thu 30 Dec 2010, 21:36
by dejan555
Here I attach tray icon binary to launch "mainmenu" for navig8or (see star icon in system tray in my prevoius post screenshot ), you can extract it in /root/Startup or anywhere else and just click on it to run. Also here's my modified /usr/sbin/mainmenu which closes menu if navig8or is already running, otherwise it launches menu:

Code: Select all

#!/bin/sh
CHECK=`ps | grep navig8or | grep -v grep`
if [ "$CHECK" != "" ];then
killall navig8or
else
/usr/local/navig8or/navig8or 750 340 /root/.navig8or/config &
fi
(This is for later navig8or binary with geometry option and X parameters)

Posted: Thu 30 Dec 2010, 22:09
by Duskao
Sorry guys, don't have a post at the moment. But I got a couple questions for runtt21.

1. Where are you getting these wicked themes? are you making them? please post a link where you are finding them.

2. Are you planning on making a macpup for 5.2 once it's released? I'm amazed at the extras added into 5.2 for usability and ease of use, could go great with macpup.

3. How are you going about compiling e17 for puppy? Do you maybe have a .pet or .sfs for non macpup users?

Also, Great work with macpup. One of the most simplistic and gorgeous renditions of e17 on any distro.

Posted: Sun 02 Jan 2011, 22:59
by dejan555
Puppy Rockstar :lol:

Image

Posted: Mon 03 Jan 2011, 20:49
by steve_s
Dejan: wow!! 8)

Posted: Mon 03 Jan 2011, 23:05
by neurino
dejan555 wrote:Puppy Rockstar :lol:
Please change that Ibanez with a Fender or a Gibson!!! :D


(honestly I own an Ibanez too but not as cool as the ones above...) :wink:

Posted: Tue 04 Jan 2011, 03:40
by puppyluvr

Posted: Sat 08 Jan 2011, 17:30
by DM was on fire!
Linked, because my desktop is massive.
You can't see my pretty OpenBox theme in this shot though. I should've opened a window up. :c