The time now is Wed 22 May 2013, 07:05
All times are UTC - 4 |
|
Page 7 of 205 [3066 Posts] |
Goto page: Previous 1, 2, 3, 4, 5, 6, 7, 8, 9, ..., 203, 204, 205 Next |
| Author |
Message |
zigbert

Joined: 29 Mar 2006 Posts: 5241 Location: Valåmoen, Norway
|
Posted: Sat 20 Dec 2008, 14:16 Post subject:
|
|
Hi guys
If you have looked into Pwidgets poor theming, please note that it is possible to make individual themes for each widget. See /root/.pwidgets/themes/DeepThought/. Here you see 'main' and 'Ram'. Main theme is used when no individual theme exist. All widgets with DeepThought theme are goldish, but the Ram widget are blue.
Sigmund
_________________ Stardust resources
|
|
Back to top
|
|
 |
J-Bob

Joined: 09 Feb 2008 Posts: 283 Location: Canada
|
Posted: Sat 20 Dec 2008, 15:40 Post subject:
|
|
well, i found a serious bug involving the analog clock in 0.3.
when the analog clock.png loads, the rox pinboard will not let you do anything and the rox filer will not either.
i think it's something in the script for loading the clock.
and i noticed that pwidgets does not seem to like updating itself when you save changes.
these would be good to fix for 0.4. but when a bugfix is made, expect it to be in PupCore, as well as the other DeepThought themes.
- J-Bob
#EDIT: It only refuses to when you have the analogclock.png addon.
i'll remove this in a rebranding, CoreWidgets, if that's fine with you?
_________________
It's been a long time.
|
|
Back to top
|
|
 |
J-Bob

Joined: 09 Feb 2008 Posts: 283 Location: Canada
|
Posted: Sat 20 Dec 2008, 17:29 Post subject:
|
|
actually, it attempts to resize the current active window. which is often the pinboard.
what if you made it run a small program which would disappear after pwidgets finishes loading, like a splash screen. that should be harmless and inconspicuous enough.
what do you thing Zigbert?
|
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 5241 Location: Valåmoen, Norway
|
Posted: Sun 21 Dec 2008, 03:17 Post subject:
|
|
J-Bob
| Quote: | | what if you made it run a small program which would disappear after pwidgets finishes loading, like a splash screen. that should be harmless and inconspicuous enough. | I thought there already was such a splash ???
I think the trouble with resizing the pinboard comes from the attempt to fix the rendering of the Analog-clock. 01micko has made a fix for that which uses xevent to auto-click on the desktop to show clock. This might give trouble, and you could try to remove/change the code in /usr/sbin/fixwidgets.
Sigmund
_________________ Stardust resources
|
|
Back to top
|
|
 |
01micko

Joined: 11 Oct 2008 Posts: 7018 Location: qld
|
Posted: Sun 21 Dec 2008, 04:44 Post subject:
|
|
| J-Bob wrote: | actually, it attempts to resize the current active window. which is often the pinboard.
what if you made it run a small program which would disappear after pwidgets finishes loading, like a splash screen. that should be harmless and inconspicuous enough.
what do you thing Zigbert? |
Depending on the speed of your machine and what WM you use you may have to increase the sleep values for xevent. This may fix your problem. You may have to alter the cursor return coordinates as well. I have discussed this earlier in this thread. I'm working on a better fix.
Slight oversight with my fix, there may be problems if you have your task bar at the top of the screen, but that can be addressed maybe in your main post zigbert? My fix is just a basic convenience type of thing designed for JWM with task bar on the bottom with limited testing in Icewm.
Hope that helps.
_________________ keep the faith .. 
|
|
Back to top
|
|
 |
J-Bob

Joined: 09 Feb 2008 Posts: 283 Location: Canada
|
Posted: Sun 21 Dec 2008, 10:28 Post subject:
|
|
| zigbert wrote: | J-Bob
| Quote: | | what if you made it run a small program which would disappear after pwidgets finishes loading, like a splash screen. that should be harmless and inconspicuous enough. | I thought there already was such a splash ???
I think the trouble with resizing the pinboard comes from the attempt to fix the rendering of the Analog-clock. 01micko has made a fix for that which uses xevent to auto-click on the desktop to show clock. This might give trouble, and you could try to remove/change the code in /usr/sbin/fixwidgets.
Sigmund |
I think it is likely the auto-click, as it moves the mouse to the top-left and apparently drags it.
i'll do some bugfixing in fixwidgets and once i get it working, i'll upload the new script, if i'm able to.
- J-Bob
|
|
Back to top
|
|
 |
J-Bob

Joined: 09 Feb 2008 Posts: 283 Location: Canada
|
Posted: Sun 21 Dec 2008, 10:33 Post subject:
|
|
| 01micko wrote: | | J-Bob wrote: | actually, it attempts to resize the current active window. which is often the pinboard.
what if you made it run a small program which would disappear after pwidgets finishes loading, like a splash screen. that should be harmless and inconspicuous enough.
what do you thing Zigbert? |
Depending on the speed of your machine and what WM you use you may have to increase the sleep values for xevent. This may fix your problem. You may have to alter the cursor return coordinates as well. I have discussed this earlier in this thread. I'm working on a better fix.
Slight oversight with my fix, there may be problems if you have your task bar at the top of the screen, but that can be addressed maybe in your main post zigbert? My fix is just a basic convenience type of thing designed for JWM with task bar on the bottom with limited testing in Icewm.
Hope that helps.  |
i'm using the DeepThought theming built by Zigbert. My machine has a 1.13GHz Pentium III Mobile.
I might be able to find a way to fix the error.
@zigbert
i'll mention another thing, it does not show me a splash screen for pwidgets
|
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 5241 Location: Valåmoen, Norway
|
Posted: Sun 21 Dec 2008, 11:13 Post subject:
|
|
J-Bob
It would be interesting to see Pwidgets output when you run it from terminal. It might tell me the reason why the splash fails.
Sigmund
_________________ Stardust resources
|
|
Back to top
|
|
 |
01micko

Joined: 11 Oct 2008 Posts: 7018 Location: qld
|
Posted: Sun 21 Dec 2008, 11:29 Post subject:
|
|
| J-Bob wrote: | | 01micko wrote: | | J-Bob wrote: | actually, it attempts to resize the current active window. which is often the pinboard.
what if you made it run a small program which would disappear after pwidgets finishes loading, like a splash screen. that should be harmless and inconspicuous enough.
what do you thing Zigbert? |
Depending on the speed of your machine and what WM you use you may have to increase the sleep values for xevent. This may fix your problem. You may have to alter the cursor return coordinates as well. I have discussed this earlier in this thread. I'm working on a better fix.
Slight oversight with my fix, there may be problems if you have your task bar at the top of the screen, but that can be addressed maybe in your main post zigbert? My fix is just a basic convenience type of thing designed for JWM with task bar on the bottom with limited testing in Icewm.
Hope that helps.  |
i'm using the DeepThought theming built by Zigbert. My machine has a 1.13GHz Pentium III Mobile.
I might be able to find a way to fix the error.
@zigbert
i'll mention another thing, it does not show me a splash screen for pwidgets |
I did extensive testing on a slower laptop, but I did run into problems like you suggest. The sleep value is the key.
_________________ keep the faith .. 
|
|
Back to top
|
|
 |
01micko

Joined: 11 Oct 2008 Posts: 7018 Location: qld
|
Posted: Sun 21 Dec 2008, 11:43 Post subject:
|
|
Have uploaded some files for 'xlideshow'. Pre alpha testing is necessary. Many helpers are welcome!
_________________ keep the faith .. 
|
|
Back to top
|
|
 |
trio

Joined: 21 Dec 2008 Posts: 1786 Location: अनुमोदना
|
Posted: Sun 21 Dec 2008, 11:53 Post subject:
Thank you for pwidgets everyone Subject description: New widget please? |
|
How about a docking transparent sidebar with .png files you can easily change? Also skins for each widget, some people maybe don't like transparent..I am very eager and thankful to you guys for this pwidgets
| Description |
It shoul look like my current desktop
|

Download |
| Filename |
my-vista.jpg |
| Filesize |
176.91 KB |
| Downloaded |
465 Time(s) |
|
|
Back to top
|
|
 |
J-Bob

Joined: 09 Feb 2008 Posts: 283 Location: Canada
|
Posted: Sun 21 Dec 2008, 13:08 Post subject:
|
|
Here is the results of when i ran fixwidgets
| Code: | /usr/sbin/fixwidgets: line 3: kill: (5096) - No such process
cp: cannot stat `[none]': No such file or directory
/root/Choices/ROX-background.jpg: image not found
Conky: Conky: /root/.pwidgets/configs/Cpu: 8: no such configuration: 'HEIGHT=155'/root/.pwidgets/configs/Calender: 8: no such configuration: 'HEIGHT=160'
Conky: Conky: /root/.pwidgets/configs/Cpu: 9: no such configuration: 'OFFSET_X=20'/root/.pwidgets/configs/Calender: 9: no such configuration: 'OFFSET_X=20'
Conky: /root/.pwidgets/configs/Puppylinux: 8: no such configuration: 'HEIGHT=50'
Conky: /root/.pwidgets/configs/Puppylinux: 9: no such configuration: 'OFFSET_X=40'
Conky: /root/.pwidgets/configs/Ram: 8: no such configuration: 'HEIGHT=155'
Conky: /root/.pwidgets/configs/Ram: 9: no such configuration: 'OFFSET_X=20'
Conky: desktop window (60001a) is subwindow of root window (46)
Conky: window type - override
Conky: drawing to created window (0x1600001)
Conky: drawing to double buffer
Conky: desktop window (60001a) is subwindow of root window (46)
Conky: window type - override
Conky: drawing to created window (0x1400001)
Conky: drawing to double buffer
Conky: desktop window (60001a) is subwindow of root window (46)
Conky: window type - override
Conky: drawing to created window (0x1800001)
Conky: drawing to double buffer
Conky: desktop window (60001a) is subwindow of root window (46)
Conky: window type - override
Conky: drawing to created window (0x1200001)
Conky: drawing to double buffer |
yeah... I'd prefer adding the actual clicking onto a script which goes alongside the widget. because if that was the case, it would only be a problem with the analog clock.
@01micko
i think a static sleep variable might be the problem, but it's the fact that it causes a problem exactly after the widgets finish loading gives me a hunch it's the xevent not being friendly with jwm.
i could upload a screenshot of my desktop for those that want to know what it looks like.
- J-Bob
(Wow, feels like i might actually be helping with the bugfixing for a utility for 4.2. Well that's good.)
Edit: I should also mention, that i removed the wallpaper roxapp because removing it saves space, and i let rox manage right clicks on the desktop.
_________________
It's been a long time.
Last edited by J-Bob on Sun 21 Dec 2008, 13:14; edited 1 time in total
|
|
Back to top
|
|
 |
J-Bob

Joined: 09 Feb 2008 Posts: 283 Location: Canada
|
Posted: Sun 21 Dec 2008, 13:11 Post subject:
|
|
I might as well upload the screenshot of my system.
Just in case anyone wonders, this IS what PupCore will look like.
- J-Bob
| Description |
|

Download |
| Filename |
screenshot.png |
| Filesize |
170.48 KB |
| Downloaded |
360 Time(s) |
|
|
Back to top
|
|
 |
01micko

Joined: 11 Oct 2008 Posts: 7018 Location: qld
|
Posted: Sun 21 Dec 2008, 16:07 Post subject:
|
|
J-Bob
You have a problem with your fonts. The calendar is not aligned. On about page 2 in this thread zigbert has addressed this.
_________________ keep the faith .. 
|
|
Back to top
|
|
 |
J-Bob

Joined: 09 Feb 2008 Posts: 283 Location: Canada
|
Posted: Sun 21 Dec 2008, 17:15 Post subject:
|
|
@01micko
didn't notice that. Good to know what needs to be fixed.
And i have been working on a tcl script to fix some of the problems with the fix for pwidgets
- J-Bob
|
|
Back to top
|
|
 |
|
|
Page 7 of 205 [3066 Posts] |
Goto page: Previous 1, 2, 3, 4, 5, 6, 7, 8, 9, ..., 203, 204, 205 Next |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|