Originally posted by xennex81
View Post
Announcement
Collapse
No announcement yet.
Some 15.04 annoyances...
Collapse
This topic is closed.
X
X
-
What is that good for? A LVM even allows you to install multiple OSes in the same partition without requiring a dedicated filesystem to do it.
There is nothing easier than LVM LV creation and it does not really add to complexity (except that there are no visualization tools).
It's the Git kinda complexity that gives headaches.Last edited by xennex81; May 11, 2015, 08:44 AM.
- Top
- Bottom
Comment
-
Pan-Galactic QuordlepleenSo Long, and Thanks for All the Fish
- Jul 2011
- 9524
- Seattle, WA, USA
- Send PM
Originally posted by xennex81 View PostIt seems to me btrfs creates added complexity you don't want.
Btrfs has oodles of advantages over other file systems. Note particularly Oshun's examples in his post #24 in that thread.
- Top
- Bottom
Comment
-
Pan-Galactic QuordlepleenSo Long, and Thanks for All the Fish
- Jul 2011
- 9524
- Seattle, WA, USA
- Send PM
Originally posted by timgood View PostAnother annoyance with Kate: does not show recently used files once Kate has been closed and re-opened. File/Open Recent is greyed out. Always.
- Top
- Bottom
Comment
-
Originally posted by SteveRiley View PostThat information is stored in ~/.local/share/kate/metainfos. Does that file exist, and does your user account have read/write access to the file?
I was thinking of file or directory permissions problems involving RecentDocumentsLast edited by claydoh; May 13, 2015, 12:55 PM.
- Top
- Bottom
Comment
-
Pan-Galactic QuordlepleenSo Long, and Thanks for All the Fish
- Jul 2011
- 9524
- Seattle, WA, USA
- Send PM
Originally posted by claydoh View PostI think they are actually in ~/.local/share/RecentDocuments/, and the metainfos contain file-specific settings. I cleared my recents in Kate, and the .desktop files relating to the recent files in my list were removed from there, but not from metainfos.
Originally posted by claydoh View PostI was thinking of file or directory permissions problems involving RecentDocuments
(*) This is a new install, not an upgrade from 14.10
- Top
- Bottom
Comment
-
Actually, RecentDocuments is for things like krunnner and the kmenu's recents. (and they are not removed when clearing kate's recent docs list), so I am in error there.
Clearing the recents in Kate does not seem to remove anything from metainfos or anonymous.katesession.
Seems to be the same on my fresh install, and my upgraded-since-raring install.
Oops, I forget that these things are not saved back to config files until program exit, silly me!
anonymous.katesession has the [Recent Files] section way at the bottom, so this is the one to look at.
- Top
- Bottom
Comment
-
Pan-Galactic QuordlepleenSo Long, and Thanks for All the Fish
- Jul 2011
- 9524
- Seattle, WA, USA
- Send PM
Originally posted by claydoh View Postanonymous.katesession has the [Recent Files] section way at the bottom, so this is the one to look at.
- Top
- Bottom
Comment
-
1. Kate: sudo chown -R $user .local/share/kate does the trick. Again, I think editing fstab using sudo rather than kdesudo changed the permissions in that directory.
2. Muon Update Manager - notification icon does not update after updates have been installed. Sits in tray, looking pretty, and saying that updates are available even though they are not. Can only be fixed by logout/login.
- Top
- Bottom
Comment
-
Originally posted by timgood View Post2. Muon Update Manager - notification icon does not update after updates have been installed. Sits in tray, looking pretty, and saying that updates are available even though they are not. Can only be fixed by logout/login.
- Top
- Bottom
Comment
-
Pan-Galactic QuordlepleenSo Long, and Thanks for All the Fish
- Jul 2011
- 9524
- Seattle, WA, USA
- Send PM
Originally posted by timgood View Post1. Kate: sudo chown -R $user .local/share/kate does the trick. Again, I think editing fstab using sudo rather than kdesudo changed the permissions in that directory.
- Top
- Bottom
Comment
-
Recycling electrons: https://www.kubuntuforums.net/showthread.php?68088
Btrfs has oodles of advantages over other file systems. Note particularly Oshun's examples in his post #24 in that thread.
You can see it because now to do these things, you are suddenly dependent on learning that specific filesystem's way of doing it. It is no longer a component that stands loose, that is separate from the filesystem layer. So it's like Microsoft selling windows with Explorer (Internet Explorer). You can't (couldn't get) explorer without Windows, and you can get Windows without Explorer. Not sure how to frame it.
You lose differentation into layers and the independence that results from it. Now suddenly in order to do backups you must do BTRFS. And how compatible is it going to be if some deviate form of that surfaces? You are putting all kinds of features into that FS and tying it to that FS. And you lack or lose the freedom to go elsewhere.
Rollback:
Auto-snapshot prior to package install/update.
Delete auto-snapshots at a configurable number or age.
Restore the rollback snapshot when requested.
Backup:
Incremental auto-backup at a configurable interval.
Restore backup on request.
The fun thing I'm playing with lately is the send/receive feature. You can send a subvolume to a different device or to a file for backup purposes.
I don't fancy this ****. You are going the wrong way. Added complexity, added dependence, trying to solve a problem in a place where it shouldn't be solved. Etc. Perhaps this is meant as one of those "let's agree to disagree" instances ;-).
- Top
- Bottom
Comment
Comment