Re: [gentoo-user] using KDE

2016-09-28 Thread Philip Webb
160928 Neil Bothwick wrote:
> On Wed, 28 Sep 2016 03:30:20 -0400, Philip Webb wrote:
>> One nasty little problem erupted when I accidently stuck a note
>> to the background on all desktops : eventually, I discovered
>>  ~/.config/plasma-org.kde.plasma.desktop-appletsrc ,
>> which stores the state of things at logout ;
>> deleting a few lines in that file removed the offensive blot.
> I've done that a few times.  There's a menu bar that pops out
> when you put the mouse pointer on the right-hand edge of the note
> with an option to delete it.

Thanks for the info, which I'll make a note of,
but I don't think I'll test it until I have to (grin).

PW> how do you do Vertical Maximise ?
> -- with Fluxbox I have it set to Alt-F3 , but I can't find it in KDE.
NB> Middle-click on the maximise button for vertical,
> right-click for horizontal (these can be changed of course).
> To set the shortcut, go into the Shortcuts -> Global Keyboard Shortcuts
> section of System Settings and select KWin from the dropdown.
> Then you can set the shortcuts, there are none defined by default.

Yes, both work : activated, noted & thanks again.

-- 
,,
SUPPORT ___//___,   Philip Webb
ELECTRIC   /] [] [] [] [] []|   Cities Centre, University of Toronto
TRANSIT`-O--O---'   purslowatchassdotutorontodotca




Re: [gentoo-user] using KDE

2016-09-28 Thread Neil Bothwick
On Wed, 28 Sep 2016 03:30:20 -0400, Philip Webb wrote:

> A couple of further irritations : (1) how do you do Vertical Maximise ?
> -- with Fluxbox I have it set to Alt-F3 , but I can't find it in KDE.

Middle click on the maximise button for vertical, right-click for
horizontal (these can be changed of course.

To set the shortcut, go into the Shortcuts>Global KEyboard Shortcuts
section of system settings and select KWin from the dropdown. Then you
can set the shortcuts, there are none defined by default.


-- 
Neil Bothwick

C:\DOS\SYSTEM\BATCH\UTILS\API\DOCS\READ\STORED\WHERE\THE\HELL\AM\I\?


pgp7C4TgMwMWm.pgp
Description: OpenPGP digital signature


Re: [gentoo-user] using KDE

2016-09-28 Thread Neil Bothwick
On Wed, 28 Sep 2016 03:30:20 -0400, Philip Webb wrote:

> One nasty little problem erupted when I accidently stuck a note
> to the background on all desktops : eventually, I discovered
>  ~/.config/plasma-org.kde.plasma.desktop-appletsrc ,
> which stores the state of things at logout ;
> deleting a few lines in that file removed the offensive blot.

I've done that a few times. There's a menu bar that pops out when you put
the mouse pointer on the right hand edge of the note, with an option to
delete it.


-- 
Neil Bothwick

Electrocution, n.:
Burning at the stake with all the modern improvements.


pgpd_8apIy_iS.pgp
Description: OpenPGP digital signature


Re: [gentoo-user] using KDE

2016-09-28 Thread Philip Webb
160927 Philip Webb wrote:
> I've been trying out KDE 5 for the past week & generally it's usable.

One nasty little problem erupted when I accidently stuck a note
to the background on all desktops : eventually, I discovered
 ~/.config/plasma-org.kde.plasma.desktop-appletsrc ,
which stores the state of things at logout ;
deleting a few lines in that file removed the offensive blot.

A couple of further irritations : (1) how do you do Vertical Maximise ?
-- with Fluxbox I have it set to Alt-F3 , but I can't find it in KDE.

(2) I like to have a few of Simon Tatham's puzzles running on a desktop.
At login, they are restored, but only with default parameters.
I can add the parameters I want in the KDE Menu
& have tried starting them from a 1-line script in /usr/games/bin/ ,
but KDE ignores everything except the basic binary.
Can anyone think of a way round this difficulty ?

-- 
,,
SUPPORT ___//___,   Philip Webb
ELECTRIC   /] [] [] [] [] []|   Cities Centre, University of Toronto
TRANSIT`-O--O---'   purslowatchassdotutorontodotca




Re: [gentoo-user] Using KDE apps in a non KDE environment

2015-10-10 Thread Andrew Lowe
Whoops, big mistake on my part. I misread the threading of the original
email and credited the idea to Alan Mc Kinnon. The credit should go to
Rich Freeman.

Sorry Rich,

Andrew


On 10/10/2015 06:56 PM, Andrew Lowe wrote:
> On 10/03/2015 06:41 AM, Rich Freeman wrote:
>> On Fri, Oct 2, 2015 at 1:30 AM, Alan McKinnon  
>> wrote:
>>> On 02/10/2015 05:31, Andrew Lowe wrote:
 Hi all,
   I'm getting disillusioned with the direction KDE is taking, with
 respect to forcing users to use things they don't want to. The semantic
 desktop, or whatever they are now calling bits and pieces of it, is one
 thing that comes immediately to mind.

   Anyway, I've decided to move on and am thinking of going to lxqt. The
 problem is that I'm used to several KDE apps, kwooty, kwrite and a few
 more. Is it possible to run something such as lxqt and then emerge in
 kde apps where it will bring in just a few kde libraries, which I can
 live with, but not the whole desktop environment?
>>>
>>> Yes. Remove all of KDE then emerge back in the apps you want, they have
>>> deps on the libs they need. Whatever they pull in is required.
>>
>> It is easier than that.
>>
>> Edit your /var/lib/portage/world
>> Remove anything kde-related you're not explicitly interested in, such
>> as kde-meta
>> Add anything you are explicitly interested in, such as kwooty or kwrite
>> Add kde-apps/kdebase-runtime-meta
>>
>> Then run emerge --depclean and watch all the other stuff go away.
>>
>> No need to purge yourself of stuff like kdelibs that takes a long time
>> to rebuild just to add it back.  Let the dependency manager help you
>> out for a change.  :)
>>
>> I'm not even certain you need to explicitly add kdebase-runtime-meta -
>> other packages might pull that in on their own but I'm not certain of
>> that.  Run a --depclean -p first and see what portage wants to get rid
>> of before going that route.  Software may-or-may not work correctly
>> without that virtual installed and your bugs will be closed as
>> invalid.  That virtual is intended to be a somewhat-minimalist one for
>> situations like yours, but kde applications still will tend to pull a
>> lot of stuff in.
>>
> 
>   Closing my original question, I followed Alan's advice, fiddled the
> world file, and whilst not exactly "hey presto", a few emerge's, some
> hand manipulation of a few files and eventually it worked.
> 
>   It's a bit of a jump, I'd become quite used to Dolphin and whilst
> pcmanfm likes to think of itself as a dolphin replacement, it's a long
> long way from being so. There is no autohide of the task bar, no
> slideshow wallpaper option, I still can't work out automounting of usb's
> and plenty more to keep you on your toes.
> 
>   So thanks for all of your suggestions.
> 
>   Andrew
> 
> 




Re: [gentoo-user] Using KDE apps in a non KDE environment

2015-10-10 Thread Andrew Lowe
On 10/03/2015 06:41 AM, Rich Freeman wrote:
> On Fri, Oct 2, 2015 at 1:30 AM, Alan McKinnon  wrote:
>> On 02/10/2015 05:31, Andrew Lowe wrote:
>>> Hi all,
>>>   I'm getting disillusioned with the direction KDE is taking, with
>>> respect to forcing users to use things they don't want to. The semantic
>>> desktop, or whatever they are now calling bits and pieces of it, is one
>>> thing that comes immediately to mind.
>>>
>>>   Anyway, I've decided to move on and am thinking of going to lxqt. The
>>> problem is that I'm used to several KDE apps, kwooty, kwrite and a few
>>> more. Is it possible to run something such as lxqt and then emerge in
>>> kde apps where it will bring in just a few kde libraries, which I can
>>> live with, but not the whole desktop environment?
>>
>> Yes. Remove all of KDE then emerge back in the apps you want, they have
>> deps on the libs they need. Whatever they pull in is required.
> 
> It is easier than that.
> 
> Edit your /var/lib/portage/world
> Remove anything kde-related you're not explicitly interested in, such
> as kde-meta
> Add anything you are explicitly interested in, such as kwooty or kwrite
> Add kde-apps/kdebase-runtime-meta
> 
> Then run emerge --depclean and watch all the other stuff go away.
> 
> No need to purge yourself of stuff like kdelibs that takes a long time
> to rebuild just to add it back.  Let the dependency manager help you
> out for a change.  :)
> 
> I'm not even certain you need to explicitly add kdebase-runtime-meta -
> other packages might pull that in on their own but I'm not certain of
> that.  Run a --depclean -p first and see what portage wants to get rid
> of before going that route.  Software may-or-may not work correctly
> without that virtual installed and your bugs will be closed as
> invalid.  That virtual is intended to be a somewhat-minimalist one for
> situations like yours, but kde applications still will tend to pull a
> lot of stuff in.
> 

Closing my original question, I followed Alan's advice, fiddled the
world file, and whilst not exactly "hey presto", a few emerge's, some
hand manipulation of a few files and eventually it worked.

It's a bit of a jump, I'd become quite used to Dolphin and whilst
pcmanfm likes to think of itself as a dolphin replacement, it's a long
long way from being so. There is no autohide of the task bar, no
slideshow wallpaper option, I still can't work out automounting of usb's
and plenty more to keep you on your toes.

So thanks for all of your suggestions.

Andrew



Re: [gentoo-user] Using KDE apps in a non KDE environment

2015-10-02 Thread Rich Freeman
On Fri, Oct 2, 2015 at 1:30 AM, Alan McKinnon  wrote:
> On 02/10/2015 05:31, Andrew Lowe wrote:
>> Hi all,
>>   I'm getting disillusioned with the direction KDE is taking, with
>> respect to forcing users to use things they don't want to. The semantic
>> desktop, or whatever they are now calling bits and pieces of it, is one
>> thing that comes immediately to mind.
>>
>>   Anyway, I've decided to move on and am thinking of going to lxqt. The
>> problem is that I'm used to several KDE apps, kwooty, kwrite and a few
>> more. Is it possible to run something such as lxqt and then emerge in
>> kde apps where it will bring in just a few kde libraries, which I can
>> live with, but not the whole desktop environment?
>
> Yes. Remove all of KDE then emerge back in the apps you want, they have
> deps on the libs they need. Whatever they pull in is required.

It is easier than that.

Edit your /var/lib/portage/world
Remove anything kde-related you're not explicitly interested in, such
as kde-meta
Add anything you are explicitly interested in, such as kwooty or kwrite
Add kde-apps/kdebase-runtime-meta

Then run emerge --depclean and watch all the other stuff go away.

No need to purge yourself of stuff like kdelibs that takes a long time
to rebuild just to add it back.  Let the dependency manager help you
out for a change.  :)

I'm not even certain you need to explicitly add kdebase-runtime-meta -
other packages might pull that in on their own but I'm not certain of
that.  Run a --depclean -p first and see what portage wants to get rid
of before going that route.  Software may-or-may not work correctly
without that virtual installed and your bugs will be closed as
invalid.  That virtual is intended to be a somewhat-minimalist one for
situations like yours, but kde applications still will tend to pull a
lot of stuff in.

-- 
Rich



Re: [gentoo-user] Using KDE apps in a non KDE environment

2015-10-02 Thread Philip Webb
151002 Andrew Lowe wrote:
> I'm getting disillusioned with the direction KDE is taking
> with respect to forcing users to use things they don't want to.
> The semantic desktop or whatever they are now calling bits and pieces of it,
> is one thing that comes immediately to mind.

I took  1  look at the KDE 4 desktop & started using Fluxbox straightaway.

> Anyway, I've decided to move on and am thinking of going to lxqt.

You might like Fluxbox, which is easy to configure to taste.
I had a look at Xfce 12 yesterday & was much impressed : another option.

> I'm used to several KDE apps, kwooty, kwrite and a few more.
> Is it possible to run something such as lxqt and then emerge
> kde apps where it will bring in just a few kde libraries,
> which I can live with, but not the whole desktop environment ?

I've been doing it for years (smile).
I use 'startx' & in  .xinitrc  I have :

  xscreensaver &
  kdeinit &
  startfluxbox

This speeds things up.  I even manage to go on using  3  KDE 3 games.

The power of Gentoo !

-- 
,,
SUPPORT ___//___,   Philip Webb
ELECTRIC   /] [] [] [] [] []|   Cities Centre, University of Toronto
TRANSIT`-O--O---'   purslowatchassdotutorontodotca




Re: [gentoo-user] Using KDE apps in a non KDE environment

2015-10-02 Thread Mick
On Friday 02 Oct 2015 08:06:50 Philip Webb wrote:
> 151002 Andrew Lowe wrote:
> > I'm getting disillusioned with the direction KDE is taking
> > with respect to forcing users to use things they don't want to.
> > The semantic desktop or whatever they are now calling bits and pieces of
> > it, is one thing that comes immediately to mind.
> 
> I took  1  look at the KDE 4 desktop & started using Fluxbox straightaway.
> 
> > Anyway, I've decided to move on and am thinking of going to lxqt.
> 
> You might like Fluxbox, which is easy to configure to taste.
> I had a look at Xfce 12 yesterday & was much impressed : another option.
> 
> > I'm used to several KDE apps, kwooty, kwrite and a few more.
> > Is it possible to run something such as lxqt and then emerge
> > kde apps where it will bring in just a few kde libraries,
> > which I can live with, but not the whole desktop environment ?
> 
> I've been doing it for years (smile).
> I use 'startx' & in  .xinitrc  I have :
> 
>   xscreensaver &
>   kdeinit &
>   startfluxbox
> 
> This speeds things up.  I even manage to go on using  3  KDE 3 games.
> 
> The power of Gentoo !

Or give enlightenment-0.19.10 a spin.  It works nicely with KDE apps without 
pulling in thunar and a tonne of gnome libs you never wanted.

-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Using KDE apps in a non KDE environment

2015-10-01 Thread Alan McKinnon
On 02/10/2015 05:31, Andrew Lowe wrote:
> Hi all,
>   I'm getting disillusioned with the direction KDE is taking, with
> respect to forcing users to use things they don't want to. The semantic
> desktop, or whatever they are now calling bits and pieces of it, is one
> thing that comes immediately to mind.
> 
>   Anyway, I've decided to move on and am thinking of going to lxqt. The
> problem is that I'm used to several KDE apps, kwooty, kwrite and a few
> more. Is it possible to run something such as lxqt and then emerge in
> kde apps where it will bring in just a few kde libraries, which I can
> live with, but not the whole desktop environment?

Yes. Remove all of KDE then emerge back in the apps you want, they have
deps on the libs they need. Whatever they pull in is required.



-- 
Alan McKinnon
alan.mckin...@gmail.com




Re: [gentoo-user] Using KDE networkmanagement applet with systemd??

2013-02-04 Thread João Matos
2013/2/4 Robert Walker robert_mt_wal...@yahoo.co.uk

 Hi all,
 I'm wondering if it is possible to get the KDE network management
 (system tray) applet to work properly on my laptop. I'm using the Gentoo
 systemd overlay and KDE 4.9.5.

 $ emerge -pv networkmanager network management
 [ebuild R ~] net-misc/networkmanager-0.9.6.4-r1 USE=avahi dhcpcd doc
 gnutls introspection modemmanager ppp systemd wext -bluetooth
 -connection-sharing -consolekit -dhclient -nss -resolvconf -vala -wimax
 0 kB
 [ebuild R ~] kde-misc/network management-0.9.0.6:4 USE=(-aqua) -debug
 LINGUAS=-ar -ca -cs -da -de -el -es -et -fa -fi -fr -ga -hu -it -ja -kk
 -km -lt -nb -nds -nl -nn -pl -pt -pt_BR -ro -ru -se -sk -sr
 -sr@ijekavian -sr@ijekavianlatin -sr@latin -sv -tr -uk -zh_TW 1,298 kB

 Currently the tray applet starts but can't see the systemd enabled
 NetworkManager service - the service is definitely working though...
 $ systemctl status NetworkManager.service
 NetworkManager.service - Network Manager
 Loaded: loaded (/usr/lib64/systemd/system/NetworkManager.service; enabled)
 Active: active (running) since Mon 2013-02-04 10:35:19 GMT; 43min ago
 Main PID: 4849 (NetworkManager)
 CGroup: name=systemd:/system/NetworkManager.service
 ├─4849 /usr/sbin/NetworkManager --no-daemon
 └─4908 /sbin/dhcpcd -B -K -L -G -c /usr/libexec/nm-dhcp-client.action eth0

 I click on the KDE network management system tray icon and the popup
 window says Network Manager is not working. Please start it.

 Clearly should work - as it does on ARCH, Chakra, OpenSUSE, Mageia and
 Rosa distros!! Not really a big deal but it would be nice to fix it :-)

 Any thoughts??

 Thanks
 Bob



Here it is working pretty well, and I'm not using any overlay, just the
useflag systemd. I had a problem recently, but it was solved when I
filled this bug: https://bugs.gentoo.org/show_bug.cgi?id=45 .

When I started using systemd, I had a similar problem. It was something
related with pam autentication, that I don't remember, but it surely worth
to search a little about.

In fact, I was connected to the Internet, using networkmanagement, but I
had this problem with the tray icon.

-- 
João de Matos
Linux User #461527
Graduando em Engenharia de Computação 2005.1
UEFS - Universidade Estadual de Feira de Santana