[kdesrc-build] [Bug 315105] kdesrc-build should treat "obvious" dependencies as implicit

2019-07-24 Thread Aasif Khan
https://bugs.kde.org/show_bug.cgi?id=315105

Aasif Khan  changed:

   What|Removed |Added

 CC||aasifk...@gmail.com

--- Comment #1 from Aasif Khan  ---
I am interested in understanding and resolving this issue as I am interested in
understanding how kdesrc-build works and would like to learn more. Could you
please point to a starting point in this issue's resolution? Thanks a lot!

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 389803] Improve Places category show/hide behavior: show/hide when clicking on header

2019-04-28 Thread Aasif Khan
https://bugs.kde.org/show_bug.cgi?id=389803

Aasif Khan  changed:

   What|Removed |Added

 CC||aasifk...@gmail.com

--- Comment #4 from Aasif Khan  ---
Hi. I am trying to solve this issue. But I am new to KDE development overall.
And looking at the code I think that the code of KFilePlacesModel must be
changed because dolphin is using KFilePlacesModel directly for its places
panel. Am I headed in the right direction? 
Thanks.

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 393737] Clear terminal display when closing and opening it

2019-04-10 Thread Aasif Khan
https://bugs.kde.org/show_bug.cgi?id=393737

--- Comment #8 from Aasif Khan  ---
(In reply to Nate Graham from comment #7)
> Please submit patches using https://phabricator.kde.org. See
> https://community.kde.org/Get_Involved/development#Submit_a_patch

Submitted the patch!

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 393737] Clear terminal display when closing and opening it

2019-04-10 Thread Aasif Khan
https://bugs.kde.org/show_bug.cgi?id=393737

Aasif Khan  changed:

   What|Removed |Added

 CC||aasifk...@gmail.com

--- Comment #6 from Aasif Khan  ---
diff --git a/src/panels/terminal/terminalpanel.cpp
b/src/panels/terminal/terminalpanel.cpp
index 8dedd0be1..4e3ccc5cd 100644
--- a/src/panels/terminal/terminalpanel.cpp
+++ b/src/panels/terminal/terminalpanel.cpp
@@ -223,6 +223,7 @@ void TerminalPanel::sendCdToTerminal(const QString& dir,
HistoryPolicy addToHist
 #endif

 m_terminal->sendInput(" cd " + KShell::quoteArg(dir) + '\n');
+m_terminal->sendInput("clear\n");

 // We want to ignore the currentDirectoryChanged(QString) signal, which we
will receive after
 // the directory change, because this directory change is not caused by a
"cd" command that the
(In reply to Kayra Akman from comment #0)
> Created attachment 112350 [details]
> Embedded terminal littered with automatic commands
> 
> If embedded terminal is visible in Dolphin, navigating to other folders with
> mouse makes ^C and cd /... commands automatically executed in the embedded
> terminal. These commands are also run when embedded terminal is disabled and
> enabled with F4 without changing the current directory.
> 
> Executing clear upon folder change would keep the embedded terminal clean.

(In reply to Kayra Akman from comment #0)
> Created attachment 112350 [details]
> Embedded terminal littered with automatic commands
> 
> If embedded terminal is visible in Dolphin, navigating to other folders with
> mouse makes ^C and cd /... commands automatically executed in the embedded
> terminal. These commands are also run when embedded terminal is disabled and
> enabled with F4 without changing the current directory.
> 
> Executing clear upon folder change would keep the embedded terminal clean.

-- 
You are receiving this mail because:
You are watching all bug changes.

[neon] [Bug 403969] Error building non-KDE dependencies

2019-02-06 Thread Aasif Khan
https://bugs.kde.org/show_bug.cgi?id=403969

--- Comment #2 from Aasif Khan  ---
Thanks! Updating the wiki with clear instructions was very helpful. Solved the
issue.

-- 
You are receiving this mail because:
You are watching all bug changes.

[neon] [Bug 403969] New: Error building non-KDE dependencies

2019-02-05 Thread Aasif Khan
https://bugs.kde.org/show_bug.cgi?id=403969

Bug ID: 403969
   Summary: Error building non-KDE dependencies
   Product: neon
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: Packages User Edition
  Assignee: neon-b...@kde.org
  Reporter: aasifk...@gmail.com
CC: j...@jriddell.org, neon-b...@kde.org, sit...@kde.org
  Target Milestone: ---

SUMMARY
While running the KDE-Neon user edition image in VMWare for development
purposes and while trying to install the non-KDE dependencies required for
building applications from source, an error occurs. 

STEPS TO REPRODUCE
1. Set up the KDE-Neon User Edition on VMWare (boot into the iso image given
on:
"https://files.kde.org/neon/images/neon-useredition/current/;(neon-useredition-20190124-0530-amd64.iso))
2. update the system by sudo apt-get update
3. update kde-neon using the commands:
pkcon refresh
pkcon update
4. Run the commands on:
"https://community.kde.org/Guidelines_and_HOWTOs/Build_from_source/Install_the_dependencies;
under the section "For the Frameworks"


OBSERVED RESULT
After running the second command, the following error occurs:
The following packages have unmet dependencies:
 libkf5auth-dev : Breaks: libkf5auth-bin-dev (< 5.53.0) but
5.52.0-0xneon+18.04+bionic+build15 is to be installed
 libkf5config-dev-bin : Breaks: libkf5config-bin-dev (< 5.52.0) but
5.51.0-0xneon+18.04+bionic+build12 is to be installed
E: Unable to correct problems, you have held broken packages.

EXPECTED RESULT
It should run without showing the error, thus building all the non-KDE
dependencies smoothly. 

SOFTWARE/OS VERSIONS
Operating System: KDE neon 5.14
KDE Plasma Version: 5.14.5
Qt Version: 5.11.2
KDE Frameworks Version: 5.54.0
Kernel Version: 4.15.0-43-generic
OS Type: 64-bit

-- 
You are receiving this mail because:
You are watching all bug changes.