Show Posts
|
|
Pages: [1] 2 3 4
|
|
1
|
Assistance / News & Announcements / Re: Pardus ... back to the future?
|
on: May 10, 2012, 23:04:49 PM
|
|
Yes, I'm using Chakra Linux since February and I have to admit that they are doing a great job for the kde integration. For example, all gtk apps are in a bundle system, so the repositories contains only qt apps. (But you have to check regularly if there are update with the bundle manager :/ ) They have coded some configuration modules for the control center of kde, like grub2 manager, iptables 4/6... On the other hand, yes, currently, there is no gui for pacman, the package manager, I've had to write a bash script to get some notifications about available update. I'm on the testing branch and except bugs specific to kde, it's a quite stable distro, and I like there half-rolling release system. It's seems not rock-solid like Pardus, but, it's simple and easy, like archlinux and Pardus. I have not found any others kde centric distro better than this one, except Pardus.
|
|
|
|
|
2
|
Assistance / News & Announcements / Re: Pardus Roadmap - Workshop
|
on: March 30, 2012, 09:52:21 AM
|
Yes, it's a good idea. I have no facebook account.  And I agree with PhiX, like said a french that talk turkish on our forum, they want to kill Pardus slowly but surely, so there is nothing to wait from the workshop. Forking a project like pardus is not an easy task since there are lot's specifics technologies like pisi, comar & co, that need to be developed. It requires lot's of time... But it's an interesting proposition. it could be great if there is a specific sub-forum / topic dedicated to this subject here, with all guys from facebook & co.
|
|
|
|
|
3
|
Assistance / Software / Re: Scribus 1.4.0
|
on: February 08, 2012, 15:52:51 PM
|
|
ok.. I have not really take the time to check that. But, I've had 2 scribus packages when I searched 'scribus'. I was unable to install the up-to-date version. Perhaps I have uninstalled the old sribus pisi was able to take the most up-to-date.
|
|
|
|
|
4
|
Assistance / Software / Re: Scribus 1.4.0
|
on: February 08, 2012, 15:11:45 PM
|
Hi atolboo, First, thanks for the packages. I successfully installed it. Two things. First, because of the new tag in the pspec.xml, scribus was not updated, as it was not in the same group. So I had to install it directly downloading the package from the parduser.de server. And it's seems to works fine. Thanks again ! And about repositories configuration, I've done something that can be useful. But since the Pardus future remains uncertain I did not talked about that. But, for the french pardus users, I've made a little software that help the new users to easily configure all the available repositories. Initially it was in bash, but I've made it using Qt. The software get an XML file at startup containing all repositories availables for all pardus versions / architectures and propose to the user to select the stable / test / devel versions of the repos. To select the debug / source repos, and the mirror of each repositories. The XML file: repositories.xmlThis the same file that is use to generate the table from this page on our dokuwiki. (never finished since we are waiting officials announcements / the fork..) The code is available on gitorious, and a compiled version for x86_64 here and for x86 here, for Pardus 2011.x. I've added an old screenshot. (old because the UI have changed a little) Once again, since the project seems dead, I've never really finished it / talked about it. For example, the translation in english should work, but I never take the time to test. But, perhaps this tool can be useful for the new ones...
|
|
|
|
|
7
|
Assistance / Software / Re: Scribus 1.4.0
|
on: February 07, 2012, 12:06:56 PM
|
Hi Trying to compile this software on a pardus, using test repo, I have this weird error: Scanning dependencies of target scribus13format make[2] : on quitte le répertoire « /var/pisi/scribus-1.4.0-27/work/scribus-1.4.0/build » make[2] : on entre dans le répertoire « /var/pisi/scribus-1.4.0-27/work/scribus-1.4.0/build » [ 5%] Building CXX object scribus/plugins/fileloader/scribus13format/CMakeFiles/scribus13format.dir/scribus13format.cpp.o {standard input}: Assembler messages: {standard input}:171158: Warning: end of file not at end of a line; newline inserted {standard input}:171760: Error: unknown pseudo-op: `.lc62' x86_64-pc-linux-gnu-g++: Internal error: Killed (program cc1plus) Please submit a full bug report.
Have you ever seen this error type ? Perhaps I need to update the gcc stuff from devel repo ?
|
|
|
|
|
9
|
Assistance / Software / Re: SABnzbd
|
on: December 29, 2011, 19:32:43 PM
|
I would like to know if it is possible to update this package since the version 0.6.14 is now available. Thanks ! Note: No, it's not a copy-paste from a previous post. 
|
|
|
|
|
10
|
Assistance / Software / Re: SABnzbd
|
on: October 29, 2011, 11:17:55 AM
|
And SABnzbd works perfectly fine.  Thanks for your great work and reactivity atolboo !
|
|
|
|
|
11
|
Assistance / Software / Re: SABnzbd
|
on: October 28, 2011, 22:18:52 PM
|
|
I would like to know if it is possible to update this package since the version 0.6.10 is now available. Thanks !
|
|
|
|
|
12
|
Assistance / Software / Re: SABnzbd
|
on: October 06, 2011, 19:38:44 PM
|
First of all, you _just_ need to configure sabnzbd.config. Below, for example, my /etc/sabnzbd.config, needed by the service SABnzbd. (using ssl) # SABnzbd should read the config file of this user. (/home/USERNAME/.sabnzbd/sabnzbd.ini) USERNAME="gyan011"
# SABnzbd need login/password ? (needed for shutdown) LOGIN="gyan000" PASSWORD="blahblah"
# Default http port. PORT="8080"
# SABnzbd configured to use SSL ? USE_SSL="true"
# Default https port PORT_SSL="9090"
This file configured, it's the web interface (for me it's https://localhost:9090/ if I use it at home) of SABnzbd that will create and configure the ~/.sabnzbd/sabnzbd.ini & co. So before the first use of SABNzbd, delete your directory ~/.sabnzbd/You do not have to edit yourself ~/.sabnzbd/sabnzbd.iniSo I'm using the web interface to configure ( https://localhost:9090/config/ ) all I want. For example, for .nzb files, I simply saved them in a 'dl' directory. And SABnzbd check regulary if there are new .nzb files to download. If so, it start automatically the download. When you use for the first time SABnzbd, so the ~/.sabnzbdi/* is not configured, the web interface let you configure the language, usenet servers to use etc. I'm doing all my downloads with this web interface that is very well made.
|
|
|
|
|
15
|
Assistance / Software / Re: SABnzbd
|
on: October 04, 2011, 12:46:13 PM
|
|
You simply have to edit /etc/sabnzbd.config (in root) And you just have to set the username where sabnzbd will go to read the config file. (so, it's the username of you default user account, with normal privileges.) After, launch the service and go to the webpage 127.0.0.1:8080
|
|
|
|
|
|