Page 32 of 40

Posted: Fri 13 Dec 2013, 15:32
by nooby
Satori wrote:Updated all my systems to 3.5.2.11, now that the wifi and Chrome is working again.

Only problem I found is that after waking up from the sleep mode, from closing the laptop's
lid, the hot keys for the sound buttons no longer function.
Correct me if I am wrong on this
But AFAIK the problem you mention
are a known old one and I am not sure
that there is a solution or that it is promised
that it should work.

Just from my very poor memory.

Posted: Sat 14 Dec 2013, 17:09
by Smithy
Just tried the 10 version.

Abiword now shows highlighted text without going black.

Wheezy openbox plus working ok (Vicmz, not sure but if you add the dpup openox pet afterwards it might make obconf work, forgotten what I did in 8 but I removed xdg jwm temporarily and then put it back and openbox and menu maker started to respond, bit hacky though. Tint2rc conf is really good and quite intuitive once you make your desktop files and icons.

The powersave button on the taskbar is great. Turns a desktop dualcore into a halfcore in 5 seconds.

Another nice distro from Pemasu.

Posted: Sat 14 Dec 2013, 17:36
by koulaxizis
@Smithy Very nice desktop!! :)

LxPup-by-SFS available for Dpup Wheezy

Posted: Sat 14 Dec 2013, 21:37
by peebee
I've made a version of LxPup-by-SFS for Dpup Wheezy - see

http://murga-linux.com/puppy/viewtopic. ... 812#743812

This means that at a future date there could be a Wheezy flavour of LxPup13.11

Cheers
peebee

Posted: Sun 15 Dec 2013, 01:03
by dejan555
Here are some pets I compiled on wheezy, I tried installing transmission from wheezy repo through PPM and it goes OK but when you run it, it scrambles the GUI interface, assuming something to do with gtk3, this is the last version that supported gtk2.
Also fluxbox compiled.

http://meownplanet.net/dejan/pets/wheezy-pets/

Posted: Sun 15 Dec 2013, 08:44
by pemasu
dejan555. Thank you very much. About scrambled gui. Surely it goes to the gtk-3.0.
I suppose you have meddled with gtk themes. Knowing you. When I tested with default gtk-3.0 theme, Bluebird, I didnt got scrambled gui when testing debian wheezy main transmission-gtk. Gtk-3.0 themes are mess. There is no underlying standard...themes have tendency to broke...when underlying deps are updated...I have manually fixed the ones I have in Dpup Wheezy. I wont much try to add more gtk-3.0 themes to the build. They just are too difficult to maintain. I hope the situation will clear in the future.

I tested also transmission-qt, worked and qbittorrent. The latter needed devx sfs to be installed, due to python needs. The nova search in qbittorrent is python dependent.

I will upload your pets to the pet_packages-wheezy....when I have time to start next update cycle. Hopefully during Christmas....

And thank you again. Compilers are always needed. And thanks to don570 also of his Gimp and other pets. I will check them in the future also. Thanks goes to the vicmz and peebee too....of their efforts in alternative WM. Openbox - Lxde - tint2 are great wm additions. I think they will have place in pet_packages-wheezy also...

About non-working obconf...I read from some thread that there was at least one needed lib missing: I checked my distro_specs.
I have added this lib for obconf: libxcb-util0
Might be useful to try to install and test obconf again. That lib is not yet preinstalled.

Posted: Sun 15 Dec 2013, 15:14
by peebee
pemasu wrote:..I read from some thread that there was at least one needed lib missing: I checked my distro_specs.
I have added this lib for obconf: libxcb-util0
Might be useful to try to install and test obconf again. That lib is not yet preinstalled.
Hi pemasu

That lib is in my current lxpupsetup-d.3.5.2.pet.....I will now remove it once 3.5.2.11+ appears.

Cheers
peebee

Posted: Mon 16 Dec 2013, 08:34
by dejan555
I didn't change themes, it was the default one, and next time I tried installing transmission-cli only but somehow that broke gui too (more precisely text in gui - I get square characters instead text everywhere)

Suggestion about appereance: make urxvt nicer via ~/.Xdefaults like sidebar on the right and maybe darker background I'll post my config later

Posted: Tue 17 Dec 2013, 19:28
by Smithy
koulaxizis wrote:@Smithy Very nice desktop!! :)
Thanks Koulaxizis, I moulded it from electrons :wink:

Just before I forget, Yes that libxcb-util0_0.3.8.2 i386 deb in the wheezy repo brings openbox conf to life, and married with Vicmz Openbox_Plus 1.5.pet, gets a fully working Tint/openbox desktop with fixmenus updating correctly and living in harmony with JWM.

Didn't have much joy with the Wheezy repo on the openbox/tint debs.

Roxterm works also from Wheezy repo, either gtk 2 or 3 and also Roxterm 1.1.17.1 pet
and menumaker 1.1.1.7 pet amongst all those nice little progs that were made and forgotten about.


This is on version 11.

Posted: Sat 21 Dec 2013, 13:07
by dejan555
My ~/.Xdefaults

Code: Select all

!Rxvt*keysym.0xFF50:\001
!Rxvt*keysym.0xFF57:\005
! but urxvt in quirky etc needs these...
!Rxvt.keysym.Home: \033[1~
!Rxvt.keysym.End: \033[4~
! broomdodger reports this works in both 431 and quirky (rxvt and urxvt)...
Rxvt.keysym.0xFF50: \033[1~
Rxvt.keysym.0xFF57: \033[4~

!Rxvt*menu: /root/.rxvt.menu
Rxvt*saveLines: 1000

urxvt.foreground:#00FF00
urxvt.background:#000000
urxvt.underlineColor:#00FF00

! fonts
! run "fc-list" for a list of available fonts
urxvt.font: xft:Nimbus Mono L:style=Regular:pixelsize=16

urxvt.geometry:70x25
urxvt.scrollBar: True
urxvt.scrollBar_right: true
urxvt.scrollTtyOutput: False
urxvt.scrollTtyKeypress: True
urxvt.secondaryScroll: True
urxvt.saveLines: 1000
urxvt.cursorUnderline:True
urxvt.cursorBlink:True

urxvt.transparent:Off
urxvt.shading:85
urxvt.borderLess:Off

And here are packages for weechat, python plugin is packaged separately in case you don't have python installed/loaded with devx

weechat-0.4.2-i686-wheezy35211.pet
weechat_PYTHON-0.4.2-i686-wheezy35211.pet
weechat_NLS-0.4.2-i686-wheezy35211.pet
weechat_DEV-0.4.2-i686-wheezy35211.pet

Posted: Sun 22 Dec 2013, 09:21
by charlie6
@Smithy
nice desktop ...!
Just had like to know what the jwmrc.tray code to get the 2 lines clock format displayed ?
Thanks for answering!
Charlie

Posted: Sun 22 Dec 2013, 14:48
by Smithy
Charlie 6, it is actually the tint 2 panel that is showing the date and clock (and battery time).
It is part of openbox plus 1.5 pet . The panel is alterable via config/tint2/tint2rc.conf.
For information on manually configuring tint2 see http://code.google.com/p/tint2/wiki/Configure

Hope this helps.

Posted: Tue 24 Dec 2013, 16:08
by dejan555
There's no hiawatha in wheezy, but there's pplog (menu entry and /root/Web-Server/blog) Is this intentional? You could package pplog too as separate pet (although it's only 88 KB and probably insignificant when compressed into sfs but would remove Web-Server dir from /root) or add hiawatha to iso?

Posted: Tue 24 Dec 2013, 20:11
by dejan555
Also, when I start pure-ftpd server (I always start it from console, just: pure-ftpd & I also tried from menu dialog where "prevent user root connections" is no checked) I can only login as anonymous to ftpd directory, I can't login as root (password woofwoof? I also ran passwd to set it)

Posted: Sat 28 Dec 2013, 03:20
by Ray MK
Hi Pemasu - Seasons greatings and a big thankyou for yet another fantastic puppy.

No obvious issues - all seems good OOTB.

# uname -a
Linux e732 3.5.2-dpup #1 SMP Mon Aug 20 20:32:41 AST 2012 i686 GNU/Linux
# free
total used free shared buffers
Mem: 1804864 991604 813260 0 29456
-/+ buffers: 962148 842716
Swap: 0 0 0
# uptime
03:35:02 up 5 days, 5:53, load average: 0.00, 0.06, 0.11
#

Posted: Sat 28 Dec 2013, 10:14
by charlie6
@ Smithy: thanks for your answer :wink: I'll get a try.

@ Pemasu,
just i'm wondering if already on-wheezy_3.5.2.5-compiled-applications need to be recompiled on wheezy_3.5.2.11 ...? This question because i've one which segfaults on wheezy_3.5.2.11. :shock:
Thanks for answering !
@ all: ***Wish you an happy NY time ...and snowy ? :wink: ***

(here we get abnormal +10°C mean outside temp. + abnormal rain falls ...maybe awaiting temp. decrease down to -15°C in mid-january/february/march ?)

Regards, Charlie

Posted: Sat 28 Dec 2013, 13:21
by nmlkngdm
Frugal install to HP Pavilion Entertainment laptop
-Computer-
Processor : 2x Intel(R) Core(TM)2 Duo CPU T5850 @ 2.16GHz
Memory : 3113MB (125MB used)
Operating System : Unknown distribution
User Name : root (root)
Date/Time : Sat 28 Dec 2013 08:32:46 AM EST
-Display-
Resolution : 1280x800 pixels
OpenGL Renderer : Unknown
X11 Vendor : The X.Org Foundation
-Multimedia-
Audio Adapter : HDA-Intel - HDA Intel
-SCSI Disks-
ATA TOSHIBA MK3252GS

Image

Posted: Mon 30 Dec 2013, 02:58
by OscarTalks
I compiled this latest version of DreamChess from source in Dpup Wheezy. It is much more recent than the version in the Debian repos which is from 2007 I believe. I also compiled the dependencies from source to keep them as small as possible without dependencies of dependencies. It looks quite elegant with several graphical styles to choose from and seems to play OK. Give it a try.

http://www.murga-linux.com/puppy/viewtopic.php?t=91010

faded or washed-out police characters

Posted: Tue 07 Jan 2014, 09:38
by charlie6
[SOLVED] see a few posts below :wink:
Hi,
having Wheezy-3.5.2.11 running like a charm ...
On a PC with an oldNvidia chip + nouveau driver (see report-video comment), i
just got somewhat «faded» or «washed-out» police characters inside text-entry dialog boxes and inside Geany; as also main Menu icons and web screens icons (see shot from Geany below);
Therefore, Geany is not usable.
What could be a fix for this without switching to another video driver?
sh-4.1# report-video
RAPPORT VIDÉO Dpup Wheezy, version 3.5.2.11

Description de la puce:
VGA compatible controller: NVIDIA Corporation NV11DDR [GeForce2 MX200] (rev b2)

Requested by /etc/X11/xorg.conf:

Examen du fichier de démarrage de Xorg (/var/log/Xorg.0.log):
Pilote chargé (et actuellement utilisé): nouveau
Modules chargés: dbe dri dri2 exa extmod fb fbdevhw glx kbd mouse record shadowfb

Rendu actuel de l'écran:
Résolution: 1024x768 pixels (270x203 millimeters)
Profondeur: 24 planes

... les infos ci-dessus ont été également enregistrées dans /tmp/report-video
sh-4.1#
attached: pdiag output

Thanks for any help !
cheers, charlie

Posted: Thu 09 Jan 2014, 19:42
by don570
Is the older 'nv' nvidia driver installed in Wheezy? If it is then you could test it
for compatibility.

I have a nvidia graphics card MX400 that I can test this weekend.

_____________________________________________