Zesko

Results 70 comments of Zesko

Solution: 1. I stopped MEGAsync process. 2. I tried to move this directory `/MEGAsync` to the other partition EXT4. I got the error message: ``` $ mv "Mega Limited"/MEGAsync /Ext4/test...

@kdave This duplicate of MEGA config file was in home directory in home subvolume that never uses other layer, e.g Overlayfs. Home subvolume and root subvolume are separated in the...

If you want to know when it happened in the past It happened in Linux Kernel 5.10 https://forum.manjaro.org/t/more-than-18-files-xorg-0-log-with-same-timestamp/91252 Linux Kernel 5.10.36 https://forum.manjaro.org/t/btrfs-kernel-bug-duplicate-file-names/68260

My question is, is that possible to make two same metadata (Single disk or single partition or RAID 0 has two same metadata) if one of 2 is broken but...

The file `StackDelegate.qml`: ``` ToolButton { id: editButton; icon.name: "edit"; // ----> It is not available in KDE icons list. icon.width: units.iconSizes.small; icon.height: units.iconSizes.small; ToolTip.text: qsTr("Edit file"); ToolTip.visible: hovered; onClicked:...

The file `process.cpp` ``` void Process::editFile(const QString &file) { KRun::runUrl(file, "application/x-yaml", 0, KRun::RunFlags()); // It does not work for me } ``` Can you change it to `start("xdg-open", file)`? `xdg-utils`is...

I have the same issue. MEGA is not alone, but nextcloud too. `git status`can see the changed permission of the file "run.sh". Try to run `git config --global core.filemode false`...

If MEGA developers think that syncing file permission is not easy, because you sync file between Windows, Linux and MacOS. All 3 operating systems have different file systems and permissions....

> just to be sure, what do you mean with `any link of file in MEGAsync` ? Click MEGAsync Icon in KDE panel -> Click menu -> Click `Cloud Drive`...

And it can open the first instance of Firefox but Firefox's window looks bad, double bars. See the screenshot: ![Screenshot_20211110_095139](https://user-images.githubusercontent.com/17826352/141081216-d0b7a3ff-6555-43f8-af99-57d7f739323a.png) That means, probably the bug of `open browser` function in...