Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#46
Well I tried installing antix-cc-base-antix

but it crapped out on inxi-gui-install and user-management-antix install process with the same message I posted at

post33884.html#p33884

so no antix control center base for Roky anymore. Even though I ran it for years this way. Still gonna keep AntiX 11 for the time being on here with KDE-Lite and KDM. Kinda just another way I ran this when it was Mate and Razor at one time also.

how-to-break-your-antix-11-install-t4637.html

It aint like I have not been there and done that. __{{emoticon}}__
Posts: 1,062
Dave
Joined: 20 Jan 2010
#47
rokytnji wrote:Yeah, and Dave says


========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://daveserver.info/antiX.html"
linktext was:"http://daveserver.info/antiX.html"
====================================


so now you know why confusion reigns in this desert. __{{emoticon}}__

DOH, Sorry rocky..... Forgot I made that page __{{emoticon}}__

I will have to update that repo setup info it is still for the very early version when we were first introducing it in v12.
the repo should be
For testing:
deb
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://antix.daveserver.info/testing"
linktext was:"http://antix.daveserver.info/testing"
====================================
testing main
For Stable:
deb
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://antix.daveserver.info/stable"
linktext was:"http://antix.daveserver.info/stable"
====================================
stable main
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#48
I think I finally skinned this cat. I be a bad mofo. __{{emoticon}}__ I went with dave testing on this Anti since I am now running sid.

Code: Select all


root@biker:/home/harry# wajig force antix-cc-base-antix
(Reading database ... 186105 files and directories currently installed.)
Preparing to unpack .../antix-cc-base-antix_0.3.7_all.deb ...
Unpacking antix-cc-base-antix (0.3.7) over (0.3.7) ...
dpkg: antix-cc-base-antix: dependency problems, but configuring anyway as you requested:
 antix-cc-base-antix depends on user-management-antix; however:
  Package user-management-antix is not installed.
 antix-cc-base-antix depends on inxi-gui-antix; however:
  Package inxi-gui-antix is not installed.

Setting up antix-cc-base-antix (0.3.7) ...
Processing triggers for desktop-file-utils (0.22-1) ...
Processing triggers for mime-support (3.54) ...
root@biker:/home/harry# wajig force inxi-gui-antix
(Reading database ... 186105 files and directories currently installed.)
Preparing to unpack .../inxi-gui-antix_0.2.2_all.deb ...
Unpacking inxi-gui-antix (0.2.2) ...
dpkg: warning: overriding problem because --force enabled:
dpkg: warning: trying to overwrite '/usr/local/bin/inxi-gui', which is also in package dave-apps 1.2.6
Setting up inxi-gui-antix (0.2.2) ...
Processing triggers for desktop-file-utils (0.22-1) ...
Processing triggers for mime-support (3.54) ...
root@biker:/home/harry# wajig force user-management-antix
(Reading database ... 186117 files and directories currently installed.)
Preparing to unpack .../user-management-antix_0.2.3_all.deb ...
Unpacking user-management-antix (0.2.3) ...
dpkg: warning: overriding problem because --force enabled:
dpkg: warning: trying to overwrite '/usr/local/bin/user-management', which is also in package dave-apps 1.2.6
Setting up user-management-antix (0.2.3) ...
Processing triggers for desktop-file-utils (0.22-1) ...
Processing triggers for mime-support (3.54) ...
root@biker:/home/harry# exit
exit
harry@biker:~$ antixcc.sh
I installed aptitude and wajig. Read the man and help pages. Then above is the last part of my control Center install because I could not find in previous code readout where the forum bug would not allow me to post this. So it is a big snip and just the last part of my wajig install procedure.


========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"https://wiki.debian.org/Wajig"
linktext was:"https://wiki.debian.org/Wajig"
====================================


I have yet to reboot though and see if I broke anything else. Edit: nothing broken. I had to replace wallpaper.py with wallpaper.sh in antixcc.sh in usr/local/bin. error is

Code: Select all

harry@biker:~$ wallpaper.py
Traceback (most recent call last):
  File"/usr/local/bin/wallpaper.py", line 523, in <module>
    Var().read()
  File"/usr/local/bin/wallpaper.py", line 68, in read
    with open(var.USER_HOME+"/.antix-session/desktop-code"+var.DISPLAY,"r") as f:
IOError: [Errno 2] No such file or directory: '/home/harry/.antix-session/desktop-code:0.0'
But the wallpaper.sh works OK but is not as full featured.
Posts: 1,062
Dave
Joined: 20 Jan 2010
#49
Looks like you are missing the session export in your xinitrc. It may show up properly in your skel/xinitrc file but basically if you run rox-icewm then you will need to have it export like...
Echo"rox-icewm" > ~/.antix-session/desktop-code$DISPLAY

Or for just fluxbox
Echo"fluxbox" > ~/.antix-session/desktop-code$DISPLAY

Then you will need to make sure that there is a wallpaper.conf and wallpaper-list.conf in ~ / . antix-session
Posts: 1
catursusetyo
Joined: 23 Nov 2014
#50
I often get similar problem,
but it always solve by :

apt-get install --reinstall libgdk-pixbuf2.0-0

please try..

wish you luck