[Resolved] Rootcopy Kicker Favorites
-
- Full of knowledge
- Posts: 2564
- Joined: 25 Jun 2014, 15:21
- Distribution: 3.2.2 Cinnamon & KDE5
- Location: London
[Resolved] Rootcopy Kicker Favorites
Simple question. One of apps requires kdeliibs. Installing kdeliibs, I believe, clobbers Kicker's Applications menu. So before installing, required apps have to be saved in Favorites, which seem to remain untouched. Temporising by saving Favorites file in Rootcopy would be one less complication. Would be grateful for relevant filename or directory.
Last edited by Bogomips on 26 Jul 2014, 16:17, edited 1 time in total.
Linux porteus 4.4.0-porteus #3 SMP PREEMPT Sat Jan 23 07:01:55 UTC 2016 i686 AMD Sempron(tm) 140 Processor AuthenticAMD GNU/Linux
NVIDIA Corporation C61 [GeForce 6150SE nForce 430] (rev a2) MemTotal: 901760 kB MemFree: 66752 kB
NVIDIA Corporation C61 [GeForce 6150SE nForce 430] (rev a2) MemTotal: 901760 kB MemFree: 66752 kB
- fanthom
- Moderator Team
- Posts: 5591
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: Rootcopy Kicker Favorites
it is somewhere in $HOME/.kde4/usr/share/config.
you may enter that dir and then run:
and it should find it.
you may enter that dir and then run:
Code: Select all
grep '.desktop' *
Please add [Solved] to your thread title if the solution was found.
-
- Full of knowledge
- Posts: 2564
- Joined: 25 Jun 2014, 15:21
- Distribution: 3.2.2 Cinnamon & KDE5
- Location: London
Re: Rootcopy Kicker Favorites
Thanks.
Presumably file is $HOME/.kde4/share/config/kickoffrc
Resolved:
Presumably file is $HOME/.kde4/share/config/kickoffrc
Code: Select all
guest@porteus:~/.kde4/share/config$ grep '.desktop' *
...
kickoffrc:FavoriteURLs=/usr/share/applications/usm.desktop,/usr/share/applications/gtk-porteus-settings-centre.desktop,/usr/share/applications/gtk-make-changes.desktop,/usr/share/applications/kde4/kdesystemsettings.desktop,/usr/share/applications/kde4/okular.desktop,/usr/share/applications/transmission-qt.desktop,/usr/share/applications/smplayer.desktop,/usr/share/applications/smtube.desktop
Code: Select all
guest@porteus:~$ ls -ld /mnt/sda6/porteus/rootcopy/home/guest
drwxrwxrwx 7 root root 4096 Jul 25 15:33 p6/porteus/rootcopy/home/guest/
guest@porteus:~$ cp --parents .kde4/share/config/kickoffrc /mnt/sda6/porteus/rootcopy/home/guest
Linux porteus 4.4.0-porteus #3 SMP PREEMPT Sat Jan 23 07:01:55 UTC 2016 i686 AMD Sempron(tm) 140 Processor AuthenticAMD GNU/Linux
NVIDIA Corporation C61 [GeForce 6150SE nForce 430] (rev a2) MemTotal: 901760 kB MemFree: 66752 kB
NVIDIA Corporation C61 [GeForce 6150SE nForce 430] (rev a2) MemTotal: 901760 kB MemFree: 66752 kB