Hi,
this is not too much Arch related, but maybe there are some analogue
photographers on the list who can give me some hints?
I am looking for a software for my Epson V700 Photo scanner which is
able to scan in batch mode.
I installed iscan last night, which is the official Epson software for
Lin
All,
I have a new build error with tdebase (kdebase) in trinity that I think is the
result of a hardwired path somewhere and some recent gcc change. The error I
get is:
[ 49%] Built target libkmanpart-module
[ 49%] Generating nfs_prot_xdr.c
cannot find any C preprocessor (cpp)
rpcgen: C prepro
Thank you, Mantas and Tom.
Thanks again
On Mon, Jul 9, 2012 at 12:37 AM, Tom Gundersen wrote:
> On Mon, Jul 9, 2012 at 1:28 AM, Xin Zhao wrote:
> > I write my own because
> > "systemctl enable wicd.service" failed
> > The error message is
> > Failed to issue method call: File exists
>
> Sounds
On Mon, Jul 9, 2012 at 1:28 AM, Xin Zhao wrote:
> I write my own because
> "systemctl enable wicd.service" failed
> The error message is
> Failed to issue method call: File exists
Sounds like wicd is already enabled. You can verify this with
"systemctl status wicd.service". To start it, either re
I write my own because
"systemctl enable wicd.service" failed
The error message is
Failed to issue method call: File exists
So I decide to google and write it on my own
On Mon, Jul 9, 2012 at 12:16 AM, Mantas Mikulėnas wrote:
> ...In other words, make it exactly like the "wicd.service" uni
...In other words, make it exactly like the "wicd.service" unit that
Arch already ships in extra/wicd.
Why did you write your own unit in the first place? `systemctl enable
wicd.service` should be sufficient.
--
Mantas Mikulėnas
In addition to the comments from Mantas:
On Mon, Jul 9, 2012 at 12:59 AM, Xin Zhao wrote:
> Conflicts=NetworkManager.service
This is usually not done
You probably want to add:
Wants=network.target
Before=network.target
That means that the network.target will become "active" once wicd is
up an
On Mon, Jul 9, 2012 at 1:59 AM, Xin Zhao wrote:
> I changed to systemd recently but wicd does not start when system boots as
> before.
>
> I add /etc/systemd/wicd.service typed as
Units should be in /etc/systemd/system/.
> Requires=syslog.target
> After=syslog.target
These are not needed anymor
I changed to systemd recently but wicd does not start when system boots as
before.
I add /etc/systemd/wicd.service typed as
[Unit]
Description=Wicd Network Manager
Requires=syslog.target
After=syslog.target
Conflicts=NetworkManager.service
[Service]
Type=dbus
BusName=org.wicd.daemon
ExecStart=/us
On 07/07/2012 07:28 PM, Geert Hendrickx wrote:
On Sat, Jul 07, 2012 at 13:25:29 -0400, Dave Reisner wrote:
Hey all,
Allan pushed glib 2.16-2 into [testing] which removes /lib as a
directory, replacing it with a symlink. A bit of advice...
- In the simplest case, the upgrade can be done as simp
On Sun, Jul 8, 2012 at 11:46 PM, Christian Hesse wrote:
> DR on Sun, 2012/07/08 23:37:
> > On Sun, Jul 8, 2012 at 5:17 AM, Christian Hesse wrote:
> >
> > > Jonathan Hudson on Sat, 2012/07/07 17:00:
> > > > On Sat, 07 Jul 2012 17:35:56 +0200, Arno Gaboury wrote:
> > > >
> > > > >On 07/07/2012 0
DR on Sun, 2012/07/08 23:37:
> On Sun, Jul 8, 2012 at 5:17 AM, Christian Hesse wrote:
>
> > Jonathan Hudson on Sat, 2012/07/07 17:00:
> > > On Sat, 07 Jul 2012 17:35:56 +0200, Arno Gaboury wrote:
> > >
> > > >On 07/07/2012 05:27 PM, fredbezies wrote:
> > > >> Well, Tom gave the answer. Boot on
On Sun, Jul 8, 2012 at 5:17 AM, Christian Hesse wrote:
> Jonathan Hudson on Sat, 2012/07/07 17:00:
> > On Sat, 07 Jul 2012 17:35:56 +0200, Arno Gaboury wrote:
> >
> > >On 07/07/2012 05:27 PM, fredbezies wrote:
> > >> Well, Tom gave the answer. Boot on rescue-CD / rescue USB-key.
> > >>
> > >> Re
On Sun, Jul 8, 2012 at 2:53 AM, Uli Armbruster <
uli.armbrus...@googlemail.com> wrote:
> * Jan Steffens [07.07.2012 17:48]:
>> Updated lib32-glibc in [multilib-testing]. Just install glibc last.
>> $ pacman -Syu --ignore glibc
>> $ pacman -S glibc
>
> Thanks, that did the trick :)
To all:
Check
On 7 July 2012 20:26, D. Can Celasun wrote:
> On Sat, Jul 7, 2012 at 10:18 PM, Mateusz Loskot wrote:
>>
>> Does anyone know a screenshot taking and snipping application,
>> similar to the Shutter (http://shutter-project.org/), but 'more suckless'.
>> It is a tool that
>> - takes a screenshot
>> -
On 8 July 2012 02:51, Gaetan Bisson wrote:
> [2012-07-07 21:25:14 +0200] Gour:
>> Doesn't your desktop environment have one?
>
> Your X environment has one, in the package xorg-xwd:
>
> https://en.wikipedia.org/wiki/Xwd
I had no idea about Xwd.
Thanks for pointing to another interesting t
On 7 July 2012 20:25, Gour wrote:
> On Sat, 7 Jul 2012 20:18:50 +0100
> Mateusz Loskot wrote:
>
>> Do you know anything like that?
>
> Doesn't your desktop environment have one?
Nope. I do not use DE. I use i3 window manager.
Anyway, my problem solved with scrot.
Best regards,
--
Mateusz Losko
On 7 July 2012 20:24, Patrick Burroughs wrote:
> On Sat, Jul 7, 2012 at 12:18 PM, Mateusz Loskot wrote:
>> Hi,
>>
>> Does anyone know a screenshot taking and snipping application,
>> similar to the Shutter (http://shutter-project.org/), but 'more suckless'.
>
> Scrot fits your list of feature req
* Jan Steffens [07.07.2012 17:48]:
> Updated lib32-glibc in [multilib-testing]. Just install glibc last.
> $ pacman -Syu --ignore glibc
> $ pacman -S glibc
Thanks, that did the trick :)
19 matches
Mail list logo